Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIMS-BIOHUB-126: Release test -> prod #1047

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5a0a300
SIMSBIOHUB-11: Re-submit EML on project/survey changes (#1021)
NickPhura May 1, 2023
f3d3d71
SIMSBIOHUB-13: Lock Submitted Data and Files (#1022)
KjartanE May 5, 2023
7c8e44a
SIMS-BIOHUB-8 (#1024)
anissa-agahchen May 9, 2023
2ac5868
SIMSBIOHUB-30: SIMS Home Page (#1020)
curtisupshall May 9, 2023
b75f3b4
SIMSBIOHUB-24: First Nations as a funding source on projects/ surveys…
AlfredRosenthal May 9, 2023
c32a32e
SIMSBIOHUB-24-Fix: Funding source start/ end dates (#1027)
AlfredRosenthal May 9, 2023
07e3f1d
SIMSBIOHUB-18: Fix application redirection links (#1025)
curtisupshall May 10, 2023
fde5a51
Fix BCeID register link to point to deticated SIMS page (#1030)
curtisupshall May 11, 2023
68469e8
Fix app login redirect bug (#1031)
curtisupshall May 15, 2023
cb6bf05
removed console logs (#1034)
al-rosenthal May 16, 2023
4d1143b
SIMSBIOHUB-57: Taxonomy text display (#1032)
al-rosenthal May 17, 2023
4d11ecb
TechDebt: Misc Odd Updates (keycloak, pipeline, favicon, etc) (#1011)
NickPhura May 17, 2023
d2708e8
SIMSBIOHUB-24: Bugfix (#1028)
AlfredRosenthal May 23, 2023
f3ca89f
SIMSBIOHUB-15: Submit Request to Resubmit or Remove Observations, Sum…
KjartanE May 24, 2023
f7c106a
SIMSBIOHUB-8-2: Update duplicate key validation rule to account for e…
NickPhura May 29, 2023
f2bbe24
Updated Home Page Image / Minor Layout Adjustments (#1039)
jeznorth May 30, 2023
6f8d32d
SIMSBIOHUB-72: Send observations input file to Biohub (#1038)
anissa-agahchen Jun 2, 2023
bd35f1e
SIMSBIOHUB-61: See Error Message When Submitting Artifacts Fails (#1040)
curtisupshall Jun 2, 2023
485498c
SIMSBIOHUB-32: Sort Project List by Column Headers (#1029)
curtisupshall Jun 2, 2023
83a6431
Bugfix: Make Styles Issue (#1041)
al-rosenthal Jun 5, 2023
e1c8b0e
SIMSBIOHUB-8: Validation/Transformation Updates/Cleanup (#1036)
NickPhura Jun 5, 2023
9bcc2d2
SIMSBIOHUB-32-2: Additional Tweaks to lint/format versions, import pa…
NickPhura Jun 5, 2023
a545571
SIMSBIOHUB-70: Hide Upload Button for Observations and Summary Result…
curtisupshall Jun 7, 2023
a754dbc
SIMSBIOHUB-73: EML generation update (#1044)
al-rosenthal Jun 16, 2023
bb3fc45
Merge pull request #1045 from bcgov/dev
NickPhura Jun 21, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"staticUrls": {
"dev": "dev-biohubbc.apps.silver.devops.gov.bc.ca",
"test": "test-biohubbc.apps.silver.devops.gov.bc.ca",
"prod": "biohubbc.apps.silver.devops.gov.bc.ca"
"prod": "sims.nrs.gov.bc.ca"
},
"staticUrlsAPI": {
"dev": "api-dev-biohubbc.apps.silver.devops.gov.bc.ca",
Expand Down
84 changes: 0 additions & 84 deletions .github/workflows/backup/android-build.bkp

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/backup/android.bkp

This file was deleted.

94 changes: 0 additions & 94 deletions .github/workflows/backup/ios-build.bkp

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/backup/jira.bkp

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/backup/postman.bkp

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/toDraft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 20
env:
BUILD_ID: ${{ github.event.number }}
PR_NUMBER: ${{ github.event.number }}
steps:
# Log in to OpenShift.
# Note: The secrets needed to log in are NOT available if the PR comes from a FORK.
Expand All @@ -21,4 +21,4 @@ jobs:
run: oc login --token=${{ secrets.TOOLS_SA_TOKEN }} --server=https://api.silver.devops.gov.bc.ca:6443

- name: Scale down
run: oc get deploymentconfig --namespace af2668-dev --selector env-id=$BUILD_ID -o name | awk '{print "oc scale --replicas=0 " $1}' | bash
run: oc get deploymentconfig --namespace af2668-dev --selector env-id=$PR_NUMBER -o name | awk '{print "oc scale --replicas=0 " $1}' | bash
3 changes: 3 additions & 0 deletions api/.pipeline/templates/api.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ parameters:
- name: GCNOTIFY_ONBOARDING_REQUEST_SMS_TEMPLATE
description: gcnotify sms template id
value: af2f1e40-bd72-4612-9c5a-567ee5b26ca5
- name: GCNOTIFY_REQUEST_RESUBMIT_TEMPLATE
description: gcnotify request resubmit email template
value: c973da33-1f2b-435a-9429-d8ab4fd273c5
- name: GCNOTIFY_EMAIL_URL
value: https://api.notification.canada.ca/v2/notifications/email
- name: GCNOTIFY_SMS_URL
Expand Down
14 changes: 8 additions & 6 deletions api/.pipeline/templates/prereqs/biohubbc-db.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
kind: Secret
apiVersion: v1
metadata:
name: biohubbc-db-secret
name: biohubbc-creds
data:
database-admin-password: <fill in values>
database-admin-user: <fill in values>
database-name: <fill in values>
database-password: <fill in values>
database-user: <fill in values>
database-admin: <fill in value>
database-admin-password: <fill in value>
database-name: <fill in value>
database-user: <fill in value>
database-user-api: <fill in value>
database-user-api-password: <fill in value>
database-user-password: <fill in value>
type: Opaque
2 changes: 1 addition & 1 deletion api/.pipeline/templates/prereqs/biohubbc-object-store.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kind: Secret
apiVersion: v1
metadata:
name: biohubbc-object-store-secret
name: biohubbc-object-store
data:
object_store_access_key_id: <fill in values>
object_store_bucket_name: <fill in values>
Expand Down
Loading