126 Commits

Author SHA1 Message Date
Elizabeth Esswein
fa0d5d7ea8 update url to allow permissions on send event 2022-12-16 16:22:59 -05:00
jasquat
52f32112c8 some basic stuff for showing only relating items to user w/ burnettk 2022-12-16 16:07:40 -05:00
jasquat
7a099eb68d updated some text for task tables w/ burnettk 2022-12-16 14:21:04 -05:00
jasquat
bd88cd947e merged in main and resolved conflicts w/ burnettk 2022-12-16 13:53:43 -05:00
Elizabeth Esswein
da7e60a5df fix conflicts & update event url to match other process instance urls 2022-12-16 12:53:36 -05:00
jasquat
e89a1ef88e added new api endpoint to get task-info so users with access to process instances can see the tasks but not the data 2022-12-16 11:39:07 -05:00
Elizabeth Esswein
33f34ca51d Merge branch 'main' into feature/process-navigation 2022-12-15 11:28:46 -05:00
jbirddog
38fb94b844
Fix endpoints for script task unit tests (#77) 2022-12-15 09:31:19 -05:00
Elizabeth Esswein
232ff1c6f7 working but barely functional UI for manually sending events 2022-12-14 15:21:39 -05:00
jasquat
c3e0b2ef14 allow viewing the diagram for a specific process identifier 2022-12-12 15:08:09 -05:00
jasquat
95be029656 split out completed instances by group as well 2022-12-12 13:41:42 -05:00
jasquat
ec754cbee7 updated group api so it is not under tasks 2022-12-12 13:19:27 -05:00
jasquat
77aa32646a split group task tables by group and created component for group tables 2022-12-12 12:21:37 -05:00
jasquat
3e5ed42eae cleaned up the git service and expanded the api git hook w/ burnettk 2022-12-09 15:01:55 -05:00
jasquat
a1a9decdb0 some base work to try to get display names searchable for process models w/ burnettk 2022-12-09 11:23:18 -05:00
burnettk
f38af7f4a4 add skeleton of endpoint to receive github webhooks 2022-12-08 23:55:01 -05:00
jasquat
375e4023dd added new notification component that allows links based on carbons w/ burnettk cullerton 2022-12-08 12:28:23 -05:00
mike cullerton
fc558b2218 Return URL where they can view changes and open PR 2022-12-08 09:26:10 -05:00
mike cullerton
3b0e97a380 Merge branch 'main' into feature/git-integration
# Conflicts:
#	spiffworkflow-backend/tests/spiffworkflow_backend/integration/test_process_api.py
2022-12-06 16:27:36 -05:00
mike cullerton
2cbe912a99 First pass at git integration 2022-12-06 15:31:03 -05:00
burnettk
88ae1df3e5 break process instance log list page into two tabs, simple and detailed 2022-12-06 12:38:25 -05:00
jasquat
f192ab89a2 more api cleanup w/ burnettk 2022-12-05 16:35:20 -05:00
jasquat
731bf6737d cleaned up more api routes for permissions w/ burnettk 2022-12-05 16:06:08 -05:00
jasquat
1707396783 updated tasks endpoint to task-data for easier permission setting w/ burnettk 2022-12-05 14:56:55 -05:00
jasquat
a4edb5d766 favor report id over identifier but support both and ui updates to allow setting a condition value on a metadata field, changing the display name, and fixes for saving and updating a report 2022-12-02 10:32:40 -05:00
jasquat
258b478954 added api to get list of process report columns 2022-11-29 17:32:29 -05:00
burnettk
f8e78d352d start adding display name and removing garbage 2022-11-24 11:51:31 -05:00
burnettk
c956e4f102 rename process_groups_list to process_group_list and fix lint 2022-11-23 10:42:41 -05:00
jbirddog
0b94eef573
Start of system report filters (#57) 2022-11-22 17:14:51 -05:00
jasquat
d2a5faaed3 filter process models based on user permissions on the backend if specified w/ burnettk 2022-11-22 16:21:16 -05:00
jasquat
ecf96166b1 created new users for keycloak and fixed some permissions for core user w/ burnettk cullerton 2022-11-22 13:01:08 -05:00
jasquat
b49a1cd30f added recursive option to process model list to recurse or not and fix some ui components 2022-11-22 09:05:33 -05:00
mike cullerton
6e039c1a88 run_pyl 2022-11-21 07:21:46 -05:00
mike cullerton
f6def599a6 move model 2022-11-19 14:46:50 -05:00
mike cullerton
03e454c685 process group move api endpoint 2022-11-19 13:24:40 -05:00
mike cullerton
dc9db4e3ef Merge branch 'main' into update-workflow-json 2022-11-18 15:56:27 -05:00
mike cullerton
cf09b2258b precommit 2022-11-18 15:50:20 -05:00
Jon Herron
052b015ad6 WIP 2022-11-18 13:22:31 -05:00
jasquat
c353ef6fcf display groups as tiles on list page w/ burnettk 2022-11-18 12:42:08 -05:00
Jon Herron
3bace7d59b Add flag to indicate if user filtered 2022-11-16 15:02:33 -05:00
jasquat
32cc27d134 added some permissions for tasks 2022-11-16 11:27:10 -05:00
jasquat
56c8c0c633 added some permissions to the process model show page w/ burnettk 2022-11-15 17:35:16 -05:00
burnettk
fbc15c97fe run_pyl 2022-11-15 10:11:26 -05:00
Dan
2b300d0d4e Merge remote-tracking branch 'origin/main' into feature/call_activity_selection 2022-11-15 09:55:02 -05:00
Dan
055824b778 Adding a very simple api endpoint that just returns a list of every process known to the system. 2022-11-14 21:54:13 -05:00
jasquat
c01d5e437f added remaining task tables w/ burnettk 2022-11-14 12:06:39 -05:00
jasquat
d4e984a5ce added more task tables w/ burnettk 2022-11-11 16:31:48 -05:00
jasquat
ae68c937ce Merge remote-tracking branch 'origin/main' into feature/home_page_redesign 2022-11-11 09:31:57 -05:00
jbirddog
3dc70132db
Report URL fixes (#29) 2022-11-11 09:21:30 -05:00
mike cullerton
df43eb0b82 modify process_groups_list so it can process any group path, not just the root
process_groups_list now takes an optional group path
2022-11-11 08:05:38 -05:00