578 Commits

Author SHA1 Message Date
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
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
jasquat
a470087bfe attempt to message models when saving the bpmn primary file 2022-08-03 17:30:37 -04:00
github-actions[bot]
6ff407300b
Merge pull request #68 from sartography/dependabot/pip/dot-github/workflows/pip-22.2.2
Bump pip from 22.2.1 to 22.2.2 in /.github/workflows
2022-08-03 20:41:49 +00:00
dependabot[bot]
971270148f
Bump pip from 22.2.1 to 22.2.2 in /.github/workflows
Bumps [pip](https://github.com/pypa/pip) from 22.2.1 to 22.2.2.
- [Release notes](https://github.com/pypa/pip/releases)
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/pip/compare/22.2.1...22.2.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-03 20:33:09 +00:00
jasquat
2bf14a0514 most of the message processing is mapped out and also save correlations to db 2022-08-03 16:29:47 -04:00
jasquat
4ba4440b49 some more logic for processing messages 2022-08-03 14:50:57 -04:00
jasquat
eb49e6f645 precommit 2022-08-03 09:59:05 -04:00
jasquat
cba5c77e03 mypy 2022-08-03 09:44:49 -04:00
jasquat
b99aac06ed Merge remote-tracking branch 'origin/main' into feature/basic_message_queue_support 2022-08-03 09:12:12 -04:00
jasquat
f317671ad9 added a base db query to link send and receive messages together 2022-08-02 17:39:47 -04:00
jasquat
9613aabca0 merged in main and resolved conflicts 2022-08-02 16:43:56 -04:00
github-actions[bot]
e4fc2b2411
Merge pull request #67 from sartography/dependabot/github_actions/actions/setup-python-4.2.0
Bump actions/setup-python from 3.1.2 to 4.2.0
2022-08-02 21:43:43 +01:00
dependabot[bot]
50dec59c46
Bump actions/setup-python from 3.1.2 to 4.2.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-02 20:35:38 +00:00
jasquat
209e67bf8b some basis for testing messages now. it still does not do anything though 2022-08-02 16:27:47 -04:00
mike cullerton
188dfc1a74 Merge branch 'main' into cullerton 2022-08-02 16:26:31 -04:00
mike cullerton
f8461a49d8 more pre commit 2022-08-02 16:24:53 -04:00
mike cullerton
445fc15698 mypy 2022-08-02 16:21:59 -04:00
mike cullerton
e68b6ea55d pre commit 2022-08-02 16:02:55 -04:00
mike cullerton
a2703d6c6e keycloak -> open_id
also, assert we have a valid service when adding a user
2022-08-02 15:59:43 -04:00
jasquat
0a77926801 merged in main and resolved conflicts 2022-08-02 15:31:56 -04:00
jasquat
c2c5a665da default docker compose to run 2022-08-02 14:45:54 -04:00
jasquat
1891482d59 no need for keycloak in ci now 2022-08-02 14:38:32 -04:00
jasquat
6a3b708c58 precommit 2022-08-02 14:36:59 -04:00
jasquat
3538d51d0d
Merge pull request #66 from sartography/feature/get_docker_working_again
Feature/get docker working again
2022-08-02 14:33:00 -04:00
jasquat
0c125dfefa Merge remote-tracking branch 'origin/main' into feature/get_docker_working_again 2022-08-02 14:28:34 -04:00
jasquat
8d8ca017ae no need for ast if state is a string 2022-08-02 14:28:19 -04:00
jasquat
3b2ca3da3b some changes to get docker working again 2022-08-02 14:02:50 -04:00
mike cullerton
18013f9456 more cleanup 2022-08-02 12:54:43 -04:00
mike cullerton
afa428bb97 mypy 2022-08-02 12:52:46 -04:00
mike cullerton
ce0a0883cb pre commit 2022-08-02 12:49:41 -04:00
mike cullerton
c16175a0e4 Start tests for auth 2022-08-02 12:43:41 -04:00
mike cullerton
115377a983 Remove unused code 2022-08-02 12:43:03 -04:00
mike cullerton
3bf4b08dbf Pass state as string, not bytes 2022-08-02 12:40:31 -04:00