Commit Graph

102 Commits

Author SHA1 Message Date
burnettk 48ec8613ab
appease actionlint 2023-04-23 23:41:28 -04:00
burnettk 71f9b46002
pin to working version of sonarcloud github action 2023-04-23 23:40:28 -04:00
dependabot[bot] e0dca494e3
Bump codecov/codecov-action from 3.1.0 to 3.1.3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.0 to 3.1.3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3.1.0...v3.1.3)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-21 15:02:55 +00:00
dependabot[bot] 65d0b9ef8d
Bump actions/setup-python from 4.2.0 to 4.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.2.0 to 4.6.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4.2.0...v4.6.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 15:06:49 +00:00
dependabot[bot] 9e89f10556
Bump docker/metadata-action from 4.3.0 to 4.4.0
Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4.3.0 to 4.4.0.
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Commits](https://github.com/docker/metadata-action/compare/v4.3.0...v4.4.0)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-18 15:05:12 +00:00
jasquat 715b0211d3
removed some debug info w/ burnettk 2023-04-11 15:50:42 -04:00
jasquat 10d0bb8dae
added script to build frontend so it can add version info to the index.html file w/ burnettk 2023-04-11 15:48:34 -04:00
jasquat 092f558632
replace periods with underscores in version info w/ burnettk 2023-04-07 16:09:30 -04:00
jasquat 912bfb8285
try getting version info from evn var instead w/ burnettk 2023-04-07 15:59:46 -04:00
jasquat ff70c20acd
create the app verison file in the correct directory w/ burnettk 2023-04-07 15:48:18 -04:00
jasquat 4c02eb3cbb
we need the app_version file in the backned more w/ burnettk 2023-04-07 15:37:21 -04:00
jasquat 4af5301fe3
remove bad github action lines w/ burnettk 2023-04-07 15:34:11 -04:00
jasquat 3ff855350a
attempt to get git docker labels into version json file w/ burnettk 2023-04-07 15:32:28 -04:00
jasquat 6d8d9b8d57
ignore dccache files w/ burnettk 2023-03-28 17:14:58 -04:00
jasquat cef069d028
run snyk on backend and added marshmallow dep to remove warning w/ burnettk 2023-03-28 16:55:13 -04:00
jasquat ed7ccb4aad
run snyk in ci w/ burnettk 2023-03-28 16:42:48 -04:00
jasquat 438d44592f
run safety in ci w/ burnettk 2023-03-28 15:56:57 -04:00
burnettk 4a9f4b8cb0
do sonar for backend, too 2023-03-28 08:22:17 -04:00
jasquat 761526f999
Merge remote-tracking branch 'origin/main' into feature/use_tasks_as_logs 2023-03-17 12:40:26 -04:00
burnettk ed1b45c453
see if this still works 2023-03-16 23:43:59 -04:00
Kevin Burnett f5da504301
Merge pull request #151 from sartography/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2023-03-16 20:20:13 -07:00
jasquat 8927e9353a
merged in save_to_task_data branch and pyl with some cleanup w/ burnettk 2023-03-16 12:50:52 -04:00
jasquat 85b0ac32b9
build image for save to task data branch w/ burnettk 2023-03-16 11:31:43 -04:00
jasquat 3ac9581607
pin to specific version of poetry 2023-03-06 14:22:59 -05:00
jasquat c7330715f5
use the correct db collation for backend ci 2023-03-03 13:13:01 -05:00
jasquat 28fd2a3966
build docker images for this branch w/ burnettk 2023-03-01 12:27:28 -05:00
jasquat 7c4c04d3c9
remove docker push image from backend in favor of docker image from dedicated action file 2023-02-28 09:22:50 -05:00
burnettk 4c7bc90a8f
let env var work on windows and fixing typing issue on python 3.9 w/ messaging stuff 2023-02-27 19:16:06 -05:00
jasquat f00059369c
run poetry install for sqlite w/ burnettk 2023-02-27 17:21:34 -05:00
jasquat 9ffdbe4572
do not override env vars w/ burnettk 2023-02-27 17:15:21 -05:00
jasquat f0ea9076e2
syntax error w/ burnettk 2023-02-27 17:10:52 -05:00
jasquat 43201f6597
attempt to set the sample process model dir w/ burnettk 2023-02-27 17:10:14 -05:00
jasquat c927210c8d
attempt to run migrations from scratch for sqlite in ci since it does not support the migrations w/ burnettk 2023-02-27 17:00:34 -05:00
burnettk 2098cd209f
fix postgres db name and comment out debug job 2023-02-24 16:57:53 -05:00
jasquat 8a43e0739f
added remaining dependabot items and commented them out and an auto merger w/ burnettk 2023-02-24 14:40:09 -05:00
dependabot[bot] 8f52bbca70
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-24 19:31:39 +00:00
burnettk 163f34e984
commit dependabot from backend 2023-02-24 14:31:10 -05:00
jasquat 749ca46335
updated actions checkout in images as well w/ burnettk 2023-02-24 14:27:59 -05:00
jasquat 846abd7061
updated actions checkout to remove deprecations warnings w/ burnettk 2023-02-24 14:14:17 -05:00
jasquat 7aaa3a7fbc
set-output is deprecated w/ burnettk 2023-02-24 14:00:21 -05:00
jasquat 2c5fcf470d
added some examples and print the tags after creating the docker images w/ burnettk 2023-02-24 13:44:21 -05:00
jasquat 54064a050f
added github action to push images for main branch on all builds w/ burnettk 2023-02-24 11:42:34 -05:00
jasquat 335d1d8b32
added some docker tag notes to github action file w/ burnettk 2023-02-23 17:16:35 -05:00
jasquat e2537f4bdd
put ci files back and move quickstart tests to releases action w/ burnettk 2023-02-16 15:40:30 -05:00
jasquat 19e93b061b
added needs placeholder for quickstart test w/ burnettk 2023-02-16 15:28:42 -05:00
jasquat faa2e5490f
run only one cypress test and try v5 w/ burnettk 2023-02-16 15:21:22 -05:00
jasquat bf6052d2cb
put the env vars in the env section of the github action configs w/ burnettk 2023-02-16 15:19:01 -05:00
jasquat dfc14e9bb2
we are not using keycloak here w/ burnettk 2023-02-16 15:09:54 -05:00
jasquat 4655302c5e
fixed runs-on label w/ burnettk 2023-02-16 15:07:29 -05:00
jasquat 311a5b060d
added test for quickstart guide w/ burnettk 2023-02-16 15:05:55 -05:00