249 Commits

Author SHA1 Message Date
mike cullerton
82be330983 Flake8 flakiness 2022-07-06 08:37:32 -04:00
mike cullerton
8d9eb7e54e mypy changes 2022-07-06 08:30:45 -04:00
mike cullerton
7e0c06aaa5 Typing 2022-07-05 14:31:37 -04:00
mike cullerton
8480ecb8fb pre-commit with poetry 2022-07-05 14:07:23 -04:00
mike cullerton
f29ef3c96d New authentication service 2022-07-05 12:13:00 -04:00
jasquat
80696f5f23 some support to interpolate form data w/ burnettk 2022-06-30 17:11:50 -04:00
jasquat
1f7a35de50 added process instance show api endpoint w/ burnettk 2022-06-30 15:49:57 -04:00
jasquat
7f93d09ef5 submit user data can now save user task form data w/ burnettk 2022-06-30 15:03:23 -04:00
mike cullerton
2f7f901239 precommit with poetry 2022-06-30 14:22:50 -04:00
mike cullerton
020426f374 fix principal/user_id bug
fix typo in test name
2022-06-30 14:21:07 -04:00
jasquat
4cd9e33b9e precommit is passing w/ burnettk 2022-06-30 12:17:14 -04:00
jasquat
e57a64361c started migrating code for updating task form data w/ burnettk 2022-06-30 12:13:14 -04:00
jasquat
405277d323 Merge remote-tracking branch 'origin/main' into feature/add_active_task 2022-06-30 12:11:25 -04:00
mike cullerton
8b5306a562 mypy cleanup
removed until we decide how to deal with forms
2022-06-30 11:52:56 -04:00
mike cullerton
6e0e7b847f mypy cleanup 2022-06-30 11:50:42 -04:00
jasquat
c5b5670794 mypy w/ burnettk 2022-06-30 11:26:59 -04:00
jasquat
ab83f4feea precommit is passing w/ burnettk 2022-06-30 11:21:02 -04:00
jasquat
4c780df7bf added custom jsonencoder w/ burnettk 2022-06-30 11:18:55 -04:00
jasquat
2614193640 some cleanup 2022-06-30 09:28:35 -04:00
jasquat
a0d6d05e15 Merge remote-tracking branch 'origin/main' into feature/add_active_task 2022-06-30 09:05:32 -04:00
mike cullerton
16da394bd6 precommit with poetry 2022-06-30 08:12:35 -04:00
mike cullerton
66fc71a729 mypy changes 2022-06-30 08:06:47 -04:00
mike cullerton
eca82ae275 mypy type hint changes 2022-06-29 17:20:59 -04:00
jasquat
16e086aacf added api endpoint to submit task form data 2022-06-29 17:18:04 -04:00
jasquat
898c08fa62 added active task model and some support to send back the form json w/ burnettk 2022-06-29 16:19:07 -04:00
mike cullerton
032c52bbb9 Set task_event.user_id as foreign key to user.id 2022-06-29 15:37:30 -04:00
mike cullerton
5190aee2af principal_id -> user_id 2022-06-29 15:18:26 -04:00
mike cullerton
25201a6045 mypy changes 2022-06-29 14:45:29 -04:00
mike cullerton
6658cc9140 precommit with poetry 2022-06-29 12:44:49 -04:00
mike cullerton
16394c0dd8 run precommit with poetry 2022-06-29 12:41:04 -04:00
mike cullerton
77893af6d9 user_uid -> principal_id 2022-06-29 12:18:41 -04:00
mike cullerton
963d60f4e5 Merge branch 'main' into cullerton 2022-06-29 11:51:56 -04:00
jasquat
5fd85eadda delete all data in the databases before every test. we may have to control the order better w/ burnettk 2022-06-29 11:47:17 -04:00
mike cullerton
bb230b5447 Merge branch 'main' into cullerton 2022-06-29 11:42:58 -04:00
mike cullerton
ceef89ff55 methods, etc for running user tasks
needed for task_events
2022-06-29 11:40:52 -04:00
burnettk
d427fd72d4 basic task show 2022-06-28 17:59:12 -04:00
jasquat
17a2c19227 added api call to get active tasks w/ burnettk 2022-06-28 17:11:10 -04:00
jasquat
89a0904b5d added new model for active_task table w/ burnettk 2022-06-28 14:22:46 -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
mike cullerton
cfa738f128 run precommit 2022-06-27 12:56:13 -04:00
mike cullerton
3bc11edaf9 Merge branch 'main' into cullerton 2022-06-27 12:54:15 -04:00
mike cullerton
59863dfcf1 run mypy with poetry 2022-06-27 12:53:47 -04:00
jasquat
91db8a2815 fixed api method signature w/ burnettk 2022-06-27 12:34:15 -04:00
mike cullerton
d21ad20525 run pre commit 2022-06-27 11:15:00 -04:00
mike cullerton
77227c545a Merge branch 'main' into cullerton
# Conflicts:
#	tests/spiffworkflow_backend/integration/test_process_api.py
2022-06-27 11:06:17 -04:00
mike cullerton
af0d29d2ec Change handlers from classes to methods. 2022-06-27 10:37:14 -04:00
mike cullerton
61fcf75721 Add an email service 2022-06-27 10:36:13 -04:00
mike cullerton
99cd2ac6fa Add flask mail to app 2022-06-27 10:35:53 -04:00
burnettk
10b40d9af3 flask-sqlalchemy-stubs was actually screwing up the other package that provided stubs, it seems 2022-06-24 23:41:47 -04:00
jasquat
bf291fbd8e only load fixture data when starting the server w/ burnettk 2022-06-24 17:41:14 -04:00