1127 Commits

Author SHA1 Message Date
Elizabeth Esswein
6c0719747b remove navigation import 2022-09-29 10:53:27 -04:00
burnettk
e834a54f0d Merge remote-tracking branch 'origin/main' into feature/allow-dot-notation-in-forms 2022-09-29 10:21:47 -04:00
burnettk
e8a34eb830 ran poet pre to delint and added type hints to fix poet mypy 2022-09-29 10:19:31 -04:00
burnettk
74e3784459 fix user tasks and manual tasks 2022-09-29 00:35:10 -04:00
burnettk
8da5746bf6 never return 204, always return json response body 2022-09-29 00:13:30 -04:00
burnettk
8ca5515c16 fix secret delete 2022-09-29 00:03:36 -04:00
jasquat
f4539d2715 Merge remote-tracking branch 'origin/main' into feature/script-unit-tests 2022-09-28 17:45:38 -04:00
jasquat
8a94eac3d9 precommit w/ burnettk 2022-09-28 17:45:28 -04:00
jasquat
466097ffdb added api to allow creating script unit tests w/ burnettk 2022-09-28 17:36:43 -04:00
mike cullerton
d82c38579f Fix my type hint problem 2022-09-28 17:00:59 -04:00
mike cullerton
69a0e8dbf9 Fixed failing test 2022-09-28 16:49:12 -04:00
mike cullerton
4731d5e751 pre commit 2022-09-28 16:38:58 -04:00
mike cullerton
b44bd41b86 mypy 2022-09-28 16:36:23 -04:00
mike cullerton
906f4d5346 SecretService.get_secret returns the entire object, not just the value
Fixed the model so it also returns the allowed processes
2022-09-28 16:29:55 -04:00
jasquat
dee8d97d97 allow passing the script text as a string to run a unit test on w/ burnettk 2022-09-28 16:01:49 -04:00
jasquat
d5837a2de6 allow continuing bpmn import even if one fails w/ burnettk 2022-09-28 15:33:12 -04:00
jasquat
043b64f2d6 add line numbers script unit test result failure w/ burnettk 2022-09-28 15:25:13 -04:00
mike cullerton
88347a5384 pre commit 2022-09-28 14:50:49 -04:00
mike cullerton
9ffc6a5737 mypy 2022-09-28 14:48:53 -04:00
Dan
69d8a8b146 raise an error when a secret is not found - this will help people attempting to debug their service tasks. 2022-09-28 14:44:59 -04:00
mike cullerton
c0512062b5 add secret_list api endpoint
pagination for secrets
SecretService.get_secret -> SecretService.get_secret_value
2022-09-28 14:40:24 -04:00
Elizabeth Esswein
4905d40876 add test for dot notation conversion 2022-09-28 12:25:18 -04:00
jasquat
6991db63a4 Merge remote-tracking branch 'origin/main' into feature/script-unit-tests 2022-09-28 11:18:30 -04:00
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