58 Commits

Author SHA1 Message Date
jasquat
d5f72cbd24 fixed file upload of new files and get 1000 process models to list tiles page w/ burnettk 2022-12-16 15:12:14 -05:00
jasquat
ebe46c8e5e Merge pull request #75 from sartography/bug/replace-file-warning
Confirm before overwriting file when uploading file with same name
2022-12-16 13:15:44 -05:00
mike cullerton
c2a9a8d22d use forEach 2022-12-13 15:57:46 -05:00
mike cullerton
088826e433 Don't show delete button for primary file 2022-12-13 08:52:02 -05:00
mike cullerton
4c882a84b6 Confirm before overwriting file when uploading file with same name 2022-12-09 17:44:25 -05:00
jasquat
74bfd22ff9 fixed broken test w/ burnettk 2022-12-09 15:19:43 -05:00
jasquat
d50d95a49c added git creds for pushing on publish w/ burnettk cullerton 2022-12-08 16:39:23 -05:00
jasquat
675c776a5a added new notification component that allows links based on carbons w/ burnettk cullerton 2022-12-08 12:28:23 -05:00
mike cullerton
1ccdd7887b display URL to open PR
*** Need to figure out how to turn this into a link ***
2022-12-08 09:28:41 -05:00
mike cullerton
e24ced5c34 Return message to use on successful publish 2022-12-07 14:00:46 -05:00
mike cullerton
8b5e5dc864 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
ee166c4e1c First pass at git integration 2022-12-06 15:31:03 -05:00
jasquat
cc547ed441 make the frontend uris match the api calls better w/ burnettk 2022-12-05 16:49:27 -05:00
burnettk
6a32e5174e heading for instances on model show page, move instances below files, add margins 2022-11-25 10:56:44 -05:00
burnettk
1d68702d35 do not mislead user about being able to edit and clean up time in words 2022-11-25 02:53:20 -05:00
burnettk
eb0ea547ed left align files section with Start button per harmeet feedback 2022-11-24 11:06:11 -05:00
jasquat
851be377ff some ui changes w/ burnettk 2022-11-23 18:44:51 -05:00
jasquat
c150ec97a6 updated breadcrumb to use display name w/ burnettk 2022-11-23 15:39:10 -05:00
jasquat
77009482cc updated recently viewed table to be recently run and added run button w/ burnettk cullerton 2022-11-22 15:01:10 -05:00
jasquat
148964b55d moved delete and edit model and group buttons to icons on show pages w/ burnettk cullerton 2022-11-22 14:12:08 -05:00
jasquat
e5e6226bb9 created new users for keycloak and fixed some permissions for core user w/ burnettk cullerton 2022-11-22 13:01:08 -05:00
jasquat
b25d620777 renamed modifyProcessModelPath to modifyProcessIdentifierForPathParam w/ burnettk 2022-11-22 10:56:40 -05:00
jasquat
92d77f3a51 allow getting all process models, process instances should not save when they are initialized, and fixed some cypress tests w/ burnettk 2022-11-21 14:12:04 -05:00
burnettk
bba1497cf7 fix cypress tests 2022-11-20 21:28:23 -05:00
jasquat
7b21ff4eec added create new instance page and moved model run to a component w/ burnettk cullerton 2022-11-18 16:40:49 -05:00
jasquat
a795514570 moved model delete button to show page as an icon w/ burnettk 2022-11-18 14:36:54 -05:00
jasquat
d393683794 display groups as tiles on list page w/ burnettk 2022-11-18 12:42:08 -05:00
jasquat
87802a60b3 added radio buttons w/ burnettk cullerton 2022-11-16 15:43:11 -05:00
jasquat
d93a1c910f added some permissions to the process model show page w/ burnettk 2022-11-15 17:35:16 -05:00
jasquat
7cd4f43ad9 use id_for_file_path when using the process model id as a path for windows and added some more permission stuff to the frontend w/ burnettk 2022-11-15 16:18:25 -05:00
jasquat
92a37b61de added permission service to frontend to allow checking for permissions w/ burnettk 2022-11-15 14:40:35 -05:00
jasquat
e945439841 added configuration nav item to help reduce nav items w/ burnettk 2022-11-15 11:00:52 -05:00
jbirddog
46e159560e Navigate to my task (#35) 2022-11-15 10:52:39 -05:00
jasquat
3e4c669167 some minor updates to model show page w/ burnettk 2022-11-15 09:32:22 -05:00
jasquat
0499a3970e turned the table list route into a table component w/ burnettk 2022-11-14 17:00:28 -05:00
burnettk
340821b77a open accordion by default per feedback 2022-11-11 22:21:33 -05:00
jbirddog
a089626d28 Report URL fixes (#29) 2022-11-11 09:21:30 -05:00
jasquat
e3d988d386 moved usage of ProcessBreadcrumb to use hotCrumbs except for report pages 2022-11-10 11:37:41 -05:00
burnettk
27c5db2339 fix recent process models, at least after they visit process model show page 2022-11-09 22:24:16 -05:00
burnettk
1a060cb213 make Files half-width and add link to file 2022-11-09 21:24:51 -05:00
jasquat
afa8aae60e process model cypress tests are passing 2022-11-09 10:12:13 -05:00
jasquat
1029b36a1b merged in main and resolved conflicts w/ burnettk cullerton 2022-11-08 17:49:23 -05:00
jasquat
06e5d05d51 fixed some acceptance tests w/ burnettk cullerton 2022-11-08 17:20:17 -05:00
jasquat
e8ae76958e updated breadcrumbs to work with new process models ids w/ burnettk cullerton 2022-11-08 16:00:44 -05:00
mike cullerton
b646fa98bd 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
burnettk
124d4e2eb0 lint 2022-11-08 12:50:39 -05:00
jasquat
479ea8a208 process model show page lists files as accordion with action icons w/ burnettk 2022-11-08 12:08:18 -05:00
jasquat
dddb151bca some minor chnages to prepare for chnaging actions dropdown to buttons 2022-11-08 09:50:58 -05:00
jasquat
ceae23559f change action dropdown direction based on if it is the last one or not 2022-11-08 09:00:51 -05:00
burnettk
7bdc052053 add back run and edit and add actions menu 2022-11-07 18:37:46 -05:00