Dan
d80e4b3456
Merge branch 'main' into feature/create_containers
2022-12-06 18:06:09 -05:00
Dan
7e3daaab3d
A little cleanup of the ui
...
Don't check authorization on static assets
Do not require unique username on user table (uniqueness check is on the service and service id composite.)
2022-12-01 12:12:37 -05:00
jasquat
acc33288b9
added correlations to message list table w/ burnettk
2022-11-30 15:08:04 -05:00
jasquat
258b478954
added api to get list of process report columns
2022-11-29 17:32:29 -05:00
jasquat
d12e606c84
added script to save process instance metadata and fixed permissions issue w/ burnettk cullerton
2022-11-28 15:26:50 -05:00
burnettk
ecee3c4548
lint
2022-11-25 00:46:43 -05:00
burnettk
37fcc547f7
remove column
2022-11-24 12:28:53 -05:00
burnettk
10d8156972
renames
2022-11-24 12:00:26 -05:00
burnettk
f8e78d352d
start adding display name and removing garbage
2022-11-24 11:51:31 -05:00
burnettk
6c3ba8ed1a
lint
2022-11-21 09:03:35 -05:00
burnettk
a49990337e
Merge commit '9275b67b0dddac9628342741278c89f6f2bd3620'
2022-11-20 19:55:00 -05:00
mike cullerton
cf09b2258b
precommit
2022-11-18 15:50:20 -05:00
Dan
de198940dd
Fixing a bug in SpiffWorkflow (new version in poetry.lock)
...
Don't explode when back-filling process models and hitting and error
Assure processes are executable when setting them as the default primary process.
The SpecReferenceCache now uses a unique constraint across two fields. (requires a new db)
2022-11-15 14:50:41 -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
b661c8f3c5
more refactoring for process instance list w/ burnettk
2022-11-14 17:35:04 -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
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
mike cullerton
9679720b5a
Delete groups now checks for running instances in nested models
...
also, pyl
2022-11-10 16:44:27 -05:00
jbirddog
1382b25d37
Bulk insert spiff logs and step details ( #26 )
2022-11-09 15:43:12 -05:00
jbirddog
4a852a5b3b
Move to Python 3.11 ( #27 )
2022-11-09 13:45:16 -05:00
jasquat
75f9e259da
fixed some acceptance tests w/ burnettk cullerton
2022-11-08 17:20:17 -05:00
jbirddog
fc7bf31670
First pass at custom report/perspective for Process Instance List ( #23 )
2022-11-08 09:26:42 -05: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
1579fb177d
Merge commit '95d9dbf036f09b62054c04a64d5c7a9e3002173c'
2022-11-02 14:17:16 -04:00
Mike Cullerton
043614a005
Refresh token ( #6 )
...
* Handle refreshed tokens if present
* Small cleanup
* No longer require secrets to be modified by the user that created them
Rename creator_user_id column to user_id
Co-authored-by: Jon Herron <jon.herron@yahoo.com>
Co-authored-by: mike cullerton <michaelc@cullerton.com>
2022-10-25 14:12:32 -04:00
jasquat
4d48e0fb90
Merge commit 'f0b608789b6cdc3ef4303efac053746c98571a48'
2022-10-21 16:28:09 -04:00
jasquat
a55337102a
resolved merge conflicts in backend w/ burnettk
2022-10-21 10:38:13 -04:00
burnettk
338c40ae48
Merge commit '4a48d9cccd1ca8619b3dbef3c10bcce667c9d9e0'
2022-10-20 16:00:12 -04:00
burnettk
01d39f31dd
Merge commit 'c661100e03eef762cb51b02be1b309ec47be7002'
2022-10-20 07:19:24 -04:00
burnettk
c4244cd8ea
Merge commit '4fdb0f3ec4b3b6a68cc2e56ed84ffb6dc2743068'
2022-10-19 19:32:59 -04:00
burnettk
2a1d8ee4e9
Merge commit 'a166df83031cb88d223e5c75ae8db8c896622821'
2022-10-19 15:17:17 -04:00
jasquat
228681f8e7
Merge commit '64e7049c9a0a4360101a155a41ce64ae692acd3c'
2022-10-18 16:41:10 -04:00
Jon Herron
989281f554
Merge commit '93dbce681ec89bc45479748aaae06ddd92b64da4'
2022-10-13 20:45:04 -04:00
Jon Herron
5ceb2b49a1
Merge main, resolve conflicts
2022-10-12 15:32:33 -04:00
Jon Herron
66e3f52c24
Merge commit '883e65384f1e36a0310f4fdcff57ac486890cd5e' as 'spiffworkflow-backend'
2022-10-12 10:22:22 -04:00