Commit Graph

34 Commits

Author SHA1 Message Date
dependabot[bot] 642a437e18
Bump virtualenv from 20.15.0 to 20.15.1 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.15.0 to 20.15.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.15.0...20.15.1)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 20:40:05 +00:00
dependabot[bot] bc4438f59c
Bump pip from 22.0.4 to 22.1.2 in /.github/workflows
Bumps [pip](https://github.com/pypa/pip) from 22.0.4 to 22.1.2.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/22.0.4...22.1.2)

---
updated-dependencies:
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:33:12 +00:00
dependabot[bot] 85e5d6b431
Bump nox-poetry from 0.9.0 to 1.0.1 in /.github/workflows
Bumps [nox-poetry](https://github.com/cjolowicz/nox-poetry) from 0.9.0 to 1.0.1.
- [Release notes](https://github.com/cjolowicz/nox-poetry/releases)
- [Commits](https://github.com/cjolowicz/nox-poetry/compare/v0.9.0...v1.0.1)

---
updated-dependencies:
- dependency-name: nox-poetry
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:27:07 +00:00
dependabot[bot] 3321d72b93
Bump virtualenv from 20.14.1 to 20.15.0 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.14.1 to 20.15.0.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.14.1...20.15.0)

---
updated-dependencies:
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:12:48 +00:00
burnettk ed3dfc26e2 how about postgres 2022-06-21 22:56:42 -04:00
burnettk ca04f6b902 drop support for python 3.8 2022-06-21 22:38:38 -04:00
burnettk 6fae660772 use correct env var and fix bash nounset issue 2022-06-20 22:56:50 -04:00
burnettk 9894b82ab9 try to pass key another way 2022-06-20 22:43:19 -04:00
burnettk 80522c12a6 static analysis 2022-06-10 17:48:36 -04:00
burnettk 0006182ead auto-merge dependabot pull requests when tests pass 2022-06-10 17:42:19 -04:00
jasquat d235c64915 updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
burnettk c68c68b3b2 just skip unless main 2022-05-26 13:34:19 -04:00
jasquat e3d90a6044 added process models and cleaned up some of the code w/ burnettk 2022-05-23 16:36:23 -04:00
jasquat 69af11076e do not run sonar for pull requests and added files to test with keycloak w/ burnettk 2022-05-23 13:33:48 -04:00
burnettk fea9f36741 drop support for python 3.7 2022-05-20 17:45:10 -04:00
jasquat cf1168e3a6 print the db type as well in github actions w/ burnettk 2022-05-20 17:05:03 -04:00
jasquat 1c6ba49a93 use a mysql password in ci w/ burnettk 2022-05-20 17:03:08 -04:00
jasquat 4a4c40ad20 try running mysql with nil password w/ burnettk 2022-05-20 16:55:49 -04:00
jasquat 75b72ed536 fixed mypy issue w/ burnettk 2022-05-20 16:51:03 -04:00
jasquat 7079a2ca5b set instance path based on environment variable and determine db based on that from config init instead of config files w/ burnettk 2022-05-20 16:37:23 -04:00
jasquat a1fa050aee try using a github action for mysql w/ burnettk 2022-05-20 15:14:19 -04:00
jasquat a1ec53209d do not start mysql if using sqlite and fix flake8 with pre-commit to ignore the migrations dir w/ burnettk 2022-05-20 15:04:50 -04:00
jasquat 2b427fc64e run all tests again w/ burnettk 2022-05-20 14:37:23 -04:00
jasquat 921764608b try to run from within nox w/ burnettk 2022-05-20 13:49:02 -04:00
jasquat c5a57a7c65 find out where we are in ci 2022-05-20 13:42:28 -04:00
jasquat 21561d2570 attempt to run migrations in ci 2022-05-20 13:40:28 -04:00
jasquat abd16de9aa use the correct db and set root pass to null w/ burnettk 2022-05-20 12:27:05 -04:00
jasquat fceabe7c58 try mariadb instead w/ burnettk 2022-05-20 12:23:58 -04:00
jasquat 6944822552 use a normal mysql port w/ burnettk 2022-05-20 12:15:17 -04:00
jasquat bbb779ffec attempt to run ci with mysql w/ burnettk 2022-05-20 12:08:42 -04:00
jasquat 8fd3e14935 fixed typeguard usage w/ burnettk 2022-05-20 11:46:44 -04:00
jasquat cf2054458f run tests with sqlite w/ burnettk 2022-05-19 16:14:59 -04:00
jasquat 66d16ae409 added configs w/ burnettk 2022-05-19 14:38:47 -04:00
jasquat 116145e91f initial commit w/ burnettk 2022-05-13 13:42:42 -04:00