61 Commits

Author SHA1 Message Date
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
jasquat
140309cabe added home page routes and some tab stuff w/ burnettk 2022-11-10 17:30:27 -05:00
jasquat
bd42234891 use error as a status instead of faulted w/ burnettk 2022-11-10 15:55:17 -05:00
mike cullerton
10d2fc3a4d Fixes for adding nested groups.
We pass modified ids to the api, and need to clean them up before calling services.
2022-11-09 15:45:12 -05:00
mike cullerton
fdbe8ade6e Merge branch 'main' into feature/nested-groups
# Conflicts:
#	spiffworkflow-backend/src/spiffworkflow_backend/api.yml
#	spiffworkflow-backend/src/spiffworkflow_backend/models/process_instance_report.py
#	spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py
#	spiffworkflow-backend/tests/spiffworkflow_backend/integration/test_process_api.py
#	spiffworkflow-backend/tests/spiffworkflow_backend/unit/test_spec_file_service.py
#	spiffworkflow-frontend/src/routes/ProcessInstanceList.tsx
#	spiffworkflow-frontend/src/routes/ProcessInstanceReportList.tsx
#	spiffworkflow-frontend/src/routes/ProcessModelEditDiagram.tsx
#	spiffworkflow-frontend/src/routes/ProcessModelShow.tsx
2022-11-08 14:09:03 -05:00
jbirddog
fc7bf31670
First pass at custom report/perspective for Process Instance List (#23) 2022-11-08 09:26:42 -05:00
mike cullerton
1f3f5dbc2e remove process_group_identifier from process-instances endpoint 2022-11-07 17:25:04 -05:00
mike cullerton
23517b8953 Merge branch 'main' into feature/nested-groups
# Conflicts:
#	spiffworkflow-backend/src/spiffworkflow_backend/models/process_model.py
#	spiffworkflow-backend/src/spiffworkflow_backend/services/process_instance_processor.py
#	spiffworkflow-backend/tests/spiffworkflow_backend/integration/test_process_api.py
2022-11-07 10:56:37 -05:00
mike cullerton
c9732a382d Remove the _2 methods 2022-11-06 15:09:32 -05:00
mike cullerton
43eb0284ce Fix urls for uspend and resume endpoints 2022-11-06 14:23:16 -05:00
burnettk
eede34b564 Merge remote-tracking branch 'origin/main' into feature/carbon_ui 2022-11-04 18:33:07 -04:00
jasquat
d46ac958a2 some more updates for group forms w/ burnettk 2022-11-03 15:55:50 -04:00
jbirddog
76fac5fb6d
From the logs, allow viewing a diagram in a previous state (#15)
Co-authored-by: Elizabeth Esswein <elizabeth.esswein@gmail.com>
2022-11-02 14:34:59 -04:00
jasquat
d32b5d8e00 add date ranges for process instances search w/ burnettk 2022-11-02 12:42:49 -04:00
mike cullerton
5f41828baf First stab at nested folders.
Added temp endpoints
Changes to tests and test helpers
2022-11-01 16:48:04 -04:00
mike cullerton
0642c16467 Don't need parent. Just use the whole path for the group id 2022-10-27 11:47:53 -04:00