Commit Graph

1046 Commits

Author SHA1 Message Date
dependabot[bot] 5b923fc4ed
Bump sphinx from 5.2.2 to 5.2.3 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.2 to 5.2.3.
- [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.2.2...v5.2.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 21:23:32 +00:00
dependabot[bot] 7b1a6c914c
Bump actions/cache from 3.0.7 to 3.0.9
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.7 to 3.0.9.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.7...v3.0.9)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 21:23:28 +00:00
burnettk e8a4ff138d with manual task 2022-09-30 16:57:24 -04:00
burnettk 589cef8baa clean up 2022-09-30 16:51:52 -04:00
Dan ac999a8e65 Add the ability to call custom built-in functions from within a Python script. With the first real script being a "get_env()" which will return the current environment (ie, 'testing', 'development' etc...) 2022-09-30 16:50:45 -04:00
burnettk a964fb4ea0 work in progress 2022-09-30 16:46:30 -04:00
Dan c2583cc07a Can now use main branch of spiffworkflow. 2022-09-30 13:18:25 -04:00
Dan 7ef2226dec Merge remote-tracking branch 'origin/main' into feature/upgrade_spiff_workflow_and_service_task 2022-09-30 13:12:21 -04:00
Dan 8410c641f3 bump spiffworkflow, fix bug in normalize_value 2022-09-30 13:00:06 -04:00
burnettk ce1e605fb5 lint 2022-09-30 12:53:28 -04:00
burnettk f5e18f7b5b scaffold of new test 2022-09-30 12:24:22 -04:00
mike cullerton c2d67c0087 pre commit 2022-09-30 12:20:58 -04:00
mike cullerton 11a24368ba mypy 2022-09-30 12:17:35 -04:00
mike cullerton ff56ed068d Use secret key when adding allowed process model 2022-09-30 12:15:04 -04:00
mike cullerton 1b25d08a3a poetry update 2022-09-29 16:19:36 -04:00
jasquat 5946bd9d05 some additional checks to make sure duplicate message instances are not created 2022-09-29 13:32:44 -04:00
burnettk 8bcf3d08b5 expose group and model for tasks 2022-09-29 12:34:34 -04:00
Kevin Burnett 6d6e0e7efd
Merge pull request #101 from sartography/feature/allow-dot-notation-in-forms
Feature/allow dot notation in forms
2022-09-29 15:09:26 +00:00
burnettk 6d81030b0f saw tests pass locally with this change 2022-09-29 11:04:23 -04:00
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