Commit graph

22 commits

Author SHA1 Message Date
beb356e75f
chore: remove github actions
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-06-27 21:31:22 +02:00
efb009aaef
Rename to kokuwaio/keycloak-event-metrics
All checks were successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2025-06-25 19:50:16 +02:00
a523f7ba6e
Moved repository to git.kokuwa.io
All checks were successful
ci/woodpecker/push/dockerhub Pipeline was successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/deployment/release Pipeline was successful
2025-06-25 16:03:43 +02:00
c735477d6f
Fix build, align keycloak dependencies to avoid mockito classpath issues (#108) 2024-12-19 09:39:21 +01:00
b4fad32161
Collect all unknown client ids as UNKNOWN. Fix #100 2024-12-03 13:30:56 +01:00
957713286a
Add container image (#89) 2024-06-24 15:20:37 +02: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
c6a1cfd065
Add more sophisticated docker example, rel #76 (#77)
* Add more sophisticated docker example, rel #76

* Update README.md
2024-03-05 09:05:46 +01: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
2099257d12
Add docu for dashboard, fix #2 (#67) 2023-12-13 20:56:35 +01:00
dependabot[bot]
30aaccc056
Bump org.keycloak:keycloak-quarkus-server from 23.0.0 to 23.0.1 (#65)
Bumps org.keycloak:keycloak-quarkus-server from 23.0.0 to 23.0.1.

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-29 15:07:46 +01:00
8314d8fab0 Add testing for multiple version from one base version 2023-07-12 11:25:56 +02:00
a3784fe1f5
Migrate to kokuwa parent 2023-07-03 09:55:44 +02:00
37dcc07309
Add additional metrics for user/client/session count (#31) 2023-04-25 10:28:30 +02:00
a392076722
Change default value for replaceIds (#28) 2023-04-24 14:55:22 +02:00
a2879be8d7
Bump versions and include previous versions in build (#27) 2023-04-24 14:32:46 +02:00
181fcd6d38
Event#clientId is already Client#clientIdand notClient#id, fix #23 (#24) 2023-04-24 14:20:22 +02:00
4e0c4afc71
Add why section to readme (#7) 2023-03-13 08:29:20 +00:00
db929056f3
Add option to replace model ids with model names, fix #3 (#6) 2023-03-10 13:31:06 +01:00
a79ba51a2a
Update README.md 2023-03-03 13:15:03 +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
dc38b3715e
first commit 2023-03-02 21:42:26 +01:00