Commit Graph

719 Commits

Author SHA1 Message Date
jasquat f000195786 avoid sorting by display_order 2022-08-29 10:44:04 -04:00
jasquat 299f715a2a Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-08-29 10:12:10 -04:00
jasquat 3790a15465 default username to service_id to ensure we have one otherwise a blank string is not a unique username 2022-08-29 10:12:06 -04:00
burnettk cc2e7d5fcf use any old user and add fixtures for ticket reports during ticket import 2022-08-29 10:05:57 -04:00
burnettk 31f403207d use spiff combined branch with messages and business rules 2022-08-26 18:00:15 -04:00
jasquat 376912f3a2 added method to get data for a process instance in its current state w/ burnettk cullerton 2022-08-26 16:52:15 -04:00
jasquat 01938b88f5 add api to terminate a process instance w/ burnettk cullerton 2022-08-26 13:04:40 -04:00
jasquat bb7a062838 added api endpoint to send payloads to messages w/ burnettk cullerton 2022-08-25 17:35:24 -04:00
jasquat 352b453643 only update items we specified in the process_model_update api w/ burnettk cullerton 2022-08-23 16:40:42 -04:00
jasquat 930fc49c46 Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-08-23 16:18:36 -04:00
jasquat 70bb2e3681 only save the values to process model that are passed in w/ burnettk cullerton 2022-08-23 16:18:32 -04:00
github-actions[bot] 688b221ddc
Merge pull request #52 from sartography/dependabot/pip/flask-2.1.3
Bump flask from 2.1.2 to 2.1.3
2022-08-23 17:12:25 +00:00
dependabot[bot] a320d21c1e
Bump flask from 2.1.2 to 2.1.3
Bumps [flask](https://github.com/pallets/flask) from 2.1.2 to 2.1.3.
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/2.1.2...2.1.3)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 17:01:08 +00:00
github-actions[bot] 11594864cb
Merge pull request #54 from sartography/dependabot/pip/flake8-rst-docstrings-0.2.7
Bump flake8-rst-docstrings from 0.2.6 to 0.2.7
2022-08-23 16:58:00 +00:00
dependabot[bot] 4f14f899b2
Bump flake8-rst-docstrings from 0.2.6 to 0.2.7
Bumps [flake8-rst-docstrings](https://github.com/peterjc/flake8-rst-docstrings) from 0.2.6 to 0.2.7.
- [Release notes](https://github.com/peterjc/flake8-rst-docstrings/releases)
- [Commits](https://github.com/peterjc/flake8-rst-docstrings/commits)

---
updated-dependencies:
- dependency-name: flake8-rst-docstrings
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-23 16:42:14 +00:00
jasquat df7bc9de7f
Merge pull request #75 from sartography/feature/basic_message_queue_support
Feature/basic message queue support
2022-08-23 12:38:17 -04:00
jasquat 1d735422c9 some cleanup on code review w/ burnettk cullerton 2022-08-23 12:34:13 -04:00
jasquat e56dc8c82f support manual tasks in task_show, updated some bpmn classes to spiff classes, and do not rely on active task for task_show and only use spiff task w/ burnettk cullerton 2022-08-23 12:15:08 -04:00
jasquat f842a65317 updated spiff and flaksk-bpmn w/ burnettk cullerton 2022-08-23 10:27:42 -04:00
jasquat bf7a8dfb0b fixed tests for new spiffworkflow w/ burnettk cullerton 2022-08-23 10:19:47 -04:00
jasquat 14aad4d8a1 use message correlations of spiffworkflow 2022-08-23 09:55:31 -04:00
jasquat 4cc2601210 most lints and checks are passing and cleaned up some debug code 2022-08-23 09:30:34 -04:00
jasquat cbab371fd3 tests pass 2022-08-23 09:15:31 -04:00
jasquat c5c1a45e60 precommit w/ burnettk 2022-08-22 17:49:05 -04:00
jasquat ddc6740825 we can send and receive 2 messages w/ burnettk 2022-08-22 17:45:51 -04:00
jasquat 926b158753 message test passes if there are no messages in the queun_tmux_pane /home/jason/projects/github/sartography/spiffworkflow-backend/t tests/spiffworkflow_backend/unit/test_message_service.pyu w/ burnettk 2022-08-22 16:09:06 -04:00
jasquat 94f110786f message test passes if there are no messages in the queue w/ burnettk 2022-08-22 16:08:20 -04:00
jasquat 75f817ca73 added new correlation models to link messages together w/ burnettk 2022-08-22 14:07:20 -04:00
jasquat d94b10afdf merged in main and resolved conflicts 2022-08-22 09:03:49 -04:00
burnettk ad2bf980fe add process model identifier on task show 2022-08-19 19:13:39 -04:00
burnettk f4ed5333a3 add process model identifier to my tasks response 2022-08-19 19:00:25 -04:00
burnettk 30279c9f93 prevent index out of bounds when there is no next task 2022-08-19 17:46:38 -04:00
burnettk 48a4e5229a avoid printing warnings for libraries we do not control 2022-08-19 17:46:14 -04:00
jasquat 5952f199ed some more debug code and stuff for messages w/ burnettk cullerton 2022-08-19 16:53:22 -04:00
jasquat be33f79729 messages are mostly working now w/ burnettk cullerton 2022-08-19 16:17:22 -04:00
mike cullerton 257a0ca2df Merge branch 'main' into cullerton 2022-08-19 09:51:32 -04:00
mike cullerton 13ba5327c6 testing waku setup 2022-08-19 09:43:48 -04:00
jasquat e9ab9981ee some more progress with messages w/ burnettk cullerton 2022-08-18 17:17:27 -04:00
burnettk daa9993a62 turn off ssl for spiffworkflow realm as well 2022-08-17 18:09:58 -04:00
burnettk f982020e77 document how to turn off SSL 2022-08-17 18:08:00 -04:00
burnettk be553f4cec unhardcode urls 2022-08-17 17:56:38 -04:00
burnettk 58e5408f76 pass through env var 2022-08-17 17:26:41 -04:00
burnettk 42e48a4a5f update open id server url per chat with the homies 2022-08-17 17:21:24 -04:00
jasquat e48d2b3536 Merge remote-tracking branch 'origin/main' into feature/basic_message_queue_support 2022-08-17 16:43:20 -04:00
burnettk ff05dc8331 fix check for network 2022-08-17 16:42:13 -04:00
jasquat e99308fa7b some updates for messages w/ burnettk cullerton 2022-08-17 16:01:55 -04:00
jasquat 435b1ccde8 wip: trying to get a test going for messages 2022-08-15 09:19:53 -04:00
github-actions[bot] 617f25cd4a
Merge pull request #72 from sartography/dependabot/github_actions/actions/cache-3.0.7
Bump actions/cache from 3.0.6 to 3.0.7
2022-08-11 20:56:51 +00:00
dependabot[bot] acca391001
Bump actions/cache from 3.0.6 to 3.0.7
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.6 to 3.0.7.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.6...v3.0.7)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-11 20:47:07 +00:00
jasquat ccd67489cb some fixes and updates to actually parse and save correlations 2022-08-11 09:10:30 -04:00