55607af93 fixed broken test w/ burnettk
4ea766eb4 mypy w/ burnettk cullerton
fd2239b0e added git creds for pushing on publish w/ burnettk cullerton
0281bec01 added new notification component that allows links based on carbons w/ burnettk cullerton
49190128c display URL to open PR *** Need to figure out how to turn this into a link ***
72b15c52c Return message to use on successful publish
4997375c8 Merge branch 'main' into feature/git-integration
39deda4d4 Merge branch 'main' into feature/git-integration
027dae1c6 First pass at git integration
db0c8dc29 break process instance log list page into two tabs, simple and detailed
d9df1104c get the columsn for the instance list table anytime filter options are displayed if empty
3792dafdb make the frontend uris match the api calls better w/ burnettk
7095e4723 more api cleanup w/ burnettk
c514ac656 cleaned up more api routes for permissions w/ burnettk
c758216ed updated tasks endpoint to task-data for easier permission setting w/ burnettk
7504e1857 pyl w/ burnettk
b7edc501a Merge remote-tracking branch 'origin/main' into new_report
112eed7f3 some updates to fix up saving perspectives w/ burnettk
6da6ebe2d Use the identifier, not the id when locating a process model or dmn table.
51515ea21 using an array for metadata extraction paths now instead of dictionaries w/ burnettk
f0b8e7185 added some support to add process model metadata. need to fix frontend w/ burnettk
0777bda31 filtering by metadata works w/ burnettk
d82a00018 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
de218ba8e updated column form var w/ burnettk
de38dc436 added ability to update the display name for perspective columns w/ burnettk
555360eb6 some updates for process instance reports and metadata w/ burnettk
f0f4dcd89 better display for failure causes on message list w/ burnettk
c4faf5d55 added correlations to message list table w/ burnettk
65feaeecf Merge remote-tracking branch 'origin/main' into new_report
fe9dddc03 Choose new report
f20d6ee75 Save dates
b55a24a1c Save first status
c47c62a6d added script to save process instance metadata and fixed permissions issue w/ burnettk cullerton
a0098ebd9 Save selected process model
55ecbe565 Use current columns
6de52904e WIP
bacf11bdc Save as report component
472578b99 adding the username to the report tables
bef4add43 allow disabling the permission check for the Create New Instance page to improve performance.
ab929fcaa Merge branch 'main' of github.com:sartography/spiff-arena into main
603db83cb "Continue" rather than "Submit" when displaying manual tasks.
5db42f0e0 Processes you can start is now: Processes I can start
c5c6c0fac lint
6f0c58da8 Auto Reload the Process Lists on the home pages' in-progress, and complete tabs
54e8a4717 update bpmn-js-spiffworkflow with better data-object handling
a72daa441 Clean up css for the filter icon
c755889ae update wording per harmeet: Tasks for my open processes is now My open instances
bda4a6ee3 heading for instances on model show page, move instances below files, add margins
21a3eea47 display name instead of id, margin under table sections, Download xml to Download
1d83e3ac1 do not mislead user about being able to edit and clean up time in words
07380eec7 auto refresh tasks waiting for my groups on homepage
710d2340a time ago in words for in progress tab per harmeet feedback
88c4be1bd put id before process like completed tab and add title text to explain what is happening
fb4136892 use process model display name rather than id for completed instances tab
8031fda3a left align files section with Start button per harmeet feedback
c339d7dec add fin1, lead1, and Tasks actioned by me to Tasks completed by me
951c21f39 improve wording
ed38b57e8 consistency is key
e09373027 remove View label next to process instance id
38d20ceab ui feedback
3c0284633 some ui changes w/ burnettk
e3711f4fd updated copmleted table text w/ burnettk
0688f5ec1 updated instances table descriptions w/ burnettk
e9e9b8e2e added descriptions to task tables w/ burnettk
9b1d61866 updated breadcrumb to use display name w/ burnettk
a9895f472 Hide perspectives link in nav bar (#59)
77390519b rename process_groups_list to process_group_list and fix lint
31bb0facd some updates to ui homepage to align more with notion doc
12e719146 fixed cypress tests
476c19f72 fix typo
b266273e4 some more perm updates for core user w/ burnettk
05161fbcb Start of system report filters (#57)
f0e0732ab fixed editing a process model w/ burnettk
b02b5a2e4 filter process models based on user permissions on the backend if specified w/ burnettk
29093932f use tiles for process models w/ burnettk cullerton
ab24c28d9 updated recently viewed table to be recently run and added run button w/ burnettk cullerton
9f894a8a9 added link to process model tile w/ burnettk cullerton
b7a0743a5 moved delete and edit model and group buttons to icons on show pages w/ burnettk cullerton
21f7fc917 created new users for keycloak and fixed some permissions for core user w/ burnettk cullerton
bd5a55c04 renamed modifyProcessModelPath to modifyProcessIdentifierForPathParam w/ burnettk
55a59b5ed modify process group id before submitting w/ burnettk
58bf7e38d Allow switching between user defined reports (#56)
ec29be773 added recursive option to process model list to recurse or not and fix some ui components
56ae0afe3 fixed task frontend test
5f8a8dd64 the misc group is now 99-Misc
467e9643c allow longer username
83f6185f1 fix tests and add frontend tests
f3b5cb7ca upgrade apscheduler and fix mispelling
cfe7172de added a script to add a user to a group w/ burnettk
976ca7320 task cypress tests are passing w/ burnettk cullerton
aa1a62505 process model cypress tests are passing w/ burnettk cullerton
e36012401 make sure to pass the correct form of process group id when creating a process model w/ burnettk cullerton
97a840d04 process instance cypress tests pass now w/ burnettk cullerton
86fdb302a allow getting all process models, process instances should not save when they are initialized, and fixed some cypress tests w/ burnettk
2b15e66d2 iterating on cypress
1aa72f420 fix cypress tests
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 55607af9318775fb3524cc5bb4f6a3c6188efe38
326040b3c Frontend label changes (#54)
b4785077a added some more widget types to the form builder. w/ burnettk
27333e941 added basic form builder. w/ burnettk
f2e9ad2d6 pass the the correct model to id on create
92f6366a0 removed tabs from taskshow page w/ burnettk cullerton
bb146410f fixed some of the form widgets w/ burnettk cullerton
00db85342 Merge branch 'main' of github.com:sartography/spiff-arena
084069c72 added create new instance page and moved model run to a component w/ burnettk cullerton
4ba973b55 Merge branch 'main' into update-workflow-json
83b795a4e fixed eslint issues w/ burnettk
44920037c ran some pyl w/ burnettk cullerton
3c8ba0e89 load diagram page even if processes are not set w/ burnettk cullerton
4cdea6bc8 moved model delete button to show page as an icon w/ burnettk
aa2b5b9ff moved group list tiles to component and use on group show page w/ burnettk
61366c3d6 display groups as tiles on list page w/ burnettk
0282dde54 add simple refresh capability
482e6f425 upgrades
ec3019706 hide messages and configuration if not authorized w/ burnettk
ef3a5ff21 default time to midnight if it is null when filtering w/ burnettk
697c069c1 Merge pull request #48 from sartography/feature/add_times_to_instance_filter
c4daaeb1c added back the useEffect for report filtering w/ burnettk
a01f9db11 times on instance list table are working now w/ burnettk
38f1b58fc attempting to use date objects as the date states w/ burnettk
f430fa274 oops, just for one column
6ee14c93c just use the word id in the header and add tooltip
5dbcda2d3 a little cleanup to forms w/ burnettk
50429bc3d remove br since it felt like too much margin
f18435dd0 revert to working mui radio
6c3e59d65 notes about validation issue
abf6caafd add inline errors
7bf2b0673 Merge pull request #45 from sartography/feature/form_carbon_theme
6b9e77711 fixed error messaging a little bit for forms w/ burnettk cullerton
e3ba944f0 Merge pull request #43 from sartography/send_filters
eda32f7a8 Searching for call activities seems to be working now. I had the clear_caches in the wrong place previously - fixing.
cc52a5577 Pre-pr cleanup
e0af333d3 lint
c7e4feab1 Clear/remove filter works
2346a5d34 some updates for the carbon form theme w/ burnettk cullerton
8e4bedef3 added eslintignore file to ignore carbon theme for now w/ burnettk cullerton
1a63f312a added radio buttons w/ burnettk cullerton
5cf910d55 Minor tweak, in the hopes of getting a text box to update correctly.
035ab5600 Add flag to indicate if user filtered
9449bfce7 specify onRequestClose on modals w/ burnettk cullerton
951c53efd updated a couple form components to work with carbon w/ burnettk cullerton
341731487 support ts and js for lint and format commands w/ burnettk cullerton
ab089da90 copied mui theme to use as base for carbon theme w/ burnettk cullerton
c338e35f1 theme working with mui from the internet w/ burnettk cullerton
925790131 Merge branch 'main' of github.com:sartography/spiff-arena into send_filters
f390f82be Set process model from filter
d76bb34df attempting to add a theme w/ burnettk cullerton
18ccdbbcf added lint fix for frontend to pyl w/ burnettk cullerton
20b3c0c7b added development permission for test user w/ burnettk cullerton
8714a0ae2 Set status from filters
a684a71fc added some permissions for tasks
f6c526ca7 Set date filters from response
0d198c73a docs
35cdb2f33 add cypress grep
c57ae7772 added some permissions to the process model show page w/ burnettk
b5d2109b8 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
2ce445fa3 added permission service to frontend to allow checking for permissions w/ burnettk
225755493 fixed linting issues w/ burnettk
4d6fc0a82 added configuration nav item to help reduce nav items w/ burnettk
f0a5b4142 Navigate to my task (#35)
fc2a3d451 Merge pull request #36 from sartography/feature/call_activity_selection
ed9ec1547 Merge remote-tracking branch 'origin/main' into feature/call_activity_selection
56adc8118 some minor updates to model show page w/ burnettk
31d3b947d more refactoring for process instance list w/ burnettk
a4108a25e turned the table list route into a table component w/ burnettk
75a198995 refactored pagination table to allow prefixing page options w/ burnettk
14414079a Mostly a name change from BpmnProcessIdLookup to SpecReferenceCache. I landed on this unfortunate name because:
902c3b7e3 added remaining task tables w/ burnettk
c4e2cf460 added message correlations to message instance list api call w/ burnettk
8866d6d00 i think this is not always truthy, eslint
fc5d8bc8e open accordion by default per feedback
19942b878 dedup
c822ecea6 fix a couple tests
3d2578b7a Merge remote-tracking branch 'origin/main' into feature/home_page_redesign
af8f245ce lint
43dabb65f add the username to the task list w/ burnettk
6d598978b added more task tables w/ burnettk
f4edf3754 added tasks for my open processes page w/ burnettk
1e063bf06 some more task tab play
d0e2e3b64 Merge remote-tracking branch 'origin/main' into feature/home_page_redesign
968acbc99 added home page routes and some tab stuff w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 326040b3cb9cd16faeea545a25a91ed41f4340cf
c096ca3f9c Report URL fixes (#29)
ca49db4d76 get pagination for groups
2bff2d4b28 Merge branch 'main' into feature/nested-groups-2
8a443ebe2c use error as a status instead of faulted w/ burnettk
2e32ed4d4d favor h1 tags over h2 w/ burnettk
0a4ac2d53e fixed up the process instance show page and moved contents of scss to css file and load that last w/ burnettk
670cbabb04 fix lint
d21a944674 Assure we are using the latest bpmn-js-spiffworkflow library.
a5339a3cbd Use the modify method
3983a6eda0 Minor fixes for the launch buttons.
c631616991 moved usage of ProcessBreadcrumb to use hotCrumbs except for report pages
d06a3b6b75 cleaned up breadcrumbs some more and cleaned up console.log statements
614080e39d support process-groups in breadcrumb component
fe8f790176 add breadcrumb to instances page sometimes
2206972c56 fix recent process models, at least after they visit process model show page
ff0721362e make Files half-width and add link to file
f085382253 lint
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: c096ca3f9c99df2812191b2a02702c1916c239bd
45854fa9a merged in and recsovled conflicts of frontend tree w/ burnettk
baa5f37ae Merge branch 'main' of github.com:sartography/spiff-arena
3cb6a9c77 process instance cypress tests pass now w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 45854fa9aea1cc8b48b39afd5680e525a745188d
2149f03f5 fix breadcrumb
4106c5aac Merge pull request #28 from sartography/bug/browser_lock_on_dmn_selection
d9f04b932 one instance test left for cypress w/ burnettk
db4ff9019 kill a few consoles
8fd0cbafc fixing up routes for launching editor. Also some fixes in the bpmn-js-spiffworkflow to avoid locking up the browser if no files are available.
063fc1e0c process model cypress tests are passing
a1de9eca1 camelcase
67116e6ac fix process model create and a couple tests, docker build refactor
6dbdbffad fixed lint issue w/ burnettk cullerton
441e300c6 merged in main and resolved conflicts w/ burnettk cullerton
8c29bc3f6 fixed some acceptance tests w/ burnettk cullerton
cf9af691e updated breadcrumbs to work with new process models ids w/ burnettk cullerton
23ff4e816 made a process model form w/ burnettk
dbe0b9c71 Merge branch 'main' into feature/nested-groups
099ce24bb lint
da1bd979d return next task when running an instance w/ burnettk
ee76c5c81 More frontend changes
ff0e4c762 process model show page lists files as accordion with action icons w/ burnettk
a8cf19162 Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show
0b334f08d some minor chnages to prepare for chnaging actions dropdown to buttons
4e7d4733f First pass at custom report/perspective for Process Instance List (#23)
381cd4578 change action dropdown direction based on if it is the last one or not
ec72afceb add back run and edit and add actions menu
331c079e1 added a table for files w/ burnettk
65874023b updated process modal show page to use accordion component w/ burnettk
d50d23f14 First stab at fixing routes and urls
d26b67865 Merge remote-tracking branch 'origin/main' into feature/carbon_process_model_show
6d8fee5eb Merge commit '44e49e6ae6a1f644162489a27618c39194f4628d' into main
01218b3ca update gitignore.
ee11c1c2f updated the breadcrumb component and added a test for buttons in file dropdown
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 2149f03f5d352ba2f40b4dc41e9435cfb396d0e5
cdae31a57 Merge pull request #101 from sartography/feature/more_launch_buttons_and_dropdowns
c617100e2 Fix the react diagram editor to depend on the freakin universe, so eslint will pass.
7d0a3484f Merge branch 'main' into feature/more_launch_buttons_and_dropdowns. Disabling the but launch button for call activities until we complete the nested process group work.
78e4267ca picky picky linter.
a46d3bda7 Merge branch 'main' into feature/more_launch_buttons_and_dropdowns
f430dbbea do not render diagram editor until processModel is loaded w/ burnettk
f29d34ab9 Adding ability to get a list of DMN and Json files from the process model into a dropdown list in the bpmn editor.
c4182e12d explicit themes
9f6a146eb add nav items so people can get everywhere
342b7c9e1 Open BPMN, JSON, and DMN files in a new window when the "Launch Editor" button is clicked.
b7e094dc9 Add a Markdown Editor.
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: cdae31a57add18097211711db03536dff949cb6c
942256a4ab theme header
7d02fab545 it would be nice to know which command is failing
cecdb467fa do not chew all memory
d3d94fb307 Merge remote-tracking branch 'origin/main' into feature/carbon_ui
c6d6108fb7 remove garbage css rule
7ec4f725a6 Stack direction to orientation
77731cd7ac fix last modal
0f0962fd1a lint
700f3c4965 fix label and comment artificial slowdown
033d051992 unhardcode
f283cc6302 fix a few tests
43848ea1c0 instances tests are mostly passing, issues with table resizing on the list w/ burnettk
f9b8a161eb process model cypress tests are passing w/ burnettk
e52157fe58 process group cypress tests are passing w/ burnettk
8ce7886326 pyl is passing w/ burnettk
999134fc8f some more updates for group forms w/ burnettk
bba9ed27f1 added search bar on process groups page w/ burnettk
d80e9971cc added login_logout buttons w/ burnettk
6126faaebc finished process instance list filter w/ burnettk
3d2b1ad1d4 add date ranges for process instances search w/ burnettk
2831206f29 a simple date picker w/ burnettk
02d165c52a filter is working for status and process model w/ burnettk
5b118a69e6 process instance list page is mostly set up now w/ burnettk
efd0663ef4 merged in main and resolved conflicts w/ burnettk
6191cfedf3 some more changes... navigation bar is broken due to header container w/ burnettk
877d543b02 many things have been switched to carbon and the home page loads w/ burnettk
c6a5bb081f added carbon react package w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 942256a4ab74949d0cba48cd93cc5a70001e0a72
1df0c1a9b2 Change steps when viewing a process instance model (#18)
b471cbaa77 Prettier
01fc31aa27 From the logs, allow viewing a diagram in a previous state (#15)
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 1df0c1a9b2af5e22343da13f78e585096f877c65
dcc280118 cleaned up some frontend code and put back logic for script unit tests w/ burnettk danfunk
d8ee4dfc5 using new bpmn-js-spiffworkflow for python scripts w/ burnettk danfunk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: dcc280118614314a8f3c25775d0910ec11345998
c6a47df1b added script to get the process info and do not set error message when a task fails from the frontend w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: c6a47df1b74a762d3bc4e2e5d4451c4726271394
8afeb64f1 Front end changes to allow editing task data (#4)
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 8afeb64f153ed1d721a18113d5196dd9644fa0a2
647a428c Merge pull request #93 from sartography/test_arena_push
9d119258 Pause/resume process instances (#2)
0c4b7541 Merge commit '5adbec7e67d36fd582fc01da083e531ff0925b9e'
73a17f29 Merge commit '2a5690772af8fcd121b257dd0b0ba606c57be47a'
3ecfc4f3 Merge commit 'f930f96d1b389e239d05e865afe4db339cb49cbf'
0c9e869f Merge commit '75729ba3df3a8e1eccbae237d96efa7f17f72b26'
93891c60 Merge commit '8d86fe710d083e1d5b2f031ddcf3443b044785e3'
e63af290 Merge commit 'a087961fab0d73cc54f9cae658e9eb50ab060f96'
1b737265 Merge commit '3cfc1bd3834a5ed8ec9d1aa91886ebf0a0c69053'
12b8b32f CI fixes
e8451a3e Merge main, resolve conflicts
716bb3cb Updaging the jinja processing so it doesn't leave a bunch of blank lines in the markdown that has strong feelings about white space. Updating the front end to render markdown formatted instructions. And adding a little css love to tables that are generated in Markdown.
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 647a428c7eb93b2a0c501b64903e5fbfc59b87cc
6f8e41848 do not send invalid model keys to the backend w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 6f8e418481edb3cd0c0e1a1947f6fba3f863e893
7f1f0b359 Merge branch 'main' of github.com:sartography/spiffworkflow-frontend
03499ae0c add the redirect url back into the call to connector proxy
c0199ebf2 Merge pull request #91 from sartography/bugfix/style-of-date-selection
96880aee2 comment
63c24e024 Json Web Form CSS Fix - Bootsrtrap now requires that each li have a "list-inline-item", also have a PR in on this with the react-jsonschema-form.
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 7f1f0b3596b567d705b159b1df975113b75a2825
790d267b9 support calling backend with a domain name w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: 790d267b9ec1c757c5a5170eac965b23619f52c8
d68d521d7 also alert for unexpected errors from the api result w/ burnettk
698f7595a show an alert if backend gives a 403 w/ burnettk
fa65efbb3 Merge branch 'main' of github.com:sartography/spiffworkflow-frontend
f2a629110 do not null out error message in useEffect to avoid endless redirects w/ burnettk
b5b79bae7 Remove the AllowedModel stuff from secrets Clean up spacing on SecretNew Don't allow spaces in Secret key. Change them to dashes.
9ab1da07f Merge branch 'main' into feature/secrets
4936296bd add link for path column too
4272ad5ac No slugify, too extreme for this use case
d5cdfed18 Merge remote-tracking branch 'origin/main' into feature/secrets
4a81b2a10 add SecretAllowedModelEdit
87f640e3a Don't allow spaces on secret keys
c627ef9e8 Don't display value on SecretList
d42bd4ced fix method shorthand
82340ddc2 commit for KB
a2c210a5a First stab at edit
1a2646249 fix typo - allowed_process_models -> allowed_processes
519555919 add interface for allowed SecretAllowedProcessModel, and use it in Secret interface use Secret and SecretAllowedProcessModel interfaces instead of `any` in SecretShow
6ccc7dd31 Merge branch 'main' into feature/secrets
accd8e364 Moved button to bottom Added Secrets heading
18b80556a delete allowed model path
2dfe4c41a remove unused code
df006b2af Rename Allowed Process Path to Allowed Model
8a68de12a add SecretAllowedModelNew
eadf54357 Merge branch 'main' into feature/secrets
f016b90b8 Cleaning up delete
7e5db93f0 Committing so the machine can look at an error
8655e437d Delete 2 ways -- icon and button w/icon
ce537d7e8 display list of allowed processes skeleton of delete using MdDelete icon
ab19657c0 install react-icons
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: d68d521d78f747d156cfd45e6a7b26f4a5f5d63b
e6fe405e use main of bpmn-js-spiffworkflow w/ burnettk
git-subtree-dir: spiffworkflow-frontend
git-subtree-split: e6fe405eb405c1e5142e7575ad7281d396aa3561