Commit graph

23 commits

Author SHA1 Message Date
a7a23e1476
1
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
1
2025-05-30 20:53:29 +02:00
a119d022f6
Reconfigure for forgejo/woodpecker
Some checks failed
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/build Pipeline failed
2025-05-30 20:47:53 +02:00
1d5b9eeb99
Migrate from parent to local config only 2025-05-30 20:38:38 +02:00
dependabot[bot]
3362a18708
Bump org.keycloak:keycloak-quarkus-server from 26.1.4 to 26.2.1 (#119)
Co-authored-by: Stephan Schnabel <ssc@nebula.sschnabe.eu>
2025-04-28 09:53:27 +00:00
b4fad32161
Collect all unknown client ids as UNKNOWN. Fix #100 2024-12-03 13:30:56 +01:00
dependabot[bot]
da73c9d2f1
Bump org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1 (#87)
* Bump org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1

Bumps org.keycloak:keycloak-quarkus-server from 24.0.5 to 25.0.1.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix build

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
2024-06-24 09:17:28 +02:00
dependabot[bot]
f8d1acbc8f
Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0 (#78)
* Bump org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0

Bumps org.keycloak:keycloak-quarkus-server from 23.0.7 to 24.0.0.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Adjust docs and ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
2024-03-04 11:24:13 +01:00
dependabot[bot]
fab113d912
Bump org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3 (#57)
* Bump org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3

Bumps org.keycloak:keycloak-quarkus-server from 22.0.2 to 22.0.3.

---
updated-dependencies:
- dependency-name: org.keycloak:keycloak-quarkus-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Use java http client because keycloak api in incompatible

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stephan Schnabel <stephan.schnabel@posteo.de>
2023-09-15 11:47:38 +02:00
8314d8fab0 Add testing for multiple version from one base version 2023-07-12 11:25:56 +02:00
398239d79c Migrate from javaxto jakarta 2023-07-12 11:25:56 +02:00
131b33f31e
Do not add metrics for clients which never had a session (#39) 2023-05-02 10:09:59 +02:00
99a01e5c02
Add unit tests with mockito for metric stats (#38) 2023-05-02 09:30:58 +02:00
cfce0dee45
Refactor test: remove micrometer mocking, micrometer is testable (#32) 2023-05-02 09:02:27 +02:00
37dcc07309
Add additional metrics for user/client/session count (#31) 2023-04-25 10:28:30 +02:00
566f31ddc2
Replace CDI with Micrometer global (#30) 2023-04-25 08:51:48 +02:00
32fc7a1d5d
Move event-listener to sub package (#29) 2023-04-24 12:58:23 +00:00
a392076722
Change default value for replaceIds (#28) 2023-04-24 14:55:22 +02:00
d1680a4ccc
Check realm from context for null, fix #25 (#26) 2023-04-24 14:22:45 +02:00
181fcd6d38
Event#clientId is already Client#clientIdand notClient#id, fix #23 (#24) 2023-04-24 14:20:22 +02:00
579d0a929c
Read model names without lookup by using context object (#8) 2023-03-13 11:06:34 +01:00
db929056f3
Add option to replace model ids with model names, fix #3 (#6) 2023-03-10 13:31:06 +01:00
62bdac4717
Add tests using Mockito. (#5) 2023-03-06 17:46:20 +01:00
c8977d7175
First draft of implementation (#1)
* First draft of implementation

Readme will follow

* Rename id.

* Exclude `commons-io` to disable build warnings

* Simplify metrics and add documentation
2023-03-03 12:38:06 +01:00