Commit Graph

954 Commits

Author SHA1 Message Date
jasquat df8ef2e429 add the exception to the result for script unit tests 2022-09-28 10:49:16 -04:00
burnettk 121f42f2cb use git version of spiff 2022-09-27 17:58:49 -04:00
jasquat e78f6b6332 use jsonify when returning a dataclass response w/ burnettk 2022-09-27 17:39:23 -04:00
jasquat 4e402988b3 script unit tests are now running w/ burnettk 2022-09-27 17:21:06 -04:00
github-actions[bot] c6e7d2afdf
Merge pull request #98 from sartography/dependabot/pip/docs/sphinx-5.2.2
Bump sphinx from 5.1.1 to 5.2.2 in /docs
2022-09-27 21:13:21 +00:00
dependabot[bot] fb3d3d636d
Bump sphinx from 5.1.1 to 5.2.2 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 5.2.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.1.1...v5.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-27 21:01:52 +00:00
Elizabeth Esswein 39772b9715 add dot notation parsing to forms 2022-09-27 16:41:02 -04:00
jasquat d162f0d246 some cleanup and refactoring w/ burnettk 2022-09-27 15:10:32 -04:00
mike cullerton 9082bb53c0 poet update mako dparse 2022-09-27 12:56:32 -04:00
mike cullerton bcf2ad42de Merge branch 'main' into feature/display-correct-diagram-15.9 2022-09-27 12:50:21 -04:00
burnettk 99a175f7bd bump readme 2022-09-27 12:46:23 -04:00
mike cullerton 4b50263db8 mypy and pre commit 2022-09-27 10:57:19 -04:00
mike cullerton a87a49ae0f add test for process_instance_show 2022-09-27 10:51:47 -04:00
jasquat 556c9f1353 Merge remote-tracking branch 'origin/main' into feature/script-unit-tests 2022-09-27 10:36:45 -04:00
mike cullerton 78e428feaa pre commit 2022-09-26 15:13:28 -04:00
mike cullerton e4ee481a00 mypy 2022-09-26 14:57:47 -04:00
mike cullerton 35e26e89fa mypy and pre commit 2022-09-26 13:54:26 -04:00
mike cullerton d268e85e1f First stab 2022-09-26 13:40:09 -04:00
mike cullerton 3ea99ac153 pre commit 2022-09-26 10:41:02 -04:00
mike cullerton a0d00c3efa Merge branch 'main' into feature/secrets
# Conflicts:
#	migrations/versions/6c705aca6530_.py
#	migrations/versions/86bdc3330645_.py
#	migrations/versions/ade9bce1c592_.py
2022-09-26 10:39:21 -04:00
mike cullerton 15cdd6eb09 Use secret store 2022-09-26 10:36:54 -04:00
mike cullerton 1f3114eabb Fix revision difference w/main 2022-09-26 10:36:02 -04:00
jasquat ccdeaceda5 add dmn files when processing a call activity w/ burnettk cullerton 2022-09-23 16:12:46 -04:00
Kevin Burnett efd630d51a
Merge pull request #97 from sartography/feature/process_instance_search
Feature/process instance search
2022-09-23 19:40:32 +00:00
jasquat aea56fc750 allow process_status filter to be a csv string 2022-09-23 14:19:57 -04:00
jasquat a0eba9ed33 Merge remote-tracking branch 'origin/main' into feature/process_instance_search 2022-09-23 10:53:15 -04:00
jasquat da4c20524a code for api error codes instead of db errors since each db raises different errors for the samething 2022-09-23 10:46:03 -04:00
jasquat 115e126873 log db validation error to see what postgres is doing 2022-09-23 10:33:12 -04:00
jasquat bc9d820e1d python 3.9 does not like the pipe style optional arg types 2022-09-23 10:01:22 -04:00
jasquat 8bb45c67d3 avoid checking for mysql specific error messages so other dbs can still work 2022-09-23 09:45:12 -04:00
jasquat 32320f901f Merge remote-tracking branch 'origin/main' into feature/process_instance_search 2022-09-23 09:19:15 -04:00
jasquat 6a7fcdfb4e use instance path instead of root_path for nox 2022-09-23 09:19:06 -04:00
burnettk 4736e2878e Merge remote-tracking branch 'origin/main' into feature/process_instance_search 2022-09-22 18:02:18 -04:00
burnettk 9aa55dca6a lint and pull new spiff 2022-09-22 17:37:10 -04:00
jasquat d689aad90e cascade process instance delete to message instances w/ burnettk 2022-09-22 17:23:30 -04:00
jasquat 9d855ed8eb Merge remote-tracking branch 'origin/main' into feature/process_instance_search 2022-09-22 16:48:19 -04:00
jasquat 98fd9d845b set task name in logs if available and catch errors to ensure we set the log level back to the correct value w/ burnettk 2022-09-22 16:48:14 -04:00
mike cullerton d55dc27b65 Merge branch 'main' into feature/secrets 2022-09-22 16:42:29 -04:00
mike cullerton de512fb373 Pre commit 2022-09-22 16:40:47 -04:00
mike cullerton 8a34e9e89d mypy 2022-09-22 16:36:49 -04:00
mike cullerton 65d163ed39 secrets api 2022-09-22 16:29:08 -04:00
mike cullerton 77259f07f5 Make sure we always have a good path.
The path wasn't right when running tests, because our working directory wasn't /spiffworkflow-backend
2022-09-22 16:27:44 -04:00
jasquat f02a825cec updated process_models_list to allow getting all process models and udpated tests w/ burnettk 2022-09-22 15:40:01 -04:00
burnettk bea17305b8 ignore bugs in deprecated html templates 2022-09-22 14:10:25 -04:00
jasquat 4dfd01042e refactor to be able to get all process instances w/ burnettk 2022-09-22 13:08:31 -04:00
burnettk 3be07c581b less aggressive periodic processing 2022-09-22 09:18:01 -04:00
mike cullerton a328846a8b We call create_principal in create_user 2022-09-22 08:25:48 -04:00
mike cullerton 1bf5467ebe logged in headers is now in BaseTest 2022-09-22 08:22:54 -04:00
mike cullerton 59e2d1639e Merge branch 'main' into feature/secrets
# Conflicts:
#	migrations/versions/00a59d952198_.py
#	migrations/versions/1ccfcb7baf22_.py
#	migrations/versions/36aff687ae47_.py
2022-09-22 08:16:42 -04:00
burnettk 4bcc72c9e4 lint and update background task period to 5 for demo 2022-09-21 19:42:46 -04:00