366 Commits

Author SHA1 Message Date
jasquat
7a1e712c14 avoid using task-data endpoint for task data and only use it to get tasks based on spiff step instead 2023-02-24 09:21:21 -05:00
jasquat
4651eaee94 put back the task data code when getting tasks 2023-02-23 18:32:59 -05:00
jasquat
d53b79b18a removed commented out code w/ burnettk 2023-02-23 17:09:33 -05:00
jasquat
a4c1eb96b5 removed task-data endpoints since we no longer need them w/ burnettk 2023-02-23 17:07:53 -05:00
jasquat
a9694c7678 added api to get task data and do not return from task data list anymore w/ burnettk 2023-02-23 15:59:19 -05:00
jasquat
68a5fe3f16 added comment about refactoring getting task data w/ burnettk jbirddog 2023-02-23 15:06:23 -05:00
burnettk
bb6dd35bbd remove start and end events from simple logs view 2023-02-21 22:43:23 -05:00
jbirddog
01a95011ad Look in task data/script engine environment for data, not just workflow data. (#143) 2023-02-20 18:12:50 -05:00
jasquat
f5a5059ce0 Merge remote-tracking branch 'origin/main' into feature/support_local_openid_in_cypress_tests 2023-02-16 14:25:51 -05:00
burnettk
5918501083 update configs for publish feature 2023-02-16 13:47:26 -05:00
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