Commit Graph

355 Commits

Author SHA1 Message Date
burnettk c915e15af8 work in progress 2022-07-01 11:04:36 -04:00
burnettk 17846f1972 use 5005 for keycloak and document how to start this thing 2022-07-01 10:30:01 -04:00
jasquat 4ef5a5f83c Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-06-30 17:12:17 -04:00
jasquat 80696f5f23 some support to interpolate form data w/ burnettk 2022-06-30 17:11:50 -04:00
github-actions[bot] ba912afe4a
Merge pull request #35 from sartography/dependabot/pip/safety-2.0.0
Bump safety from 1.10.3 to 2.0.0
2022-06-30 21:50:46 +01:00
github-actions[bot] 416aee6947
Merge pull request #34 from sartography/dependabot/pip/dot-github/workflows/virtualenv-20.15.1
Bump virtualenv from 20.15.0 to 20.15.1 in /.github/workflows
2022-06-30 21:48:17 +01:00
dependabot[bot] c9724fc239
Bump safety from 1.10.3 to 2.0.0
Bumps [safety](https://github.com/pyupio/safety) from 1.10.3 to 2.0.0.
- [Release notes](https://github.com/pyupio/safety/releases)
- [Changelog](https://github.com/pyupio/safety/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/pyupio/safety/compare/1.10.3...2.0.0)

---
updated-dependencies:
- dependency-name: safety
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 20:43:44 +00:00
dependabot[bot] 642a437e18
Bump virtualenv from 20.15.0 to 20.15.1 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.15.0 to 20.15.1.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.15.0...20.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-30 20:40:05 +00:00
jasquat 1f7a35de50 added process instance show api endpoint w/ burnettk 2022-06-30 15:49:57 -04:00
jasquat 7f93d09ef5 submit user data can now save user task form data w/ burnettk 2022-06-30 15:03:23 -04:00
mike cullerton 2f7f901239 precommit with poetry 2022-06-30 14:22:50 -04:00
mike cullerton 020426f374 fix principal/user_id bug
fix typo in test name
2022-06-30 14:21:07 -04:00
jasquat 4cd9e33b9e precommit is passing w/ burnettk 2022-06-30 12:17:14 -04:00
jasquat e57a64361c started migrating code for updating task form data w/ burnettk 2022-06-30 12:13:14 -04:00
jasquat 405277d323 Merge remote-tracking branch 'origin/main' into feature/add_active_task 2022-06-30 12:11:25 -04:00
mike cullerton 8b5306a562 mypy cleanup
removed until we decide how to deal with forms
2022-06-30 11:52:56 -04:00
mike cullerton 6e0e7b847f mypy cleanup 2022-06-30 11:50:42 -04:00
jasquat c5b5670794 mypy w/ burnettk 2022-06-30 11:26:59 -04:00
jasquat ab83f4feea precommit is passing w/ burnettk 2022-06-30 11:21:02 -04:00
jasquat 4c780df7bf added custom jsonencoder w/ burnettk 2022-06-30 11:18:55 -04:00
jasquat 2614193640 some cleanup 2022-06-30 09:28:35 -04:00
jasquat a0d6d05e15 Merge remote-tracking branch 'origin/main' into feature/add_active_task 2022-06-30 09:05:32 -04:00
mike cullerton 16da394bd6 precommit with poetry 2022-06-30 08:12:35 -04:00
mike cullerton 66fc71a729 mypy changes 2022-06-30 08:06:47 -04:00
mike cullerton eca82ae275 mypy type hint changes 2022-06-29 17:20:59 -04:00
jasquat 16e086aacf added api endpoint to submit task form data 2022-06-29 17:18:04 -04:00
jasquat 898c08fa62 added active task model and some support to send back the form json w/ burnettk 2022-06-29 16:19:07 -04:00
mike cullerton 481b88f2e6 pre commit with poetry 2022-06-29 15:47:24 -04:00
mike cullerton aeb495f262 Assertions for task_event 2022-06-29 15:43:06 -04:00
mike cullerton 032c52bbb9 Set task_event.user_id as foreign key to user.id 2022-06-29 15:37:30 -04:00
mike cullerton 5190aee2af principal_id -> user_id 2022-06-29 15:18:26 -04:00
mike cullerton 25201a6045 mypy changes 2022-06-29 14:45:29 -04:00
mike cullerton 6658cc9140 precommit with poetry 2022-06-29 12:44:49 -04:00
mike cullerton 16394c0dd8 run precommit with poetry 2022-06-29 12:41:04 -04:00
mike cullerton 9640ffd422 use fixture to clean up db 2022-06-29 12:19:06 -04:00
mike cullerton 77893af6d9 user_uid -> principal_id 2022-06-29 12:18:41 -04:00
mike cullerton 963d60f4e5 Merge branch 'main' into cullerton 2022-06-29 11:51:56 -04:00
jasquat 5fd85eadda delete all data in the databases before every test. we may have to control the order better w/ burnettk 2022-06-29 11:47:17 -04:00
mike cullerton bb230b5447 Merge branch 'main' into cullerton 2022-06-29 11:42:58 -04:00
mike cullerton ceef89ff55 methods, etc for running user tasks
needed for task_events
2022-06-29 11:40:52 -04:00
burnettk d427fd72d4 basic task show 2022-06-28 17:59:12 -04:00
jasquat 17a2c19227 added api call to get active tasks w/ burnettk 2022-06-28 17:11:10 -04:00
jasquat 89a0904b5d added new model for active_task table w/ burnettk 2022-06-28 14:22:46 -04:00
github-actions[bot] bc9c169c56
Merge pull request #26 from sartography/dependabot/pip/docs/sphinx-click-4.2.0
Bump sphinx-click from 4.0.3 to 4.2.0 in /docs
2022-06-27 23:07:59 +01:00
dependabot[bot] 33b21dadb1
Bump sphinx-click from 4.0.3 to 4.2.0 in /docs
Bumps [sphinx-click](https://github.com/click-contrib/sphinx-click) from 4.0.3 to 4.2.0.
- [Release notes](https://github.com/click-contrib/sphinx-click/releases)
- [Commits](https://github.com/click-contrib/sphinx-click/compare/4.0.3...4.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 22:05:50 +00:00
github-actions[bot] 2c4498bb6b
Merge pull request #27 from sartography/dependabot/pip/docs/furo-2022.6.21
Bump furo from 2022.4.7 to 2022.6.21 in /docs
2022-06-27 23:04:43 +01:00
dependabot[bot] f793b32873
Bump furo from 2022.4.7 to 2022.6.21 in /docs
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.4.7 to 2022.6.21.
- [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.04.07...2022.06.21)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:57:08 +00:00
github-actions[bot] e7d419866d
Merge pull request #25 from sartography/dependabot/pip/docs/sphinx-5.0.2
Bump sphinx from 4.5.0 to 5.0.2 in /docs
2022-06-27 22:56:05 +01:00
github-actions[bot] 0fdda1c9ea
Merge pull request #16 from sartography/dependabot/pip/dot-github/workflows/pip-22.1.2
Bump pip from 22.0.4 to 22.1.2 in /.github/workflows
2022-06-27 22:41:08 +01:00
dependabot[bot] eafb08f3a6
Bump sphinx from 4.5.0 to 5.0.2 in /docs
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.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/v4.5.0...v5.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 21:39:18 +00:00