556 Commits

Author SHA1 Message Date
jasquat
a98892be32 added some support for using the backend openid server for cypress tests w/ burnettk 2023-02-16 12:09:44 -05:00
jasquat
641d237e83 more config updates w/ burnettk 2023-02-16 10:21:02 -05:00
jasquat
c9c1ae4c16 fixed some env vars for ci 2023-02-16 07:59:51 -05:00
jasquat
5707e2c4e5 pyl 2023-02-16 07:39:40 -05:00
jasquat
7689380411 Merge remote-tracking branch 'origin/main' into feature/update_configs_with_prefix 2023-02-16 07:17:39 -05:00
burnettk
3cfd81efa6 format 2023-02-15 22:35:55 -05:00
jasquat
3e4fc1259f updated configs to use the prefix using the script w/ burnettk 2023-02-15 17:07:12 -05:00
jasquat
909060e985 updated default user group var name for better prefix w/ burnettk 2023-02-15 16:43:40 -05:00
jasquat
7b96335221 do not remove the default user group when refreshing permissions w/ burnettk 2023-02-15 11:09:04 -05:00
jasquat
35f8e6bfde add in debug logging when failing to login to help debug auth failures 2023-02-14 09:59:29 -05:00
jbirddog
646d803be0 Don't try to complete a ready task to move the process instance diagram to the next yellow. (#136) 2023-02-13 18:52:06 -05:00
jasquat
098aa69216 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
aaa402579f This should fix the len issue - though there may be better ways to fix
this.
This reverts commit 52b496d1058a630ee60c50c3e8acc72b2df748dc.
2023-02-13 10:13:51 -05:00
Dan
52b496d105 Revert "more finally for better len"
This reverts commit feb25c286d590d90a9dac9a9ba71ec28bf1fa380.
2023-02-13 10:12:31 -05:00
Dan
feb25c286d more finally for better len
added a fixme for raising errors
fixed up an error message
2023-02-13 10:10:23 -05:00
jasquat
1748a0ae7f 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
cd41be4455 pyl w/ burnettk 2023-02-09 16:03:26 -05:00
jasquat
0c30751946 call activities are also working w/ burnettk 2023-02-09 15:52:00 -05:00
jasquat
012d2bd367 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
7347c73d6a pyl w/ burnettk 2023-02-09 10:28:36 -05:00
jasquat
f0de4959ae Merge remote-tracking branch 'origin/main' into save_step_data 2023-02-09 09:37:03 -05:00
jasquat
df5451685f 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
eb39b61488 remove the "current_user" from being added to the task_data. 2023-02-08 15:53:14 -05:00
Kevin Burnett
721e86f351 Update tasks_controller.py 2023-02-06 16:21:55 -08:00
Dan
a2f91999e2 Use the same markdown library for displaying as for editing - could enable a security run_pyl 2023-02-06 12:20:29 -05:00
Dan
7a6c63cb85 When catching non-jinja errors from Jinja, raise a good error message, and make a best effort at tracking down the line number and error line if possible. 2023-02-06 12:06:37 -05:00
Dan
6bd9fa5c00 Merge branch 'main' of github.com:sartography/spiff-arena into main 2023-02-03 17:01:13 -05:00
Dan
92fa390fc9 Fix that dreadful unknown "KeyError" exception that was cropping up.
Adding a bit of detail to the spiffworkflow exceptions when a duplicate process model is found.
Disable the submit button on tasks after you click submit (avoid the double click and give users a better experience)
2023-02-03 17:01:03 -05:00
burnettk
e441dc35a1 refactor some stuff in task_show to separate functions 2023-02-03 16:17:36 -05:00
burnettk
1247189bf8 make form schema and form ui schema both dicts, add support for hiding fields based on task data 2023-02-03 15:40:14 -05:00
jbirddog
4240946334 File download from workflow data (#122) 2023-02-02 14:44:37 -05:00
burnettk
c669aeff27 there is no need to ever sentry_sdk.start_transaction because the flask integration does that 2023-02-01 13:44:12 -05:00
burnettk
f58be8fe91 more spans to track performance 2023-02-01 07:45:48 -05:00
burnettk
3abe82af4a more sentry performance tracing 2023-01-31 22:30:15 -05:00
Dan
2152b3f5a6 Fix typing issue. 2023-01-30 16:50:43 -05:00
Dan
d83e5a70bc Use the id_token, not the auth_token from the open id server for authentication with the front end. The auth_token should be kept safe, and not guranteeded to be a json token. 2023-01-30 13:09:23 -05:00
jasquat
5f7dac332f pyl 2023-01-26 07:46:36 -05:00
jasquat
9e3640b169 set the correct type for task since SpiffTask and a backend task are not the same 2023-01-26 07:35:13 -05:00
jasquat
13b442f7f8 Merge remote-tracking branch 'origin/main' into feature/jinja_errors 2023-01-25 17:30:55 -05:00
Dan
b2fb0dd79f run_pyl had various recommendations that I find a bit of a pain in the butt, but that I did anyway. 2023-01-25 16:43:28 -05:00
jasquat
80eb29c283 removed debug print statements 2023-01-25 16:25:03 -05:00
jasquat
63e61ba1ec fixed typo w/ burnettk 2023-01-25 16:08:58 -05:00
jasquat
1ce3fbe542 added some debug statements for ci w/ burnettk 2023-01-25 16:02:07 -05:00
Dan
a38ecc2e60 Merge remote-tracking branch 'origin/main' into feature/jinja_errors 2023-01-25 15:38:52 -05:00
Dan
40682d0592 Added useMemo to error context
No longer clear errors in the task bar, as that will constantly remove them as soon as they are shown.
2023-01-25 15:09:05 -05:00
jasquat
eb1ac56617 Merge branch 'main' of github.com:sartography/spiff-arena 2023-01-25 14:36:05 -05:00
jasquat
7bf8618267 when changing the primary file name also change the primary process when updating a process model from the api w/ burnettk 2023-01-25 14:36:01 -05:00
Dan
d63f0c2a91 Making sure we create informative messages when encountering jinja2 syntax errors. 2023-01-25 14:13:21 -05:00
burnettk
def02a5f56 delete legacy flask-rendered html pages from initial prototype, since backend is now API-only 2023-01-25 11:30:19 -05:00
jasquat
5b88f88d31 added the process model identifier for the diagram if it is not the top level w/ burnettk 2023-01-25 10:39:17 -05:00