author int64 658 755k | date stringdate 2012-06-12 08:34:29 2024-07-22 14:51:21 | timezone int64 -46,800 43.2k | hash stringlengths 40 40 | message stringlengths 5 490 | mods listlengths 1 16 | language stringclasses 20
values | license stringclasses 3
values | repo stringlengths 5 68 | original_message stringlengths 12 491 |
|---|---|---|---|---|---|---|---|---|---|
339,687 | 25.11.2022 10:46:31 | -3,600 | 88bc5e2307fe8b14d42d6e2a56584e0490959afa | Use different Postgres image in Testcontainers. Upgraded Testcontainers dependency to 1.17.5. | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "https://issues.redhat.com/browse/KEYCLOAK-17585?focusedCommentId=16002705&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16002705\n-->\n<microprofile-metrics-api.version>2.3</microprofi... | Java | Apache License 2.0 | keycloak/keycloak | Use different Postgres image in Testcontainers. Upgraded Testcontainers dependency to 1.17.5. |
339,487 | 28.11.2022 22:32:05 | 10,800 | 55b21624218121acdf67249d9089bce496adf9f7 | Create map-file module with empty implementations
Closes | [
{
"change_type": "MODIFY",
"old_path": "dependencies/server-all/pom.xml",
"new_path": "dependencies/server-all/pom.xml",
"diff": "<groupId>org.keycloak</groupId>\n<artifactId>keycloak-model-map-hot-rod</artifactId>\n</dependency>\n+ <dependency>\n+ <groupId>org.keycloak</groupId>\n+ <artifactId>keyc... | Java | Apache License 2.0 | keycloak/keycloak | Create map-file module with empty implementations
Closes #15706 |
339,185 | 30.11.2022 12:40:26 | -3,600 | 60ce949304edee9762d2f01a8a48c99b2fad6d50 | Ignore unknown clients in LDAP role mapper
Fixes: | [
{
"change_type": "MODIFY",
"old_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/membership/role/RoleLDAPStorageMapper.java",
"new_path": "federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/membership/role/RoleLDAPStorageMapper.java",
"diff": "@@ -92,10 +92,15 @@ ... | Java | Apache License 2.0 | keycloak/keycloak | Ignore unknown clients in LDAP role mapper
Fixes: #10958 |
339,487 | 30.11.2022 10:15:04 | 10,800 | 3a9e0513012aaaa574280ed141525fa946ce73a0 | Add debug log messages to KeycloakModelUtils.runJobInRetriableTransaction
Closes | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/models/utils/KeycloakModelUtils.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/models/utils/KeycloakModelUtils.java",
"diff": "package org.keycloak.models.utils;\n+import org.jboss.logging.Logger... | Java | Apache License 2.0 | keycloak/keycloak | Add debug log messages to KeycloakModelUtils.runJobInRetriableTransaction
Closes #15749 |
339,364 | 02.12.2022 10:46:36 | -3,600 | 7a0ad6ff21c508524fb562b97405480547259c7d | Handle `null` in HttpRequestImpl | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/HttpRequestImpl.java",
"new_path": "services/src/main/java/org/keycloak/services/HttpRequestImpl.java",
"diff": "package org.keycloak.services;\n-import java.security.cert.X509Certificate;\n+import org.keycloak.http... | Java | Apache License 2.0 | keycloak/keycloak | Handle `null` in HttpRequestImpl |
339,448 | 30.11.2022 13:35:24 | -3,600 | b7d72687442be3c5ba0f6fcc04b1c2c9e2b13e36 | Initialize CryptoIntegration before loading adapter config
Initialize CryptoIntegration before building KeycloakDeploymentBuilder, same way as in public static KeycloakDeployment build(InputStream is) method
Closes | [
{
"change_type": "MODIFY",
"old_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeploymentBuilder.java",
"new_path": "adapters/oidc/adapter-core/src/main/java/org/keycloak/adapters/KeycloakDeploymentBuilder.java",
"diff": "@@ -201,6 +201,7 @@ public class KeycloakDeplo... | Java | Apache License 2.0 | keycloak/keycloak | Initialize CryptoIntegration before loading adapter config
Initialize CryptoIntegration before building KeycloakDeploymentBuilder, same way as in public static KeycloakDeployment build(InputStream is) method
Closes #15767 |
339,269 | 31.10.2022 17:09:06 | -3,600 | 3c6e2c3c1e291370c3df672c4651ec0ec2df4a1e | 15234 switch to micrometer metrics | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/pom.xml",
"new_path": "quarkus/deployment/pom.xml",
"diff": "</dependency>\n<dependency>\n<groupId>io.quarkus</groupId>\n- <artifactId>quarkus-smallrye-metrics-deployment</artifactId>\n+ <artifactId>quarkus-micrometer-deployment</artifactId>... | Java | Apache License 2.0 | keycloak/keycloak | 15234 switch to micrometer metrics |
339,179 | 05.12.2022 13:16:04 | -3,600 | 59ccae76cbff6ffef6cc8286b557d6fea93a2aa4 | Fix flaky JS test
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/updaters/RealmAttributeUpdater.java",
"new_path": "testsuite/integration-arquillian/tests/base/src/main/java/org/keycloak/testsuite/updaters/RealmAttributeUpdater.java",
"diff": "... | Java | Apache License 2.0 | keycloak/keycloak | Fix flaky JS test (#15804)
Closes #15761
Co-authored-by: Stian Thorgersen <stianst@gmail.com> |
339,465 | 06.12.2022 14:50:07 | -3,600 | f4e91a5312a9952890f20cd6a9ecb7049815420a | The redirect URI cannot be verified during logout in the case when client was removed
closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/LogoutEndpoint.java",
"diff": "@@ -238,10 +238,9 @@ public class LogoutEndpoint {\nOIDCAdvancedConfigWrap... | Java | Apache License 2.0 | keycloak/keycloak | The redirect URI cannot be verified during logout in the case when client was removed
closes #15866 |
339,179 | 29.11.2022 12:55:12 | -3,600 | de7dd77aebe5f81cf108d4e642400feddcbae150 | Change id of TermsAndConditions required actions to uppercase
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/legacy-private/src/main/java/org/keycloak/storage/datastore/LegacyExportImportManager.java",
"new_path": "model/legacy-private/src/main/java/org/keycloak/storage/datastore/LegacyExportImportManager.java",
"diff": "@@ -114,6 +114,7 @@ import java.util.Set... | Java | Apache License 2.0 | keycloak/keycloak | Change id of TermsAndConditions required actions to uppercase
Closes #9991 |
339,274 | 20.12.2021 21:45:45 | -3,600 | 993d9105208e3f027168f003e5235cbe9bed9a7e | avoid NPE in LegacyAttributes when using federated storage
Closes #https://github.com/keycloak/keycloak/issues/15482 | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/userprofile/LegacyAttributes.java",
"new_path": "services/src/main/java/org/keycloak/userprofile/LegacyAttributes.java",
"diff": "@@ -40,16 +40,10 @@ public class LegacyAttributes extends DefaultAttributes {\n@Override\npubl... | Java | Apache License 2.0 | keycloak/keycloak | avoid NPE in LegacyAttributes when using federated storage
Closes #https://github.com/keycloak/keycloak/issues/15482 |
339,452 | 29.11.2022 09:50:57 | -3,600 | 4acd1afa3b744aadcf1f66d53a902ebf39892a39 | Use org.keycloak.common.util.Base64Url to encode/decode clientID
fix
related | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/util/IdentityBrokerState.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/broker/provider/util/IdentityBrokerState.java",
"diff": "@@ -20,10 +20,10 @@ package org.keycloak.broker.pr... | Java | Apache License 2.0 | keycloak/keycloak | Use org.keycloak.common.util.Base64Url to encode/decode clientID
fix #15734
related #10227 #10231 |
339,185 | 15.03.2022 15:22:20 | -3,600 | 901c85f6c09aff6b9c25eda36e9a5a422058ccee | Camel case field names
Fixes: | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"diff": "@@ -15... | Java | Apache License 2.0 | keycloak/keycloak | Camel case field names
Fixes: #15846 |
339,459 | 30.11.2022 00:04:56 | -3,600 | 1073a342cf55852618ea538190207ff4aa1a23e9 | Cleanup dependencies and align with Quarkus
* aligned parent POM dependency versions with the Quarkus BOM
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/pom.xml",
"new_path": "model/map-jpa/pom.xml",
"diff": "<plugin>\n<groupId>org.hibernate.orm.tooling</groupId>\n<artifactId>hibernate-enhance-maven-plugin</artifactId>\n- <version>${hibernate.core.version}</version>\n+ <version>${hibernate-orm.ve... | Java | Apache License 2.0 | keycloak/keycloak | Cleanup dependencies and align with Quarkus
* aligned parent POM dependency versions with the Quarkus BOM
Closes #15325
Signed-off-by: Peter Zaoral <pzaoral@redhat.com> |
339,487 | 09.12.2022 12:00:04 | 10,800 | d6a4acceda59fc9a2b0f97dd23193d51d3496130 | Exclude commons-text from liquibase-core dependency
Closes | [
{
"change_type": "MODIFY",
"old_path": "dependencies/server-all/pom.xml",
"new_path": "dependencies/server-all/pom.xml",
"diff": "<dependency>\n<groupId>org.liquibase</groupId>\n<artifactId>liquibase-core</artifactId>\n- <exclusions>\n- <exclusion>\n- <groupId>org.yaml</groupId>\n- <artifactId>snake... | Java | Apache License 2.0 | keycloak/keycloak | Exclude commons-text from liquibase-core dependency
Closes #15915 |
339,144 | 16.12.2022 11:56:14 | -3,600 | 220590d241f415c75604eab5279f69ca0024172e | improve german email translation
Closes | [
{
"change_type": "MODIFY",
"old_path": "themes/src/main/resources-community/theme/base/email/messages/messages_de.properties",
"new_path": "themes/src/main/resources-community/theme/base/email/messages/messages_de.properties",
"diff": "emailVerificationSubject=E-Mail verifizieren\n-emailVerification... | Java | Apache License 2.0 | keycloak/keycloak | improve german email translation (#15949)
Closes #15948 |
339,410 | 17.12.2022 08:50:21 | -3,600 | 1d758fac2bd7be94b3885dd195da0fcb8e27467a | Adding CRDB into GHA for the new store
The CockroachDB database is slower than PostgreSQL, therefore it will only run branches and nightly builds.
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -165,7 +165,7 @@ jobs:\nrun: |\nTESTS=`testsuite/integration-arquillian/tests/base/testsuites/suite.sh jdk`\necho \"Tests: $TESTS\"\n- ./mvnw test -nsu -B -Pauth-server-quarkus -Pdb... | Java | Apache License 2.0 | keycloak/keycloak | Adding CRDB into GHA for the new store (#16021)
The CockroachDB database is slower than PostgreSQL, therefore it will only run branches and nightly builds.
Closes #16020 |
339,410 | 15.12.2022 10:14:30 | -3,600 | 6d0e112bf1d5363825ec6072d6f151f8e8ac7234 | Ensure lock table has its primary key created, and re-enable the DBLockTest
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/lock/CustomLockService.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/lock/CustomLockService.java",
"diff": "@@ -24,11 +24,18 @@ import liquibase... | Java | Apache License 2.0 | keycloak/keycloak | Ensure lock table has its primary key created, and re-enable the DBLockTest
Closes #15487 |
339,410 | 15.12.2022 10:14:30 | -3,600 | 0fee33bb95150d6e14b228da716c14ca06e820da | Normalize JVM heap usage in tests and handle OOM situations
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".github/actions/upload-heapdumps/action.yml",
"diff": "+name: Upload JVM Heapdumps\n+description: Upload JVM Heapdumps\n+\n+runs:\n+ using: composite\n+ steps:\n+ - id: upload-jvm-heapdumps\n+ name: Upload JVM Heapdumps\n+ uses: actions/upload-a... | Java | Apache License 2.0 | keycloak/keycloak | Normalize JVM heap usage in tests and handle OOM situations
Closes #16089 |
339,179 | 16.12.2022 18:55:31 | -3,600 | c79d29e68c0d2fa88e0733b7f75b37e8f95f0788 | Move HotRod profile to the same pom as other map profiles and introduce map-storage-chm profile
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -225,10 +225,10 @@ jobs:\n- name: Run base tests\nrun: |\ndeclare -A PARAMS\n- PARAMS[\"chm\"]=\"-Pmap-storage -Dpageload.timeout=90000\"\n- PARAMS[\"hot-rod\"]=\"-Pmap-storage,map-... | Java | Apache License 2.0 | keycloak/keycloak | Move HotRod profile to the same pom as other map profiles and introduce map-storage-chm profile
Closes #16046 |
339,281 | 19.12.2022 13:38:30 | -3,600 | 44715fe3978bec2e63056936b0372c3a0cd799a7 | Generate getMapKeyClass and getMapValueClass methods for map fields
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"diff": "@@ -18... | Java | Apache License 2.0 | keycloak/keycloak | Generate getMapKeyClass and getMapValueClass methods for map fields
Closes #16053 |
339,465 | 08.12.2022 18:54:14 | -3,600 | 36bd76957de8f85d45b5232bf3e81952d5e10279 | Make Keycloak FIPS working with OpenJDK 17 on FIPS enabled RHEL
Closes | [
{
"change_type": "MODIFY",
"old_path": "crypto/fips1402/pom.xml",
"new_path": "crypto/fips1402/pom.xml",
"diff": "</dependency>\n</dependencies>\n- <build>\n- <pluginManagement>\n- <plugins>\n- <plugin>\n- <artifactId>maven-surefire-plugin</artifactId>\n- <configuration>\n- <systemPropertyVariables>... | Java | Apache License 2.0 | keycloak/keycloak | Make Keycloak FIPS working with OpenJDK 17 on FIPS enabled RHEL
Closes #15721 |
339,687 | 21.12.2022 08:15:38 | -3,600 | 9bb5b08015361ad02b9d748111cd5905bbc3691e | Added Oracle to Legacy Store IT. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -253,7 +253,7 @@ jobs:\ntimeout-minutes: 45\nstrategy:\nmatrix:\n- db: [postgres, mysql] # 'mariadb' is not always shutting down, 'mssql', 'oracle11g' containers not available\n+ db... | Java | Apache License 2.0 | keycloak/keycloak | Added Oracle to Legacy Store IT. (#16097) |
339,500 | 19.12.2022 09:53:46 | -3,600 | 5aae3842c40c8f5b8c6c80fa47e09c11f4a6d7e6 | Upgrade to Infinispan 14.0.4.Final | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/cluster/infinispan/InfinispanNotificationsManager.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/cluster/infinispan/InfinispanNotificationsManager.java",
"diff": "@@ -258,11 +258,17 @@ public class I... | Java | Apache License 2.0 | keycloak/keycloak | Upgrade to Infinispan 14.0.4.Final |
339,323 | 16.12.2022 11:43:14 | -32,400 | ce6b737e334294ddc114e5d69ce939fab0bfc7bf | NPE in userinfo endpoint
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/UserInfoEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/endpoints/UserInfoEndpoint.java",
"diff": "@@ -141,10 +141,12 @@ public class UserInfoEndpoint {\nauthorization(a... | Java | Apache License 2.0 | keycloak/keycloak | NPE in userinfo endpoint
Closes #15429 |
339,465 | 03.01.2023 07:26:11 | -3,600 | 496c6d598ebc04c3d3c07aef27017ffb6c13879c | Some authorization adapter test failing on Java 17
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "testsuite/integration-arquillian/test-apps/hello-world-authz-service/src/main/java/org/keycloak/testsuite/example/WebAppHelper.java",
"diff": "+/*\n+ * Copyright 2023 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated b... | Java | Apache License 2.0 | keycloak/keycloak | Some authorization adapter test failing on Java 17
Closes #16216 |
339,400 | 20.12.2022 13:37:58 | 10,800 | ae74cadcfcefec85d8fa7942cfd3594c0f4fd341 | Add missing < to Javadoc | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/ScriptBasedAuthenticator.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/browser/ScriptBasedAuthenticator.java",
"diff": "@@ -50,7 +50,7 @@ import j... | Java | Apache License 2.0 | keycloak/keycloak | Add missing < to Javadoc |
339,281 | 04.01.2023 12:12:26 | -3,600 | 380df3bedfc8860b6d3a393417e03af67c4b3446 | Field generator: getCollectionElementClass method not generated when no addElement method is present in interface
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"new_path": "model/build-processor/src/main/java/org/keycloak/models/map/processor/GenerateEntityImplementationsProcessor.java",
"diff": "@@ -17... | Java | Apache License 2.0 | keycloak/keycloak | Field generator: getCollectionElementClass method not generated when no addElement method is present in interface
Closes #16255 |
339,465 | 05.01.2023 11:51:00 | -3,600 | e374e309c65c4f229db077b127c98d990e00aeb8 | Deprecate SHA1 based algorithms for sign SAML documents and assertions
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/tests/base/src/test/resources/adapter-test/keycloak-saml/testsaml.json",
"new_path": "testsuite/integration-arquillian/tests/base/src/test/resources/adapter-test/keycloak-saml/testsaml.json",
"diff": "\"attributes\": {\n\"saml.... | Java | Apache License 2.0 | keycloak/keycloak | Deprecate SHA1 based algorithms for sign SAML documents and assertions
Closes #16240 |
339,177 | 20.11.2022 20:07:17 | -3,600 | dbe0c27bcf04ec267e768d45a7e95800c19e52a0 | Allowing client registration access token rotation deactivation | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "server-spi-private/src/main/java/org/keycloak/models/ClientRegistrationAccessTokenConstants.java",
"diff": "+/*\n+ * Copyright 2022 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licen... | Java | Apache License 2.0 | keycloak/keycloak | Allowing client registration access token rotation deactivation |
339,185 | 05.01.2023 17:35:32 | -3,600 | 7708e2cc5c4cc3ae30ec0b858a7d12f9c4fb510b | Fix putAll issues
Closes: | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/models/sessions/infinispan/InfinispanUserSessionProvider.java",
"diff": "@@ -865,7 +865,9 @@ pu... | Java | Apache License 2.0 | keycloak/keycloak | Fix putAll issues
Closes: #16287 |
339,177 | 06.01.2023 14:04:48 | -3,600 | 141c9dd80380526c4cfcdc4f2853db920be674f7 | update-email: email change does not affect the username when "Email as username" option is checked
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/userprofile/AbstractUserProfileProvider.java",
"new_path": "services/src/main/java/org/keycloak/userprofile/AbstractUserProfileProvider.java",
"diff": "@@ -80,6 +80,8 @@ public abstract class AbstractUserProfileProvider<U ex... | Java | Apache License 2.0 | keycloak/keycloak | update-email: email change does not affect the username when "Email as username" option is checked (#15583)
Closes #13988 |
339,410 | 09.01.2023 13:12:58 | -3,600 | 665dec19c0cb4bb5f8632a79e62a89a03f3cf1f8 | Extend build time for CockroachDB
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -220,8 +220,8 @@ jobs:\nname: New Store IT\nneeds: [build, databases-new-store]\nruns-on: ubuntu-latest\n- # Currently, the run of CockroachDB (only branches and nightly runs) is th... | Java | Apache License 2.0 | keycloak/keycloak | Extend build time for CockroachDB (#16315)
Closes #16313 |
339,458 | 04.01.2023 09:29:19 | 0 | d900540034d381816162bf9c2cf14ef1fb8a2208 | Fix NPE if user not exists
Check "userSession.getId().equals(clientUser.getId())" fails if getUserFromToken return non existed user. It is happens when AccessToken.subject relates to non existed user.
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authorization/common/KeycloakIdentity.java",
"new_path": "services/src/main/java/org/keycloak/authorization/common/KeycloakIdentity.java",
"diff": "@@ -234,6 +234,9 @@ public class KeycloakIdentity implements Identity {\n}\n... | Java | Apache License 2.0 | keycloak/keycloak | Fix NPE if user not exists
Check "userSession.getId().equals(clientUser.getId())" fails if getUserFromToken return non existed user. It is happens when AccessToken.subject relates to non existed user.
Closes #16297 |
339,281 | 09.01.2023 12:43:09 | -3,600 | f11bef3e7f697935adf4c4a29e9225d62e5580d5 | EntityField `mapPut` and `collectionAdd` default methods doesn't insert an element when `get(e)` returns `null`
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map/src/main/java/org/keycloak/models/map/common/EntityField.java",
"new_path": "model/map/src/main/java/org/keycloak/models/map/common/EntityField.java",
"diff": "package org.keycloak.models.map.common;\nimport java.util.Collection;\n+import java.util.C... | Java | Apache License 2.0 | keycloak/keycloak | EntityField `mapPut` and `collectionAdd` default methods doesn't insert an element when `get(e)` returns `null`
Closes #16317 |
339,465 | 09.01.2023 14:40:04 | -3,600 | 4d55c6a647111dcffd9ff142177a580c511866bc | Adding SAML tests for FIPS - with addition of XMLDSig security provider
Closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/servers/auth-server/common/fips/kc.java.security",
"new_path": "testsuite/integration-arquillian/servers/auth-server/common/fips/kc.java.security",
"diff": "#\n# Security providers used when global crypto-policies are set to FI... | Java | Apache License 2.0 | keycloak/keycloak | Adding SAML tests for FIPS - with addition of XMLDSig security provider
Closes #14969 |
339,542 | 10.01.2023 11:56:40 | -3,600 | bcc23b633046af7075fd2219e55051bb579bf795 | Fix (keycloak#15493): make nginx certificate-lookup thread safe
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/x509/NginxProxySslClientCertificateLookup.java",
"new_path": "services/src/main/java/org/keycloak/services/x509/NginxProxySslClientCertificateLookup.java",
"diff": "@@ -3,7 +3,6 @@ package org.keycloak.services.x509... | Java | Apache License 2.0 | keycloak/keycloak | Fix (keycloak#15493): make nginx certificate-lookup thread safe (#15480)
Closes #15493 |
339,687 | 10.01.2023 17:37:27 | -3,600 | 7bd78f604a81ff52b7282f968e692654a0a19d88 | Added MariaDB to Legacy Store IT. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -271,7 +271,7 @@ jobs:\ntimeout-minutes: 45\nstrategy:\nmatrix:\n- db: [postgres, mysql, oracle, mssql] # 'mariadb' is not always shutting down\n+ db: [postgres, mysql, oracle, mssq... | Java | Apache License 2.0 | keycloak/keycloak | Added MariaDB to Legacy Store IT. (#16157) |
339,465 | 09.01.2023 14:44:34 | -3,600 | ac490a666cb3a585c53011e89f9b2a2898779acf | Fix KcSamlSignedBrokerTest in FIPS. Support for choosing realm encryption key for decrypt SAML assertions instead of realm signature key
Closes | [
{
"change_type": "MODIFY",
"old_path": "server-spi-private/src/main/java/org/keycloak/models/utils/DefaultKeyProviders.java",
"new_path": "server-spi-private/src/main/java/org/keycloak/models/utils/DefaultKeyProviders.java",
"diff": "@@ -32,6 +32,8 @@ import java.util.Objects;\n*/\npublic class Defa... | Java | Apache License 2.0 | keycloak/keycloak | Fix KcSamlSignedBrokerTest in FIPS. Support for choosing realm encryption key for decrypt SAML assertions instead of realm signature key
Closes #16324 |
339,235 | 11.01.2023 08:48:00 | -3,600 | 09ff572ef62157c43ff66728d8f41a73c31193d1 | Update to XStream 1.4.20
Closes | [
{
"change_type": "MODIFY",
"old_path": "pom.xml",
"new_path": "pom.xml",
"diff": "<ua-parser.version>1.5.2</ua-parser.version>\n<picketbox.version>5.0.3.Final</picketbox.version>\n<google.guava.version>30.1-jre</google.guava.version>\n+ <xstream.version>1.4.20</xstream.version>\n<!-- Openshift -->\n... | Java | Apache License 2.0 | keycloak/keycloak | Update to XStream 1.4.20
Closes #16276 |
339,618 | 20.10.2022 11:27:09 | -7,200 | 7398d7e1edd971db191607faf90fca8292f56efc | initial impl of running export/import without serving | [
{
"change_type": "MODIFY",
"old_path": "quarkus/config-api/src/main/java/org/keycloak/config/HttpOptions.java",
"new_path": "quarkus/config-api/src/main/java/org/keycloak/config/HttpOptions.java",
"diff": "@@ -100,4 +100,11 @@ public class HttpOptions {\n.description(\"The type of the trust store fi... | Java | Apache License 2.0 | keycloak/keycloak | initial impl of running export/import without serving |
339,465 | 12.01.2023 18:24:23 | -3,600 | 79fa6bb3c96bdecb18c602ad8ceeb4cbe4fc7876 | Initial support for running testsuite in BCFIPS approved mode
Closes | [
{
"change_type": "MODIFY",
"old_path": "docs/fips.md",
"new_path": "docs/fips.md",
"diff": "FIPS 140-2 Integration\n======================\n+Environment\n+-----------\n+All the steps below were tested on RHEL 8.6 with FIPS mode enabled (See [this page](https://access.redhat.com/documentation/en-us/r... | Java | Apache License 2.0 | keycloak/keycloak | Initial support for running testsuite in BCFIPS approved mode
Closes #16429 |
339,185 | 12.01.2023 11:19:00 | -3,600 | 31195664075b065eead88047dee56783c42a3a24 | Prevent endless loop in case of split-brain
Fixes: | [
{
"change_type": "MODIFY",
"old_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/DefaultInfinispanConnectionProviderFactory.java",
"new_path": "model/infinispan/src/main/java/org/keycloak/connections/infinispan/DefaultInfinispanConnectionProviderFactory.java",
"diff": "@@ -... | Java | Apache License 2.0 | keycloak/keycloak | Prevent endless loop in case of split-brain
Fixes: #16427 |
339,235 | 16.01.2023 12:21:59 | -3,600 | dceb2f96b274b83c764c2ba8fd98dab16980f757 | Fix REST API header showing product.name.full
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/docs/asciidoc/overview.adoc",
"new_path": "services/src/docs/asciidoc/overview.adoc",
"diff": "-= ${product.name.full} Admin REST API\n+= Keycloak Admin REST API\n== Overview\n-This is a REST API reference for the ${product.name.full} Admin REST A... | Java | Apache License 2.0 | keycloak/keycloak | Fix REST API header showing product.name.full
Closes #16067 |
339,156 | 01.12.2022 10:40:47 | -7,200 | c73859794edd71e924e826c0a815f924f801bf22 | Short verification_uri for Device Authorization Request
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/endpoints/DeviceEndpoint.java",
"new_path": "services/src/main/java/org/keycloak/protocol/oidc/grants/device/endpoints/DeviceEndpoint.java",
"diff": "@@ -80,6 +80,8 @@ public class DeviceEndpoint ... | Java | Apache License 2.0 | keycloak/keycloak | Short verification_uri for Device Authorization Request
Closes #16107 |
339,269 | 18.01.2023 13:03:03 | -3,600 | e5ef0a417a32f8ac507392b2ca432f169ecc2a66 | Updated list of Keycloak repositories in GOVERNANCE.md | [
{
"change_type": "MODIFY",
"old_path": "GOVERNANCE.md",
"new_path": "GOVERNANCE.md",
"diff": "@@ -21,11 +21,12 @@ enabling the less common use cases through custom extensions.\nKeycloak consists of several projects:\n* [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapt... | Java | Apache License 2.0 | keycloak/keycloak | Updated list of Keycloak repositories in GOVERNANCE.md (#16447) |
339,272 | 18.01.2023 13:06:36 | -3,600 | 5ddb79cbe6ae4bd591df81428139aa468d23ad24 | fix(account): do not leak into messages
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/account/AccountConsole.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/account/AccountConsole.java",
"diff": "@@ -111,7 +111,8 @@ public class AccountConsole {\nif (auth != null)... | Java | Apache License 2.0 | keycloak/keycloak | fix(account): do not leak into messages (#16212)
Closes #16211 |
339,410 | 11.01.2023 10:46:46 | -3,600 | e9e6b73bd27b71be91731e1e311543118f29d05f | Avoid using Hibernate APIs to cache query results as the API changes in Hibernate 6
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapKeycloakTransaction.java",
"diff": "*/\npackage org.keycloak.models.map.storage.... | Java | Apache License 2.0 | keycloak/keycloak | Avoid using Hibernate APIs to cache query results as the API changes in Hibernate 6
Closes #16332 |
339,282 | 20.01.2023 02:08:31 | 18,000 | d388ae7ce7bdea977591324eb3958d9d8d097c67 | Fix markdown link to database tests | [
{
"change_type": "MODIFY",
"old_path": "docs/tests.md",
"new_path": "docs/tests.md",
"diff": "@@ -16,7 +16,7 @@ To run the tests with Firefox add `-Dbrowser=firefox` or for Chrome add `-Dbrows\nDatabase\n--------\n-By default the testsuite uses an embedded H2 database to test with other databases se... | Java | Apache License 2.0 | keycloak/keycloak | Fix markdown link to database tests (#15457) |
339,307 | 20.01.2023 09:10:31 | -3,600 | ac6b9ed42151d00086ad33220a491c9afc74a101 | docs: add missing backslash to realm startup command | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/containers.adoc",
"new_path": "docs/guides/src/main/server/containers.adoc",
"diff": "@@ -163,7 +163,7 @@ The https://quay.io/keycloak/keycloak[published Keycloak containers] have a dire\n----\npodman|docker run --name keycloak_unop... | Java | Apache License 2.0 | keycloak/keycloak | docs: add missing backslash to realm startup command (#16381) |
339,510 | 20.01.2023 09:11:04 | -3,600 | 234267556d57f59e38d5c034983283c488224307 | Update logging.adoc
Incorrect reference to "log-format" configuration instead of "log-console-format" | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/logging.adoc",
"new_path": "docs/guides/src/main/server/logging.adoc",
"diff": "@@ -108,7 +108,7 @@ To set the logging format for a logged line, perform these steps:\n. Build your desired format template using the preceding table.\n... | Java | Apache License 2.0 | keycloak/keycloak | Update logging.adoc (#16179)
Incorrect reference to "log-format" configuration instead of "log-console-format" |
339,410 | 20.01.2023 09:11:38 | -3,600 | bd30023d629d92dacf805a6318b4380c42f1e26d | Cache the maven wrapper JAR for Maven builds
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/actions/maven-cache/action.yml",
"new_path": ".github/actions/maven-cache/action.yml",
"diff": "@@ -26,3 +26,12 @@ runs:\nls ~/.m2/repository/org/keycloak\nexit 1\nfi\n+\n+ - name: Cache Maven Wrapper\n+ uses: actions/cache@v3\n+ with:\n+ path: .mvn/wr... | Java | Apache License 2.0 | keycloak/keycloak | Cache the maven wrapper JAR for Maven builds (#16092)
Closes #16091 |
339,677 | 20.01.2023 09:14:32 | -3,600 | 447364076adb84b62d0d5db38502a02774b0254d | Update containers.adoc
You have to set also variable KC_DB after building image, otherwise Keycloak will default to H2 database | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/containers.adoc",
"new_path": "docs/guides/src/main/server/containers.adoc",
"diff": "@@ -40,6 +40,7 @@ FROM quay.io/keycloak/keycloak:latest\nCOPY --from=builder /opt/keycloak/ /opt/keycloak/\n# change these values to point to a ru... | Java | Apache License 2.0 | keycloak/keycloak | Update containers.adoc (#15729)
You have to set also variable KC_DB after building image, otherwise Keycloak will default to H2 database |
339,185 | 23.01.2023 14:43:20 | -3,600 | 977cc473bb3a52d2d3e2d76bf2d94cffcf2bfaae | Fix linebreaks in XML / SAML signatures
See
See
Fixes: | [
{
"change_type": "MODIFY",
"old_path": "saml-core/src/main/java/org/keycloak/saml/common/util/SystemPropertiesUtil.java",
"new_path": "saml-core/src/main/java/org/keycloak/saml/common/util/SystemPropertiesUtil.java",
"diff": "@@ -32,6 +32,11 @@ public class SystemPropertiesUtil {\nSecurityActions.se... | Java | Apache License 2.0 | keycloak/keycloak | Fix linebreaks in XML / SAML signatures
See https://bugs.openjdk.org/browse/JDK-8264194
See https://issues.apache.org/jira/browse/SANTUARIO-482
Fixes: #14529 |
339,687 | 24.01.2023 16:01:03 | -3,600 | 83147a67a0077668a51ef50fdc6b73b3bcb8d46d | Added New Account Console Tests to CI workflow. | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -438,6 +438,42 @@ jobs:\nwith:\njob-name: FIPS IT\n+ account-console-integration-tests:\n+ name: Account Console IT\n+ runs-on: ubuntu-latest\n+ needs: build\n+ timeout-minutes: 75\... | Java | Apache License 2.0 | keycloak/keycloak | Added New Account Console Tests to CI workflow. (#16547) |
339,468 | 10.01.2023 14:09:33 | -3,600 | 69c114288df382c850c56de28944142d126cf862 | Return 404 when trying to retrieve non-existing external IDP token | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/services/resources/IdentityBrokerService.java",
"new_path": "services/src/main/java/org/keycloak/services/resources/IdentityBrokerService.java",
"diff": "@@ -474,6 +474,10 @@ public class IdentityBrokerService implements Ide... | Java | Apache License 2.0 | keycloak/keycloak | Return 404 when trying to retrieve non-existing external IDP token |
339,465 | 23.01.2023 14:42:43 | -3,600 | 16888eaeabe9f81eb6347a25f8161cd7b84c5623 | Only available RSA key sizes should be shown in admin console
Closes | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/crypto/CryptoProvider.java",
"new_path": "common/src/main/java/org/keycloak/common/crypto/CryptoProvider.java",
"diff": "@@ -15,7 +15,6 @@ import java.security.cert.CertificateException;\nimport java.security.cert.Certi... | Java | Apache License 2.0 | keycloak/keycloak | Only available RSA key sizes should be shown in admin console
Closes #16437 |
339,269 | 07.12.2022 17:13:05 | -3,600 | 54c34dc75b4bdf9f5dd8de08f7e39e8e475c9aae | 15901 enabled Infinispan metrics | [
{
"change_type": "MODIFY",
"old_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/CacheBuildSteps.java",
"new_path": "quarkus/deployment/src/main/java/org/keycloak/quarkus/deployment/CacheBuildSteps.java",
"diff": "@@ -27,7 +27,10 @@ import java.nio.file.Paths;\nimport java.ut... | Java | Apache License 2.0 | keycloak/keycloak | 15901 enabled Infinispan metrics |
339,468 | 02.12.2022 14:16:10 | -3,600 | 9176308d7919c28c8ec64588e1012af97f6b76f5 | 15812 Make DeclarativeUserProfileProvider MetaData Map thread safe | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/userprofile/DeclarativeUserProfileProvider.java",
"new_path": "services/src/main/java/org/keycloak/userprofile/DeclarativeUserProfileProvider.java",
"diff": "@@ -27,10 +27,10 @@ import java.io.ByteArrayInputStream;\nimport j... | Java | Apache License 2.0 | keycloak/keycloak | 15812 Make DeclarativeUserProfileProvider MetaData Map thread safe |
339,179 | 18.01.2023 17:57:52 | -3,600 | eb59fdb772d294d934f7486da9ae59a8a9ca3f34 | Add transaction tests to model tests
Closes: | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java",
"diff": "@@ -21,6 +21,7 @@ import static org.ke... | Java | Apache License 2.0 | keycloak/keycloak | Add transaction tests to model tests
Closes: #15890 |
339,274 | 27.01.2023 10:58:59 | -3,600 | f067c9aa26a649c85232748455c8f8aa7517199b | Fix label for IdpReviewProfileAuthenticatorFactory
Closes | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpReviewProfileAuthenticatorFactory.java",
"new_path": "services/src/main/java/org/keycloak/authentication/authenticators/broker/IdpReviewProfileAuthenticatorFactory.java",
"diff": "@@ -... | Java | Apache License 2.0 | keycloak/keycloak | Fix label for IdpReviewProfileAuthenticatorFactory (#15293)
Closes #16658 |
339,551 | 27.01.2023 13:29:42 | -10,800 | a4c78a05d2ba12ff9b21625502bac9f75a6de1c4 | Descriptor file release
Closes | [
{
"change_type": "MODIFY",
"old_path": "common/src/test/java/org/keycloak/common/ProfileTest.java",
"new_path": "common/src/test/java/org/keycloak/common/ProfileTest.java",
"diff": "@@ -13,6 +13,7 @@ import org.keycloak.common.profile.PropertiesProfileConfigResolver;\nimport java.io.FileOutputStream... | Java | Apache License 2.0 | keycloak/keycloak | Descriptor file release (#16659)
Closes #16657
Co-authored-by: Khvatov-Alexey <Khvatov-Alexey> |
339,465 | 27.01.2023 15:30:39 | -3,600 | 7f017f540ed33b1690aff0a1dd17f0d927b68eb4 | BCFIPS approved mode: Some tests failing due the short secret for client-secret-jwt client authentication
Closes | [
{
"change_type": "MODIFY",
"old_path": "core/src/test/java/org/keycloak/jose/HmacTest.java",
"new_path": "core/src/test/java/org/keycloak/jose/HmacTest.java",
"diff": "package org.keycloak.jose;\n+import org.jboss.logging.Logger;\nimport org.junit.Assert;\nimport org.junit.ClassRule;\nimport org.jun... | Java | Apache License 2.0 | keycloak/keycloak | BCFIPS approved mode: Some tests failing due the short secret for client-secret-jwt client authentication
Closes #16678 |
339,410 | 27.01.2023 10:23:08 | -3,600 | 7933f0489d4fcd7ac5c66ec80450c771cb330814 | Align startup of Quarkus with the regular startup to ensure boostrap locks are created.
Also fixing an issue where DBLockGlobalLockProviderFactory held on to an old session, which lead to a closed DB connection on Quarkus.
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/lock/LiquibaseDBLockProvider.java",
"new_path": "model/jpa/src/main/java/org/keycloak/connections/jpa/updater/liquibase/lock/LiquibaseDBLockProvider.java",
"diff": "@@ -40,7 +40,7 @@ public... | Java | Apache License 2.0 | keycloak/keycloak | Align startup of Quarkus with the regular startup to ensure boostrap locks are created.
Also fixing an issue where DBLockGlobalLockProviderFactory held on to an old session, which lead to a closed DB connection on Quarkus.
Closes #16642 |
339,465 | 30.01.2023 16:01:57 | -3,600 | 33ff9ef17e9c85b1460ae8c05bf785fbfa5cc414 | Fix remaining failing tests with BCFIPS approved mode
* Fix remaining failing tests with BCFIPS approved mode
Closes | [
{
"change_type": "MODIFY",
"old_path": "common/src/main/java/org/keycloak/common/crypto/CryptoIntegration.java",
"new_path": "common/src/main/java/org/keycloak/common/crypto/CryptoIntegration.java",
"diff": "@@ -9,6 +9,9 @@ import java.util.stream.Collectors;\nimport java.util.stream.Stream;\nimport... | Java | Apache License 2.0 | keycloak/keycloak | Fix remaining failing tests with BCFIPS approved mode (#16699)
* Fix remaining failing tests with BCFIPS approved mode
Closes #16698 |
339,410 | 30.01.2023 11:23:14 | -3,600 | c6aba2e3de5f0e6263cec9c367bae6dd45e652dc | Make LockAcquiringTimeoutException a RuntimeException
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/connections/DefaultHotRodConnectionProviderFactory.java",
"new_path": "model/map-hot-rod/src/main/java/org/keycloak/models/map/storage/hotRod/connections/DefaultHotRodConnectionProviderFactory.... | Java | Apache License 2.0 | keycloak/keycloak | Make LockAcquiringTimeoutException a RuntimeException
Closes #16690 |
339,144 | 30.01.2023 16:50:40 | -3,600 | 20a7a5acdb93d0bd624af0db0dd524824dcd677e | fix: consider identity provider models from third-party packages | [
{
"change_type": "MODIFY",
"old_path": "model/jpa/src/main/java/org/keycloak/models/jpa/RealmAdapter.java",
"new_path": "model/jpa/src/main/java/org/keycloak/models/jpa/RealmAdapter.java",
"diff": "@@ -19,6 +19,9 @@ package org.keycloak.models.jpa;\nimport org.keycloak.Config;\nimport org.jboss.logg... | Java | Apache License 2.0 | keycloak/keycloak | fix: consider identity provider models from third-party packages |
339,465 | 02.02.2023 08:34:50 | -3,600 | 51bed81814574d254c07f091936483cf97716fa7 | Fixes for OOB endpoint and KeycloakSanitizer | [
{
"change_type": "MODIFY",
"old_path": "services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java",
"new_path": "services/src/main/java/org/keycloak/forms/login/freemarker/FreeMarkerLoginFormsProvider.java",
"diff": "@@ -275,6 +275,7 @@ public class FreeMarkerLogin... | Java | Apache License 2.0 | keycloak/keycloak | Fixes for OOB endpoint and KeycloakSanitizer (#16773)
(cherry picked from commit 91ac2fb9dd50808ff5c76d639594ba14a8d0d016) |
339,465 | 03.02.2023 10:09:26 | -3,600 | 0e374c7a450f431bdb66828c73afde1a5d7c7305 | Any tests using PhantomJS failing in some linux environments
closes | [
{
"change_type": "MODIFY",
"old_path": "testsuite/integration-arquillian/pom.xml",
"new_path": "testsuite/integration-arquillian/pom.xml",
"diff": "<dballocator.skip>false</dballocator.skip>\n</properties>\n</profile>\n+\n+ <!-- Workaround for issues related to PhantomJS in some newer linux environm... | Java | Apache License 2.0 | keycloak/keycloak | Any tests using PhantomJS failing in some linux environments
closes #16818 |
339,465 | 03.02.2023 12:00:09 | -3,600 | d495f29a4d15a80b26cb9bd64d246605c4d9309f | Support to run BCFIPS approved mode tests on GH actions
Closes | [
{
"change_type": "MODIFY",
"old_path": ".github/workflows/ci.yml",
"new_path": ".github/workflows/ci.yml",
"diff": "@@ -417,6 +417,10 @@ jobs:\nneeds: build\nruns-on: ubuntu-latest\ntimeout-minutes: 45\n+ strategy:\n+ matrix:\n+ mode: [non-strict, strict]\n+ fail-fast: false\nsteps:\n- uses: actions... | Java | Apache License 2.0 | keycloak/keycloak | Support to run BCFIPS approved mode tests on GH actions
Closes #16440 |
339,303 | 18.01.2023 01:11:23 | 0 | 5db64133b8e14b05d580f04ee142e2fb59bfcffc | Add Attribute to Group Mapper for SAML IDP
Cleansing code as PR Comment
Add test for Advanced Attribute to Group Mapper
Closes | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "services/src/main/java/org/keycloak/broker/saml/mappers/AbstractAttributeToGroupMapper.java",
"diff": "+/*\n+ * Copyright 2023 Red Hat, Inc. and/or its affiliates\n+ * and other contributors as indicated by the @author tags.\n+ *\n+ * Licensed u... | Java | Apache License 2.0 | keycloak/keycloak | Add Attribute to Group Mapper for SAML IDP
Cleansing code as PR Comment
Add test for Advanced Attribute to Group Mapper
Closes #12950 |
339,410 | 02.02.2023 18:45:08 | -3,600 | 48aae83891f0174766246e4a12a35f59ae3be5f7 | Close prepared statement used to set the lock timeout
Closes | [
{
"change_type": "MODIFY",
"old_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java",
"new_path": "model/map-jpa/src/main/java/org/keycloak/models/map/storage/jpa/JpaMapStorageProviderFactory.java",
"diff": "@@ -22,6 +22,7 @@ import java.sql.Conn... | Java | Apache License 2.0 | keycloak/keycloak | Close prepared statement used to set the lock timeout
Closes #16801 |
339,281 | 05.02.2023 21:45:48 | -3,600 | fc9e9e6fda02049def5761c048e52be107fa0d47 | Add support for file store configuration into Quarkus
Closes | [
{
"change_type": "MODIFY",
"old_path": "quarkus/config-api/src/main/java/org/keycloak/config/StorageOptions.java",
"new_path": "quarkus/config-api/src/main/java/org/keycloak/config/StorageOptions.java",
"diff": "package org.keycloak.config;\n+import static java.util.function.Predicate.not;\n+\nimpor... | Java | Apache License 2.0 | keycloak/keycloak | Add support for file store configuration into Quarkus
Closes #16821 |
339,138 | 29.11.2021 04:12:40 | -10,800 | 5f39aeb5907c33e889144b66a65f83909534a3a1 | Pre-authorization hook for client policies
Closes | [
{
"change_type": "MODIFY",
"old_path": "server-spi/src/main/java/org/keycloak/services/clientpolicy/ClientPolicyEvent.java",
"new_path": "server-spi/src/main/java/org/keycloak/services/clientpolicy/ClientPolicyEvent.java",
"diff": "@@ -30,6 +30,7 @@ public enum ClientPolicyEvent {\nUPDATED,\nVIEW,\n... | Java | Apache License 2.0 | keycloak/keycloak | Pre-authorization hook for client policies
Closes #9017 |
339,410 | 08.02.2023 15:33:43 | -3,600 | 9ecd589690227443ebeadf212429a4da6d40eccf | Update docs to enable downstream processing
Relates to: | [
{
"change_type": "MODIFY",
"old_path": "docs/guides/src/main/server/configuration-production.adoc",
"new_path": "docs/guides/src/main/server/configuration-production.adoc",
"diff": "@@ -22,7 +22,7 @@ In a production environment, Keycloak instances usually run in a private network\nFor details on the... | Java | Apache License 2.0 | keycloak/keycloak | Update docs to enable downstream processing (#16595)
Relates to: #16475 |
641,014 | 17.06.2020 12:28:29 | -32,400 | 613b1e7a0408ffcc1c48d39d2348fff8e21c14c3 | setting up the repository | [
{
"change_type": "ADD",
"old_path": null,
"new_path": ".gitignore",
"diff": "+# Byte-compiled / optimized / DLL files\n+__pycache__/\n+*.py[cod]\n+*$py.class\n+\n+# C extensions\n+*.so\n+\n+# Distribution / packaging\n+.Python\n+build/\n+develop-eggs/\n+dist/\n+downloads/\n+eggs/\n+.eggs/\n+lib/\n+l... | Python | Apache License 2.0 | st-tech/zr-obp | setting up the repository |
641,014 | 18.06.2020 14:12:24 | -32,400 | c45d980b6c1f53089753a1707e104e7dd224f722 | setting up the repo | [
{
"change_type": "MODIFY",
"old_path": ".gitignore",
"new_path": ".gitignore",
"diff": "@@ -132,6 +132,5 @@ dmypy.json\n.vscode/\n.DS_Store\nlogs/\n-*.csv\n*.npy\n*.html\n"
},
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -43,14 +43,12 @... | Python | Apache License 2.0 | st-tech/zr-obp | setting up the repo |
641,014 | 24.06.2020 02:33:26 | -32,400 | d9d0bc83a91960e13cbf97f989c9a39944a3c569 | move logistic_bandits to obp | [
{
"change_type": "MODIFY",
"old_path": "examples/obd/cf_policy_selection.py",
"new_path": "examples/obd/cf_policy_selection.py",
"diff": "@@ -9,7 +9,7 @@ from sklearn.experimental import enable_hist_gradient_boosting\nfrom sklearn.ensemble import HistGradientBoostingClassifier\nfrom dataset import O... | Python | Apache License 2.0 | st-tech/zr-obp | move logistic_bandits to obp |
641,014 | 24.06.2020 02:35:52 | -32,400 | 2dd7cd4488ccf955da9a411801e24de8e8e21819 | add logistic bandits | [
{
"change_type": "MODIFY",
"old_path": "obp/policy/contextual.py",
"new_path": "obp/policy/contextual.py",
"diff": "+# Copyright (c) ZOZO Technologies, Inc. All rights reserved.\n+# Licensed under the Apache 2.0 License.\n+\nfrom abc import ABCMeta, abstractmethod\nfrom dataclasses import dataclass\... | Python | Apache License 2.0 | st-tech/zr-obp | add logistic bandits |
641,014 | 24.06.2020 17:21:22 | -32,400 | b00ace0a88e9df75a97836b2faacba2a73beec65 | create policy.base module | [
{
"change_type": "MODIFY",
"old_path": "obp/policy/__init__.py",
"new_path": "obp/policy/__init__.py",
"diff": "+from .base import *\nfrom .contextfree import *\nfrom .contextual import *\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "obp/policy/base.py",
"diff": "+... | Python | Apache License 2.0 | st-tech/zr-obp | create policy.base module |
641,014 | 26.06.2020 21:48:35 | -32,400 | 1a9a44be15b3bb2d6b1403ef7bf6c18708b2f35d | define BanditPolicyClass in policy module | [
{
"change_type": "MODIFY",
"old_path": "obp/policy/base.py",
"new_path": "obp/policy/base.py",
"diff": "from abc import ABCMeta, abstractmethod\nfrom dataclasses import dataclass\n-from typing import Optional\n+from typing import Optional, Union\nimport numpy as np\nfrom sklearn.utils import check_r... | Python | Apache License 2.0 | st-tech/zr-obp | define BanditPolicyClass in policy module |
641,014 | 30.06.2020 06:18:21 | -32,400 | a3411bd8c93e0e0924a780eb1f95c760abd5cb9d | add module comments | [
{
"change_type": "MODIFY",
"old_path": "obp/dataset.py",
"new_path": "obp/dataset.py",
"diff": "# Copyright (c) ZOZO Technologies, Inc. All rights reserved.\n# Licensed under the Apache 2.0 License.\n+\"\"\"Dataset Class for Logged Bandit Feedback.\"\"\"\nfrom abc import ABCMeta, abstractmethod\nfro... | Python | Apache License 2.0 | st-tech/zr-obp | add module comments |
641,014 | 30.06.2020 13:19:37 | -32,400 | 74265bb71c388d13074e42b9a7598e80ae1fb9e8 | fix module comments | [
{
"change_type": "MODIFY",
"old_path": "obp/policy/base.py",
"new_path": "obp/policy/base.py",
"diff": "# Copyright (c) ZOZO Technologies, Inc. All rights reserved.\n# Licensed under the Apache 2.0 License.\n-\"\"\"Abstract Base Class for Bandit Algorithms.\"\"\"\n+\"\"\"Base Interfaces for Bandit A... | Python | Apache License 2.0 | st-tech/zr-obp | fix module comments |
641,014 | 03.07.2020 22:25:44 | -32,400 | 3ae70481c0bdb35a75413438fab079fafdce0e23 | modify output of nonparametric bootstrap function | [
{
"change_type": "MODIFY",
"old_path": "obp/dataset.py",
"new_path": "obp/dataset.py",
"diff": "@@ -67,7 +67,7 @@ class OpenBanditDataset(BaseBanditDataset):\ndef __post_init__(self) -> None:\n\"\"\"Initialize Open Bandit Dataset Class.\"\"\"\nself.data_path = self.data_path / self.behavior_policy /... | Python | Apache License 2.0 | st-tech/zr-obp | modify output of nonparametric bootstrap function |
641,014 | 03.07.2020 22:26:48 | -32,400 | b26e10589dd2bf6c4ae6c672709e4c746757ffef | adjust examples to the new implementation of obp | [
{
"change_type": "DELETE",
"old_path": "examples/obd/cf_policy_selection.py",
"new_path": null,
"diff": "-import argparse\n-from pathlib import Path\n-import yaml\n-\n-import numpy as np\n-import pandas as pd\n-from sklearn.calibration import CalibratedClassifierCV\n-from sklearn.experimental import... | Python | Apache License 2.0 | st-tech/zr-obp | adjust examples to the new implementation of obp |
641,014 | 04.07.2020 19:17:49 | -32,400 | 1e8e08181919c8a594bda42225e5b4cd4ac75b74 | implement some properties and bootstrap sampling | [
{
"change_type": "MODIFY",
"old_path": "obp/dataset.py",
"new_path": "obp/dataset.py",
"diff": "from abc import ABCMeta, abstractmethod\nfrom dataclasses import dataclass\nfrom pathlib import Path\n-from typing import Tuple, Dict, Union\n+from typing import Tuple, Dict, Union, Optional\nimport numpy... | Python | Apache License 2.0 | st-tech/zr-obp | implement some properties and bootstrap sampling |
641,014 | 04.07.2020 19:18:18 | -32,400 | 008ecd3e2f5c58fdb718f5224fdea0d789b0210e | unify OffPolicyEvaluation and ComapreOffPolicyEstimators | [
{
"change_type": "MODIFY",
"old_path": "obp/ope/meta.py",
"new_path": "obp/ope/meta.py",
"diff": "@@ -14,8 +14,8 @@ import seaborn as sns\nfrom .estimators import BaseOffPolicyEstimator\nfrom .regression_model import RegressionModel\n-from ..dataset import LogBanditFeedback\n-from ..utils import est... | Python | Apache License 2.0 | st-tech/zr-obp | unify OffPolicyEvaluation and ComapreOffPolicyEstimators |
641,014 | 04.07.2020 19:18:36 | -32,400 | de6bc8ccd9b921f97a6c63d5ac792c70abba4277 | adjust to the change of OBP implementations | [
{
"change_type": "MODIFY",
"old_path": "examples/obd/evaluate_counterfactual_policy.py",
"new_path": "examples/obd/evaluate_counterfactual_policy.py",
"diff": "@@ -55,24 +55,30 @@ if __name__ == '__main__':\ncontext_set=context_set\n)\n- kwargs = dict(n_actions=obd.n_actions, len_list=obd.len_list, ... | Python | Apache License 2.0 | st-tech/zr-obp | adjust to the change of OBP implementations |
641,014 | 04.07.2020 19:39:13 | -32,400 | 3d9b7f9f42d86c48055582f864669ac6c05b8f72 | update README and quickstart | [
{
"change_type": "MODIFY",
"old_path": "examples/quickstart/quickstart.ipynb",
"new_path": "examples/quickstart/quickstart.ipynb",
"diff": "\"# (1) Data loading and preprocessing\\n\",\n\"# specify path of dataset\\n\",\n\"data_path = Path('.').resolve().parents[1] / 'obd'\\n\",\n- \"# load and prep... | Python | Apache License 2.0 | st-tech/zr-obp | update README and quickstart |
641,014 | 04.07.2020 23:18:22 | -32,400 | f0d931346109c1d20faedfeb61bd11b8b7239201 | disable timeseries split | [
{
"change_type": "MODIFY",
"old_path": "obp/dataset.py",
"new_path": "obp/dataset.py",
"diff": "@@ -190,7 +190,6 @@ class OpenBanditDataset(BaseBanditDataset):\ndef split_data(self,\ntest_size: Union[int, float] = 0.3,\n- is_timeseries_split: bool = False,\nrandom_state: int = 0) -> Tuple[BanditFeed... | Python | Apache License 2.0 | st-tech/zr-obp | disable timeseries split |
641,014 | 09.07.2020 18:23:48 | -32,400 | 434c6db8b20a439175bd818fc116668a35928e0e | fix attribution error in LogisticTS | [
{
"change_type": "MODIFY",
"old_path": "obp/policy/contextual.py",
"new_path": "obp/policy/contextual.py",
"diff": "\"\"\"Contextual Bandit Algorithms.\"\"\"\nfrom dataclasses import dataclass\n+from typing import Optional\nimport numpy as np\n+from sklearn.utils import check_random_state\nfrom scip... | Python | Apache License 2.0 | st-tech/zr-obp | fix attribution error in LogisticTS |
641,014 | 19.07.2020 09:33:13 | -32,400 | e34c3eb3c17c5899d46460b88df6bb33d53c96ae | add relative option to visualize method | [
{
"change_type": "MODIFY",
"old_path": "obp/ope/meta.py",
"new_path": "obp/ope/meta.py",
"diff": "@@ -224,8 +224,8 @@ class OffPolicyEvaluation:\ndef visualize_off_policy_estimates(self,\nselected_actions: np.ndarray,\nalpha: float = 0.05,\n+ relative: bool = False,\nn_bootstrap_samples: int = 100,\... | Python | Apache License 2.0 | st-tech/zr-obp | add relative option to visualize method |
641,014 | 19.07.2020 10:05:56 | -32,400 | 8c505b79921cd41f3f904df5a45ca04762df8db3 | add some dataset descriptions | [
{
"change_type": "MODIFY",
"old_path": "README.md",
"new_path": "README.md",
"diff": "@@ -50,6 +50,7 @@ Each campaign randomly used either the Random algorithm or the Bernoulli Thompso\n<img width=\"70%\" src=\"./images/statistics_of_obd.png\" />\n</p>\n+Please see [./obd/README.md](./obd/README.md)... | Python | Apache License 2.0 | st-tech/zr-obp | add some dataset descriptions |
641,014 | 22.07.2020 08:07:42 | -32,400 | 1b50ecce0e29124b1e6814a09a6939febbd54891 | add synthetic dataset class | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "obp/dataset/__init__.py",
"diff": "+from .base import *\n+from .real import *\n+from .synthetic import *\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "obp/dataset/base.py",
"diff": "+# Copyright (c) ZOZO Techno... | Python | Apache License 2.0 | st-tech/zr-obp | add synthetic dataset class |
641,014 | 22.07.2020 08:08:03 | -32,400 | 0ed71c402e9348cbb8b5f6592251213d26fc3e51 | create simulator module | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "obp/simulator/__init__.py",
"diff": "+from .simulator import *\n"
},
{
"change_type": "ADD",
"old_path": null,
"new_path": "obp/simulator/simulator.py",
"diff": "+# Copyright (c) ZOZO Technologies, Inc. All rights reserved.\n... | Python | Apache License 2.0 | st-tech/zr-obp | create simulator module |
641,014 | 22.07.2020 10:54:38 | -32,400 | b9f1e84dce47c0f211475ae18bbe3d530d4f0602 | fix errors in self-normalized estimators | [
{
"change_type": "MODIFY",
"old_path": "obp/ope/estimators.py",
"new_path": "obp/ope/estimators.py",
"diff": "@@ -300,7 +300,7 @@ class SelfNormalizedInverseProbabilityWeighting(InverseProbabilityWeighting):\n.. math::\n\\\\hat{V}_{SNIPW} (\\\\pi) =\n- \\\\frac{1}{\\\\sum_{t=1}^T \\\\frac{1}{p_t} } ... | Python | Apache License 2.0 | st-tech/zr-obp | fix errors in self-normalized estimators |
641,014 | 22.07.2020 10:58:15 | -32,400 | 3237d0173660d50882ef20600ec1e26d2d332b4e | add a formal example with synthetic data | [
{
"change_type": "ADD",
"old_path": null,
"new_path": "examples/synthetic/README.md",
"diff": "+# Examples with Synthetic Data\n+Here, we use synthetic bandit dataset and pipeline to evaluate OPE estimators.\n+\n+\n+## Running experiments\n+\n+**Example Experimet. Evaluating Off-Policy Estimators**\... | Python | Apache License 2.0 | st-tech/zr-obp | add a formal example with synthetic data |
641,014 | 29.07.2020 13:05:50 | -32,400 | 8e100fda28c192a4d4e727b7c562b841f96023aa | git add docs | [
{
"change_type": "MODIFY",
"old_path": "docs/index.rst",
"new_path": "docs/index.rst",
"diff": "@@ -34,17 +34,31 @@ Supported Algorithms and OPE Estimators\nBandit Algorithms\n----------------------\n+ * Online\n+\n* Context-free\n* Random\n* Epsilon Greedy\n* Bernoulli Thompson Sampling\n- * Contex... | Python | Apache License 2.0 | st-tech/zr-obp | git add docs |
641,014 | 04.08.2020 16:55:41 | -32,400 | 398153e464f9dd663cc048be7322de26510e4126 | add linear and off-policy bandits | [
{
"change_type": "MODIFY",
"old_path": "obp/policy/__init__.py",
"new_path": "obp/policy/__init__.py",
"diff": "from .base import *\nfrom .contextfree import *\n-from .contextual import *\n+from .linear import *\n+from .logistic import *\n+from .offline import *\n"
},
{
"change_type": "MODIF... | Python | Apache License 2.0 | st-tech/zr-obp | add linear and off-policy bandits |
641,014 | 04.08.2020 16:56:16 | -32,400 | a67b7f75204b4f96f6603989e883296b40f00b9b | add random_state to example functions | [
{
"change_type": "MODIFY",
"old_path": "obp/dataset/synthetic.py",
"new_path": "obp/dataset/synthetic.py",
"diff": "@@ -6,6 +6,7 @@ from dataclasses import dataclass\nfrom typing import Optional, Callable\nimport numpy as np\n+from numpy import random\nfrom sklearn.utils import check_random_state\nf... | Python | Apache License 2.0 | st-tech/zr-obp | add random_state to example functions |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.