Commit Graph

150 Commits

Author SHA1 Message Date
burnettk 653a86b1ae update keycloak version and lint 2022-10-24 17:52:48 -04:00
burnettk df1443e375 new keycloak realm json with 30 minute access token lifespan and 1 day refresh token lifespan 2022-10-24 17:37:19 -04:00
jasquat ac31f4bff9 wait longer before importing realms for new keycloak w/ burnettk 2022-10-24 15:47:48 -04:00
burnettk 13855180b2 upgrade keycloak 2022-10-21 17:51:23 -04:00
burnettk 7e1ce35c27 remove task_data column 2022-10-21 09:04:09 -04:00
burnettk 872480dbdc Merge remote-tracking branch 'origin/main' into feature/lib-updates-and-mypy 2022-10-20 17:32:23 -04:00
jasquat 594a32b676 merged in main and resolved conflicts w/ burnettk 2022-10-20 11:27:15 -04:00
burnettk 3ddaa5d088 lib updates and mypy 2022-10-19 22:01:39 -04:00
jasquat 22bc667585 allow request to be 8k w/ burnettk 2022-10-19 16:14:32 -04:00
jasquat ffb6d366f9 added natalia to keycloak configs w/ burnettk 2022-10-18 10:19:32 -04:00
jasquat 7c53fc9fa7 Merge remote-tracking branch 'origin/main' into feature/permissions3 2022-10-18 08:43:09 -04:00
burnettk 2fbc6777bd filter out NotFound from our sentry alerts and fix a bunch of typing things 2022-10-18 07:09:03 -04:00
burnettk 823e32eb8e smash all containers 2022-10-17 21:35:23 -04:00
burnettk 1965bfe2d9 use ssl 2022-10-17 17:36:33 -04:00
jasquat 47554b0739 updated keycloak to accept demo.spiffworkflow url w/ burnettk 2022-10-17 17:09:42 -04:00
burnettk 2148c39fca no user input, please 2022-10-17 10:18:14 -04:00
burnettk 593f33ca52 wait for db to be ready option 2022-10-16 22:31:55 -04:00
burnettk 706094a82f demo env and no ssl for spiff realm on that env 2022-10-15 23:10:38 -04:00
jasquat 1c0c937af7 added method to delete all permissions so we can recreate them w/ burnettk 2022-10-14 14:10:40 -04:00
jasquat c955335d0e precommit w/ burnettk 2022-10-13 15:37:20 -04:00
jasquat 37caf1a69e added a finance user to keycloak and fixed up the staging permission yml w/ burnettk 2022-10-13 15:34:54 -04:00
jasquat 71c803aa93 allow passing in the log level into the app w/ burnettk 2022-10-12 14:40:25 -04:00
jasquat 92d204e696 Merge remote-tracking branch 'origin/main' into feature/data 2022-10-12 14:20:09 -04:00
jasquat 1cb779015f run the save all bpmn script on server boot w/ burnettk 2022-10-12 14:19:51 -04:00
jasquat 1fd8fc7896 Merge remote-tracking branch 'origin/main' into feature/permissions2 2022-10-12 13:54:12 -04:00
burnettk d29621aef9 data setup on app boot 2022-10-12 13:26:04 -04:00
burnettk 0b21a5d4c5 refactor bin/save_all_bpmn.py into service code 2022-10-12 13:09:13 -04:00
burnettk 02fb9d61c4 lint 2022-10-12 12:36:53 -04:00
burnettk c95db46110 refactor scripts 2022-10-12 12:34:24 -04:00
jasquat 68d699784e precommit w/ burnettk 2022-10-11 17:03:28 -04:00
jasquat 93eb91f486 added keycloak configs and user perms for staging w/ burnettk 2022-10-11 16:00:52 -04:00
jasquat e9442cf27a started adding a test for update permission usage 2022-10-11 09:44:32 -04:00
jasquat 8f44f36671 updates to remove some deprecation warnings w/ burnettk 2022-10-10 14:27:20 -04:00
burnettk 3b86b3cc1a configure staging to set git config 2022-10-04 16:07:51 -04:00
burnettk 8c5e11ca68 auto git commit on save 2022-10-04 14:42:31 -04:00
burnettk 8ca5515c16 fix secret delete 2022-09-29 00:03:36 -04:00
jasquat dee8d97d97 allow passing the script text as a string to run a unit test on w/ burnettk 2022-09-28 16:01:49 -04:00
jasquat d5837a2de6 allow continuing bpmn import even if one fails w/ burnettk 2022-09-28 15:33:12 -04:00
burnettk e5c363397a fix flaky test that only is flaky on postgres 2022-09-20 15:32:43 -04:00
jasquat 27e14db383 minor chages to run sql script 2022-09-20 11:52:50 -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
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
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