Commit Graph

240 Commits

Author SHA1 Message Date
jasquat c94aebacb9 do not allow updating files with blank contents w/ burnettk 2022-06-10 14:08:09 -04:00
mike cullerton a3d76b5e85 pre commit with poetry 2022-06-10 12:51:38 -04:00
mike cullerton 785b7f17ed fix python docstrings 2022-06-10 12:50:29 -04:00
mike cullerton c3697e1a3f cleanup, remove commented code 2022-06-10 12:19:00 -04:00
mike cullerton 771986d0cb process group update 2022-06-10 12:18:37 -04:00
mike cullerton ad5eea56a2 Return 200 and OkTrue on successful delete 2022-06-10 12:17:49 -04:00
mike cullerton b118e74dab run precommit 2022-06-10 10:34:09 -04:00
mike cullerton f351af5561 fix python docstrings 2022-06-10 10:32:45 -04:00
mike cullerton b057eeccd5 process model update 2022-06-10 10:31:27 -04:00
mike cullerton 6313492a70 run pre commit 2022-06-10 08:15:06 -04:00
mike cullerton c35c7d0d1f fix_python_docstrings 2022-06-10 08:13:21 -04:00
mike cullerton a0eaee3646 fixed create process instance 2022-06-10 08:11:26 -04:00
mike cullerton 7c82415757 Merge branch 'dev'
# Conflicts:
#	src/spiffworkflow_backend/routes/process_api_blueprint.py
#	tests/spiffworkflow_backend/integration/test_process_api.py
2022-06-09 15:23:45 -04:00
mike cullerton 3232130130 ignore instance 2022-06-09 15:14:44 -04:00
mike cullerton 6aa08e7253 fix process model endpoints to include process group id 2022-06-09 15:04:15 -04:00
jasquat 1bd4314778 sort process instances by id if same start times w/ burnettk 2022-06-09 15:03:00 -04:00
jasquat a0927638aa pre-commit is passing 2022-06-09 09:31:42 -04:00
burnettk 4829ff1e0e pre-commit, let all tests pass, remove test json 2022-06-08 18:47:38 -04:00
mike cullerton 7fde291c14 add delete endpoints and renaming 2022-06-08 18:20:02 -04:00
mike cullerton 22f45d7b68 Fix some tests due to renaming methods
Add test to delete process_model, process_group
Add helper method to create a process_group
2022-06-08 18:17:46 -04:00
mike cullerton abc8a0d457 Rename spec => process_model
Change methods to verb last
2022-06-08 18:11:44 -04:00
mike cullerton 8ef7e4d081 Renaming changes to match the changes in api.yml
Added delete methods for process_group and process_model
Grouped methods by group, model, and instance
2022-06-08 18:10:34 -04:00
mike cullerton 49504cf1be Renaming to Process Groups, Process Models, and Process Instances
Rename methods to verb last. I.e., add_process_group => process_group_add
Added some comments displaying the method names when code is folded
2022-06-08 18:06:37 -04:00
Mike Cullerton c475c98fbc add process-group endpoint 2022-06-08 12:14:39 -04:00
jasquat 726da1007f added api to edit a bpmn file w/ burnettk 2022-06-08 11:08:12 -04:00
jasquat 7167fa70bd run on 5010 w/ burnettk 2022-06-08 10:20:48 -04:00
jasquat 6b7d3c4817 always create mysql dbs if they do not exist w/ burnettk 2022-06-08 10:07:25 -04:00
jasquat 8e246e46b5 added api to get process instances w/ burnettk 2022-06-07 17:28:48 -04:00
jasquat 053571500f cleaned up api to run process model w/ burnettk 2022-06-07 11:07:38 -04:00
jasquat 60c60e7ea3 fixed a couple apis for the react frontend w/ burnettk 2022-06-06 17:16:25 -04:00
jasquat 4d05f35ed6 we do not need mysql exposed to the host w/ burnettk 2022-06-06 12:33:15 -04:00
jasquat f0310226a2 allow getting the token while on staging as well w/ burnettk 2022-06-06 12:25:52 -04:00
jasquat 49524e6fcd added some additional apis for the frontend 2022-06-06 09:05:14 -04:00
burnettk f00dff8450 fix process group show path 2022-06-05 18:13:09 -04:00
burnettk 2392c9e2de gitignore pyrightconfig.json, and run fix_python_docstrings 2022-06-03 17:29:30 -04:00
burnettk 8ee490c29b if user does not exist, create one, and remove bundled js 2022-06-03 17:08:36 -04:00
jasquat 4c7b1e201e renamed cat to process group w/ burnettk 2022-06-03 13:45:32 -04:00
jasquat 786754a2a0 return process models back with process group w/ burnettk 2022-06-03 13:40:11 -04:00
jasquat 7b3f3410d7 added api to get a single process group w/ burnettk 2022-06-03 12:18:41 -04:00
jasquat 725b06d084 added api to get process groups and added some cors support w/ burnettk 2022-06-03 11:40:19 -04:00
jasquat f08992f2e5 added api to get process groups w/ burnettk 2022-06-03 10:56:07 -04:00
jasquat 5a0d219c06 removed public directory at root w/ burnettk 2022-06-02 10:19:10 -04:00
jasquat 67a9ce68e7 ran precommit and ignoring html files with prettier since it has a hard time with jinja files w/ burnettk 2022-06-02 10:17:53 -04:00
jasquat 5b51030a40 some tweaks for running on the server with docker w/ burnettk 2022-06-01 15:49:05 -04:00
jasquat c6131a04d3 added ability to build and run with docker w/ burnettk 2022-06-01 14:50:44 -04:00
jasquat d235c64915 updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
jasquat 980eff6d23 saving bpmn diagrams work again w/ burnettk 2022-06-01 11:10:00 -04:00
jasquat 60114bc43f pre-commit is passing w/ burnettk 2022-05-31 14:36:47 -04:00
jasquat 2c4f2adeeb some auto linting fixes w/ burnettk 2022-05-31 14:10:00 -04:00
jasquat d63dfe1f21 uploading bpmn files is now working w/ burnettk 2022-05-31 14:05:22 -04:00