Jon Herron
|
6d6329a91b
|
Set date filters from response
|
2022-11-16 10:50:47 -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 |
|
jasquat
|
b9e7b5271e
|
more refactoring for process instance list w/ burnettk
|
2022-11-14 17:35:04 -05:00 |
|
jasquat
|
0499a3970e
|
turned the table list route into a table component w/ burnettk
|
2022-11-14 17:00:28 -05:00 |
|
jasquat
|
e6db091ba1
|
refactored pagination table to allow prefixing page options w/ burnettk
|
2022-11-14 16:29:04 -05:00 |
|
jasquat
|
fcccbdc845
|
added remaining task tables w/ burnettk
|
2022-11-14 12:06:39 -05:00 |
|
burnettk
|
f89b8bdda2
|
fix a couple tests
|
2022-11-11 22:12:35 -05:00 |
|
jasquat
|
4dd121fac7
|
add the username to the task list w/ burnettk
|
2022-11-11 17:15:38 -05:00 |
|
jasquat
|
43cbcf7924
|
added more task tables w/ burnettk
|
2022-11-11 16:31:48 -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 |
|
jasquat
|
a29f267b3d
|
cleaned up breadcrumbs some more and cleaned up console.log statements
|
2022-11-10 09:13:27 -05:00 |
|
jasquat
|
fcd5b431e2
|
support process-groups in breadcrumb component
|
2022-11-10 08:42:40 -05:00 |
|
burnettk
|
d708c5a4f7
|
lint
|
2022-11-09 17:48:50 -05:00 |
|
jasquat
|
49187a32fa
|
Merge commit '7a36189cbf9db07b735903625b23ea23b9fa8de7'
|
2022-11-09 17:30:49 -05:00 |
|
mike cullerton
|
a759d06b83
|
Merge branch 'main' into feature/nested-groups-2
|
2022-11-09 17:02:40 -05:00 |
|
jasquat
|
c3a57c7c89
|
Merge commit 'd1f95114f860d4e84f36a694edf4b700cfdc1062'
|
2022-11-09 17:01:21 -05:00 |
|
mike cullerton
|
b0d673ac37
|
Merge branch 'main' into feature/nested-groups-2
# Conflicts:
# spiffworkflow-backend/src/spiffworkflow_backend/routes/process_api_blueprint.py
# spiffworkflow-backend/src/spiffworkflow_backend/services/process_model_service.py
# spiffworkflow-frontend/src/components/ProcessModelForm.tsx
# spiffworkflow-frontend/src/helpers.tsx
|
2022-11-09 16:49:15 -05:00 |
|
mike cullerton
|
21b6c947a8
|
Nested group UI stuff
|
2022-11-09 15:45:45 -05:00 |
|
burnettk
|
34ec5b894a
|
camelcase
|
2022-11-09 09:18:01 -05:00 |
|
burnettk
|
2cda810a04
|
fix process model create and a couple tests, docker build refactor
|
2022-11-08 22:36:39 -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 |
|
jasquat
|
b50db8999e
|
made a process model form w/ burnettk
|
2022-11-08 14:31:24 -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 |
|
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 |
|
mike cullerton
|
7902979cf0
|
First stab at fixing routes and urls
|
2022-11-07 17:22:46 -05:00 |
|
jasquat
|
b58e5be583
|
Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show
|
2022-11-07 14:38:50 -05:00 |
|
Dan
|
9e5e4688b8
|
Merge commit '44e49e6ae6a1f644162489a27618c39194f4628d' into main
|
2022-11-07 14:35:49 -05:00 |
|
jasquat
|
010e106db4
|
updated the breadcrumb component and added a test for buttons in file dropdown
|
2022-11-07 14:23:19 -05:00 |
|
burnettk
|
9f3ff6bda4
|
explicit themes
|
2022-11-07 10:10:47 -05:00 |
|
burnettk
|
d9762a585f
|
add nav items so people can get everywhere
|
2022-11-06 13:24:12 -05:00 |
|
burnettk
|
aef3c2e8d9
|
theme header
|
2022-11-04 22:44:38 -04:00 |
|
burnettk
|
703e967ea0
|
lint
|
2022-11-04 18:02:09 -04:00 |
|
burnettk
|
4079c75b34
|
fix label and comment artificial slowdown
|
2022-11-04 17:37:32 -04:00 |
|
burnettk
|
a346df8059
|
fix a few tests
|
2022-11-04 17:14:48 -04:00 |
|
jasquat
|
b165608430
|
instances tests are mostly passing, issues with table resizing on the list w/ burnettk
|
2022-11-04 15:07:40 -04:00 |
|
jasquat
|
5b2264b7f8
|
process model cypress tests are passing w/ burnettk
|
2022-11-04 12:48:05 -04:00 |
|
jasquat
|
8a7a7f3de2
|
process group cypress tests are passing w/ burnettk
|
2022-11-04 12:20:55 -04:00 |
|
jasquat
|
7fffa650b0
|
some more updates for group forms w/ burnettk
|
2022-11-03 15:55:50 -04:00 |
|
jasquat
|
f0cc086e09
|
added search bar on process groups page w/ burnettk
|
2022-11-02 17:16:41 -04:00 |
|
jasquat
|
2936a3a826
|
added login_logout buttons w/ burnettk
|
2022-11-02 16:02:43 -04:00 |
|
jasquat
|
3f8da5a568
|
process instance list page is mostly set up now w/ burnettk
|
2022-11-01 16:26:24 -04:00 |
|
jasquat
|
9bbf40a985
|
merged in main and resolved conflicts w/ burnettk
|
2022-11-01 10:50:50 -04:00 |
|
jasquat
|
130f74daa5
|
cleaned up some frontend code and put back logic for script unit tests w/ burnettk danfunk
|
2022-10-31 16:58:10 -04:00 |
|