-
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.
Upgrade fl4heath and made appropriate changes (#110)
* Upgrade fl4heath and made appropriate changes * Update documentation * Upgrade python version to 3.10 in workflow files * Upgrade python version to 3.10 in integration workflow file * Upgrade static code check workflow python version * Fix issues in test_launch integration test * Changes to make compatible with new reporter structure Updated key name from type to host_type in tests and entities * Install most recent version of fl4health from main branch * Try adding fl4health via http instead of ssh to avoid auth issues on github server * Change type to host_type in front end * Revert change from type to host_type * Add back change from type to host_type and fix UI test with old names
- Loading branch information
1 parent
d0604c4
commit 59c8cef
Showing
22 changed files
with
4,301 additions
and
2,718 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 |
---|---|---|
|
@@ -26,11 +26,11 @@ jobs: | |
virtualenvs-in-project: true | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
cache: 'poetry' | ||
- run: | | ||
python3 -m pip install --upgrade pip && python3 -m pip install poetry | ||
poetry env use '3.9' | ||
poetry env use '3.10' | ||
source .venv/bin/activate | ||
poetry install --with docs,test | ||
cd docs && rm -rf source/reference/api/_autosummary && make html | ||
|
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 |
---|---|---|
|
@@ -32,11 +32,11 @@ jobs: | |
virtualenvs-in-project: true | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
cache: 'poetry' | ||
- run: | | ||
python3 -m pip install --upgrade pip && python3 -m pip install poetry | ||
poetry env use '3.9' | ||
poetry env use '3.10' | ||
source $(poetry env info --path)/bin/activate | ||
poetry install --with docs,test | ||
cd docs && rm -rf source/reference/api/_autosummary && make html | ||
|
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 |
---|---|---|
|
@@ -46,7 +46,7 @@ jobs: | |
virtualenvs-in-project: true | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
- name: Setup redis | ||
uses: supercharge/[email protected] | ||
with: | ||
|
@@ -57,7 +57,7 @@ jobs: | |
mongodb-version: 7.0.8 | ||
- name: Install dependencies and check code | ||
run: | | ||
poetry env use '3.9' | ||
poetry env use '3.10' | ||
source .venv/bin/activate | ||
poetry install --with docs,test | ||
coverage run -m pytest florist/tests/integration && coverage xml && coverage report -m | ||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
virtualenvs-in-project: true | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
- name: Build package | ||
run: poetry build | ||
- name: Publish package | ||
|
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 |
---|---|---|
|
@@ -47,14 +47,14 @@ jobs: | |
virtualenvs-in-project: true | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
cache: 'poetry' | ||
- name: Setup yarn | ||
uses: mskelton/setup-yarn@v3 | ||
- name: Install dependencies and check code | ||
run: | | ||
yarn | ||
poetry env use '3.9' | ||
poetry env use '3.10' | ||
source .venv/bin/activate | ||
poetry install --with test --all-extras | ||
pre-commit run --all-files --verbose | ||
|
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 |
---|---|---|
|
@@ -48,10 +48,10 @@ jobs: | |
virtualenvs-in-project: true | ||
- uses: actions/[email protected] | ||
with: | ||
python-version: '3.9' | ||
python-version: '3.10' | ||
- name: Install python dependencies and check code | ||
run: | | ||
poetry env use '3.9' | ||
poetry env use '3.10' | ||
source .venv/bin/activate | ||
poetry install --with docs,test | ||
coverage run -m pytest florist/tests/unit && coverage xml && coverage report -m | ||
|
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
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.