jasquat
43af5bfc96
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
Dan Funk
b684763053
Merge pull request #237 from sartography/feature/cancel_button
...
Feature/cancel button
2023-05-03 10:12:02 -04:00
Dan
739442d571
* 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
0811922c2e
updated typeguard and fixed issues w/ burnettk
2023-05-01 15:26:29 -04:00
jbirddog
070f203a13
Support connectors that return logs ( #230 )
2023-04-28 10:54:24 -04:00
jasquat
7109f0b69d
tests are now passing and pyl w/ burnettk
2023-04-28 10:07:21 -04:00
jasquat
d7dcef47a5
Merge remote-tracking branch 'origin/main' into feature/home_page_filter_links
2023-04-27 17:33:49 -04:00
jasquat
53dde1f56a
remove a lot of unused code and fixed linting issues w/ burnettk
2023-04-27 17:33:25 -04:00
burnettk
2e0cd3339b
use debug controller for test raise error api method per jakub suggestion
2023-04-27 11:13:11 -04:00
burnettk
562cb091dc
add test-raise-error endpoint for sentry testing, etc
2023-04-27 11:05:24 -04:00
burnettk
c7b69e0fd9
fix permissions for process callers api
2023-04-27 07:20:52 -04:00
jasquat
9aa9fe913b
added typeahead search for bpmn name and identifier in process instance event list w/ burnettk
2023-04-25 15:30:26 -04:00
jasquat
41fead68f2
call dequeue method for interstitial page tests w/ burnettk
2023-04-24 15:48:20 -04:00
burnettk
f1e1a158e7
fixing TypeError: type of value sent to generator must be str
2023-04-20 23:16:45 -04:00
Dan
b9a3b4fbf8
Merging with main.
2023-04-20 16:06:22 -04:00
jasquat
f8ba4a04bb
merged in main and resolved conflicts w/ burnettk
2023-04-20 14:10:23 -04:00
jasquat
0320116b79
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
61a4243e6d
Called elements ( #218 )
2023-04-19 18:07:15 -04:00
Dan
c7457daa31
run pyl.
2023-04-19 17:00:09 -04:00
jasquat
19e3b7da1e
fixed test w/ burnettk
2023-04-19 15:52:11 -04:00
Dan
cb1311fb56
getting all the tests to pass.
2023-04-19 15:13:00 -04:00
Dan
22d9cda529
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
783faa7ce9
some cleanup before merging to main w/ burnettk
2023-03-31 10:57:13 -04:00
jasquat
5754f44c25
WIP trying to get resetting to a task within a subprocess working w/ burnettk
2023-03-30 16:30:34 -04:00
jasquat
c5806ee53d
fixed some failing tests except for test_send_event
2023-03-30 15:25:44 -04:00
burnettk
d9370f6608
tests have been broken in ci, and this should fix it
2023-03-27 17:02:29 -04:00
burnettk
5452d6be50
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
8593d54742
pyl passes w/ burnettk
2023-03-23 15:16:39 -04:00
jasquat
a565b96cba
tasks can be skipped and manually executed w/ burnettk
2023-03-17 15:35:27 -04:00
jasquat
5e239f0e7f
added process instance event table
2023-03-17 13:20:06 -04:00
jasquat
761526f999
Merge remote-tracking branch 'origin/main' into feature/use_tasks_as_logs
2023-03-17 12:40:26 -04:00
jbirddog
6d847a10e0
UAT bug fix: suspended/terminated instances automagically resume ( #186 )
2023-03-17 11:55:11 -04:00
jasquat
44b166fba8
updated log list view in frontend w/ burnettk
2023-03-17 10:30:29 -04:00
jasquat
8dc7c5fb2f
added bpmn_name columns to definition tables and added test for simple logs as well
2023-03-17 10:00:59 -04:00
burnettk
02c04625f7
lint
2023-03-16 22:59:42 -04:00
jasquat
8bd946235c
add in missing fields to logs
2023-03-16 17:58:43 -04:00
jasquat
48b8a336f6
pyl w/ burnettk
2023-03-16 16:18:02 -04:00
jasquat
8dc178b953
tests are now passing w/ burnettk
2023-03-16 16:14:41 -04:00
jasquat
a22160e81c
some initial code to use tasks for logs
2023-03-16 09:30:25 -04:00
burnettk
0f7f9220ec
try to fix postgres and mysql group by
2023-03-16 00:02:02 -04:00
jasquat
4b64f725f4
increase line length from 88 to 119 for black w/ burnettk
2023-03-15 16:24:08 -04:00
jasquat
39ea4eb260
Merge remote-tracking branch 'origin/main' into feature/split_up_bpmn_json
2023-03-07 10:48:37 -05:00
Jon Herron
55b0d3e174
Getting ./bin/pyl to pass
2023-03-06 20:42:25 -05:00
Jon Herron
b3012e48d3
Fix secret getting reset when decrypted in get_secret
2023-03-06 20:40:08 -05:00
Jon Herron
6bdc174264
Fixed tests
2023-03-06 19:27:24 -05:00
jasquat
8e83d0effd
unit tests are passing with the new spec tables
2023-03-03 10:08:14 -05:00
jasquat
cbbcd93d7b
avoid creating new processors if it is not necessary
2023-03-02 10:00:08 -05:00
jasquat
e9ce360a10
pyl
2023-03-01 12:35:08 -05:00
jasquat
8266d3f14b
all backend tests except for report tests are now passing
2023-03-01 10:58:12 -05:00
jasquat
828c042397
added new table and some notes on how to get a delta w/ burnettk jbirddog
2023-02-28 16:30:52 -05:00