Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hms-dbmi/fhirquestionnaire
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.2
Choose a base ref
...
head repository: hms-dbmi/fhirquestionnaire
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 5 files changed
  • 3 contributors

Commits on Sep 4, 2024

  1. Copy the full SHA
    9a1127a View commit details

Commits on Sep 16, 2024

  1. fix(requirements): Updated Python requirements

    b32147 authored and github-actions[bot] committed Sep 16, 2024
    Copy the full SHA
    c924652 View commit details
  2. Merge pull request #260 from hms-dbmi/requirements-updates-1726488478

    Python Requirements Updates
    b32147 authored Sep 16, 2024

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0d9cbb5 View commit details
  3. chore(release): 1.0.3-rc.1 [skip ci]

    ## [1.0.3-rc.1](v1.0.2...v1.0.3-rc.1) (2024-09-16)
    
    ### Bug Fixes
    
    * **requirements:** Updated Python requirements ([c924652](c924652))
    b32147 authored and semantic-release-bot committed Sep 16, 2024
    Copy the full SHA
    3290eee View commit details
  4. Merge pull request #261 from hms-dbmi/development

    Development
    b32147 authored Sep 16, 2024

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    fbe885a View commit details
  5. chore(release): 1.0.3 [skip ci]

    ## [1.0.3](v1.0.2...v1.0.3) (2024-09-16)
    
    ### Bug Fixes
    
    * **requirements:** Updated Python requirements ([c924652](c924652))
    b32147 authored and semantic-release-bot committed Sep 16, 2024
    Copy the full SHA
    b051d12 View commit details
  6. Copy the full SHA
    307cbd1 View commit details

Commits on Sep 23, 2024

  1. fix(requirements): Updated Python requirements

    b32147 authored and github-actions[bot] committed Sep 23, 2024
    Copy the full SHA
    4befd6c View commit details
  2. Merge pull request #263 from hms-dbmi/requirements-updates-1727093260

    Python Requirements Updates
    b32147 authored Sep 23, 2024

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    27723b0 View commit details
  3. chore(release): 1.0.4-rc.1 [skip ci]

    ## [1.0.4-rc.1](v1.0.3...v1.0.4-rc.1) (2024-09-23)
    
    ### Bug Fixes
    
    * **requirements:** Updated Python requirements ([4befd6c](4befd6c))
    b32147 authored and semantic-release-bot committed Sep 23, 2024
    Copy the full SHA
    056c4d8 View commit details

Commits on Sep 24, 2024

  1. Merge pull request #264 from hms-dbmi/development

    Development
    b32147 authored Sep 24, 2024

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    c1b0faa View commit details
  2. chore(release): 1.0.4 [skip ci]

    ## [1.0.4](v1.0.3...v1.0.4) (2024-09-24)
    
    ### Bug Fixes
    
    * **requirements:** Updated Python requirements ([4befd6c](4befd6c))
    b32147 authored and semantic-release-bot committed Sep 24, 2024
    Copy the full SHA
    812e7f3 View commit details
  3. Copy the full SHA
    71c4440 View commit details

Commits on Oct 16, 2024

  1. fix(requirements): Updated Python requirements

    b32147 authored and github-actions[bot] committed Oct 16, 2024
    Copy the full SHA
    ce7128d View commit details
  2. Merge pull request #268 from hms-dbmi/requirements-updates-1729096755

    Python Requirements Updates
    b32147 authored Oct 16, 2024

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    cc7ef55 View commit details
  3. chore(release): 1.0.5-rc.1 [skip ci]

    ## [1.0.5-rc.1](v1.0.4...v1.0.5-rc.1) (2024-10-16)
    
    ### Bug Fixes
    
    * **requirements:** Updated Python requirements ([ce7128d](ce7128d))
    b32147 authored and semantic-release-bot committed Oct 16, 2024
    Copy the full SHA
    728c0ca View commit details

Commits on Nov 5, 2024

  1. chore(ci): Added code scanning

    b32147 committed Nov 5, 2024

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    Copy the full SHA
    2f42787 View commit details
  2. Merge pull request #272 from hms-dbmi/development

    Development
    b32147 authored Nov 5, 2024

    Verified

    This commit was created on github.com and signed with GitHub’s verified signature.
    Copy the full SHA
    ed5d1e5 View commit details
  3. chore(release): 1.0.5 [skip ci]

    ## [1.0.5](v1.0.4...v1.0.5) (2024-11-05)
    
    ### Bug Fixes
    
    * **requirements:** Updated Python requirements ([ce7128d](ce7128d))
    b32147 authored and semantic-release-bot committed Nov 5, 2024
    Copy the full SHA
    b62b710 View commit details
Showing with 294 additions and 214 deletions.
  1. +15 −0 .github/workflows/code-scan.yml
  2. +42 −0 CHANGELOG.md
  3. +1 −1 pyproject.toml
  4. +228 −213 requirements.txt
  5. +8 −0 sonar-project.properties
15 changes: 15 additions & 0 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Code Scan

on:
pull_request:
branches: [ master, development ]
schedule:
- cron: '0 12 * * 1' # runs at 12:00 UTC on Mondays
workflow_dispatch:

jobs:
scan:
uses: hms-dbmi/actions/.github/workflows/code-scan.yml@main
secrets:
SONAR_HOST_URL: ${{ secrets.BLHMSDBMI_SONAR_HOST_URL }}
SONAR_TOKEN: ${{ secrets.BLHMSDBMI_SONAR_TOKEN }}
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,45 @@
## [1.0.5](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.4...v1.0.5) (2024-11-05)


### Bug Fixes

* **requirements:** Updated Python requirements ([ce7128d](https://github.com/hms-dbmi/fhirquestionnaire/commit/ce7128d6f3f74d62c478a434625fc592509d38d8))

## [1.0.5-rc.1](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.4...v1.0.5-rc.1) (2024-10-16)


### Bug Fixes

* **requirements:** Updated Python requirements ([ce7128d](https://github.com/hms-dbmi/fhirquestionnaire/commit/ce7128d6f3f74d62c478a434625fc592509d38d8))

## [1.0.4](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.3...v1.0.4) (2024-09-24)


### Bug Fixes

* **requirements:** Updated Python requirements ([4befd6c](https://github.com/hms-dbmi/fhirquestionnaire/commit/4befd6cc87bd6d0054ba5c2ef8397e441df8624c))

## [1.0.4-rc.1](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.3...v1.0.4-rc.1) (2024-09-23)


### Bug Fixes

* **requirements:** Updated Python requirements ([4befd6c](https://github.com/hms-dbmi/fhirquestionnaire/commit/4befd6cc87bd6d0054ba5c2ef8397e441df8624c))

## [1.0.3](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.2...v1.0.3) (2024-09-16)


### Bug Fixes

* **requirements:** Updated Python requirements ([c924652](https://github.com/hms-dbmi/fhirquestionnaire/commit/c9246524682bbb4ee96f0a214cf1acaf7a0290ea))

## [1.0.3-rc.1](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.2...v1.0.3-rc.1) (2024-09-16)


### Bug Fixes

* **requirements:** Updated Python requirements ([c924652](https://github.com/hms-dbmi/fhirquestionnaire/commit/c9246524682bbb4ee96f0a214cf1acaf7a0290ea))

## [1.0.2](https://github.com/hms-dbmi/fhirquestionnaire/compare/v1.0.1...v1.0.2) (2024-09-04)


2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fhirquestionnaire"
version = "1.0.2"
version = "1.0.5"
description = "The questionnaire service for PPM studies"
readme = "README.md"
requires-python = ">=3.9"
441 changes: 228 additions & 213 deletions requirements.txt

Large diffs are not rendered by default.

8 changes: 8 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
sonar.projectKey=hms-dbmi_fhirquestionnaire_6a0c9d95-9eed-4bab-8e51-12ccfdbe31c4

# relative paths to source directories. More details and properties are described
# at https://docs.sonarqube.org/latest/project-administration/narrowing-the-focus/
sonar.sources=app/

# Set python version
sonar.python.version=3.11