Commit Graph

44 Commits

Author SHA1 Message Date
Frédéric Péters 8bb6391359 workflows: hide custom from email action option behind a feature flag (#48805) 2021-10-21 14:05:33 +02:00
Frédéric Péters b4ee66cbcf general: add category-based management access (forms/cards/workflows) (#21991)
gitea-wip/wcs/pipeline/head Build started... Details
2021-09-02 17:34:28 +02:00
Lauréline Guérin e71d636f31
workflow: display role name on graph and inspect page (#56228)
gitea-wip/wcs/pipeline/head Build started... Details
2021-09-02 11:37:35 +02:00
Lauréline Guérin 3584fde29c
misc: option to disable python expressions (#55978)
gitea-wip/wcs/pipeline/head Build started... Details
2021-09-02 10:46:35 +02:00
Frédéric Péters c05735d66d misc: add support for manual ordering to workflow categories (#56533) 2021-09-01 10:18:49 +02:00
Frédéric Péters 16604d04a9 general: add categories for workflows (#55945) 2021-08-16 13:35:29 +02:00
Frédéric Péters 4df2721fac tests: stop running admin/backoffice tests with django front mode (#55972) 2021-08-04 17:40:37 +02:00
Lauréline Guérin ff0d3779c0
misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
Frédéric Péters c162b659eb workflows: fix status reassignment after deletion (#54493) 2021-06-01 18:01:28 +02:00
Frédéric Péters 520355bd62 workflows: add jump action on status lines (#54024) 2021-05-28 09:01:18 +02:00
Nicolas Roche ee403b7840 backoffice: display mail templates usage on workflow page (#51898) 2021-05-20 10:37:51 +02:00
Frédéric Péters b1811b58e4 backoffice: display note about endpoint situation of status (#47154) 2021-05-05 13:29:37 +02:00
Frédéric Péters e424eebbba backoffice: use a template to render workflow status page (#47154) 2021-05-05 13:29:37 +02:00
Frédéric Péters 4b802af856 backoffice: don't display invalid "option replacement field" varnames (#53526) 2021-05-01 09:30:26 +02:00
Frédéric Péters b10c47bfc9 tests: use context manager to load file contents 2021-04-18 09:52:28 +02:00
Frédéric Péters 7f6fb7295d misc: include object url in XML exports (#51899) 2021-04-13 11:52:20 +02:00
Frédéric Péters 653fcaf7e3 backoffice: display card models usage on workflow page (#52648) 2021-04-09 08:18:56 +02:00
Lauréline Guérin c71299d053
misc: pylint fix unused-import (#52630) 2021-04-02 15:49:50 +02:00
Lauréline Guérin a86d1156c1
misc: pylint on tests (#52630) 2021-04-02 15:01:21 +02:00
Lauréline Guérin c1909f5321
workflows: humanize size of export_to_model's document (#51941) 2021-03-30 19:26:34 +02:00
Frédéric Péters 08f1431a66 trivial: apply new isort configuration (#52504) 2021-03-30 13:42:22 +02:00
Lauréline Guérin 48470c50c0
misc: apply isort (#52224) 2021-03-19 18:00:18 +01:00
Lauréline Guérin a320d4f25b
misc: store Role also in SQL (#51772) 2021-03-16 16:33:04 +01:00
Frédéric Péters 25147100b9 workflows: don't run custom form validation code in VariablesWidget (#51657) 2021-03-05 16:51:24 +01:00
Frédéric Péters e7292f6f3f misc: remove usage of "six" module (#51517) 2021-03-01 15:43:54 +01:00
Lauréline Guérin dbf5c67c57 workflows: redirect to fields after wf form submit (#50660) 2021-02-19 09:22:35 +01:00
Valentin Deniaud 3be0032b4f wf: remove trigger from jump item attached to global action (#11280) 2021-02-16 13:57:45 +01:00
Lauréline Guérin 08893a339c
workflows: better form error message for complex actions (#50657) 2021-02-16 09:33:02 +01:00
Lauréline Guérin 554d90467e
misc: move a test 2021-02-16 09:33:01 +01:00
Frédéric Péters 4ebe82ef21 trivial: apply black 2021-02-04 10:37:40 +01:00
Lauréline Guérin 57471aba85
workflows: check varname for FormWorkflowStatusItem (#49376) 2021-01-15 15:39:06 +01:00
Frédéric Péters a1548ab4c5 workflows: add support for complex data templates for mail attachments (#49884) 2021-01-08 08:53:09 +01:00
Frédéric Péters 3d2c05b87a sms: remove all but passerelle provider (#39088) 2020-12-21 10:07:53 +01:00
Frédéric Péters fd45925d20 tests: add test around export to model action 2020-12-20 17:51:55 +01:00
Frédéric Péters 0f26a16d28 tests: add test importing formdef/workflow from url 2020-12-20 17:01:11 +01:00
Lauréline Guérin a7ba34aaec workflow: add target mode/id to external and edit card items (#45653) 2020-12-15 08:36:42 +01:00
Lauréline Guérin 4cc77a077f
errors: default formdef_class is None now (#49444) 2020-12-14 15:57:46 +01:00
Lauréline Guérin 433757d383
misc: store LoggedErrors in SQL (#48925) 2020-12-11 15:00:58 +01:00
Frédéric Péters 83f7941808 tests: add check adding an external trigger to a workflow global action 2020-12-05 20:39:53 +01:00
Lauréline Guérin 0dd771dae6
workflow: record a LoggedError on wscall status error (#48946) 2020-12-04 09:12:35 +01:00
Frédéric Péters 7b7c4a54ea workflows: don't crash on missing/previous destination status (#48992) 2020-12-01 09:18:45 +01:00
Nicolas Roche b49d4010f7 admin: detail target status on choice action (#39207) 2020-11-30 16:09:48 +01:00
Lauréline Guérin 3f3bfeda73
workflow: display role details on inspect page (#48829) 2020-11-27 09:54:12 +01:00
Lauréline Guérin 4e4660a718
misc: move admin pages tests 2020-11-02 18:12:21 +01:00