jasquat
|
115e126873
|
log db validation error to see what postgres is doing
|
2022-09-23 10:33:12 -04:00 |
jasquat
|
bc9d820e1d
|
python 3.9 does not like the pipe style optional arg types
|
2022-09-23 10:01:22 -04:00 |
jasquat
|
8bb45c67d3
|
avoid checking for mysql specific error messages so other dbs can still work
|
2022-09-23 09:45:12 -04:00 |
jasquat
|
6a7fcdfb4e
|
use instance path instead of root_path for nox
|
2022-09-23 09:19:06 -04:00 |
mike cullerton
|
d55dc27b65
|
Merge branch 'main' into feature/secrets
|
2022-09-22 16:42:29 -04:00 |
mike cullerton
|
de512fb373
|
Pre commit
|
2022-09-22 16:40:47 -04:00 |
mike cullerton
|
8a34e9e89d
|
mypy
|
2022-09-22 16:36:49 -04:00 |
mike cullerton
|
65d163ed39
|
secrets api
|
2022-09-22 16:29:08 -04:00 |
mike cullerton
|
77259f07f5
|
Make sure we always have a good path.
The path wasn't right when running tests, because our working directory wasn't /spiffworkflow-backend
|
2022-09-22 16:27:44 -04:00 |
burnettk
|
bea17305b8
|
ignore bugs in deprecated html templates
|
2022-09-22 14:10:25 -04:00 |
burnettk
|
3be07c581b
|
less aggressive periodic processing
|
2022-09-22 09:18:01 -04:00 |
mike cullerton
|
a328846a8b
|
We call create_principal in create_user
|
2022-09-22 08:25:48 -04:00 |
mike cullerton
|
1bf5467ebe
|
logged in headers is now in BaseTest
|
2022-09-22 08:22:54 -04:00 |
mike cullerton
|
59e2d1639e
|
Merge branch 'main' into feature/secrets
# Conflicts:
# migrations/versions/00a59d952198_.py
# migrations/versions/1ccfcb7baf22_.py
# migrations/versions/36aff687ae47_.py
|
2022-09-22 08:16:42 -04:00 |
burnettk
|
4bcc72c9e4
|
lint and update background task period to 5 for demo
|
2022-09-21 19:42:46 -04:00 |
burnettk
|
e6e2967621
|
avoid trying to access task_type if it does not exist
|
2022-09-21 17:58:58 -04:00 |
jasquat
|
c5dcb39f78
|
added username and task_type to logs w/ burnettk cullerton
|
2022-09-21 17:26:31 -04:00 |
burnettk
|
9202d9ed12
|
lint
|
2022-09-20 17:24:47 -04:00 |
burnettk
|
a2b81ac8b4
|
add test and fix for timer_intermediate_catch_event
|
2022-09-20 17:23:07 -04:00 |
Kevin Burnett
|
adbc521cf0
|
Merge pull request #95 from sartography/feature/background-process-waiting-tasks
Feature/background process waiting tasks
|
2022-09-20 19:34:20 +00:00 |
burnettk
|
e5c363397a
|
fix flaky test that only is flaky on postgres
|
2022-09-20 15:32:43 -04:00 |
burnettk
|
a03fef847f
|
Merge remote-tracking branch 'origin/main' into feature/background-process-waiting-tasks
|
2022-09-20 14:59:05 -04:00 |
Kevin Burnett
|
8067bfa750
|
Merge pull request #94 from sartography/feature/message_instace_list
Feature/message instace list
|
2022-09-20 18:57:29 +00:00 |
burnettk
|
42f6424bc0
|
Merge remote-tracking branch 'origin/main' into feature/background-process-waiting-tasks
|
2022-09-20 14:45:52 -04:00 |
jasquat
|
9458e3da50
|
added test to get message instances
|
2022-09-20 13:54:52 -04:00 |
jasquat
|
2c170efde7
|
added api to get a list of message instances
|
2022-09-20 13:26:35 -04:00 |
burnettk
|
8c0b2a346c
|
python 3.10
|
2022-09-20 12:48:06 -04:00 |
jasquat
|
27e14db383
|
minor chages to run sql script
|
2022-09-20 11:52:50 -04:00 |
burnettk
|
f9709bf1f5
|
lint and remove inner function to avoid thwarting fix_python_docstrings
|
2022-09-20 11:15:20 -04:00 |
burnettk
|
5ae779fee5
|
process waiting messages in the background, which fixes timer boundary events
|
2022-09-20 11:03:31 -04:00 |
mike cullerton
|
71cb1dd462
|
Merge branch 'main' into feature/secrets
|
2022-09-19 17:26:10 -04:00 |
mike cullerton
|
bddfc52b65
|
pre commit
|
2022-09-19 17:24:05 -04:00 |
mike cullerton
|
e9cb3b71be
|
mypy
|
2022-09-19 17:18:03 -04:00 |
mike cullerton
|
1c411d0af5
|
Add UniqueConstraint on secret_id/allowed_relative_path columns in secret_allowed_process table
Add delete_allowed_process to SecretService
Added some remaining tests for SecretService
|
2022-09-19 17:02:20 -04:00 |
jbirddog
|
300d61d645
|
Feature/service task response (#93)
|
2022-09-19 16:29:05 -04:00 |
mike cullerton
|
8efe5bc0b5
|
Merge branch 'main' into feature/secrets
# Conflicts:
# migrations/versions/00a59d952198_.py
# migrations/versions/70d52c39fdda_.py
# migrations/versions/ab77f4ccb4d6_.py
# src/spiffworkflow_backend/routes/process_api_blueprint.py
|
2022-09-19 13:36:21 -04:00 |
mike cullerton
|
e18aae004a
|
Test for environment variable correctly
|
2022-09-19 13:02:30 -04:00 |
burnettk
|
44e202e594
|
delint
|
2022-09-19 12:16:10 -04:00 |
burnettk
|
96dcd4ebe4
|
make this work on staging
|
2022-09-19 12:15:16 -04:00 |
burnettk
|
55f8a7dd3b
|
order keys when dumping dict to json for sanity
|
2022-09-19 10:47:42 -04:00 |
jasquat
|
7126af4f0f
|
use the calling process initiator when creating a message receive process instance w/ burnettk
|
2022-09-19 10:20:19 -04:00 |
mike cullerton
|
af6fef156f
|
Merge branch 'main' of github.com:sartography/spiffworkflow-backend
# Conflicts:
# bin/save_all_bpmn.py
# migrations/versions/097f52a3ec5d_.py
# migrations/versions/8aae66f8bba5_.py
# migrations/versions/eadaa0914e7a_.py
|
2022-09-19 09:03:13 -04:00 |
mike cullerton
|
52e6cf0c27
|
Get user's home dir from environment
mypy and pre commit
|
2022-09-19 08:59:07 -04:00 |
mike cullerton
|
a27434ef90
|
mypy and pre commit
|
2022-09-19 08:58:17 -04:00 |
mike cullerton
|
19583990ab
|
Increase column size for bpmn_process_identifier
|
2022-09-19 08:57:51 -04:00 |
burnettk
|
a09baaf475
|
lint
|
2022-09-16 18:41:39 -04:00 |
burnettk
|
19a3d3b27b
|
longer column and update script
|
2022-09-16 18:39:00 -04:00 |
burnettk
|
46a0c02e96
|
fix lint, update script, extend columns
|
2022-09-16 18:22:10 -04:00 |
mike cullerton
|
aed0118861
|
Merge branch 'main' of github.com:sartography/spiffworkflow-backend
|
2022-09-16 17:05:49 -04:00 |
mike cullerton
|
fc92598f33
|
Save all process models to get them in the db
|
2022-09-16 17:04:45 -04:00 |