Commit Graph

117 Commits

Author SHA1 Message Date
burnettk fcd7be586f maybe we can wait again now that we have a timeout 2022-07-12 01:56:56 -04:00
burnettk 4295c1657c remove wait and delete volume 2022-07-11 22:55:38 -04:00
jasquat fcbb9cfbb7 removed docker_restart and instead do it all in build and run and check docker compose stuff in ci w/ burnettk 2022-07-11 17:10:07 -04:00
burnettk 5047b9aa8b add process_instance_report_list 2022-07-09 13:17:21 -04:00
jasquat d19a8acd63 some cleanup w/ burnettk 2022-07-08 16:03:50 -04:00
jasquat cc1c5d096c get token from frontend and exchange with backend w/ burnettk 2022-07-08 15:53:32 -04:00
jasquat 3246adc31c get_token is working now w/ burnettk 2022-07-08 15:40:16 -04:00
jasquat 11f9b7142b log the gunicorn access logs as json to stdout as well w/ burnettk 2022-07-08 15:24:51 -04:00
jasquat bc04086d14 updated realm and get token kinda works now w/ burnettk 2022-07-08 12:35:35 -04:00
burnettk 5d1ca39a34 document getting user info with token 2022-07-08 11:15:11 -04:00
jasquat 4b7b341a24 log to stdout and stderr instead w/ burnettk 2022-07-08 10:54:19 -04:00
jasquat 49ac0706c9 Merge branch 'main' of github.com:sartography/spiffworkflow-backend 2022-07-07 14:44:23 -04:00
jasquat ac9c2f7fff attempt to log better with gunicorn w/ burnettk 2022-07-07 14:44:19 -04:00
burnettk 10dc202793 credit 2022-07-07 13:55:23 -04:00
burnettk 376d808223 improve script 2022-07-07 13:08:55 -04:00
burnettk f8b4e21acc get_token script 2022-07-07 13:06:51 -04:00
jasquat 093b96a2f9 added json formatting and turn debug mode off in docker so we can get stack traces to log files w/ burnettk 2022-07-07 12:27:03 -04:00
jasquat ac40540c57 adding log files for the server w/ burnettk 2022-07-07 10:19:52 -04:00
burnettk 034e4d4471 more docs 2022-07-06 18:03:32 -04:00
jasquat 71f7c2245e added wait for keycloak script w/ burnettk 2022-07-06 17:12:56 -04:00
jasquat 44565d1704 added ci stuff for keycloak w/ burnettk 2022-07-06 17:09:38 -04:00
jasquat 9cc05a6749 added some more info for keycloak w/ burnettk 2022-07-06 16:13:05 -04:00
burnettk 2fa6ceca16 pre-commit 2022-07-04 22:48:47 -04:00
burnettk 0a88c7fa6b refactor script to run to completion successfully and avoid serialization error 2022-07-02 19:09:33 -04:00
burnettk 01bc66dca9 precommit 2022-07-01 13:46:50 -04:00
burnettk c915e15af8 work in progress 2022-07-01 11:04:36 -04:00
burnettk 17846f1972 use 5005 for keycloak and document how to start this thing 2022-07-01 10:30:01 -04:00
jasquat 4cd9e33b9e precommit is passing w/ burnettk 2022-06-30 12:17:14 -04:00
jasquat ab83f4feea precommit is passing w/ burnettk 2022-06-30 11:21:02 -04:00
jasquat 7c36197834 support json files for forms and default to running the server locally to using not wsgi w/ burnettk 2022-06-27 16:59:59 -04:00
jasquat bf291fbd8e only load fixture data when starting the server w/ burnettk 2022-06-24 17:41:14 -04:00
jasquat a9d40937a2 added status endpoint for checking if webserver is running w/ burnettk 2022-06-23 15:27:53 -04:00
jasquat 0f1ed7a662 allow overriding docker-compose configs with env vars w/ burnettk 2022-06-23 14:53:13 -04:00
burnettk aa8f5bebeb fix typo 2022-06-20 23:25:12 -04:00
burnettk 6fae660772 use correct env var and fix bash nounset issue 2022-06-20 22:56:50 -04:00
burnettk a26f620875 start to support postgres 2022-06-20 18:31:09 -04:00
burnettk e58b55e40c round times for the benefit of sqlite, which will apparently not do this for integer columns 2022-06-20 17:39:18 -04:00
burnettk 4c9f47a32d precommit 2022-06-20 17:17:51 -04:00
jasquat 65da9ccbaa fixed some precommit 2022-06-20 10:56:32 -04:00
jasquat 5cfe999d34 added process group id to all process-models api routes 2022-06-20 10:50:21 -04:00
burnettk d88095f077 update import scripts 2022-06-19 22:57:57 -04:00
burnettk a38ef72c26 add process_instance_report api method 2022-06-19 19:19:42 -04:00
burnettk 83586eae91 add ticket import system 2022-06-19 19:02:42 -04:00
jasquat 6a5e145664 added wait to be up script w/ burnettk 2022-06-17 10:35:23 -04:00
jasquat 34248324c0 added sorting to process model w/ burnettk 2022-06-16 16:58:55 -04:00
jasquat 85172c6e9b added deploy script and try depending on a healthy db before bringing up the backend w/ burnettk 2022-06-10 17:19:20 -04:00
jasquat 8e5da896a2 added docker restart command w/ burnettk 2022-06-10 17:00:00 -04:00
jasquat 7167fa70bd run on 5010 w/ burnettk 2022-06-08 10:20:48 -04:00
jasquat 6b7d3c4817 always create mysql dbs if they do not exist w/ burnettk 2022-06-08 10:07:25 -04:00
jasquat f08992f2e5 added api to get process groups w/ burnettk 2022-06-03 10:56:07 -04:00
jasquat 5b51030a40 some tweaks for running on the server with docker w/ burnettk 2022-06-01 15:49:05 -04:00
jasquat c6131a04d3 added ability to build and run with docker w/ burnettk 2022-06-01 14:50:44 -04:00
jasquat d235c64915 updated to use spiffworkflow-backend naming w/ burnettk 2022-06-01 11:17:25 -04:00
Dan a786bd5091 Much simplier custom script engine - can execute fully automated workflows now. 2022-05-27 15:02:09 -04:00
Dan c23b9e0601 fixing up some paths. 2022-05-27 14:36:43 -04:00
Dan bcd87d63e8 we can view stuff. 2022-05-27 14:29:43 -04:00
jasquat 1993dc1bd6 wip for process deploy and fixed code coverage for test_data w/ burnettk 2022-05-25 10:19:35 -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
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 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 21561d2570 attempt to run migrations in ci 2022-05-20 13:40:28 -04:00
jasquat 66d16ae409 added configs w/ burnettk 2022-05-19 14:38:47 -04:00
jasquat 3c8ded606e extended the api to create users and groups, added some tests, and added some helpful commands w/ burnettk 2022-05-17 16:35:38 -04:00
jasquat 269a7c49af use db object from shared model in flask-bpmn w/ burnettk 2022-05-16 16:38:48 -04:00
jasquat 4b3a91c13c this is now working and stores state in a sqlite3 db w/ burnettk 2022-05-16 15:21:35 -04:00