Commit Graph

2160 Commits

Author SHA1 Message Date
Jakub Sokołowski e0f1d4c514 backend: log oauth payload on invalid_token error
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-04-07 18:42:18 +02:00
burnettk dd44f65aa4 Merge commit '79c0366cc71e00edc21f341a6d0eb70c55374d6b' 2023-04-07 12:06:49 -04:00
burnettk 79c0366cc7 Squashed 'bpmn-js-spiffworkflow/' changes from 6391337a8..24a71ec5e
24a71ec5e do not update element properties if we do not need to since it can cause a change event w/ burnettk

git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: 24a71ec5e2cbbefce58be4b4610151db4a55a8e1
2023-04-07 12:06:49 -04:00
jasquat 3c0b0833b0 updated bpmn-js-spiffworkflow for on change fix w/ burnettk 2023-04-07 12:03:01 -04:00
burnettk 9ae51610e4 Merge commit 'efa85013353f404e3190ea7a1b430a7e0bcd56b7' 2023-04-07 11:58:22 -04:00
burnettk efa8501335 Squashed 'connector-proxy-demo/' changes from b6964e11a..25b751e82
25b751e82 select intiator in filters when you don't have permission to search users.

git-subtree-dir: connector-proxy-demo
git-subtree-split: 25b751e82ae640b316c5f307bbd882fa90e0c829
2023-04-07 11:58:22 -04:00
burnettk e10f5b74c4 Merge commit '1faf3705c81f91edde528ba5b857626a24fc05db' 2023-04-07 11:46:19 -04:00
burnettk 1faf3705c8 Squashed 'connector-proxy-demo/' changes from 4b0a7daa8..b6964e11a
b6964e11a update the lock file on the connector proxy to handle a bug fix on the http-connector

git-subtree-dir: connector-proxy-demo
git-subtree-split: b6964e11a693a39548081a0c0192cb7eca36d7bb
2023-04-07 11:46:19 -04:00
burnettk a5ebbe24fd Squashed 'bpmn-js-spiffworkflow/' changes from c4843c17b..6391337a8
6391337a8 Fix for lanes that doesn't break the world.
5f849c690 Revert "Revert "Fix bug with Data Object Interceptor picking up too much.""
1fa1f8741 Merge branch 'main' of github.com:sartography/bpmn-js-spiffworkflow into main
76e6ac22f Revert "Fix bug with Data Object Interceptor picking up too much." Seems to be preventing someone from saving the file. This reverts commit c807dbcb2c1c2a30a1c8e20851c60082d46eddeb.
2822ba164 Merge pull request #25 from sartography/dependabot/github_actions/dependabot/fetch-metadata-1.3.6
9ee6d378f Merge pull request #20 from sartography/dependabot/github_actions/crazy-max/ghaction-github-labeler-4.1.0
c807dbcb2 Fix bug with Data Object Interceptor picking up too much. don't look for the color picker right now. clean up the css
82260144f Merge branch 'feature/inherited-data-objects' into main
0f7253032 remove ununsed code, and alter correlation properties such that the id and name are always set to the same thing.
1178d2fb7 Bump dependabot/fetch-metadata from 1.3.4 to 1.3.6
d9bf091f2 Bump crazy-max/ghaction-github-labeler from 4.0.0 to 4.1.0

git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: 6391337a86a6342fcfcfcd3e57d39cb61c7af668
2023-04-07 11:46:18 -04:00
burnettk 5c5650e36a Merge commit 'a5ebbe24fd84816f1ec1512518dda2740aa2b76f' 2023-04-07 11:46:18 -04:00
burnettk a38a7bf317 Merge commit 'f1b8cfcc07ed69ffbe02abb07b84bb1997625814' 2023-04-07 11:46:14 -04:00
burnettk f1b8cfcc07 Squashed 'SpiffWorkflow/' changes from bee868d38..96ad2a2b0
96ad2a2b0 Merge pull request #311 from sartography/feature/error-message-on-bad-child-task
3fb69038d Merge remote-tracking branch 'origin/main' into feature/error-message-on-bad-child-task
df703ebb8 Merge remote-tracking branch 'origin/feature/add_task_not_found_error'
d6e244bcf also raise TaskNotFoundException from bpmn workflow w/ burnettk
37d7ae679 Merge pull request #310 from sartography/feature/add_task_not_found_error
7f4d38ce2 give us a better error if for some reason a task does not exist
b98efbd20 added an exception for task not found w/ burnettk
e1add839d Merge pull request #308 from sartography/bugfix/execute-event-gateways-on-ready
964c0231a do not predict tasks when deserializing, add method to predict all unfinished tasks
114f87aa9 update event gateway
62454c99c Merge pull request #307 from sartography/feature/standardize-task-execution
a087d29ea update task_spec._run to return a boolean & misc cleanup
9864d753d reenable recursion test
1bb1246a0 rename methods & move ready_before tasks from run to ready
12ce08519 move event task execution to run
d51bb68eb cleanup predictions
5e05458a3 make all tasks execute when run rather than completed (except bpmn events)
273d7b325 create a run method for tasks
3c3345c85 Merge pull request #306 from sartography/feature/create-core-test-package
ed85547d7 hopefully fix CI job, also update some deprecated assertions
80d68c231 cleanup around finding tasks
ea5ffff41 create tests based on individual patterns
afe41fba1 move core tests into one package
c075d52bc remove locks from task spec -- they don't do anything
d78c7cc04 reorganize so that related methods are near each other
f162aac43 Merge pull request #305 from sartography/feature/remove-loop-reset
6cad29817 'fix' old serializer to remove loop resets -- or at least get the tests to pass
a95d2fc12 add serialization migration that removes loop resets
c076175c8 account for DST in timers
42b483054 Merge pull request #303 from sartography/bugfix/execute-tasks-on-ready
2bb08aae1 update script/service tasks to execute on ready
0bd23a0ab fix scripts in business rule tasks
13034aaf1 prevent loop reset tasks from being inserted
3fb80518d update join execution model

git-subtree-dir: SpiffWorkflow
git-subtree-split: 96ad2a2b060deb445c39374f065690023351de19
2023-04-07 11:46:14 -04:00
burnettk f322aedf86 remove unreferenced permissions files 2023-04-07 11:12:31 -04:00
burnettk 11026b02fa get rid of a lot of cruft in config files, w/ jason 2023-04-07 11:11:23 -04:00
burnettk 07337cd7b8 get in line with new wording 2023-04-06 18:01:23 -04:00
jasquat 076afee273 give a better error message with unknown workflow exceptions w/ burnettk 2023-04-06 16:00:54 -04:00
jasquat 082caa5aea a couple minor fixes w/ burnettk 2023-04-06 15:45:16 -04:00
jasquat 2521025dac delete tasks that do not have an end time when restting a process instance 2023-04-06 14:10:51 -04:00
jasquat 3111195f78 updated pilot tests w/ burnettk 2023-04-06 12:06:05 -04:00
jasquat 91c980d6ba Merge pull request #206 from sartography/feature/store_boundary_events_properly
Feature/store boundary events properly
2023-04-06 11:43:01 -04:00
jasquat 649d454bc0 moved NDR_PP1 tests to pilot dir and default configs back to what they were w/ burnettk 2023-04-06 11:42:24 -04:00
jasquat 0e14f3e568 Merge remote-tracking branch 'origin/main' into feature/store_boundary_events_properly 2023-04-06 11:28:31 -04:00
jasquat 2c1433544f Merge remote-tracking branch 'origin/main' into feature/store_boundary_events_properly 2023-04-06 11:23:11 -04:00
jasquat fbc6bb10f0 removed unnecessary comments w/ burnettk 2023-04-06 11:03:45 -04:00
jasquat e12db76038 some cleanup, updated SpiffWorkflow, and added some notes to pick back up where we left off with the more efficient method w/ burnettk 2023-04-06 10:57:52 -04:00
Madhurya Liyanage 07dacdff99 Merge branch 'main' of https://github.com/sartography/spiff-arena 2023-04-06 20:17:13 +05:30
jasquat a9af77729f updated common task save test to check for boundary event explicitly 2023-04-06 10:36:34 -04:00
Madhurya Liyanage 3e5727188d Added cypress-file-upload 2023-04-06 20:01:54 +05:30
Madhurya Liyanage 67a1f152e6 Updated the button click to support when there are multiple processes for the user 2023-04-06 20:01:24 +05:30
jasquat e316ef9fef backend tests are passing with less optimized way 2023-04-06 10:30:18 -04:00
Madhurya Liyanage 77e4f50809 File upload fixtures 2023-04-06 20:00:02 +05:30
Madhurya Liyanage 464861c3df PP1 Version 1 users 2023-04-06 19:59:15 +05:30
Madhurya Liyanage c76a427e6e PP1 Version 1 test scripts 2023-04-06 19:58:24 +05:30
burnettk 2142f1ac8a example curl for message start event 2023-04-05 20:20:08 -04:00
jasquat 92b021e708 WIP - some tests are now passing and some are failing w/ burnettk 2023-04-05 17:23:07 -04:00
jasquat c5b85fd404 WIP - test is still passing, no longer processing all tasks w/ burnettk 2023-04-05 16:07:35 -04:00
jbirddog 20cec0f2a2 Type ahead widget (#205) 2023-04-05 14:27:20 -04:00
jasquat 140761c198 WIP - not getting a keyerror with an escalation boundary event now w/ burnettk 2023-04-05 14:22:37 -04:00
Dan 4fc72f92b7 Merge branch 'main' of github.com:sartography/spiff-arena into main 2023-04-05 11:14:35 -04:00
Dan a37c7fbe92 Fix for lanes in bpmn-js 2023-04-05 11:14:20 -04:00
jasquat 5d80a17c1a Merge pull request #204 from sartography/feature/bypass_checks_for_save_as_draft
Feature/bypass checks for save as draft
2023-04-05 10:03:59 -04:00
Dan 001d7c947f revert recent updates to bpmn-js 2023-04-04 17:18:11 -04:00
jasquat b69b9f7d2a make sure we prcoess the parents and children of failing spiff tasks as well since these do not go through the normal flow w/ burnettk 2023-04-04 15:48:34 -04:00
Dan 77a1c1a3db Fixing lane error in the spiff-bpmn-io library 2023-04-04 14:47:33 -04:00
jasquat 4d0fd37b43 Merge remote-tracking branch 'origin/main' into feature/bypass_checks_for_save_as_draft 2023-04-04 09:14:06 -04:00
jasquat 1a76671d59 notion 239: use onclick to submit form when saving form as draft to avoid form validations 2023-04-04 09:13:56 -04:00
burnettk 75514e0c47 update pp1 test 2023-04-04 01:17:02 -04:00
jasquat 90c1242032 Merge pull request #202 from sartography/feature/fix_process_instance_rewind_two
Feature/fix process instance rewind two
2023-04-03 13:47:39 -04:00
jasquat 11c2d14a40 when getting most recent tasks make sure to group by bpmn process guid as well w/ burnettk 2023-04-03 13:46:33 -04:00
burnettk 1df714248c add users for james 2023-04-03 12:22:06 -04:00