jasquat
81c3cfe172
removed uniqueness constraint from human task so we can loopback to a previous task with a gateway w/ burnettk
2023-01-24 11:03:55 -05:00
jasquat
73cbef3100
ensure order of permissions in tests
2023-01-24 10:23:47 -05:00
Dan
5da887099e
Lots of adjustments from running pyl
...
Main change is in the ErrorDisplay.tsx to assure all error information is provided. and index.css to make it "pretty"
2023-01-19 12:36:45 -05:00
Dan
ab1d5c2262
Removing dependency on flask-bpmn and taking it out of SpiffArena
...
Slightly updating the APIError code for recent updates to SpiffWorkflow's error refactoring.
2023-01-17 12:56:06 -05:00
burnettk
8de7d13780
upgrade black, give it the preview flag, and let it rip on long strings
2022-12-30 23:08:00 -05:00
jasquat
626db0d780
delete human tasks when process instance is deleted w/ burnettk
2022-12-28 14:02:39 -05:00
burnettk
25022c35fb
trim down granted permissions to just the ones that exist in the API, improve output of permissions
2022-12-23 16:49:15 -05:00
burnettk
8ed7800e56
lint and regen schema
2022-12-22 21:15:10 -05:00
jasquat
ffcfa7b37f
added test to check only privileged users can call refresh_permissions w/ burnettk
2022-12-22 17:12:21 -05:00
jasquat
73356471b5
pyl passes w/ burnettk
2022-12-22 16:42:52 -05:00
jasquat
2b5d03bebd
pyl w/ burnettk
2022-12-22 12:32:26 -05:00
jasquat
0ad3708965
added script to get all permissions for the confirmation page when adding permissions from a process model w/ burnettk
2022-12-22 12:20:34 -05:00
jasquat
d12696fcd0
do not force permissions to use the v1.0 path prefix but it can be used if desired w/ burnettk
2022-12-21 12:13:33 -05:00
jasquat
7756165b08
pyl w/ burnettk
2022-12-21 11:42:45 -05:00
jasquat
71c4a2fdc4
added permission to run privileged scripts w/ burnettk
2022-12-21 11:24:38 -05:00
jasquat
c49355dec7
pyl fixed w/ burnettk
2022-12-20 16:14:55 -05:00
jasquat
66ebe1ad27
pyl w/ burnettk
2022-12-20 15:47:30 -05:00
jasquat
0f18bb7982
merged in main and resolved conflicts w/ burnettk
2022-12-20 15:06:34 -05:00
jasquat
af03e48234
renamed active task to human task since we are no longer deleting them w/ burnettk
2022-12-19 16:23:02 -05:00
Dan
a75a5407ea
When loading permissions and the user does not exist, add records to the UserGroupAssignmentWaiting table that can be picked up later.
...
Request "profile" scope over OpenID so we can get a few more bits of information when avilable.
Add a "clear_perissions" script
Add an "add_permissions" script
Add an "add_permissions" script
When logging in for the first time, check for any awaiting permissions and assign them.
Add "enumerate" as a whitelisted function to React Schema
Add a "display_name" to the user table
Add a test for adding a new permission
Add a test for adding a user to group
Adding a test for deleting all permissions.
Adding a display name for the user table
2022-12-15 14:40:31 -05:00
jasquat
fcc5bce3e9
fixed issue ensuring active tasks are up to date w/ burnettk cullerton
2022-11-28 15:47:56 -05:00
jasquat
3ef318e611
added script to save process instance metadata and fixed permissions issue w/ burnettk cullerton
2022-11-28 15:26:50 -05:00
jasquat
82388b66e5
pyl is passing w/ burnettk cullerton
2022-11-18 16:45:44 -05:00
mike cullerton
8aa126e750
precommit
2022-11-18 15:50:20 -05:00
jasquat
c121361d70
more refactoring for process instance list w/ burnettk
2022-11-14 17:35:04 -05:00
burnettk
2cb3fb27e2
pyl
2022-11-11 11:39:15 -05:00
mike cullerton
450a8d0757
Delete groups now checks for running instances in nested models
...
also, pyl
2022-11-10 16:44:27 -05:00
jbirddog
64ac704288
Move to Python 3.11 ( #27 )
2022-11-09 13:45:16 -05:00
mike cullerton
5f1ee7f166
fixed failing test
2022-11-01 16:58:53 -04:00
mike cullerton
de3b4b81d8
Merge branch 'main' into feature/nested-groups
2022-11-01 16:49:55 -04:00
mike cullerton
440871d579
First stab at nested folders.
...
Added temp endpoints
Changes to tests and test helpers
2022-11-01 16:48:04 -04:00
jasquat
9e3112960c
added script to get the frontend url w/ burnettk
2022-10-31 11:50:14 -04:00
jasquat
00fe96cd64
added script to get the group members w/ burnettk
2022-10-31 11:39:54 -04:00
burnettk
e0c09896d1
re-order imports the way backend always used to
2022-10-31 09:25:35 -04:00
jasquat
5242b7693e
added script to get the process info and do not set error message when a task fails from the frontend w/ burnettk
2022-10-28 16:46:09 -04:00
jasquat
0c11a0b75b
pyl passes w/ burnettk
2022-10-27 15:38:04 -04:00
burnettk
c8d2b64ce1
wildcard environment support
2022-10-26 22:34:28 -04:00
mike cullerton
3e1d6773e5
mypy
2022-10-25 16:47:40 -04:00
mike cullerton
3471ab792a
Added get_localtime
script
...
Added test for new script, with test process
2022-10-25 15:56:48 -04:00