Commit Graph

796 Commits

Author SHA1 Message Date
burnettk e98aec7c56 Merge commit '9275b67b0dddac9628342741278c89f6f2bd3620' 2022-11-20 19:55:00 -05:00
burnettk 9275b67b0d Squashed 'spiffworkflow-backend/' changes from 55f5c8113..52fad891c
52fad891c update spiff
3e21b7e2e Support reporting on task data (#47)
915fde676 Merge pull request #43 from sartography/send_filters
5c4e633bb Searching for call activities seems to be working now. I had the clear_caches in the wrong place previously - fixing.
fa4c8cfbf Pre-pr cleanup
59c71401d Get ./bin/pyl to pass
66e8ad455 Fix status not being a list
62da25810 Add flag to indicate if user filtered
5cb7dce9d It's good to clear out he cache, but we can't do that with correlation properties due to foreign key constraints that are built up over time.  So we'll just leave bad messages and correlations in the database for now -- we aren't doing a lot with messages yet anyway.
55020ed38 Merge branch 'main' of github.com:sartography/spiff-arena into send_filters
3334c7f9d update spiff
93526b03e pyl w/ burnettk cullerton
073ffb2ad added development permission for test user w/ burnettk cullerton
53a3f4c97 added some permissions for tasks
7415710d5 fixed broken test w/ burnettk
f648f3999 pyl w/ burnettk
b7ee3d24b added some permissions to the process model show page w/ burnettk
a77ee31b4 Merge pull request #39 from sartography/feature/call_activity_selection
324f58d3f need to filter on process here, or a DMN with the same name will obscure the BPMN.
4ed558470 use id_for_file_path when using the process model id as a path for windows and added some more permission stuff to the frontend w/ burnettk
5d06af147 Assure changes to process ids are updated in the cache on a file save, and remove old references that no longer exist.  Still some work to do here.
320a9c41a Getting ./bin/pyl to pass
51f02b20c Send filters back to client
167021e23 filters to_dict
ec68bcb24 Merge pull request #38 from sartography/feature/call_activity_selection
71b4f65b9 pyl
866c3699e Merge process_instance_list query filters with report filters (#37)
ed9936bfe Fixing a bug in SpiffWorkflow (new version in poetry.lock) fixing a test
89c17b7aa 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)
18f45e90f added permission service to frontend to allow checking for permissions w/ burnettk
bd37cfefa added configuration nav item to help reduce nav items w/ burnettk
5fcc6fc87 fix mypy typing stuff. w/ jasquat
5008626b1 run_pyl
a3dcae016 Merge remote-tracking branch 'origin/main' into feature/call_activity_selection
2df8dd32d A little quick code cleanup.
58b702fa6 Adding a very simple api endpoint that just returns a list of every process known to the system.
a2a0ccac2 Assure that the list of cached Spec References includes all Process Instances and DMNs (even those that are not primary)
5dcdc225a fixed failing tests w/ burnettk
c121361d7 more refactoring for process instance list w/ burnettk
9bfb0f9e8 refactored pagination table to allow prefixing page options w/ burnettk
b03d531ab Mostly a name change from BpmnProcessIdLookup to SpecReferenceCache.  I landed on this unfortunate name because:
f7698c0ed use the same file path method in spec file service w/ burnettk
2482827c4 some fixes for windows and python 3.9 w/ burnettk
822c40525 merged in main and resolved pyl issues w/ burnettk
1cdf2af95 Merge remote-tracking branch 'origin/main' into feature/task_page
66b994efd added remaining task tables w/ burnettk
b7b6a97df work in spiff is approved and merged, updating dependency
37d9f7cc6 pyl w/ burnettk
d96aaa846 added message correlations to message instance list api call w/ burnettk
828e41c4d 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
53d5a7b44 Merge branch 'main' into feature/call_activity_selection
5161fb6e7 Merge branch 'main' of github.com:sartography/spiff-arena into main
a2a203e8c add a search button to the call activity to allow finding a process id through some sort of admin interface.
430c03a58 noop, testing pre-commit hook.

git-subtree-dir: spiffworkflow-backend
git-subtree-split: 52fad891c58132ec8b64f56ac814409bb9e4ea4f
2022-11-20 19:48:30 -05:00
jbirddog 07614abbc1 Frontend label changes (#54) 2022-11-20 14:53:27 -05:00
jasquat 66947160ab added some more widget types to the form builder. w/ burnettk 2022-11-19 20:55:27 -05:00
jasquat 90a9f23339 added basic form builder. w/ burnettk 2022-11-19 19:44:21 -05:00
jasquat 2bacbd3cbe pass the the correct model to id on create 2022-11-19 17:18:46 -05:00
mike cullerton dc13c1c1ca asst syntax cleanup 2022-11-19 15:45:13 -05:00
mike cullerton fd93d558e2 mypy 2022-11-19 15:24:37 -05:00
mike cullerton 14caf0eaba removed print statement and unused line of code 2022-11-19 15:22:26 -05:00
mike cullerton 5a1bd19e99 test for move model 2022-11-19 14:47:50 -05:00
mike cullerton 050efff14d move model 2022-11-19 14:46:50 -05:00
mike cullerton 618464aeed process group move api endpoint 2022-11-19 13:24:40 -05:00
jasquat d51db5cf99 removed tabs from taskshow page w/ burnettk cullerton 2022-11-18 17:10:34 -05:00
jasquat e04921493f fixed some of the form widgets w/ burnettk cullerton 2022-11-18 17:05:01 -05:00
jasquat 77ff18a85c pyl is passing w/ burnettk cullerton 2022-11-18 16:45:44 -05:00
jasquat aa54abb7db Merge branch 'main' of github.com:sartography/spiff-arena 2022-11-18 16:40:53 -05:00
jasquat 7b21ff4eec added create new instance page and moved model run to a component w/ burnettk cullerton 2022-11-18 16:40:49 -05:00
mike cullerton e29eaab76e Merge branch 'main' into update-workflow-json 2022-11-18 15:56:27 -05:00
jbirddog df213893ca Insert every spiff log, see if it helps the deadlock issue on demo (#51) 2022-11-18 15:54:52 -05:00
mike cullerton 576d60e41d precommit 2022-11-18 15:50:20 -05:00
mike cullerton 4da7c47571 Merge branch 'update-workflow-json' of https://github.com/sartography/spiff-arena into update-workflow-json
# Conflicts:
#	spiffworkflow-backend/src/spiffworkflow_backend/services/process_model_service.py
2022-11-18 15:41:37 -05:00
mike cullerton a4b88ecf8b mypy 2022-11-18 15:39:51 -05:00
jasquat ea61d7819d fixed eslint issues w/ burnettk 2022-11-18 15:25:04 -05:00
jasquat e2cfe5cb8a ran some pyl w/ burnettk cullerton 2022-11-18 15:06:02 -05:00
jasquat 2464df4b81 load diagram page even if processes are not set w/ burnettk cullerton 2022-11-18 15:01:41 -05:00
Kevin Burnett c974f43f6c Merge pull request #53 from sartography/report_name
Accept report_identifier to specify system reports
2022-11-18 19:57:09 +00:00
Jon Herron 7806ef39e6 Tweak temp report metadata 2022-11-18 14:45:33 -05:00
jasquat a795514570 moved model delete button to show page as an icon w/ burnettk 2022-11-18 14:36:54 -05:00
Jon Herron 9944eebbae Get ./bin/pyl to pass 2022-11-18 14:34:52 -05:00
Jon Herron 513da570e2 Accept report_identifier 2022-11-18 14:29:04 -05:00
mike cullerton d3c1c0d31a Don't save `id` in json files
Added helper method `write_json_file`
2022-11-18 14:19:29 -05:00
mike cullerton afc89fc620 No need for script. 2022-11-18 14:17:31 -05:00
jasquat 128993d255 moved group list tiles to component and use on group show page w/ burnettk 2022-11-18 13:57:40 -05:00
Jon Herron c777473935 Add connector-proxy-demo 2022-11-18 13:31:22 -05:00
Jon Herron 8cf6a1509c Merge commit 'a2dd2bb2410b676a6a7cb004a059e62b2f418727' as 'connector-proxy-demo' 2022-11-18 13:27:01 -05:00
Jon Herron a2dd2bb241 Squashed 'connector-proxy-demo/' content from commit fb5c24e
git-subtree-dir: connector-proxy-demo
git-subtree-split: fb5c24eaf274acf8ab11163710230610242cfc6e
2022-11-18 13:27:01 -05:00
Jon Herron 1dcaddf715 WIP 2022-11-18 13:22:31 -05:00
jasquat d393683794 display groups as tiles on list page w/ burnettk 2022-11-18 12:42:08 -05:00
mike cullerton 2267351ce5 Merge branch 'main' into update-workflow-json 2022-11-18 12:01:47 -05:00
burnettk c574ceba76 Squashed 'bpmn-js-spiffworkflow/' changes from 4f23f860..e92f48da
e92f48da minor fixes to the Bpmn-js-subworkflow spec.
af88025a Merge remote-tracking branch 'origin/main' into feature/call_activity_selection
f3bd1e56 Minor tweak to bpmn-js-spiffworkflow
9207ef45 Minor tweak, in the hopes of getting a text box to update correctly.
084f4646 Fixing a bug in the Call Activity's handing of an update.
c9035994 Return the event bus when calling a search.

git-subtree-dir: bpmn-js-spiffworkflow
git-subtree-split: e92f48da7cb4416310af71bb1699caaca87324cd
2022-11-18 10:03:38 -05:00
burnettk 358b54df0a Merge commit 'c574ceba766b56be43633c24694294363a4da4f2' 2022-11-18 10:03:38 -05:00
burnettk 819f9a7a5a Merge commit 'f2b16112347ea193b717306e0ab4e1226cd66d16' 2022-11-18 10:03:37 -05:00
burnettk f2b1611234 Squashed 'flask-bpmn/' changes from 5e40777f..860f2387
860f2387 Merge pull request #169 from sartography/dependabot/pip/flake8-rst-docstrings-0.3.0
2d0e83c8 Bump flake8-rst-docstrings from 0.2.7 to 0.3.0
6f6762ec Merge pull request #168 from sartography/dependabot/pip/mypy-0.991
579703c1 Bump mypy from 0.990 to 0.991
886bfdc3 Merge pull request #167 from sartography/dependabot/pip/flask-migrate-4.0.0
9b8b70d2 Merge pull request #165 from sartography/dependabot/pip/dot-github/workflows/virtualenv-20.16.7
9ec0402b Bump flask-migrate from 3.1.0 to 4.0.0
bc23eaa5 Bump virtualenv from 20.16.6 to 20.16.7 in /.github/workflows

git-subtree-dir: flask-bpmn
git-subtree-split: 860f2387bebdaa9220e9fbf6f8fa7f74e805d0d4
2022-11-18 10:03:37 -05:00
burnettk 1bed0fb3ee Squashed 'SpiffWorkflow/' changes from 580939cc..cd4da465
cd4da465 Merge pull request #264 from sartography/bugfix/dmn-equality-with-boolean
414a59eb disambiguate DMN expressions
eea53c91 Merge pull request #263 from sartography/feature/cleanup-task-completion
d248d5b1 execute postscript before other complete hook tasks
c09f1a90 streamline predict & remove some duplicated calls to it
64c21791 remove duplicate calls to update
4ca1076d move task update to _on_complete to ensure data is copied consistently after task related activities are done
d037a7eb small changes for readability
025bc30f Quick patch -- is_executable needs to be accurate immediately.
14d3d8c3 Merge pull request #262 from sartography/feature/parser_info_features
849c223e We are jumping through a lot of complex xml parsing in SpiffWorkflow-Backend because we need to know some basic information about a BPMN process at the moment it is saved.  Rather than do that work in the backend, it seems better to have SpiffWorkflow handle parsing the xml and providing a bit of metadata, including:

git-subtree-dir: SpiffWorkflow
git-subtree-split: cd4da465e125ca1ae1b57d227bfa324d9d4c507c
2022-11-18 10:03:32 -05:00
burnettk e26004a496 Merge commit '1bed0fb3ee95a897aa257274a8f9a763940f2453' 2022-11-18 10:03:32 -05:00
mike cullerton 3c04dd8325 Merge branch 'main' into update-workflow-json 2022-11-18 09:02:29 -05:00
mike cullerton 0eaef2add9 rename workflow.json -> process_model.json 2022-11-18 08:55:53 -05:00
mike cullerton 64b0490dd5 Don't save `id` in the process_model json file
This allows us to move models around on the file system
Add `id` back in when instantiating ProcessModelInfo from json file data
2022-11-18 08:52:10 -05:00
mike cullerton 7f9d028878 simplified 2022-11-18 08:49:46 -05:00
Kevin Burnett 1002ff376c Merge pull request #49 from sartography/feature/refresh-my-tasks
add simple refresh capability
2022-11-18 12:59:11 +00:00