chore: remove github actions
This commit is contained in:
parent
cafd964700
commit
bdddbbf850
5 changed files with 4 additions and 73 deletions
4
.github/README.md
vendored
4
.github/README.md
vendored
|
@ -2,13 +2,13 @@
|
|||
|
||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [22-26](.woodpecker/verify.yaml#L7-L11).
|
||||
|
||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||
[](https://central.sonatype.com/artifact/io.kokuwa.keycloak/keycloak-event-metrics)
|
||||
[](https://hub.docker.com/r/kokuwaio/keycloak-event-metrics)
|
||||
[](https://hub.docker.com/r/kokuwaio/keycloak-event-metrics)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/src/branch/main/Dockerfile)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/src/branch/main/LICENSE)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/pulls)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/issues)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/pulls)
|
||||
[](https://ci.kokuwa.io/repos/kokuwaio/keycloak-event-metrics/)
|
||||
|
||||
For more documention see: [git.kokuwa.io/kokuwaio/keycloak-event-metrics](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics)
|
||||
|
|
42
.github/workflows/build.yaml
vendored
42
.github/workflows/build.yaml
vendored
|
@ -1,42 +0,0 @@
|
|||
name: Verify
|
||||
|
||||
on:
|
||||
- pull_request
|
||||
- push:
|
||||
branches: [main]
|
||||
|
||||
env:
|
||||
MAVEN_ARGS: --batch-mode --color=always --no-transfer-progress
|
||||
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/setup-java@main
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
cache: maven
|
||||
- run: mvn verify
|
||||
|
||||
versions:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
version:
|
||||
- 22.0.5
|
||||
- 23.0.7
|
||||
- 24.0.5
|
||||
- 25.0.6
|
||||
- 26.2.5
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: actions/setup-java@main
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: 17
|
||||
cache: maven
|
||||
- run: mvn verify -Dversion.org.keycloak.test=${{ matrix.version }}
|
23
.github/workflows/lint.yaml
vendored
23
.github/workflows/lint.yaml
vendored
|
@ -1,23 +0,0 @@
|
|||
name: Lint
|
||||
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
|
||||
renovate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: docker://kokuwaio/renovate-config-validator
|
||||
|
||||
markdownlint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: docker://kokuwaio/markdownlint
|
||||
|
||||
yamllint:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
- uses: docker://kokuwaio/yamllint
|
|
@ -13,7 +13,3 @@ rules:
|
|||
quoted-strings:
|
||||
quote-type: double
|
||||
required: only-when-needed
|
||||
|
||||
# allow everything on keys
|
||||
truthy:
|
||||
check-keys: false
|
||||
|
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
Provides metrics for Keycloak user/admin events and user/client/session count. Tested on Keycloak [22-26](.woodpecker/verify.yaml#L7-L11).
|
||||
|
||||
[](https://central.sonatype.com/search?namespace=io.kokuwa.keycloak&q=keycloak-event-metrics)
|
||||
[](https://central.sonatype.com/artifact/io.kokuwa.keycloak/keycloak-event-metrics)
|
||||
[](https://hub.docker.com/r/kokuwaio/keycloak-event-metrics)
|
||||
[](https://hub.docker.com/r/kokuwaio/keycloak-event-metrics)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/src/branch/main/Dockerfile)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/src/branch/main/LICENSE)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/pulls)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/issues)
|
||||
[](https://git.kokuwa.io/kokuwaio/keycloak-event-metrics/pulls)
|
||||
[](https://ci.kokuwa.io/repos/kokuwaio/keycloak-event-metrics/)
|
||||
|
||||
## Why?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue