jasquat
26310da412
Merge pull request #244 from sartography/feature/check_permissions_on_group_and_model_list
...
Feature/check permissions on group and model list
2023-05-08 14:29:39 -04:00
jasquat
874fe9052c
pyl and i am not sure how mypy missed that one typing issue
2023-05-08 13:20:40 -04:00
jasquat
1b0f71579b
pyl
2023-05-08 11:34:45 -04:00
jasquat
6f59d2f828
added tests to make sure users can only list process models and groups that they have access to
2023-05-08 11:31:57 -04:00
jasquat
eef920acae
do not perform any tasks if instance is suspended from the interstitial page w/ burnettk
2023-05-05 14:01:32 -04:00
jasquat
92cdceb201
fixed test w/ burnettk
2023-05-04 12:45:53 -04:00
jasquat
60db9db296
Merge pull request #241 from sartography/feature/multiple_editor_users
...
Feature/multiple editor users
2023-05-04 11:40:28 -04:00
jasquat
f65b301635
do not raise errors if a process cannot be found in the spec reference cache when trying to get a task trace for an error
2023-05-04 09:45:01 -04:00
jasquat
8655ca0cd0
Merge remote-tracking branch 'origin/main' into feature/multiple_editor_users
2023-05-03 17:38:49 -04:00
Dan Funk
64692f0d59
Merge pull request #237 from sartography/feature/cancel_button
...
Feature/cancel button
2023-05-03 10:12:02 -04:00
jasquat
38428cb6a4
fixed tests w/ burnettk
2023-05-02 17:09:29 -04:00
Dan
ac149c9dcb
* Adding signal_buttons to tasks, which will prompt the frontend to display a button that when pressed will cause the signal to fire.
...
* This alters how the send_event endpoint responds - it originally responded with a process instance, it now responds with the next task, in keeping with how other task completion endpoints behave.
* I was forced to upgrade some of the bpmn-js libraries which fixes some of the linting errors on the front end.
* The "Return to home" button isn't always displayed. It will not display when it is redirecting, or when the current task is running.
.
2023-05-02 13:40:41 -04:00
jasquat
418ec7d9c9
updated typeguard and fixed issues w/ burnettk
2023-05-01 15:26:29 -04:00
jbirddog
87c34f4822
Support connectors that return logs ( #230 )
2023-04-28 10:54:24 -04:00
jasquat
3754d72f4f
tests are now passing and pyl w/ burnettk
2023-04-28 10:07:21 -04:00
jasquat
6a9d30e3fe
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links
2023-04-27 17:33:49 -04:00
jasquat
a4fd81cb9a
remove a lot of unused code and fixed linting issues w/ burnettk
2023-04-27 17:33:25 -04:00
burnettk
05d3184e19
use debug controller for test raise error api method per jakub suggestion
2023-04-27 11:13:11 -04:00
burnettk
4c64c466ae
add test-raise-error endpoint for sentry testing, etc
2023-04-27 11:05:24 -04:00
burnettk
93ec911484
fix permissions for process callers api
2023-04-27 07:20:52 -04:00
jasquat
04864692b6
added typeahead search for bpmn name and identifier in process instance event list w/ burnettk
2023-04-25 15:30:26 -04:00
jasquat
013a2cb34a
call dequeue method for interstitial page tests w/ burnettk
2023-04-24 15:48:20 -04:00
burnettk
8e9c6cdf3f
fixing TypeError: type of value sent to generator must be str
2023-04-20 23:16:45 -04:00
Dan
a6adb98a19
Merging with main.
2023-04-20 16:06:22 -04:00
jasquat
8cc2d56dbd
merged in main and resolved conflicts w/ burnettk
2023-04-20 14:10:23 -04:00
jasquat
92c21f2c11
fixed tests and added test to ensure we are saving error events to the db on error w/ burnettk
2023-04-20 13:32:45 -04:00
jbirddog
ff0202f4d4
Called elements ( #218 )
2023-04-19 18:07:15 -04:00
Dan
a8fd0a246d
run pyl.
2023-04-19 17:00:09 -04:00
jasquat
b1568fb472
fixed test w/ burnettk
2023-04-19 15:52:11 -04:00
Dan
0244d58613
getting all the tests to pass.
2023-04-19 15:13:00 -04:00
Dan
be14b9c05f
Add a test for the interstitial endpoint.
...
Assure all "GO" buttons lead to the interstial page, and display differently depending on if there is anything you can actually do.
2023-04-19 13:52:29 -04:00
jasquat
b441c59fde
some cleanup before merging to main w/ burnettk
2023-03-31 10:57:13 -04:00
jasquat
854b41378f
WIP trying to get resetting to a task within a subprocess working w/ burnettk
2023-03-30 16:30:34 -04:00
jasquat
c73c0dcad1
fixed some failing tests except for test_send_event
2023-03-30 15:25:44 -04:00
burnettk
4a092a8e2a
tests have been broken in ci, and this should fix it
2023-03-27 17:02:29 -04:00
burnettk
a263696758
add test for filtering columns and clarify that we are doing unit tests with api, whoops
2023-03-24 18:11:11 -04:00
jasquat
3f49f912ea
pyl passes w/ burnettk
2023-03-23 15:16:39 -04:00
jasquat
77e97d7a57
tasks can be skipped and manually executed w/ burnettk
2023-03-17 15:35:27 -04:00
jasquat
88df3bd5c3
added process instance event table
2023-03-17 13:20:06 -04:00
jasquat
3461056beb
Merge remote-tracking branch 'origin/main' into feature/use_tasks_as_logs
2023-03-17 12:40:26 -04:00
jbirddog
90aed76e21
UAT bug fix: suspended/terminated instances automagically resume ( #186 )
2023-03-17 11:55:11 -04:00
jasquat
e0dbb6a768
updated log list view in frontend w/ burnettk
2023-03-17 10:30:29 -04:00
jasquat
363428df09
added bpmn_name columns to definition tables and added test for simple logs as well
2023-03-17 10:00:59 -04:00
burnettk
6bfce59fe3
lint
2023-03-16 22:59:42 -04:00
jasquat
4b96a0c453
add in missing fields to logs
2023-03-16 17:58:43 -04:00
jasquat
d75d66c33f
pyl w/ burnettk
2023-03-16 16:18:02 -04:00
jasquat
5c0d72ab91
tests are now passing w/ burnettk
2023-03-16 16:14:41 -04:00
jasquat
bbdac3c586
some initial code to use tasks for logs
2023-03-16 09:30:25 -04:00
burnettk
dc355e90e9
try to fix postgres and mysql group by
2023-03-16 00:02:02 -04:00
jasquat
e305b22b5a
increase line length from 88 to 119 for black w/ burnettk
2023-03-15 16:24:08 -04:00