Skip to content

Comments

Merging to test-env for BCMOHAM-26040: Adding script for extracting Business BCeID users' HA#1109

Merged
npham49 merged 1 commit intotest-envfrom
dev-env
Jun 16, 2025
Merged

Merging to test-env for BCMOHAM-26040: Adding script for extracting Business BCeID users' HA#1109
npham49 merged 1 commit intotest-envfrom
dev-env

Conversation

@npham49
Copy link
Contributor

@npham49 npham49 commented Jun 16, 2025

Description of changes to test env:

  • Added a script called export-user-ha.ts that would export all user-HA mappings as separate lines
  • Added an output folder for scripts and added under .gitignore to avoid commiting the outputs

Refer to #1107 for more info on this change.

…mapping (#1107)

* initial work on the script, adding the core script and the make commands accordingly

* updating git ignore and extraction path

* updating comments and adding dir generation function

* updating comments

* initial work on the script, adding the core script and the make commands accordingly

* updating git ignore and extraction path

* updating comments and adding dir generation function

* updating comments

* removing duplicate command from rebasing

* updating naming scheme to specifically target business_bceid
@npham49 npham49 marked this pull request as ready for review June 16, 2025 19:25
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

@npham49 npham49 merged commit f879fea into test-env Jun 16, 2025
14 of 17 checks passed
chloe-yuu added a commit that referenced this pull request Jun 18, 2025
…login option (#1101)

* update the format/sonar/test workflow configurations

* update the format/sonar/test workflow configurations (#1094)

* update the deployment workflow file for dev-env

* update the deployment workflow file for dev-env (#1095)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* update test deployment workflow (#1096)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* Remove the auto deployment feature on test-env (#1098)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* remove tags for dev&test deployments (#1099)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* update the deployment workflow file for dev&test

* update the deployment workflow file for dev&test (#1100)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* update the deployment workflow file for dev&test

* update README for deployment

* Add separate branches (dev-env and test-env) for the development and test environments. (#1097)

* update the format/sonar/test workflow configurations

* update the format/sonar/test workflow configurations (#1094)

* update the deployment workflow file for dev-env

* update the deployment workflow file for dev-env (#1095)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* update test deployment workflow (#1096)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* Remove the auto deployment feature on test-env (#1098)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* remove tags for dev&test deployments (#1099)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* update the deployment workflow file for dev&test

* update the deployment workflow file for dev&test (#1100)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* update the deployment workflow file for dev&test

* update README for deployment

* update the manual trigger on dev&test deployment files

* update the manual trigger on dev&test deployment files (#1102)

* update format('{0}~1', github.sha) to 'HEAD^'

* update format('{0}~1', github.sha) to 'HEAD^'  (#1103)

* update the manual trigger on dev&test deployment files

* update format('{0}~1', github.sha) to 'HEAD^'

* add step to get previous commit

* fix the issue getting the previous commit info

* fixing the method of getting the previous commit info on deployment workflow files (#1104)

* update the format/sonar/test workflow configurations

* update the format/sonar/test workflow configurations (#1094)

* update the deployment workflow file for dev-env

* update the deployment workflow file for dev-env (#1095)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* update test deployment workflow (#1096)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* Remove the auto deployment feature on test-env (#1098)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* remove tags for dev&test deployments (#1099)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* update the deployment workflow file for dev&test

* update the deployment workflow file for dev&test (#1100)

* update the format/sonar/test workflow configurations

* update the deployment workflow file for dev-env

* update test deployment workflow

* remove the auto deployment feture on test-env

* remove tags for dev&test deployments

* update the deployment workflow file for dev&test

* update README for deployment

* update the manual trigger on dev&test deployment files

* update the manual trigger on dev&test deployment files (#1102)

* update format('{0}~1', github.sha) to 'HEAD^'

* update format('{0}~1', github.sha) to 'HEAD^'  (#1103)

* update the manual trigger on dev&test deployment files

* update format('{0}~1', github.sha) to 'HEAD^'

* add step to get previous commit

* fix the issue getting the previous commit info

* update keycloak-util to include moh_idp (#1105)

* BCMOHAM-26040: Adding script for extracting Business BCeID users' HA mapping (#1107)

* initial work on the script, adding the core script and the make commands accordingly

* updating git ignore and extraction path

* updating comments and adding dir generation function

* updating comments

* initial work on the script, adding the core script and the make commands accordingly

* updating git ignore and extraction path

* updating comments and adding dir generation function

* updating comments

* removing duplicate command from rebasing

* updating naming scheme to specifically target business_bceid

* BCMOHAM-26040: Adding script for extracting Business BCeID users' HA mapping (#1107) (#1109)

* initial work on the script, adding the core script and the make commands accordingly

* updating git ignore and extraction path

* updating comments and adding dir generation function

* updating comments

* initial work on the script, adding the core script and the make commands accordingly

* updating git ignore and extraction path

* updating comments and adding dir generation function

* updating comments

* removing duplicate command from rebasing

* updating naming scheme to specifically target business_bceid

* update ROS report (#1108)

* remove duplicates on ROS report (#1110)

* ROS report logic update (#1111)

* update ROS report (#1108)

* remove duplicates on ROS report (#1110)

* Trigger build for deployment

---------

Co-authored-by: Dinh Nguyen Pham <63203684+npham49@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants