Commit Graph

728 Commits

Author SHA1 Message Date
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 358b54df0a Merge commit 'c574ceba766b56be43633c24694294363a4da4f2' 2022-11-18 10:03:38 -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 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 e26004a496 Merge commit '1bed0fb3ee95a897aa257274a8f9a763940f2453' 2022-11-18 10:03:32 -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
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
jbirddog 5786c8d83c Support reporting on task data (#47) 2022-11-18 07:40:36 -05:00
Elizabeth Esswein 0da658c42d add simple refresh capability 2022-11-17 22:52:26 -05:00
burnettk 68130b216d upgrades 2022-11-17 17:45:17 -05:00
jasquat 6607bb6a8d hide messages and configuration if not authorized w/ burnettk 2022-11-17 17:30:51 -05:00
jasquat c744dd8867 default time to midnight if it is null when filtering w/ burnettk 2022-11-17 16:47:29 -05:00
jasquat 4a9e4c820c Merge pull request #48 from sartography/feature/add_times_to_instance_filter
Feature/add times to instance filter
2022-11-17 16:38:32 -05:00
jasquat ce74b07bc4 added back the useEffect for report filtering w/ burnettk 2022-11-17 16:36:38 -05:00
mike cullerton 0ccea0e8ac Cleanup - renaming frenzy, use os.path.abspath 2022-11-17 16:35:28 -05:00
jasquat 82598a9e7e times on instance list table are working now w/ burnettk 2022-11-17 16:05:54 -05:00
jasquat f49d76429e attempting to use date objects as the date states w/ burnettk 2022-11-17 15:03:11 -05:00
Dan 56109f3cf7 removing unrelated github action changes. 2022-11-17 15:00:08 -05:00
Dan f05e972f15 again 2022-11-17 14:57:14 -05:00
Dan db368fbb41 some random thing. 2022-11-17 14:50:00 -05:00
Dan 99628e6674 And another. 2022-11-17 14:35:47 -05:00
Dan 9cd699b11e and again. 2022-11-17 14:26:37 -05:00
Dan e433e4e8ae Fixing setup again. 2022-11-17 14:22:53 -05:00
Dan 44926213da updating tag. 2022-11-17 14:09:43 -05:00
Dan 2c3572e9de buildx added to use a sub-directory 2022-11-17 13:56:51 -05:00