Commit Graph

685 Commits

Author SHA1 Message Date
github-actions[bot] cafacc85c6
Merge pull request #60 from sartography/dependabot/pip/dot-github/workflows/virtualenv-20.16.0
Bump virtualenv from 20.15.1 to 20.16.0 in /.github/workflows
2022-07-26 22:03:52 +01:00
dependabot[bot] cfa8102670
Bump virtualenv from 20.15.1 to 20.16.0 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.15.1 to 20.16.0.
- [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.1...20.16.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 20:54:53 +00:00
jasquat fbb1938bb8
Merge pull request #58 from sartography/feature/highlight_active_task
Feature/highlight active task
2022-07-26 12:08:22 -04:00
jasquat caa570cbcd put bpmn_json back into serialized process instance since tests are using it 2022-07-25 17:12:12 -04:00
jasquat 8bdc23ad4d Merge remote-tracking branch 'origin/main' into feature/highlight_active_task 2022-07-25 16:53:52 -04:00
jasquat 2c5141ce36 precommit 2022-07-25 16:47:43 -04:00
jasquat 772e5352ff added all_tasks option to process-instance/tasks endpoint and cleaned process instance show endpoint 2022-07-25 16:46:10 -04:00
Dan Funk ad3efaf016
Merge pull request #55 from sartography/feature/form_navigation
added api endpoint to get previously completed user tasks
2022-07-25 15:51:50 -04:00
jasquat b0a87d12d5 merged form_navigation in 2022-07-25 15:26:07 -04:00
jasquat 71f18c8306 more precommit and mypy 2022-07-25 15:17:04 -04:00
jasquat e34d1f83a2 some more mypy issues 2022-07-25 15:07:32 -04:00
jasquat f6ba35c02e fixed mypy issue 2022-07-25 14:58:06 -04:00
jasquat ab2e73011b precommit and mypy 2022-07-25 14:41:25 -04:00
jasquat d355331cc2 added api endpoint to return all tasks for a given process instance and updated task_show to return non-active task as well 2022-07-25 14:34:18 -04:00
mike cullerton 0ffd5bdee0 Moved tests to authorization 2022-07-25 14:05:32 -04:00
mike cullerton d19825a6a4 moved code to auth service 2022-07-25 14:00:42 -04:00
mike cullerton b33a7e8565 Remove instance config from version control 2022-07-25 13:52:33 -04:00
mike cullerton cc7198c291 Keycloak authz stuff 2022-07-25 13:35:10 -04:00
jasquat f65228c87f some updates to always pass back task intead of active_task 2022-07-25 11:48:42 -04:00
jasquat 6a22ea5167 Merge remote-tracking branch 'origin/main' into feature/form_navigation 2022-07-22 11:41:29 -04:00
jasquat 0773c8377d attempting to fix formatting again 2022-07-22 11:00:34 -04:00
jasquat 3130427c22 attempting to fix formatting 2022-07-22 10:56:04 -04:00
jasquat 0dbf729279 added some instructions to run locally 2022-07-22 10:54:50 -04:00
jasquat 84f619b84a removed config from instance config 2022-07-22 10:26:24 -04:00
jasquat 9535c77240 Merge remote-tracking branch 'origin/main' into feature/highlight_active_task 2022-07-21 16:58:29 -04:00
jasquat 926db5d3bc Merge remote-tracking branch 'origin/main' into feature/form_navigation 2022-07-21 16:58:07 -04:00
jasquat 05f82d193d added extra items to process instance so we can highlight the active task 2022-07-21 16:57:45 -04:00
github-actions[bot] 7b74ee995c
Merge pull request #56 from sartography/dependabot/pip/dot-github/workflows/pip-22.2
Bump pip from 22.1.2 to 22.2 in /.github/workflows
2022-07-21 21:56:06 +01:00
dependabot[bot] bd99af9bb8
Bump pip from 22.1.2 to 22.2 in /.github/workflows
Bumps [pip](https://github.com/pypa/pip) from 22.1.2 to 22.2.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/22.1.2...22.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-21 20:48:40 +00:00
mike cullerton 4ca110b645 mypy/precommit 2022-07-21 10:22:18 -04:00
mike cullerton 9f64a27322 Merge branch 'main' into cullerton 2022-07-21 10:12:44 -04:00
jasquat 06cfa6fbb9 precommit 2022-07-21 08:56:38 -04:00
jasquat ab46ba13ce fixed some mypy issues 2022-07-21 08:51:20 -04:00
jasquat fb92d6714d fixed mypy ignore comment and removed accidentally committed files 2022-07-20 15:44:35 -04:00
jasquat 2bbdf8a0d6 added api endpoint to get previously completed user tasks 2022-07-20 15:18:57 -04:00
jasquat 78cde23612 return the next active task for that user when submitting a task so the frontend can cycle through all forms 2022-07-19 16:57:58 -04:00
mike cullerton deff98386e Merge branch 'main' into cullerton 2022-07-19 11:47:29 -04:00
jasquat d7fdb618fc return a 400 if a process group cannot be found instead of a 500 2022-07-18 16:23:29 -04:00
jasquat 989dc22f74 get_token should use 7002 2022-07-18 09:01:28 -04:00
jasquat 0343d8f805 replicate script works again w/ burnettk cullerton 2022-07-14 16:46:39 -04:00
jasquat 583da731db moved replication scripts to own dir w/ burnettk cullerton 2022-07-14 16:44:15 -04:00
jasquat dedac39284 removed spiff stuff from replciate resource script w/ burnettk cullerton 2022-07-14 16:41:45 -04:00
jasquat c5c84b45cd added script replicate auth issue for admin user w/ burnettk cullerton 2022-07-14 16:35:29 -04:00
mike cullerton d4b31efd5a Merge branch 'main' into cullerton 2022-07-14 09:37:21 -04:00
mike cullerton 0e7f12545c Allow instance/config and/or config/testing to override default config 2022-07-14 09:36:36 -04:00
jasquat 0b52cd2813 restart keycloak after importing items so realms show up 2022-07-14 09:32:49 -04:00
jasquat 2f46db9057 allow overriding the uri to test with keycload 2022-07-14 09:27:33 -04:00
burnettk d319e5e843 more docs 2022-07-14 09:24:32 -04:00
burnettk 2212168411 update for mac and add docs 2022-07-14 09:23:02 -04:00
github-actions[bot] 25cc657988
Merge pull request #42 from sartography/dependabot/pip/dot-github/workflows/poetry-1.1.14
Bump poetry from 1.1.13 to 1.1.14 in /.github/workflows
2022-07-14 04:14:04 +01:00