Commit Graph

811 Commits

Author SHA1 Message Date
jasquat 1851e86a97 turned the table list route into a table component w/ burnettk 2022-11-14 17:00:28 -05:00
jasquat dfeb0f534a refactored pagination table to allow prefixing page options w/ burnettk 2022-11-14 16:29:04 -05:00
Dan 7d1d72290d Mostly a name change from BpmnProcessIdLookup to SpecReferenceCache. I landed on this unfortunate name because:
1. It's not just processes, it contains the list of all DMN Decisions as well.
2. It is closely linked to the SpecReference object that can be generated by looking through all the Spec files to find the processes and decisions they contain.
3. It is a cache of information, the file system is the source of truth.  Seems likely we will cache more things in the future -- so setting things up this way made sense.
2022-11-14 15:23:37 -05:00
jasquat aa48268f18 use the same file path method in spec file service w/ burnettk 2022-11-14 14:25:27 -05:00
jasquat df9cc2f094 some fixes for windows and python 3.9 w/ burnettk 2022-11-14 13:55:22 -05:00
jasquat 5d288361ff
Merge pull request #33 from sartography/feature/task_page
Feature/task page
2022-11-14 12:24:45 -05:00
jasquat a7c4088925 merged in main and resolved pyl issues w/ burnettk 2022-11-14 12:24:23 -05:00
Dan 48da265837 Fixing a bug in the Call Activity's handing of an update. 2022-11-14 12:23:22 -05:00
jasquat 79ae7874a0 Merge remote-tracking branch 'origin/main' into feature/task_page 2022-11-14 12:06:43 -05:00
jasquat c01d5e437f added remaining task tables w/ burnettk 2022-11-14 12:06:39 -05:00
Dan 9b62676d4f Return the event bus when calling a search. 2022-11-14 11:22:06 -05:00
Dan Funk 369f84af05
Merge pull request #32 from sartography/feature/call_activity_selection
Feature/call activity selection
2022-11-14 10:50:33 -05:00
Dan 2cdad7d492 work in spiff is approved and merged, updating dependency 2022-11-14 10:40:52 -05:00
jasquat 3cbb4e986a pyl w/ burnettk 2022-11-14 10:17:18 -05:00
jasquat 013cc56367 added message correlations to message instance list api call w/ burnettk 2022-11-14 10:14:00 -05:00
burnettk ac6706197c Squashed 'spiffworkflow-backend/' changes from 2cb3fb27e2..55f5c8113e
55f5c8113e arena github actions
a06427482b reduce matrix
f5f88926a6 debug
23fbe1b2e9 lint and mypy
30ee07700f Merge remote-tracking branch 'origin/main' into feature/home_page_redesign
bd38d90600 lint
201655fc0f add the username to the task list w/ burnettk
e069906394 merged in main and resolved conflicts w/ burnettk
9135f74a03 added more task tables w/ burnettk
352353e48b store bpmn_file_relative_path using correct slashes w/ burnettk
d02a6610bb underscore unused vars
a9ecaa0431 added tasks for my open processes page w/ burnettk
74af6a4ad1 Merge remote-tracking branch 'origin/main' into feature/home_page_redesign
d5330d6031 Merge remote-tracking branch 'origin/main' into feature/home_page_redesign
37d9ca8dea added home page routes and some tab stuff w/ burnettk

git-subtree-dir: spiffworkflow-backend
git-subtree-split: 55f5c8113e1189888672992d109e80a3d51dfa1a
2022-11-13 18:42:04 -05:00
burnettk bfde1c2a6e Merge commit 'ac6706197c9b8f5bf826e0e639c8f3f9d77de8ad' 2022-11-13 18:42:04 -05:00
burnettk b4a2b204e6 i think this is not always truthy, eslint 2022-11-13 18:41:03 -05:00
Kevin Burnett 498c0b41ba
Merge pull request #31 from sartography/feature/home_page_redesign
Feature/home page redesign
2022-11-13 23:17:32 +00:00
burnettk bcc1610eba update readme 2022-11-13 14:05:34 -05:00
burnettk b0d4892bd2 uncomment 2022-11-12 23:24:09 -05:00
burnettk f056ac6b54 thorough 2022-11-12 23:20:34 -05:00
burnettk f0129c1058 remove debug 2022-11-12 23:18:17 -05:00
burnettk c55095a367 maybe the compound check syntax was invalid 2022-11-12 23:15:21 -05:00
burnettk b48713b9e9 download coverage to backend dir 2022-11-12 23:04:29 -05:00
burnettk a9f40205b2 see if coverage dir 2022-11-12 22:50:42 -05:00
burnettk eb076ae832 arena github actions 2022-11-12 22:41:43 -05:00
burnettk 3b45862b4c reduce matrix 2022-11-12 22:37:36 -05:00
burnettk 1ebee5cb52 debug 2022-11-12 22:29:47 -05:00
burnettk 0ad11dcd2e lint and mypy 2022-11-12 22:07:30 -05:00
burnettk 4a36728ae6 we had been uploading using multiple matrix cells, or at least trying to 2022-11-12 21:51:35 -05:00
Dan 195c609d58 Adding a display name to the BPMN Process ID Lookup Table
Removing (very nearly, except for script unit tests) all the XML Parsing we were doing, see related PR on SpiffWorkflow
Moved the Custom Parser into its own file to solve some circular import issues
2022-11-12 12:36:07 -05:00
burnettk 47e7678380 open accordion by default per feedback 2022-11-11 22:21:33 -05:00
burnettk 716d29c55d dedup 2022-11-11 22:15:39 -05:00
burnettk b4d944b25c fix a couple tests 2022-11-11 22:12:35 -05:00
burnettk 9b27f5d75c Merge remote-tracking branch 'origin/main' into feature/home_page_redesign 2022-11-11 18:09:03 -05:00
burnettk 0f9855a60e lint 2022-11-11 18:06:47 -05:00
burnettk 252268ade4 lint 2022-11-11 17:20:45 -05:00
jasquat 7b82334c51 add the username to the task list w/ burnettk 2022-11-11 17:15:38 -05:00
jasquat 1ecf17a5a8 merged in main and resolved conflicts w/ burnettk 2022-11-11 16:33:19 -05:00
jasquat d4e984a5ce added more task tables w/ burnettk 2022-11-11 16:31:48 -05:00
jasquat 229117fc78 store bpmn_file_relative_path using correct slashes w/ burnettk 2022-11-11 14:22:00 -05:00
jasquat e0c8f118fd add 3.9 and 3.10 back into backend testing w/ burnettk jbirddog 2022-11-11 12:44:56 -05:00
jasquat 176f6a361f run all tests and only build docker image if tests pass w/ burnettk jbirddog 2022-11-11 12:39:46 -05:00
jasquat d5b7daf44e set docker context to backend w/ burnettk jbirddog 2022-11-11 12:31:26 -05:00
jasquat e70ec69c91 only checkout once w/ burnettk jbirddog 2022-11-11 12:29:55 -05:00
jasquat af0008f0b4 checkout code before building docker image w/ burnettk jbirddog 2022-11-11 12:26:51 -05:00
jasquat ce61c99eae added build backend image step w/ burnettk jbirddog 2022-11-11 12:24:31 -05:00
jasquat 7b1abdfd17 install tomli as well w/ burnettk jbirddog 2022-11-11 11:52:06 -05:00
burnettk 93e5ba6f1b underscore unused vars 2022-11-11 11:44:45 -05:00