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 |
|
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 |
|
github-actions[bot]
|
e522d12afd
|
Merge pull request #71 from sartography/dependabot/pip/dot-github/workflows/nox-2022.8.7
Bump nox from 2022.1.7 to 2022.8.7 in /.github/workflows
|
2022-08-08 20:49:35 +00:00 |
|
dependabot[bot]
|
1dda66d487
|
Bump nox from 2022.1.7 to 2022.8.7 in /.github/workflows
Bumps [nox](https://github.com/wntrblm/nox) from 2022.1.7 to 2022.8.7.
- [Release notes](https://github.com/wntrblm/nox/releases)
- [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md)
- [Commits](https://github.com/wntrblm/nox/compare/2022.1.7...2022.8.7)
---
updated-dependencies:
- dependency-name: nox
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-08 20:39:27 +00:00 |
|
github-actions[bot]
|
fec0ef4eae
|
Merge pull request #70 from sartography/dependabot/github_actions/actions/cache-3.0.6
Bump actions/cache from 3.0.2 to 3.0.6
|
2022-08-05 20:46:12 +00:00 |
|
dependabot[bot]
|
3dc54e6496
|
Bump actions/cache from 3.0.2 to 3.0.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.0.6.
- [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.2...v3.0.6)
---
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-05 20:37:18 +00:00 |
|
github-actions[bot]
|
fcf8378800
|
Merge pull request #69 from sartography/dependabot/pip/dot-github/workflows/virtualenv-20.16.3
Bump virtualenv from 20.16.2 to 20.16.3 in /.github/workflows
|
2022-08-04 20:49:23 +00:00 |
|
dependabot[bot]
|
bc1a356d09
|
Bump virtualenv from 20.16.2 to 20.16.3 in /.github/workflows
Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.16.2 to 20.16.3.
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](https://github.com/pypa/virtualenv/compare/20.16.2...20.16.3)
---
updated-dependencies:
- dependency-name: virtualenv
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-08-04 20:42:57 +00:00 |
|
jasquat
|
8b5f4112f2
|
check message status as well so we can lock the message when running
|
2022-08-04 15:02:02 -04:00 |
|
jasquat
|
9f0acd3b3f
|
precommit
|
2022-08-04 14:28:50 -04:00 |
|
jasquat
|
4ef8ccea1e
|
added validations to message instances and tests for it
|
2022-08-04 14:26:41 -04:00 |
|