1461 Commits

Author SHA1 Message Date
burnettk
ae6b4e45ca exclude migrations from static analysis since they are auto-generated 2022-05-23 22:29:19 -04:00
burnettk
aa232fe292 update tests lint 2022-05-23 19:14:52 -04:00
burnettk
7846ec6836 remove useless variable and add guard clause to reduce complexity 2022-05-23 19:08:36 -04:00
jasquat
1712182a1e added a permission unit test w/ burnettk 2022-05-23 17:23:13 -04:00
jasquat
d2896bdd99 fixed pre-commit w/ burnettk 2022-05-23 16:37:14 -04:00
jasquat
e3d90a6044 added process models and cleaned up some of the code w/ burnettk 2022-05-23 16:36:23 -04:00
jasquat
69af11076e do not run sonar for pull requests and added files to test with keycloak w/ burnettk 2022-05-23 13:33:48 -04:00
burnettk
d4655e4ac4 remove assertion that did not work 2022-05-20 18:11:32 -04:00
burnettk
aa9f252e4a maybe it works to update the variable in the foor loop 2022-05-20 18:01:01 -04:00
burnettk
fea9f36741 drop support for python 3.7 2022-05-20 17:45:10 -04:00
burnettk
162ecd9210 fix a sonarcloud code smell by using a constant 2022-05-20 17:32:21 -04:00
jasquat
cf1168e3a6 print the db type as well in github actions w/ burnettk 2022-05-20 17:05:03 -04:00
jasquat
1c6ba49a93 use a mysql password in ci w/ burnettk 2022-05-20 17:03:08 -04:00
jasquat
4a4c40ad20 try running mysql with nil password w/ burnettk 2022-05-20 16:55:49 -04:00
jasquat
75b72ed536 fixed mypy issue w/ burnettk 2022-05-20 16:51:03 -04:00
jasquat
7079a2ca5b set instance path based on environment variable and determine db based on that from config init instead of config files w/ burnettk 2022-05-20 16:37:23 -04:00
jasquat
a1fa050aee try using a github action for mysql w/ burnettk 2022-05-20 15:14:19 -04:00
jasquat
a1ec53209d do not start mysql if using sqlite and fix flake8 with pre-commit to ignore the migrations dir w/ burnettk 2022-05-20 15:04:50 -04:00
jasquat
2b427fc64e run all tests again w/ burnettk 2022-05-20 14:37:23 -04:00
jasquat
7e2cde1881 do not commite sqlite3 files and run correct flask db upgrade command w/ burnettk 2022-05-20 14:30:11 -04:00
jasquat
0c1c9dcec5 respect committed migration dir and run flask upgrade in nox w/ burnettk 2022-05-20 14:25:12 -04:00
jasquat
921764608b try to run from within nox w/ burnettk 2022-05-20 13:49:02 -04:00
jasquat
c5a57a7c65 find out where we are in ci 2022-05-20 13:42:28 -04:00
jasquat
21561d2570 attempt to run migrations in ci 2022-05-20 13:40:28 -04:00
jasquat
abd16de9aa use the correct db and set root pass to null w/ burnettk 2022-05-20 12:27:05 -04:00
jasquat
fceabe7c58 try mariadb instead w/ burnettk 2022-05-20 12:23:58 -04:00
jasquat
6944822552 use a normal mysql port w/ burnettk 2022-05-20 12:15:17 -04:00
jasquat
bbb779ffec attempt to run ci with mysql w/ burnettk 2022-05-20 12:08:42 -04:00
jasquat
7657bc68a5 remove possibly unnecessary var set for typeguard w/ burnettk 2022-05-20 12:00:43 -04:00
jasquat
d59c094d25 pass db type to typeguard w/ burnettk 2022-05-20 11:55:09 -04:00
jasquat
8fd3e14935 fixed typeguard usage w/ burnettk 2022-05-20 11:46:44 -04:00
jasquat
cf2054458f run tests with sqlite w/ burnettk 2022-05-19 16:14:59 -04:00
jasquat
ad0996fe72 tests may pass now w/ burnettk 2022-05-19 16:08:38 -04:00
jasquat
8e2423628f try to set project root based on root_path w/ burnettk 2022-05-19 14:59:46 -04:00
jasquat
a62aca04c8 fix ci errors w/ burnettk 2022-05-19 14:47:52 -04:00
jasquat
66d16ae409 added configs w/ burnettk 2022-05-19 14:38:47 -04:00
jasquat
553dd8abca use sqlite3 in ci and added permission models w/ burnettk 2022-05-19 11:37:38 -04:00
jasquat
a5150640d8 removed unused files. w/ burnettk 2022-05-19 11:33:16 -04:00
jasquat
c898ca752e added typing_extensions w/ burnettk 2022-05-19 09:33:19 -04:00
jasquat
3aa120f73a mypy should be passing now 2022-05-18 17:11:39 -04:00
jasquat
00f9d64d1b tests are passing again 2022-05-18 17:11:00 -04:00
jasquat
2f918f5418 mypy should be passing now 2022-05-18 17:07:35 -04:00
jasquat
0f6ef58503 fixed some mypy stuff w/ burnettk 2022-05-18 14:34:35 -04:00
jasquat
74ca1b4201 added tests for api blueprint and annotations w/ burnettk 2022-05-18 12:18:47 -04:00
jasquat
56d02a83a0 fixed api_blueprint name collision w/ burnettk 2022-05-18 11:33:28 -04:00
jasquat
0acef91a88 added remaining init files w/ burnettk 2022-05-18 11:18:14 -04:00
jasquat
bdee9ff583 added some annotations using monkeytype w/ burnettk 2022-05-18 10:49:20 -04:00
jasquat
715395335f pre-commit is passing w/ burnettk 2022-05-18 10:21:44 -04:00
jasquat
a97605b08b add full acceptance test for adding users and groups w/ burnettk 2022-05-18 10:17:10 -04:00
jasquat
343b777804 fixed warnings w/ burnettk 2022-05-17 17:15:15 -04:00