-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added new flag ST_CIC_WA_1_1 and enabled in local/pr * Amended rule and tests to remove task-supervisor from a number of salaried judicial roles * Updated functional tests --------- Co-authored-by: mikebrownccd <104495891+mikebrownccd@users.noreply.github.com>
- Loading branch information
1 parent
4af4a71
commit 5ebe74e
Showing
7 changed files
with
61 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
src/main/resources/db/migration/V20241204_928__COT-928_ST_CIC_WA_1_1_base_flag_addition.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'local', 'st_cic', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'pr', 'st_cic', 'true'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'aat', 'st_cic', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'demo', 'st_cic', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'perftest', 'st_cic', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'ithc', 'st_cic', 'false'); | ||
INSERT INTO flag_config (flag_name, env, service_name, status) VALUES ('st_cic_wa_1_1', 'prod', 'st_cic', 'false'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters