-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #247 from hms-dbmi/development
Development
- Loading branch information
Showing
40 changed files
with
7,093 additions
and
894 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
name: Release Build | ||
|
||
on: | ||
push: | ||
branches: [ master, development ] | ||
pull_request: | ||
branches: [ master, development ] | ||
workflow_dispatch: | ||
inputs: | ||
force: | ||
type: boolean | ||
default: false | ||
|
||
jobs: | ||
test-image: | ||
uses: hms-dbmi/actions/.github/workflows/test-image-build.yml@main | ||
secrets: | ||
DOCKER_HUB_USERNAME: ${{ secrets.BLHMSDBMI_DOCKERHUB_USERNAME }} | ||
DOCKER_HUB_PASSWORD: ${{ secrets.BLHMSDBMI_DOCKERHUB_PASSWORD }} | ||
with: | ||
repository: ${{ github.repository }} | ||
commit: ${{ github.sha }} | ||
|
||
scan-image: | ||
uses: hms-dbmi/actions/.github/workflows/scan.yml@main | ||
secrets: | ||
DOCKER_HUB_USERNAME: ${{ secrets.BLHMSDBMI_DOCKERHUB_USERNAME }} | ||
DOCKER_HUB_PASSWORD: ${{ secrets.BLHMSDBMI_DOCKERHUB_PASSWORD }} | ||
with: | ||
repository: ${{ github.repository }} | ||
commit: ${{ github.sha }} | ||
|
||
metadata: | ||
runs-on: "ubuntu-latest" | ||
outputs: | ||
branch: ${{ steps.set_branch.outputs.branch }} | ||
force: ${{ steps.force.outputs.force }} | ||
steps: | ||
- name: Set the current branch name | ||
shell: bash | ||
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT | ||
id: set_branch | ||
- name: Manage force input | ||
id: force | ||
env: | ||
FORCE_INPUT: ${{ inputs.force }} | ||
run: echo "force=${FORCE_INPUT:=false}" >> $GITHUB_OUTPUT | ||
|
||
deploy: | ||
uses: hms-dbmi/actions/.github/workflows/dbmisvc-app-deploy.yml@main | ||
needs: | ||
- "test-image" | ||
- "metadata" | ||
secrets: | ||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
filename: "${{ github.event.repository.name }}-${{ needs.metadata.outputs.branch }}.zip" | ||
app: ${{ github.event.repository.name }} | ||
role: ${{ vars[ format('BLHMSDBMI_PPM_DEPLOYMENT_{0}_ROLE_ARN', needs.metadata.outputs.branch) ] }} | ||
bucket: ${{ vars[ format('BLHMSDBMI_PPM_DEPLOYMENT_{0}_BUCKET', needs.metadata.outputs.branch) ] }} | ||
force: ${{ fromJson(needs.metadata.outputs.force) }} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"branches": [ | ||
"master", | ||
"main", | ||
"+([0-9])?(.{+([0-9]),x}).x", | ||
{"name": "development", "channel": "pre/rc", "prerelease": "rc"}, | ||
{"name": "beta", "prerelease": true}, | ||
{"name": "alpha", "prerelease": true} | ||
], | ||
"plugins": [ | ||
"@semantic-release/commit-analyzer", | ||
"@semantic-release/release-notes-generator", | ||
["@semantic-release/changelog", { | ||
"changelogFile": "CHANGELOG.md" | ||
}], | ||
["@semantic-release/exec", { | ||
"prepareCmd": "sed -ie \"s/^version.*/version = \\x22${nextRelease.version}\\x22/g\" pyproject.toml" | ||
}], | ||
["@semantic-release/git", { | ||
"assets": ["pyproject.toml", "CHANGELOG.md"] | ||
}], | ||
["@semantic-release/github", { | ||
"successComment": false, | ||
"failComment": false, | ||
"failTitle": false | ||
}] | ||
], | ||
"preset": "angular" | ||
} |
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,19 @@ | ||
# 1.0.0-rc.1 (2024-07-25) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **ci:** Refactored deployment; added versioning; passes app version to Sentry initialization ([76f3c2e](https://github.com/hms-dbmi/fhirquestionnaire/commit/76f3c2ed11d28f02abf10547710c7165bb5aebc3)) | ||
* **dockerfile:** Fixed incorrect phantomjs library being used ([ea4414a](https://github.com/hms-dbmi/fhirquestionnaire/commit/ea4414a613f4265209029853c1b21d44edf9092b)) | ||
* **requirements:** Updated Python requirements ([f3b1ab4](https://github.com/hms-dbmi/fhirquestionnaire/commit/f3b1ab48bdfccd5885ea60d43a3a1b83c66bba52)) | ||
* **requirements:** Updated Python requirements ([a02bbd5](https://github.com/hms-dbmi/fhirquestionnaire/commit/a02bbd53a4423fd7de71f9d992cf545740f5928c)) | ||
* **requirements:** Updated Python requirements ([11cca88](https://github.com/hms-dbmi/fhirquestionnaire/commit/11cca88467a621a7e85dd8f2ff1455cfef461e5b)) | ||
* **requirements:** Updated Python requirements ([ef1a121](https://github.com/hms-dbmi/fhirquestionnaire/commit/ef1a121db605d937b8139826d88f972cefeaf087)) | ||
* **requirements:** Updated Python requirements ([3713378](https://github.com/hms-dbmi/fhirquestionnaire/commit/37133781b68e6688cb20e74d8ef6e4437bed7467)) | ||
* **requirements:** Updated Python requirements ([638cc84](https://github.com/hms-dbmi/fhirquestionnaire/commit/638cc84be3b3ce04e1ad6beaefaa344fff3e6746)) | ||
* **requirements:** Updated Python requirements ([3154ba8](https://github.com/hms-dbmi/fhirquestionnaire/commit/3154ba8c7932d5787578d1c7d10090ea3ecc6552)) | ||
* **requirements:** Updated Python requirements ([6a7e453](https://github.com/hms-dbmi/fhirquestionnaire/commit/6a7e45327346c36359d9787c30b5911e478b783f)) | ||
* **requirements:** Updated Python requirements ([9351a10](https://github.com/hms-dbmi/fhirquestionnaire/commit/9351a10cac12580dd1d6c55593e4e5ed6cdec2b3)) | ||
* **requirements:** Updated Python requirements ([b391c77](https://github.com/hms-dbmi/fhirquestionnaire/commit/b391c77ea9cadd67a99f0e6cd29a0eceab8d86ec)) | ||
* **requirements:** Updated Python requirements ([68281b6](https://github.com/hms-dbmi/fhirquestionnaire/commit/68281b689de4d2b70141e924905f3b07c9bf6008)) | ||
* **requirements:** Updated Python requirements ([7d4e6d9](https://github.com/hms-dbmi/fhirquestionnaire/commit/7d4e6d9fd1f7355c627b7364a98c4de17c476792)) |
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
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
Oops, something went wrong.