Skip to content

Commit

Permalink
Merge branch 'release' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow authored May 13, 2024
2 parents e27ff41 + 6158bd4 commit cdbdce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class KeycloakService {

private static final String SEARCH_PARAM = "search";
private static final short USER_PAGE_SIZE = 500;
private static final String MAX_USERS_TO_MIGRATE = "850";
private static final String PROVIDED_ROLE_DOESNT_EXISTS_IN_KEYCLOAK_MSG =
"The provided role {} doesn't exists in keycloak, please create it first";
private final KeycloakConfig keycloakConfig;
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/migrations/master-digi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<!-- skip 0014_import_dioceses_from_agency_to_tenant_service"/>-->
<include file="migrations/changeset/0015_create_jitsi_technical_keycloak_role/0015_create_jitsi_technical_keycloak_role.xml"/>
<include file="migrations/changeset/0015_add_groupchat_role_for_consultants/0015_add_groupchat_role_for_consultants.xml"/>
<!-- skip 0016_migrate_consulting_types_description_to_topic/0016_migrate_consulting_types_description_to_topic.xml"/>-->
<include file="migrations/changeset/0017_migrate_agency_default_counselling_relations/0017_migrate_agency_default_counselling_relations.xml"/>
<include file="migrations/changeset/0019_add_counselling_relation_release_toggle/0019_add_counselling_relation_release_toggle.xml"/>
Expand Down

0 comments on commit cdbdce1

Please sign in to comment.