mike cullerton
|
d268e85e1f
|
First stab
|
2022-09-26 13:40:09 -04:00 |
mike cullerton
|
a0d00c3efa
|
Merge branch 'main' into feature/secrets
# Conflicts:
# migrations/versions/6c705aca6530_.py
# migrations/versions/86bdc3330645_.py
# migrations/versions/ade9bce1c592_.py
|
2022-09-26 10:39:21 -04:00 |
mike cullerton
|
1f3114eabb
|
Fix revision difference w/main
|
2022-09-26 10:36:02 -04:00 |
burnettk
|
4736e2878e
|
Merge remote-tracking branch 'origin/main' into feature/process_instance_search
|
2022-09-22 18:02:18 -04:00 |
jasquat
|
98fd9d845b
|
set task name in logs if available and catch errors to ensure we set the log level back to the correct value w/ burnettk
|
2022-09-22 16:48:14 -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 |
jasquat
|
c5dcb39f78
|
added username and task_type to logs w/ burnettk cullerton
|
2022-09-21 17:26:31 -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 |
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
|
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
|
19583990ab
|
Increase column size for bpmn_process_identifier
|
2022-09-19 08:57:51 -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
|
539d9a6347
|
Add current_user to logs
|
2022-09-16 10:58:51 -04:00 |
mike cullerton
|
ee29df7268
|
Merge branch 'main' into feature/secrets
# Conflicts:
# .gitignore
# migrations/versions/774ff3b4b328_.py
# migrations/versions/ab77f4ccb4d6_.py
# migrations/versions/d4922c5cd32d_.py
# src/spiffworkflow_backend/load_database_models.py
|
2022-09-15 11:42:47 -04:00 |
mike cullerton
|
faffa9c37b
|
Secrets now uses simple key/value instead of service and client
Finished update and delete
Add checks for correct user
|
2022-09-15 11:29:54 -04:00 |
jasquat
|
8cffd03013
|
updated spiff logging to store the correct timestamp value w/ burnettk
|
2022-09-15 11:08:58 -04:00 |
mike cullerton
|
e20e2fa8e4
|
Committing for Thursday demo
|
2022-09-14 16:54:33 -04:00 |
mike cullerton
|
516af8a39b
|
Merge branch 'main' into feature/secrets
# Conflicts:
# migrations/versions/39a05179b8df_.py
# migrations/versions/774ff3b4b328_.py
# migrations/versions/9005f01aecf4_.py
# src/spiffworkflow_backend/api.yml
|
2022-09-13 08:36:22 -04:00 |
mike cullerton
|
b7915b71c9
|
First stab at secrets
|
2022-09-13 08:20:30 -04:00 |
burnettk
|
76ae0a3dcf
|
store process model display name on active tasks and use it in API, update spiff
|
2022-09-11 22:02:24 -04:00 |
jasquat
|
c76b08ae12
|
updates to the spiff log api for pagination and some cleanup w/ burnettk cullerton
|
2022-09-09 13:20:14 -04:00 |
jasquat
|
1faeaab118
|
store process ids in a lookup table w/ burnettk cullerton
|
2022-09-08 14:46:10 -04:00 |
mike cullerton
|
c7548dc664
|
modified logging model
|
2022-09-07 17:03:02 -04:00 |
mike cullerton
|
32caf68e43
|
Commit so we stop using cullerton branch
|
2022-09-06 15:08:22 -04:00 |
jasquat
|
1d735422c9
|
some cleanup on code review w/ burnettk cullerton
|
2022-08-23 12:34:13 -04:00 |
jasquat
|
ddc6740825
|
we can send and receive 2 messages w/ burnettk
|
2022-08-22 17:45:51 -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
|
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
|
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 |
jasquat
|
ccd67489cb
|
some fixes and updates to actually parse and save correlations
|
2022-08-11 09:10:30 -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
|
4ba4440b49
|
some more logic for processing messages
|
2022-08-03 14:50:57 -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
|
209e67bf8b
|
some basis for testing messages now. it still does not do anything though
|
2022-08-02 16:27:47 -04:00 |
jasquat
|
0a77926801
|
merged in main and resolved conflicts
|
2022-08-02 15:31:56 -04:00 |
jasquat
|
df26c77fd7
|
some more framework for messages
|
2022-08-01 16:44:51 -04:00 |
mike cullerton
|
339ca7d6df
|
Lots of user auth changes
|
2022-07-27 13:55:46 -04:00 |
jasquat
|
5cc3e589cb
|
added a couple models for sending and receiving messages
|
2022-07-27 09:07:33 -04:00 |
jasquat
|
f65228c87f
|
some updates to always pass back task intead of active_task
|
2022-07-25 11:48:42 -04:00 |
jasquat
|
3c2ea5f686
|
precommit is passing w/ burnettk
|
2022-07-11 16:56:50 -04:00 |
jasquat
|
76adcce043
|
added crud api calls for reports w/ burnettk
|
2022-07-11 16:16:10 -04:00 |
burnettk
|
96f770426b
|
add generate_report and tests
|
2022-07-10 01:24:12 -04:00 |
burnettk
|
5047b9aa8b
|
add process_instance_report_list
|
2022-07-09 13:17:21 -04:00 |
jasquat
|
80696f5f23
|
some support to interpolate form data w/ burnettk
|
2022-06-30 17:11:50 -04:00 |
jasquat
|
4cd9e33b9e
|
precommit is passing w/ burnettk
|
2022-06-30 12:17:14 -04:00 |