Bruno Oliveira da Silva
4c8abfb61f
Temporarily disable Snyk
...
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-05-24 09:12:21 -03:00
Alexander Schwartz
f103d595f6
Fix glob pattern in Codeowners for translations
...
Closes #29729
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-05-22 15:14:03 +02:00
Ryan Emerson
5d0cb7959e
Execute Aurora DB cleanup in a separate workflow to prevent timeout on cancel ( #29689 )
...
Closes keycloak/keycloak-benchmark#803
Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-05-21 09:17:15 +00:00
Stian Thorgersen
ae034fd65f
Fix release labels ( #29726 )
2024-05-21 07:46:10 +02:00
Bruno Oliveira da Silva
b8f163ec8e
Snyk Report is not preventing duplicates
...
Closes #29699
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-05-20 11:29:25 -03:00
Bruno Oliveira da Silva
65a96757bd
Move Snyk reports from GitHub Security tab to GitHub issues
...
Closes #29494
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-05-16 09:57:22 -03:00
dependabot[bot]
6b6f3fcf05
Bump aquasecurity/trivy-action from 0.19.0 to 0.20.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](d710430a67...b2933f565d
)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-15 08:38:15 -03:00
Yves Galante
401d58a905
Fix GitHub Action Trivy Analysis warnings
...
Update trivy-action to 0.17.0
Close #27264
Signed-off-by: Yves Galante <yves.galante@jmob.net>
2024-05-10 19:37:55 -03:00
Hynek Mlnařík
5ec3d759d9
Randomize Cypress TS and fix tests failing after this change ( #29350 )
...
* Fix user_fed_ldap_test
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
* Fix clients_test
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
* Generate random seed to shuffle tests
Signed-off-by: Jon Koops <jonkoops@gmail.com>
* Remove async / await
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
* Fix async test
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
---------
Signed-off-by: Hynek Mlnarik <hmlnarik@redhat.com>
Signed-off-by: Jon Koops <jonkoops@gmail.com>
Co-authored-by: Jon Koops <jonkoops@gmail.com>
2024-05-08 09:33:21 -04:00
Jon Koops
19eaa48465
Move Keycloak JS label to Core Clients team ( #29345 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-05-08 07:08:05 -04:00
Václav Muzikář
11a35e708e
Conditionally run Quarkus tests ( #29157 )
...
Closes #29118
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
2024-05-07 15:26:59 +02:00
Jon Koops
653e62593b
Make Core Clients team code owner of Keycloak JS
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-05-07 09:54:17 +02:00
Bruno Oliveira da Silva
0e9b42a0af
Update snyk ignore to display warnings from Netty
...
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-05-06 16:22:46 -03:00
Alexander Schwartz
b95b865c60
Allow maintainers to approve community translations in addition to the UI team
...
Closes #29227
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-05-06 16:40:02 +02:00
Michal Hajas
128bba34d3
Remove PERSISTENT_USER_SESSIONS_No_CACHE feature
...
Closes #29264
Signed-off-by: Michal Hajas <mhajas@redhat.com>
2024-05-06 08:53:39 +02:00
Alexander Schwartz
df47dee924
Rework the result for the session search to contain a single result per user sessions
...
Closes #29203
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-05-03 13:51:14 +02:00
Alexander Schwartz
05b6f897ce
Execute persistent sessions tests in CI and fix deadlock ( #29236 )
...
* Execute persistent sessions tests in CI and fix deadlock in UserSessionConcurrencyTest
The deadlock was caused by a switch to reactive handling of embedded Infinispan updates introduced here #28862
Closes #29235
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-05-03 10:42:34 +02:00
Jon Koops
88d5970944
Upgrade artifact actions to latest version ( #28483 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-15 17:14:00 +02:00
Jon Koops
6853dca002
Add files owned by UI team to codeowners ( #28678 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-12 15:44:56 +02:00
Alexander Schwartz
b4cfebd8d5
Persistent sessions code also for offline sessions ( #28319 )
...
Persistent sessions code also for offline sessions
Closes #28318
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-04-12 13:15:02 +02:00
Jon Koops
0327787645
Remove legacy Account Console tests
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-10 14:34:56 +02:00
Jon Koops
2b9ac828c1
Make the UI team owner of the themes
directory ( #28399 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-03 16:36:12 +02:00
Jon Koops
ab1d1ae3d5
Move all JavaScript projects into single PNPM workspace ( #24537 )
...
Closes #24571
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-04-02 16:14:58 +02:00
dependabot[bot]
a74d833f22
Bump aquasecurity/trivy-action from 0.18.0 to 0.19.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](062f259268...d710430a67
)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-28 09:05:39 -03:00
Alexander Schwartz
c580c88c93
Persist online sessions to the database ( #27977 )
...
Adding two feature toggles for new code paths to store online sessions in the existing offline sessions table. Separate the code which is due to be changed in the next iteration in new classes/providers which used instead of the old one.
Closes #27976
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Signed-off-by: Michal Hajas <mhajas@redhat.com>
Co-authored-by: Michal Hajas <mhajas@redhat.com>
2024-03-28 09:17:07 +01:00
Jon Koops
3382e16954
Remove Account Console version 2 ( #27510 )
...
Closes #19664
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-03-27 10:53:28 +01:00
Lukas Hanusovsky
31293d36e8
surefire reports new release 24
...
Closes #28167
Signed-off-by: Lukas Hanusovsky <lhanusov@redhat.com>
2024-03-22 12:25:31 +00:00
Stian Thorgersen
2672b362c9
Update github action versions ( #27692 )
...
Signed-off-by: stianst <stianst@gmail.com>
2024-03-22 08:57:41 +01:00
Peter Zaoral
28afd77917
Stabilize the quarkus-next build stage ( #27684 )
...
* edited prepare-quarkus-next.sh in order to add the Quarkus nightly snapshot repository as a plugin repository to avoid multiple "artifacts are not being found" failures
Closes #27683
Signed-off-by: Peter Zaoral <pzaoral@redhat.com>
2024-03-15 18:10:01 +01:00
Václav Muzikář
b64079eaea
Set minikube memory for Operator CI ( #27943 )
...
Signed-off-by: Václav Muzikář <vmuzikar@redhat.com>
2024-03-15 17:42:40 +01:00
Bruno Oliveira da Silva
9547c34592
Snyk workflow failure
...
Closes #27761
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-03-13 13:30:47 -03:00
Bruno Oliveira da Silva
1c0c56e805
Revert "Snyk workflow failure"
...
This reverts commit 6967f57f39
.
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-03-11 16:20:48 -03:00
Bruno Oliveira da Silva
6967f57f39
Snyk workflow failure
...
Closes #27761
Signed-off-by: Bruno Oliveira da Silva <bruno@abstractj.com>
2024-03-11 11:10:58 -03:00
Steven Hawkins
5b03ed174b
task: update kube / minikube versions ( #27560 )
...
relates to: #27080
Signed-off-by: Steve Hawkins <shawkins@redhat.com>
2024-03-05 15:40:55 +00:00
Jon Koops
4e5ed3ebef
Always upload Cypress test videos on failures ( #27423 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-03-01 14:09:03 +00:00
dependabot[bot]
77c4cee4d0
Bump aquasecurity/trivy-action from 0.17.0 to 0.18.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.17.0 to 0.18.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](84384bd6e7...062f259268
)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 12:44:34 +01:00
Stian Thorgersen
084c1f3537
Update teams.yml
2024-02-29 16:40:55 +01:00
rmartinc
a3f91ef95b
Change fake_fips for linux 6.4 changes
...
Closes #27345
Signed-off-by: rmartinc <rmartinc@redhat.com>
2024-02-28 13:27:50 +01:00
Jon Koops
4eb71c4f40
Record Cypress test failures in video ( #27232 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-02-27 14:03:34 +01:00
dependabot[bot]
bb9146edcf
Bump aquasecurity/trivy-action from 0.16.1 to 0.17.0 ( #26845 )
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.16.1 to 0.17.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](d43c1f16c0...84384bd6e7
)
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-26 09:56:32 -03:00
Pedro Igor
37805ffbb2
fixing typo in bug template
2024-02-21 20:10:07 +09:00
Jon Koops
b1a6a5a1b0
Run Cypress tests in parallel using cypress-split
( #20685 )
...
Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-02-20 11:10:54 +01:00
Ryan Emerson
870befa422
Specify ansible shell executable as child of args element. Fixes #27133
...
Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-02-19 19:07:24 +01:00
Ryan Emerson
a2f027ee00
Use AWS JDBC Wrapper in CI tests. Resolves #27123
...
Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-02-19 19:07:24 +01:00
Alexander Schwartz
7135b4ec4c
Add Amazon Aurora PostgreSQL to the list of tested databases ( #27049 )
...
Closes #27048
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
2024-02-19 09:16:49 +01:00
Ryan Emerson
c30b9545ef
Aurora Postgres IT: Upload flaky and surefire test reports
...
Closes #26967
Signed-off-by: Ryan Emerson <remerson@redhat.com>
Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
Co-authored-by: Alexander Schwartz <aschwart@redhat.com>
2024-02-16 11:57:56 +01:00
Martin Bartoš
531b386c97
Do not print executed commands in loop when checking deployments ( #26872 )
...
Signed-off-by: Martin Bartoš <mabartos@redhat.com>
2024-02-14 19:41:50 +01:00
Ryan Emerson
67f6f2f657
Add Multi-AZ Aurora DB to CI store-integration-tests
...
Closes #26730
Signed-off-by: Ryan Emerson <remerson@redhat.com>
2024-02-14 16:51:08 +01:00
stianst
9f1da8dbf2
Add checkbox for regression to bug issue template
...
Signed-off-by: stianst <stianst@gmail.com>
2024-02-14 10:32:45 -03:00
Stian Thorgersen
5a2b145e4e
Add team/cross-dc to teams.yml
2024-02-13 15:08:42 +01:00