1134 Commits

Author SHA1 Message Date
burnettk
13855180b2 upgrade keycloak 2022-10-21 17:51:23 -04:00
jasquat
952927d412 pyl w/ burnettk 2022-10-21 17:44:16 -04:00
jasquat
e013fc5da8 Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-10-21 17:28:16 -04:00
jasquat
55632c5dde updated demo permissions yaml w/ burnettk 2022-10-21 17:28:13 -04:00
github-actions[bot]
bc03ea3aad
Merge pull request #150 from sartography/dependabot/pip/pyjwt-2.6.0
Bump pyjwt from 2.5.0 to 2.6.0
2022-10-21 21:13:47 +00:00
github-actions[bot]
fff14d210e
Merge pull request #149 from sartography/dependabot/github_actions/actions/download-artifact-3.0.1
Bump actions/download-artifact from 3.0.0 to 3.0.1
2022-10-21 21:07:20 +00:00
dependabot[bot]
51fa786497
Bump pyjwt from 2.5.0 to 2.6.0
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/jpadilla/pyjwt/releases)
- [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/jpadilla/pyjwt/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 21:03:16 +00:00
dependabot[bot]
3383309c79
Bump actions/download-artifact from 3.0.0 to 3.0.1
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3.0.0...v3.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-21 20:55:34 +00:00
jasquat
797c99a76e updated uses of normalize value to check prefixes in tests w/ burnettk 2022-10-21 16:36:32 -04:00
jasquat
c169cbd988 updated lock file w/ burnettk 2022-10-21 16:31:20 -04:00
jasquat
b978f502a0
Merge pull request #148 from sartography/feature/respect_lanes
Feature/respect lanes
2022-10-21 16:22:32 -04:00
jasquat
e7f2d23e6c merged in main and resolved conflicts w/ burnettk 2022-10-21 16:22:19 -04:00
Dan Funk
227665212e
Merge pull request #147 from sartography/feature/improve_connector_proxy_calls
Send a json request to the connector proxy
2022-10-21 16:17:12 -04:00
jasquat
3a382b4085 add new user to active task if appropriate w/ burnettk 2022-10-21 16:13:30 -04:00
jasquat
d1571c582a added default group to demo and development w/ burnettk 2022-10-21 15:22:51 -04:00
jasquat
afdf81a031 added test to ensure users can update their own task w/ burnettk 2022-10-21 15:19:51 -04:00
jasquat
6e13ee4edb Merge remote-tracking branch 'origin/main' into feature/respect_lanes 2022-10-21 14:18:19 -04:00
jasquat
645e4d8fb6 updated flask-bpmn for sentry and fixed for pyl w/ burnettk 2022-10-21 13:15:17 -04:00
Dan
306618d996 Send a json request to the connector proxy (don't send a set of post params, as these will all be converted to strings)
Requires changes on the connector proxy as well.
Adding SimpleJson as a dependency -- when it is available, Flask will prefer its use when serializing requests - and this will avoid errors when attempting to send decimal values.  As I understand it, using SimpleJson on both ends will assure that decimals are represented as strings during serialization, but SimpleJson will know to deserialize them back to decimals on the other side.
Can't say I'm lovin on Json at the moment.
2022-10-21 12:41:47 -04:00
jasquat
57248eab76 fixed submitting and getting user tasks w/ burnettk 2022-10-21 11:57:27 -04:00
jasquat
106b5d75b9 only add status if active_task has it w/ burnettk 2022-10-21 11:10:57 -04:00
jasquat
c9b086d969 ignore all null-ls w/ burnettk 2022-10-21 11:09:28 -04:00
jasquat
63796d50e6 fixed model load issue w/ burnettk 2022-10-21 11:05:54 -04:00
jasquat
49eefc561e some precommit stuff w/ burnettk 2022-10-21 11:00:31 -04:00
jasquat
579f0902ed Merge remote-tracking branch 'origin/main' into feature/respect_lanes 2022-10-21 10:52:50 -04:00
jasquat
48cbc757f7 resolved merge conflicts in backend w/ burnettk 2022-10-21 10:38:13 -04:00
jasquat
1e831706a1
Merge pull request #146 from sartography/test_arena_push
Test arena push
2022-10-21 10:33:27 -04:00
jasquat
df95dccf0b fixed conflicts and updated usage of active task status w/ burnettk 2022-10-21 10:32:53 -04:00
jasquat
47bdb99fba fixed swagger ui w/ burnettk 2022-10-21 10:11:25 -04:00
jasquat
5128f75243 merged in main and resolved conflicts 2022-10-21 09:32:09 -04:00
Kevin Burnett
33b8189493
Merge pull request #145 from sartography/feature/remove-task-data-from-active-task
remove task_data column
2022-10-21 13:04:59 +00:00
burnettk
7e1ce35c27 remove task_data column 2022-10-21 09:04:09 -04:00
Kevin Burnett
b9cd1c0684
Merge pull request #144 from sartography/feature/lib-updates-and-mypy
Feature/lib updates and mypy
2022-10-20 22:44:56 +00:00
burnettk
5e09e28da8 fix mypy 2022-10-20 18:44:08 -04:00
burnettk
68485ab4c4 use fork of sqlalchemy-stubs 2022-10-20 18:03:55 -04:00
burnettk
872480dbdc Merge remote-tracking branch 'origin/main' into feature/lib-updates-and-mypy 2022-10-20 17:32:23 -04:00
burnettk
18a892f6c6 work in progress 2022-10-20 17:30:51 -04:00
jasquat
be1f4bcc1a added validation to ensure user has access to task w/ burnettk 2022-10-20 17:23:23 -04:00
jasquat
a387b78786 added some code to respect lanes in a process model w/ burnettk 2022-10-20 17:06:48 -04:00
jbirddog
84344d53c1 Pause/resume process instances (#2)
Collab with @cullerton
2022-10-20 16:44:08 -04:00
burnettk
53652cffb8 Merge commit '4a48d9cccd1ca8619b3dbef3c10bcce667c9d9e0' 2022-10-20 16:00:12 -04:00
mike cullerton
5225a8b4c1 pyl 2022-10-20 13:10:13 -04:00
mike cullerton
259f74a1ee Merge branch 'main' into bug/refresh-token
# Conflicts:
#	migrations/versions/cf862b761896_.py
#	migrations/versions/f1f17d99d118_.py
#	migrations/versions/fe0828c30b20_.py
2022-10-20 13:07:29 -04:00
jasquat
d452208efe
Merge pull request #135 from sartography/feature/permissions3
Feature/permissions3
2022-10-20 12:13:38 -04:00
mike cullerton
8e1075406f Merge branch 'main' into bug/refresh-token
# Conflicts:
#	migrations/versions/07ff3fbef405_.py
#	migrations/versions/9e14b40371f3_.py
#	migrations/versions/c98445562ced_.py
#	src/spiffworkflow_backend/services/authentication_service.py
2022-10-20 11:54:25 -04:00
jasquat
2b01d2fe76 fixed authentication_callback and getting the user w/ burnettk 2022-10-20 11:49:58 -04:00
mike cullerton
476e36c7d0 mypy changes 2022-10-20 11:40:35 -04:00
mike cullerton
6403e62c0e Fix migration after merging main 2022-10-20 11:30:28 -04:00
jasquat
594a32b676 merged in main and resolved conflicts w/ burnettk 2022-10-20 11:27:15 -04:00
jasquat
b285ba1a1c added updated columns to secrets and updated flask-bpmn 2022-10-20 10:29:13 -04:00