563 Commits

Author SHA1 Message Date
jasquat
435b1ccde8 wip: trying to get a test going for messages 2022-08-15 09:19:53 -04:00
jasquat
ccd67489cb some fixes and updates to actually parse and save correlations 2022-08-11 09:10:30 -04: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
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
mike cullerton
bfb3bd96e2 Merge branch 'main' into cullerton 2022-08-02 11:23:53 -04:00
mike cullerton
b3a0424d5c pre commit again 2022-08-02 11:08:37 -04:00
mike cullerton
5c8f783276 mypy 2022-08-02 11:06:40 -04:00
mike cullerton
4df28a39d6 precommit 2022-08-02 10:49:43 -04:00
mike cullerton
4219ce6ced Use BaseTest in test_process_api
Move base_test into helpers directory
Move find_or_create_user to BaseTest
2022-08-02 10:46:53 -04:00
jasquat
e1c41694b5 the verify token can contain either strings or ints as values 2022-08-02 09:31:43 -04:00
jasquat
8b640cdd6a fixed wait for server script 2022-08-02 08:33:03 -04:00
jasquat
7a3b3e6085 added set -x to figure out why start keycloak is failing 2022-08-01 17:37:24 -04:00
jasquat
1d7864aae3 only start keycloak for tests 2022-08-01 17:32:35 -04:00
jasquat
de405f55bc start keycloak for tests 2022-08-01 17:29:25 -04:00
jasquat
15fd71eb99 the status endpoint should not need authentication 2022-08-01 17:23:58 -04:00
jasquat
a1e69b511a precommit 2022-08-01 17:19:51 -04:00
jasquat
7b25baf4dc ignore user blueprint tests for now and updated some mypy syntax for python 3.9 2022-08-01 17:13:35 -04:00
jasquat
df26c77fd7 some more framework for messages 2022-08-01 16:44:51 -04:00
mike cullerton
0bd3503608 Pre commit 2022-08-01 16:25:56 -04:00