430 Commits

Author SHA1 Message Date
burnettk
b844300e44 update sentry sdk to conform with the version in flask-bpmn 2022-07-12 19:29:58 -04:00
jasquat
5f5c5e93d3 do not use the json formatter for dev w/ burnettk 2022-07-12 13:56:15 -04:00
burnettk
fcd7be586f maybe we can wait again now that we have a timeout 2022-07-12 01:56:56 -04:00
burnettk
458ebed8a5 if there is a race and another process inserted this record, that is no problem 2022-07-12 01:52:03 -04:00
burnettk
4295c1657c remove wait and delete volume 2022-07-11 22:55:38 -04:00
burnettk
40f4a946ff add timeout 2022-07-11 22:36:56 -04:00
github-actions[bot]
78e0152cd2
Merge pull request #47 from sartography/dependabot/pip/xdoctest-1.0.1
Bump xdoctest from 1.0.0 to 1.0.1
2022-07-11 23:33:36 +01:00
dependabot[bot]
4cd59caf65
Bump xdoctest from 1.0.0 to 1.0.1
Bumps [xdoctest](https://github.com/Erotemic/xdoctest) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/Erotemic/xdoctest/releases)
- [Changelog](https://github.com/Erotemic/xdoctest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Erotemic/xdoctest/compare/v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: xdoctest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 22:24:46 +00:00
github-actions[bot]
c58602029b
Merge pull request #46 from sartography/dependabot/pip/reorder-python-imports-3.8.1
Bump reorder-python-imports from 3.3.0 to 3.8.1
2022-07-11 22:57:54 +01:00
dependabot[bot]
622c2d0c08
Bump reorder-python-imports from 3.3.0 to 3.8.1
Bumps [reorder-python-imports](https://github.com/asottile/reorder_python_imports) from 3.3.0 to 3.8.1.
- [Release notes](https://github.com/asottile/reorder_python_imports/releases)
- [Commits](https://github.com/asottile/reorder_python_imports/compare/v3.3.0...v3.8.1)

---
updated-dependencies:
- dependency-name: reorder-python-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 21:48:21 +00:00
github-actions[bot]
23ba778e4c
Merge pull request #33 from sartography/dependabot/pip/black-22.6.0
Bump black from 22.3.0 to 22.6.0
2022-07-11 22:34:03 +01:00
github-actions[bot]
ad4eb33600
Merge pull request #44 from sartography/dependabot/pip/pyupgrade-2.37.1
Bump pyupgrade from 2.34.0 to 2.37.1
2022-07-11 22:30:13 +01:00
dependabot[bot]
9b2d5dab40
Bump black from 22.3.0 to 22.6.0
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.6.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/22.3.0...22.6.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 21:17:26 +00:00
dependabot[bot]
69e9769d38
Bump pyupgrade from 2.34.0 to 2.37.1
Bumps [pyupgrade](https://github.com/asottile/pyupgrade) from 2.34.0 to 2.37.1.
- [Release notes](https://github.com/asottile/pyupgrade/releases)
- [Commits](https://github.com/asottile/pyupgrade/compare/v2.34.0...v2.37.1)

---
updated-dependencies:
- dependency-name: pyupgrade
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 21:15:57 +00:00
github-actions[bot]
a3c689b1fa
Merge pull request #45 from sartography/dependabot/pip/pre-commit-2.20.0
Bump pre-commit from 2.19.0 to 2.20.0
2022-07-11 22:12:10 +01:00
jasquat
fcbb9cfbb7 removed docker_restart and instead do it all in build and run and check docker compose stuff in ci w/ burnettk 2022-07-11 17:10:07 -04:00
dependabot[bot]
098ddb9913
Bump pre-commit from 2.19.0 to 2.20.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.19.0 to 2.20.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.19.0...v2.20.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-11 20:58:25 +00:00
jasquat
3c2ea5f686 precommit is passing w/ burnettk 2022-07-11 16:56:50 -04:00
jasquat
fbbdf7cbcc increase retries for docker containers to be healthy w/ burnettk 2022-07-11 16:36:34 -04:00
jasquat
92dd9c418e look for reports with group and model identifiers w/ burnettk 2022-07-11 16:34:52 -04:00
jasquat
76adcce043 added crud api calls for reports w/ burnettk 2022-07-11 16:16:10 -04:00
burnettk
e8ca4f7ba9 add some fixtures for reports 2022-07-11 13:53:58 -04:00
jasquat
cc912cd414 some updates for sartography admin report w/ burnettk 2022-07-11 12:26:14 -04:00
burnettk
898b116394 get controller code working 2022-07-10 20:22:16 -04:00
burnettk
65c30fec73 flatten out process instance attributes for use in reports 2022-07-10 12:24:27 -04:00
burnettk
78de9fe2e2 mypy 2022-07-10 01:38:35 -04:00
burnettk
96f770426b add generate_report and tests 2022-07-10 01:24:12 -04:00
burnettk
5047b9aa8b add process_instance_report_list 2022-07-09 13:17:21 -04:00
burnettk
15866e2297 comment out WIP tests and update report naming 2022-07-09 11:11:05 -04:00
jasquat
d19a8acd63 some cleanup w/ burnettk 2022-07-08 16:03:50 -04:00
jasquat
cc1c5d096c get token from frontend and exchange with backend w/ burnettk 2022-07-08 15:53:32 -04:00
jasquat
3246adc31c get_token is working now w/ burnettk 2022-07-08 15:40:16 -04:00
jasquat
11f9b7142b log the gunicorn access logs as json to stdout as well w/ burnettk 2022-07-08 15:24:51 -04:00
jasquat
bc04086d14 updated realm and get token kinda works now w/ burnettk 2022-07-08 12:35:35 -04:00
burnettk
5d1ca39a34 document getting user info with token 2022-07-08 11:15:11 -04:00
jasquat
4b7b341a24 log to stdout and stderr instead w/ burnettk 2022-07-08 10:54:19 -04:00
jasquat
d21e1105d0 added test for deleting process instances with task events w/ burnettk 2022-07-07 15:26:53 -04:00
jasquat
49ac0706c9 Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-07-07 14:44:23 -04:00
jasquat
ac9c2f7fff attempt to log better with gunicorn w/ burnettk 2022-07-07 14:44:19 -04:00
burnettk
10dc202793 credit 2022-07-07 13:55:23 -04:00
burnettk
376d808223 improve script 2022-07-07 13:08:55 -04:00
burnettk
f8b4e21acc get_token script 2022-07-07 13:06:51 -04:00
jasquat
093b96a2f9 added json formatting and turn debug mode off in docker so we can get stack traces to log files w/ burnettk 2022-07-07 12:27:03 -04:00
jasquat
de8c40f83e name log artifacts based on matrix w/ burnettk 2022-07-07 10:50:01 -04:00
jasquat
317895e58d Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-07-07 10:19:57 -04:00
jasquat
ac40540c57 adding log files for the server w/ burnettk 2022-07-07 10:19:52 -04:00
burnettk
5a3d31ced6 precommit 2022-07-07 09:28:00 -04:00
burnettk
034e4d4471 more docs 2022-07-06 18:03:32 -04:00
jasquat
71f7c2245e added wait for keycloak script w/ burnettk 2022-07-06 17:12:56 -04:00
jasquat
44565d1704 added ci stuff for keycloak w/ burnettk 2022-07-06 17:09:38 -04:00