Commit Graph

2112 Commits

Author SHA1 Message Date
burnettk a90d568bde
delete postgres container if it is there 2023-03-29 14:17:26 -04:00
burnettk c03a72332f
exact match 2023-03-29 13:47:03 -04:00
jasquat 6d8d9b8d57
ignore dccache files w/ burnettk 2023-03-28 17:14:58 -04:00
jasquat cef069d028
run snyk on backend and added marshmallow dep to remove warning w/ burnettk 2023-03-28 16:55:13 -04:00
jasquat ed7ccb4aad
run snyk in ci w/ burnettk 2023-03-28 16:42:48 -04:00
jasquat 76a20d2837
Merge pull request #198 from sartography/feature/safety
Feature/safety
2023-03-28 16:32:58 -04:00
jasquat 20bdc8dd0f
use session delete branch of sqlalchemy stubs w/ burnettk 2023-03-28 16:28:41 -04:00
jasquat 6c13352c70
added back in missing required libs w/ burnettk 2023-03-28 16:19:31 -04:00
jasquat 6b3c93a075
remove unnecessary libs from pyproject in root of arena w/ burnettk 2023-03-28 16:12:27 -04:00
jasquat 422947424f
add back in sqlalchemy stubs w/ burnettk 2023-03-28 16:05:43 -04:00
Elizabeth Esswein 0fe8660afd
Merge pull request #196 from sartography/bugfix/use-spiff-business-rule-task
import parser from spiff package
2023-03-28 16:02:56 -04:00
jasquat 438d44592f
run safety in ci w/ burnettk 2023-03-28 15:56:57 -04:00
jasquat f6f0677d34
updated sqlalchemy to 2.0 due to safety complaints w/ burnettk 2023-03-28 15:56:00 -04:00
burnettk 891cae52f1
downgrade setuptools closer to where it was to avoid deprecation warnings 2023-03-28 14:58:16 -04:00
burnettk c86ea0349c
fix four of five safety issues 2023-03-28 14:51:08 -04:00
burnettk 293d3a9295
notion 183: Home Page Refresh, keep it refreshing for 4 hours instead of 10 minutes 2023-03-28 13:41:58 -04:00
burnettk dc005c36dc
kill commented out code 2023-03-28 11:22:42 -04:00
burnettk e20ada5d49
get backend working with new spiff 2023-03-28 10:33:53 -04:00
burnettk 3ea5d9a055
fix all sonar bugs 2023-03-28 10:05:29 -04:00
burnettk 4a9f4b8cb0
do sonar for backend, too 2023-03-28 08:22:17 -04:00
burnettk 796742d530
remove second, conflicting madhurya account 2023-03-28 08:07:54 -04:00
burnettk 422aaf09da
task_guid is a str, thanks, typeguard 2023-03-27 20:22:12 -04:00
Kevin Burnett 2222995ebd
Merge pull request #197 from sartography/feature/update-spiff-and-fix-broken-tests-in-ci
tests have been broken in ci, and this should fix it
2023-03-27 14:02:51 -07:00
burnettk d9370f6608
tests have been broken in ci, and this should fix it 2023-03-27 17:02:29 -04:00
Elizabeth Esswein d194ed2676 import parser from spiff package 2023-03-27 16:13:17 -04:00
jbirddog a986678869
Handle the multiple single file upload widget case (#195) 2023-03-27 16:03:22 -04:00
jasquat a404a2378d
Merge branch 'main' of github.com:sartography/spiff-arena 2023-03-27 15:42:30 -04:00
jasquat e4fb9ad2f1
moved common admin users to admin user script w/ burnettk 2023-03-27 15:42:26 -04:00
Kevin Burnett cbdbb4e5f3
Merge pull request #194 from sartography/feature/filter-metadata-columns-by-process-model
Feature/filter metadata columns by process model
2023-03-27 12:37:24 -07:00
jasquat 701ed928ad
do not allow uploading a user to keycloak that matches admin user that the script is using w/ burnettk 2023-03-27 14:09:08 -04:00
jasquat c615dc82fa
Merge branch 'main' of github.com:sartography/spiff-arena 2023-03-27 11:25:58 -04:00
jasquat f0a12b9818
allow searching multiple words when searching for process models w/ burnettk 2023-03-27 11:25:55 -04:00
burnettk 02cfad91af
user cleanup 2023-03-27 11:22:53 -04:00
burnettk 5452d6be50
add test for filtering columns and clarify that we are doing unit tests with api, whoops 2023-03-24 18:11:11 -04:00
burnettk ba067b320d
filter report column list by process_model_identifier if any 2023-03-24 17:54:37 -04:00
jasquat 199cf05960
couple fixes for running a process model from script w/ burnettk 2023-03-24 12:09:27 -04:00
burnettk 5a4b60378d
Merge branch 'main' of github.com:sartography/spiff-arena 2023-03-24 11:21:18 -04:00
burnettk 042c86f78b
treat open differently 2023-03-24 11:19:24 -04:00
jasquat a13c623053
Merge pull request #193 from sartography/feature/remove_spif_step_details
Feature/remove spif step details
2023-03-24 11:16:43 -04:00
jasquat 30e4faa12f
removed debug comment w/ burnettk 2023-03-24 11:11:44 -04:00
jasquat 1da8e43066
fixed cypress process instance test w/ burnettk 2023-03-24 11:10:04 -04:00
jasquat 79f3e8bfbd
Merge remote-tracking branch 'origin/main' into feature/remove_spif_step_details 2023-03-24 09:23:59 -04:00
jasquat 037d287f4f
fixed cypress tests for tasks 2023-03-24 09:21:23 -04:00
jasquat e425286487
Merge remote-tracking branch 'origin/main' into feature/remove_spif_step_details 2023-03-24 09:10:44 -04:00
Kevin Burnett 6f062de22f
Merge pull request #192 from sartography/ci/discord-notifications
ci: add discord notifications to at build success
2023-03-23 19:24:30 -07:00
Jakub Sokołowski 5813af1a17
ci: add discord notifications to at build success
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2023-03-23 23:02:58 +01:00
jasquat 097a35cd45
attempted to fix some cypress tests 2023-03-23 17:34:08 -04:00
jasquat af97fee56c
removed spiff step details w/ burnettk 2023-03-23 16:33:30 -04:00
jasquat 3fa1320c0c
save timestamps when manually completing a task and some cleanup w/ burnettk 2023-03-23 16:07:25 -04:00
jasquat 8593d54742
pyl passes w/ burnettk 2023-03-23 15:16:39 -04:00