jasquat
|
c180561351
|
updated some text for task tables w/ burnettk
|
2022-12-16 14:21:04 -05:00 |
|
jasquat
|
bb6e7713f2
|
merged in main and resolved conflicts w/ burnettk
|
2022-12-16 13:53:43 -05:00 |
|
jasquat
|
662a1ec5d6
|
added new api endpoint to get task-info so users with access to process instances can see the tasks but not the data
|
2022-12-16 11:39:07 -05:00 |
|
jasquat
|
16eec49ca8
|
commit and push to github on all changes to bpmn dir w/ burnettk cullerton
|
2022-12-15 12:52:53 -05:00 |
|
jasquat
|
ef71bdb964
|
Merge branch 'main' of github.com:sartography/spiff-arena
|
2022-12-15 10:02:54 -05:00 |
|
jasquat
|
ff77f8f1fe
|
add support to find the form for a call activity defined in another process model
|
2022-12-15 10:02:51 -05:00 |
|
jbirddog
|
0cdeffe1ec
|
Fix endpoints for script task unit tests (#77)
|
2022-12-15 09:31:19 -05:00 |
|
jasquat
|
3ea063bdaf
|
remove assert statements from actual code w/ burnettk
|
2022-12-14 16:32:07 -05:00 |
|
burnettk
|
90375a0c88
|
in postgres you cannot order by a non-grouped column without doing an aggregate
|
2022-12-13 23:21:32 -05:00 |
|
jasquat
|
15f55df46d
|
pyl and fix test w/ burnettk
|
2022-12-13 16:44:46 -05:00 |
|
jasquat
|
01f320847c
|
store subprocesses for spiff steps as well and do not save file as primary if one is already set w/ burnettk
|
2022-12-13 16:04:37 -05:00 |
|
jasquat
|
f6462d83af
|
pyl
|
2022-12-12 15:36:03 -05:00 |
|
jasquat
|
ac92a6c3ef
|
allow viewing the diagram for a specific process identifier
|
2022-12-12 15:08:09 -05:00 |
|
jasquat
|
7153045e66
|
split out completed instances by group as well
|
2022-12-12 13:41:42 -05:00 |
|
jasquat
|
0bbe67971f
|
updated group api so it is not under tasks
|
2022-12-12 13:19:27 -05:00 |
|
jasquat
|
d9765220bd
|
pyl
|
2022-12-12 12:29:36 -05:00 |
|
jasquat
|
858bf24edd
|
split group task tables by group and created component for group tables
|
2022-12-12 12:21:37 -05:00 |
|
burnettk
|
2c25e626e1
|
try to fix a test on windows
|
2022-12-11 00:03:46 -05:00 |
|
jasquat
|
cb143d3201
|
added secret verification to webhook endpoint w/ burnettk
|
2022-12-09 16:51:00 -05:00 |
|
jasquat
|
36babf2b4c
|
fixed mypy issue w/ burnettk
|
2022-12-09 15:05:10 -05:00 |
|
jasquat
|
8df1b9cd3b
|
Merge branch 'main' of github.com:sartography/spiff-arena
|
2022-12-09 15:01:58 -05:00 |
|
jasquat
|
7db3101ff1
|
cleaned up the git service and expanded the api git hook w/ burnettk
|
2022-12-09 15:01:55 -05:00 |
|
jbirddog
|
b1cee24bca
|
Sort primary file to top of files list (#71)
|
2022-12-09 13:14:26 -05:00 |
|
burnettk
|
3800389e4c
|
note
|
2022-12-08 23:57:09 -05:00 |
|
burnettk
|
494f1c9826
|
add skeleton of endpoint to receive github webhooks
|
2022-12-08 23:55:01 -05:00 |
|
jasquat
|
d50d95a49c
|
added git creds for pushing on publish w/ burnettk cullerton
|
2022-12-08 16:39:23 -05:00 |
|
jasquat
|
b54378a9fc
|
merged in main and resolved conflicts w/ burnettk cullerton
|
2022-12-08 15:31:25 -05:00 |
|
jasquat
|
cee726e8b0
|
pyl passes
|
2022-12-08 13:47:30 -05:00 |
|
mike cullerton
|
3530a628ec
|
Return URL where they can view changes and open PR
|
2022-12-08 09:26:10 -05:00 |
|
Dan
|
bab489fa7b
|
Merge branch 'main' into feature/create_containers
|
2022-12-06 18:06:09 -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 |
|
burnettk
|
fff7661bc7
|
break process instance log list page into two tabs, simple and detailed
|
2022-12-06 12:38:25 -05:00 |
|
jasquat
|
e889bfc716
|
more api cleanup w/ burnettk
|
2022-12-05 16:35:20 -05:00 |
|
jasquat
|
bc7c5920b2
|
cleaned up more api routes for permissions w/ burnettk
|
2022-12-05 16:06:08 -05:00 |
|
jasquat
|
55afc22148
|
pyl w/ burnettk
|
2022-12-05 14:10:07 -05:00 |
|
Dan
|
3a09b45765
|
running py_pl -- mainly reordering imports.
|
2022-12-05 12:29:19 -05:00 |
|
Dan
|
43bc82163e
|
Setting things up so it's easy to switch databases using a local configuration file (still works with environment variables)
Swtiched from a "joinedload" to a "selectinload" which removes a problem with groupby columns in Postgres and sqlite. (https://docs.sqlalchemy.org/en/14/orm/loading_relationships.html#selectin-eager-loading)
|
2022-12-05 12:05:52 -05:00 |
|
jasquat
|
424eb2412e
|
added support to order reports by given column and metadata headers w/ burnettk
|
2022-12-05 10:59:27 -05:00 |
|
burnettk
|
f8313f66df
|
add order_by to make this query deterministic
|
2022-12-03 20:16:20 -05:00 |
|
jasquat
|
bfb2c5627a
|
using an array for metadata extraction paths now instead of dictionaries w/ burnettk
|
2022-12-02 16:03:43 -05:00 |
|
jasquat
|
6b75fc32a3
|
added some support to add process model metadata. need to fix frontend w/ burnettk
|
2022-12-02 15:46:05 -05:00 |
|
jasquat
|
20ca5a2978
|
filtering by metadata works w/ burnettk
|
2022-12-02 13:47:04 -05:00 |
|
jasquat
|
81ef771a37
|
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
|
2022-12-02 10:32:40 -05:00 |
|
Dan
|
8a61a0e17e
|
I can't say I love flake8.
Removing dependency on rust (monkeytype)
|
2022-12-01 16:23:03 -05:00 |
|
Dan
|
48be27d367
|
fixing some typing issues, white space, etal...
|
2022-12-01 15:01:25 -05:00 |
|
jasquat
|
3bf23f6624
|
added ability to update the display name for perspective columns w/ burnettk
|
2022-12-01 14:46:09 -05:00 |
|
Dan
|
a7c896c0b1
|
fixing some typing issues.
|
2022-12-01 14:40:59 -05:00 |
|
Dan
|
f01cd57d24
|
Reorder config imports so that instance config is dead last - and can override everything else.
Updated docker-compose for running a demo.
run_pyl fixes
|
2022-12-01 14:13:22 -05:00 |
|
Dan
|
e8cbe1df84
|
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 |
|