argoyle
82cca9b09c
Merge branch 'renovate/gitleaks-gitleaks-8.x' into 'main'
...
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.1
See merge request unboundsoftware/shiny/authz_client!249
2025-11-20 09:26:39 +01:00
Renovate
bcbddac138
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.1
2025-11-19 22:05:31 +00:00
argoyle
e62257d933
Merge branch 'renovate/golang-1.25.4' into 'main'
...
chore(deps): update golang:1.25.4 docker digest to efe81fa
See merge request unboundsoftware/shiny/authz_client!248
2025-11-18 15:46:41 +01:00
Renovate
f45918bac8
chore(deps): update golang:1.25.4 docker digest to efe81fa
2025-11-18 12:05:17 +00:00
argoyle
77ac58202a
Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
...
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.2
See merge request unboundsoftware/shiny/authz_client!247
2025-11-14 16:25:46 +01:00
Renovate
257a97f191
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.2
2025-11-14 14:06:05 +00:00
argoyle
32e8127273
Merge branch 'renovate/golang-1.x' into 'main'
...
chore(deps): update golang docker tag to v1.25.4
See merge request unboundsoftware/shiny/authz_client!246
2025-11-06 07:06:32 +01:00
Renovate
223f65396d
chore(deps): update golang docker tag to v1.25.4
2025-11-05 22:18:16 +00:00
argoyle
01d4a4bc9f
Merge branch 'renovate/go-1.x' into 'main'
...
chore(deps): update dependency go to v1.25.4
See merge request unboundsoftware/shiny/authz_client!245
2025-11-05 21:40:35 +01:00
Renovate
1038cff1d9
chore(deps): update dependency go to v1.25.4
2025-11-05 20:16:30 +00:00
argoyle
f961bf91f7
Merge branch 'renovate/gitleaks-gitleaks-8.x' into 'main'
...
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.0
See merge request unboundsoftware/shiny/authz_client!244
2025-11-05 08:34:23 +01:00
Renovate
721cb1be91
chore(deps): update pre-commit hook gitleaks/gitleaks to v8.29.0
2025-11-05 02:05:39 +00:00
argoyle
2f570a0638
Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
...
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1
See merge request unboundsoftware/shiny/authz_client!243
2025-11-04 14:13:27 +01:00
argoyle
ee52c50e76
Merge branch 'renovate/golang-1.25.3' into 'main'
...
chore(deps): update golang:1.25.3 docker digest to 9ac0edc
See merge request unboundsoftware/shiny/authz_client!242
2025-11-04 14:13:03 +01:00
Renovate
675ac0338f
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.1
2025-11-04 12:07:17 +00:00
Renovate
f708a18960
chore(deps): update golang:1.25.3 docker digest to 9ac0edc
2025-11-04 12:07:15 +00:00
argoyle
a8ba5635e3
Merge branch 'test-concurrent-fetch-read-privileges' into 'main'
...
test: add concurrent fetch and read tests for privileges
See merge request unboundsoftware/shiny/authz_client!240
2025-11-03 12:46:01 +01:00
argoyle
4efc6572ee
test: add concurrent fetch and read tests for privileges
...
Adds multiple tests to verify the thread-safety of the
Fetch method and the handling of privileges in concurrent
operations. Tests include concurrent fetching, reading
privileges, and processing with multiple goroutines.
Ensures no errors occur during operations and verifies
privileges are set correctly.
2025-11-03 12:40:14 +01:00
argoyle
05c59fa4a5
Merge branch 'next-release' into 'main'
...
chore(release): prepare for v0.3.1
See merge request unboundsoftware/shiny/authz_client!236
v0.3.1
2025-11-02 22:16:23 +01:00
Unbound Release
52ea18c616
chore(release): prepare for v0.3.1
2025-11-02 22:16:23 +01:00
argoyle
9dd2b5aaa8
Merge branch 'fix/thread-safety-json-unmarshal' into 'main'
...
fix: change to write lock for thread safety in json unmarshal
See merge request unboundsoftware/shiny/authz_client!239
2025-11-02 22:09:18 +01:00
argoyle
af93e418f4
fix: change to write lock for thread safety in json unmarshal
...
Replace read lock with write lock in client.go to ensure thread
safety during the unmarshalling of JSON data. This prevents
concurrent read access and potential data races, improving
the integrity of the privileges data structure.
2025-11-02 21:56:54 +01:00
argoyle
46e26efe67
Merge branch 'renovate/golangci-golangci-lint-2.x' into 'main'
...
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0
See merge request unboundsoftware/shiny/authz_client!238
2025-10-29 23:19:58 +01:00
Renovate
f65e3868e3
chore(deps): update pre-commit hook golangci/golangci-lint to v2.6.0
2025-10-29 20:05:28 +00:00
argoyle
003407ecaa
Merge branch 'renovate/golang-1.25.3' into 'main'
...
chore(deps): update golang:1.25.3 docker digest to 69d1009
See merge request unboundsoftware/shiny/authz_client!237
2025-10-21 14:24:42 +02:00
Renovate
50849e8682
chore(deps): update golang:1.25.3 docker digest to 69d1009
2025-10-21 10:05:31 +00:00
argoyle
3e8b3d00e5
Merge branch 'ci-add-default-git-cliff-config' into 'main'
...
ci: add default configuration for git-cliff
See merge request unboundsoftware/shiny/authz_client!235
2025-10-14 11:32:12 +02:00
argoyle
a5ac3c3500
ci: add default configuration for git-cliff
...
Introduce a default configuration file for git-cliff to manage
changelog generation. This file includes customizable templates
for the changelog header, body, and footer, and enables parsing
of commit messages according to the conventional commits
specification. The changes facilitate easier and standardized
documentation of project updates and changes.
2025-10-14 11:26:09 +02:00
argoyle
2502c85497
Merge branch 'renovate/golang-1.x' into 'main'
...
chore(deps): update golang docker tag to v1.25.3
See merge request unboundsoftware/shiny/authz_client!234
2025-10-14 08:55:12 +02:00
argoyle
ed60a0ccb3
Merge branch 'renovate/go-1.x' into 'main'
...
chore(deps): update dependency go to v1.25.3
See merge request unboundsoftware/shiny/authz_client!233
2025-10-14 08:54:53 +02:00
Renovate
047e09823d
chore(deps): update golang docker tag to v1.25.3
2025-10-14 00:06:39 +00:00
Renovate
a0326a1594
chore(deps): update dependency go to v1.25.3
2025-10-13 22:03:09 +00:00
argoyle
fe5a401bfc
Merge branch 'renovate/golang-1.x' into 'main'
...
chore(deps): update golang docker tag to v1.25.2
See merge request unboundsoftware/shiny/authz_client!232
2025-10-08 09:10:12 +02:00
Renovate
c12617975f
chore(deps): update golang docker tag to v1.25.2
2025-10-07 22:15:29 +00:00
Renovate
64a3a6e533
chore(deps): update dependency go to v1.25.2
2025-10-07 19:16:16 +00:00
Renovate
c46753598d
chore(deps): update pre-commit hook alessandrojcm/commitlint-pre-commit-hook to v9.23.0
2025-10-02 10:06:38 +00:00
Renovate
30637a081d
chore(deps): update golang:1.25.1 docker digest to 12640a4
2025-10-01 14:06:27 +00:00
Renovate
44bebba3c1
chore(deps): update pre-commit hook golangci/golangci-lint to v2.5.0
2025-09-21 20:03:50 +00:00
Renovate
830e1307bd
chore(deps): update pre-commit hook lietu/go-pre-commit to v1
2025-09-13 09:17:33 +00:00
Renovate
f094014c90
chore(deps): update golang:1.25.1 docker digest to 53f7808
2025-09-08 23:29:32 +00:00
Unbound Release
e9ebb2206c
chore(release): prepare for v0.3.0
v0.3.0
2025-09-06 15:06:27 +02:00
argoyle
b6ec9feeae
feat: add salary privilege to privilege management system
...
Add support for the salary privilege in the privilege handler.
Implement associated logic to process and validate the
salary privilege in the test cases. Update the data
structures to include the new privilege and ensure
correct functionality in the privilege processing flow.
2025-09-06 14:49:56 +02:00
Renovate
a1c9ace5ec
chore(deps): update golang docker tag to v1.25.1
2025-09-04 08:21:33 +02:00
Renovate
250d017f93
chore(deps): update dependency go to v1.25.1
2025-09-03 19:02:44 +00:00
Renovate
f48319ffb0
fix(deps): update module github.com/stretchr/testify to v1.11.1
2025-08-27 12:08:40 +00:00
Renovate
10c3448ec3
fix(deps): update module github.com/stretchr/testify to v1.11.0
2025-08-24 17:05:55 +00:00
Renovate
3e0bb48af7
chore(deps): update golang:1.25.0 docker digest to f6b9e1a
2025-08-22 19:06:15 +00:00
Renovate
c9169d5cbc
chore(deps): update dependency go to v1.25.0
2025-08-14 14:03:11 +00:00
Renovate
e8da7bb3e9
fix(deps): update module github.com/sparetimecoders/goamqp to v0.3.3
2025-08-14 13:08:23 +00:00
Renovate
1755ed37dd
chore(deps): update golang docker tag to v1.25.0
2025-08-14 10:01:19 +02:00