Commit Graph

915 Commits

Author SHA1 Message Date
github-actions[bot] 8160c597a2
Merge pull request #109 from sartography/dependabot/github_actions/actions/cache-3.0.10
Bump actions/cache from 3.0.9 to 3.0.10
2022-10-03 21:00:48 +00:00
dependabot[bot] 7f0080986c
Bump actions/cache from 3.0.9 to 3.0.10
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10.
- [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.9...v3.0.10)

---
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-10-03 20:51:54 +00:00
Kevin Burnett c848308b51
Merge pull request #107 from sartography/feature/script-unit-test-subprocesses
fix issue with script unit tests in subprocesses by not passing around tasks any longer
2022-10-03 19:20:06 +00:00
burnettk 05a5dbcff0 lint 2022-10-03 15:18:58 -04:00
burnettk 092553d25b fix mypy 2022-10-03 15:18:08 -04:00
burnettk 5d449fe984 some upgrades while resolving a merge conflict 2022-10-03 13:55:28 -04:00
burnettk 3ceed74930 Merge remote-tracking branch 'origin/main' into feature/script-unit-test-subprocesses 2022-10-03 12:39:01 -04:00
Kevin Burnett 85ff4f1326
Merge pull request #102 from sartography/feature/upgrade_spiff_workflow_and_service_task
Feature/upgrade spiff workflow and service task
2022-10-03 16:29:15 +00:00
burnettk bb2d4d2f1a bump spiffworkflow and fix lint 2022-10-03 12:29:04 -04:00
burnettk 83b071fe05 ignore null ls temp files 2022-10-03 12:25:37 -04:00
burnettk 633fdc188f clean up after new class based test 2022-10-03 12:22:43 -04:00
burnettk c567cae994 Merge remote-tracking branch 'origin/main' into feature/script-unit-test-subprocesses 2022-10-03 12:21:25 -04:00
Kevin Burnett fe98b56206
Merge pull request #103 from sartography/feature/scripts
Call custom built-in functions from within a Python Script@
2022-10-03 13:00:44 +00:00
burnettk ad2168d02e Merge remote-tracking branch 'origin/main' into feature/script-unit-test-subprocesses 2022-09-30 19:10:28 -04:00
burnettk d910c6156e comment 2022-09-30 19:05:49 -04:00
burnettk ef48e3cf18 handle exceptions 2022-09-30 19:04:46 -04:00
burnettk cccd523ea3 use _execute and avoid passing an actual task around 2022-09-30 18:35:20 -04:00
github-actions[bot] 32639c6d81
Merge pull request #105 from sartography/dependabot/pip/docs/furo-2022.9.29
Bump furo from 2022.9.15 to 2022.9.29 in /docs
2022-09-30 21:51:25 +00:00
burnettk 89faaf0c9a Merge remote-tracking branch 'origin/main' into feature/script-unit-test-subprocesses 2022-09-30 17:42:26 -04:00
dependabot[bot] 6bb4b62d59
Bump furo from 2022.9.15 to 2022.9.29 in /docs
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.9.15 to 2022.9.29.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](https://github.com/pradyunsg/furo/compare/2022.09.15...2022.09.29)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-30 21:38:24 +00:00
burnettk 694eedf87a lint and mypy 2022-09-30 17:38:02 -04:00
github-actions[bot] 297fb458dc
Merge pull request #106 from sartography/dependabot/pip/docs/sphinx-5.2.3
Bump sphinx from 5.2.2 to 5.2.3 in /docs
2022-09-30 21:37:47 +00:00
github-actions[bot] 1b68a9788e
Merge pull request #104 from sartography/dependabot/github_actions/actions/cache-3.0.9
Bump actions/cache from 3.0.7 to 3.0.9
2022-09-30 21:34:03 +00:00
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
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