2005 Commits

Author SHA1 Message Date
Jon Herron
390287bde3 The End Event has a spiff step 2023-02-13 14:13:34 -05:00
jasquat
4e6bee21be added script to import users w/ burnettk 2023-02-13 12:15:00 -05:00
jasquat
ff8912f505 added api endpoint to allow logging in for the first time with an openid access_token w/ burnettk 2023-02-13 11:57:31 -05:00
Dan Funk
7fab1f4f6b Merge pull request #135 from sartography/bug/len
This should fix the len issue - though there may be better ways to fix
2023-02-13 10:38:32 -05:00
Dan
73e4178d07 run_pyl 2023-02-13 10:38:21 -05:00
burnettk
9c40e56eff delete 15 users that are no longer needed 2023-02-13 10:36:03 -05:00
Dan
82c42a66cf Merge remote-tracking branch 'origin/main' into bug/len 2023-02-13 10:35:20 -05:00
burnettk
057102c1e1 commit before removing users 2023-02-13 10:30:07 -05:00
Dan
fbee1e316f This should fix the len issue - though there may be better ways to fix
this.
This reverts commit d1e2d292111c9e81b0fc9177c8f7546a8a6e8462.
2023-02-13 10:13:51 -05:00
Dan
e48c318858 Revert "more finally for better len"
This reverts commit 44e2e910782a635b037d0f0c6fa25b366e9480b3.
2023-02-13 10:12:31 -05:00
Dan
b398f53adc more finally for better len
added a fixme for raising errors
fixed up an error message
2023-02-13 10:10:23 -05:00
burnettk
3d22455eba fix employee id 2023-02-12 23:43:56 -05:00
Dan
9eb0c08d1a Update Spiffworkflow so we have the better error messages on service tasks. 2023-02-12 16:19:40 -05:00
Dan
54e17133c6 don't default to a broken environment. 2023-02-12 15:00:17 -05:00
burnettk
44acb13dac add five test users, rename peopleops users, delete two 2023-02-12 13:35:09 -05:00
Dan
27bbacafbd Remove version from docker-compose, as this is causing issues for people still using docker-compose v2. 2023-02-12 12:24:25 -05:00
burnettk
74984c8ec7 turn off profiling for now to see if that is what is causing segfaults 2023-02-10 09:52:23 -05:00
jbirddog
733fe927ea Save logs in finally (#134) 2023-02-10 09:18:04 -05:00
jasquat
37f728a730 link to the spiff step from a task on the frontend and use the correct db in ci 2023-02-09 17:07:36 -05:00
jasquat
3c12084338 pyl w/ burnettk 2023-02-09 16:03:26 -05:00
jasquat
af10992a22 call activities are also working w/ burnettk 2023-02-09 15:52:00 -05:00
jasquat
d0aa6b1cf5 tasks and subprocesses can are setting the task states properly now when getting task data w/ burnettk jbirddog 2023-02-09 15:29:45 -05:00
jasquat
4791bda56d pyl w/ burnettk 2023-02-09 10:28:36 -05:00
Jon Herron
ffa4fd78c8 Merge branch 'save_step_data' of github.com:sartography/spiff-arena into save_step_data 2023-02-09 09:45:50 -05:00
Jon Herron
9e3a897b89 Fix bug where deletes from the environment were not removed from the task data as well 2023-02-09 09:45:31 -05:00
jasquat
7eebf361e3 Merge remote-tracking branch 'origin/main' into save_step_data 2023-02-09 09:37:03 -05:00
Dan Funk
b4f22984db Merge pull request #132 from sartography/feature/no_more_current_user
Feature/no more current user
2023-02-08 18:23:25 -05:00
jasquat
db3d47034f updated controller to use spiff step details to find correct task data to show w/ burnettk 2023-02-08 17:31:20 -05:00
Dan
b3a70d420f run_pyl 2023-02-08 17:10:57 -05:00
Dan
fca0036167 remove the "current_user" from being added to the task_data. 2023-02-08 15:53:14 -05:00
jasquat
747f91d13b Merge remote-tracking branch 'origin/main' into save_step_data 2023-02-08 14:08:27 -05:00
jasquat
ac02e0a923 Merge remote-tracking branch 'origin/main' into save_step_data 2023-02-08 14:02:24 -05:00
burnettk
cce05cab93 pyl 2023-02-08 14:02:17 -05:00
Dan Funk
dc25023545 Merge pull request #131 from sartography/feature/improved_service_task_errors
Feature/improved service task errors
2023-02-08 13:38:51 -05:00
Dan
4d9a7a6aaf If you have an instance/config.py to override local development it would also override testing. 2023-02-08 13:37:56 -05:00
Dan
c06db31741 Use a mock when making external calls in tests. 2023-02-08 13:14:42 -05:00
Dan
d6654e8279 Merge remote-tracking branch 'origin/main' into feature/improved_service_task_errors 2023-02-08 13:11:53 -05:00
burnettk
6e4b191cab Merge branch 'main' of github.com:sartography/spiff-arena 2023-02-08 12:51:52 -05:00
burnettk
0fd982a4db catch up with environment change 2023-02-08 12:51:48 -05:00
jasquat
81a7cdc944 added additional columns to spiff_step_details w/ burnettk jbirddog 2023-02-08 12:43:30 -05:00
Dan
805b86ecc1 fixing some missing types 2023-02-08 12:27:55 -05:00
Dan
8644561b78 run_pyl 2023-02-08 12:00:27 -05:00
Dan
72deffd8e4 Assure that when something goes wrong calling a service task that we get as much good information about the problem as possible. 2023-02-08 11:53:20 -05:00
jasquat
687125bd7b Merge remote-tracking branch 'origin/main' into save_step_data 2023-02-08 11:47:11 -05:00
jasquat
9c8ca3aa31 enable faulthandler to hopefully see seg faults in the logs w/ burnettk jbirddog 2023-02-08 11:42:11 -05:00
Jon Herron
a96512111b Merge branch 'main' into save_step_data 2023-02-08 10:14:07 -05:00
burnettk
bc5567294d remove dup 2023-02-08 09:52:40 -05:00
burnettk
10fa5edf9b add users 2023-02-08 08:04:30 -05:00
jasquat
d7f5264194 Merge pull request #114 from sartography/frontend/use-api-subpath
frontend: use /api subpath instead of subdomain
2023-02-07 17:20:45 -05:00
jasquat
35efb09155 allow setting configs for the frontend through env vars w/ burnettk 2023-02-07 17:17:45 -05:00