-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Flyway to tefca-viewer container (#2652)
* temp changes * testing * instal plsh * clean up * testing moving flyway to within tefca container * testing continued * most recent attempts * working version of flyway in tefca-viewer * cleanup * remove unrecognized conf * update dockerfile to install flyway at installer * undo changes to migrations * remove unused files * remove flyway parts of workflows * COPY files in Dockerfile; remove volumes * add additional inline comments * have Dockerfile call flyway command * update docker compose commands * add setup step to ensure migrations are fully run before running playwright tests * test change to github url * update url * try with removal of --no-cache * try with other setup func * clean up + increase webServer timeout * add additional wait time after 200 * bump webserver time back down to 5 min * add back --no-cache * add max retries * add logging * increase workflow timeout * add indices for conditions.name and query.query_name * try 60 min while testing other things locally * change timeout back to 15 min * undo testing measures * appease GH timeouts * Allow Flyway to fully manage transactions * Mods for additional workflow testing * [pre-commit.ci] auto fixes from pre-commit hooks * use docker compose not docker-compose * Remove docker compose test * Upgrade Flyway and Java versions to address warnings related to use of Postgres 17 * Introduce test:playwright to start webserver external to Playwright * Use playwright list reporter * Try full command directly in GH workflow * Fix docker compose command * build, up, and test as separate workflow steps * additional logging * state playwright test directory explicitly * Try npm ci and specify config directory * reduce workflow timeout to 10 & clean up * bump min workers to 2 and cleanup playwright config * remove csv-to-fhir work * cleanup * add note about local.env file * note about DATABASE_URL * remove duplicate test * revert workers to max 1 * temporarily remove test for no patients --------- Co-authored-by: DanPaseltiner <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8953e77
commit d88816d
Showing
16 changed files
with
107 additions
and
130 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
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 was deleted.
Oops, something went wrong.
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
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.