Commit Graph

727 Commits

Author SHA1 Message Date
Frédéric Péters 6908c0d915 misc: add field limits to deprecation report (#66431) 2024-05-10 08:29:21 +02:00
Frédéric Péters d4fc39c319 workflows: do not apply status loop when running a global action (#90327)
gitea/wcs/pipeline/head This commit looks good Details
2024-05-05 17:57:20 +02:00
Frédéric Péters 28efa82601 backoffice: extend inspect tool with loop support (#89932)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-30 15:11:31 +02:00
Frédéric Péters a88ff444cd workflows: consider empty list when checking for permission (#90085)
gitea/wcs/pipeline/head Build queued... Details
2024-04-28 08:10:45 +02:00
Corentin Sechet ba7eb70024 api: add triggerable jump actions to carddef api (#88875) 2024-04-26 10:49:28 +02:00
Corentin Sechet 8779eea796 api: add triggerable global actions to card data api (#88875) 2024-04-26 10:49:28 +02:00
Corentin Sechet ab9adecf55 api: add triggerable global actions to carddef api (#88875) 2024-04-26 10:49:28 +02:00
Frédéric Péters db8e6bc0a5 workflows: add generic status options to global action manual trigger (#77926)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-26 08:29:36 +02:00
Valentin Deniaud a2a4b1536b workflow_tests: skip wscall action if response type is attachment (#89894)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-23 11:30:39 +02:00
Frédéric Péters 0fcf440e0a misc: do not include file contents in json export if file is not set (#89876)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-22 16:30:02 +02:00
Frédéric Péters 1a384effa4 misc: remove has_options method (#89527)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-15 10:21:58 +02:00
Frédéric Péters c82031b4d0 backoffice: make most objects documentable (#19777) 2024-04-15 10:21:53 +02:00
Frédéric Péters 459d4f5598 misc: do not notify on global timeout computation error (#89308)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-12 07:12:52 +02:00
Emmanuel Cazenave 9ff89e41da depreciations: check them only during UI and API imports (#89213)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-05 16:54:12 +02:00
Lauréline Guérin 6bce31c255 workflow: add loop parameters in export/import (#89151)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-04 16:39:19 +02:00
Lauréline Guérin bf32ad0b56 backoffice: fix formdata history with block field bad value (#89069)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-04 11:33:34 +02:00
Valentin Deniaud 36a1e4de91 admin: run workflow tests on workflow changes (#88753)
gitea/wcs/pipeline/head This commit looks good Details
2024-04-02 10:18:55 +02:00
Frédéric Péters 3b4617e887 workflows: check global timeout is not ouf of reasonable bounds (#88864)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-29 14:24:20 +01:00
Frédéric Péters 990dde7060 workflows: do not feed ascii control characters to FTS (#88716) 2024-03-29 08:33:58 +01:00
Valentin Deniaud 9afbbccb13 workflow_tests: add support for global action in button click action (#88311)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-21 15:07:55 +01:00
Frédéric Péters bdb24e21e9 workflows: give correct URL for variable fields URLs (#88435)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-21 08:59:53 +01:00
Lauréline Guérin 3477ee2f29 depreciation: rename DeprecationsScanAfterJob (#72093)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-15 16:34:28 +01:00
Lauréline Guérin 86f28b8037 deprecations: forbid import of new python expressions (#72093) 2024-03-15 16:34:28 +01:00
Frédéric Péters 96af0663eb general: store/display error context stack (#74791) 2024-03-15 07:38:23 +01:00
Frédéric Péters 7750954b2f workflows: do not try python for attachments if it's forbidden (#88008) 2024-03-15 07:23:38 +01:00
Frédéric Péters 7b258dfdc6 workflows: remove stored prefill from workflow variable formdef (#87994) 2024-03-15 07:23:30 +01:00
Frédéric Péters b1604787c3 workflows: store attachments even if not displayed in history (#32983)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-15 07:19:53 +01:00
Frédéric Péters 99d1f4c21f misc: assert complex data context manager is used (#87925)
gitea/wcs/pipeline/head This commit looks good Details
2024-03-08 12:14:21 +01:00
Frédéric Péters f355b9ca02 workflows: add option to get document model file using a template (#69689)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-29 10:44:22 +01:00
Frédéric Péters 585240331f workflows: add replay detection for global action forms (#87547)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-27 17:38:21 +01:00
Lauréline Guérin 03fd82c82e
workflow: fix status loop when status is unknown (#87063)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-16 15:39:37 +01:00
Valentin Deniaud f6725183d5 workflow_tests: do not perform workflow twice on status change (#86955)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-16 11:11:21 +01:00
Valentin Deniaud 731e550fcd workflow_tests: allow testing sendmail workflow item (#83593) 2024-02-13 11:08:03 +01:00
Valentin Deniaud 4bc1f743a8 workflow_tests: run only supported items (#83593) 2024-02-13 11:08:03 +01:00
Frédéric Péters e45dd098b3 formdata: store datetimes with timezone (#52057)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-12 14:26:22 +01:00
Frédéric Péters 1a26682452 workflows: do not check for replay on global interactive mass action (#86824)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-12 14:13:48 +01:00
Lauréline Guérin c28b82745d
backoffice: inspect, link to action for button wf trace (#86575)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-09 10:46:52 +01:00
Pierre Ducroquet 43538c6920 workflows: optimize global_timeout for creation anchor (#86153)
gitea/wcs/pipeline/head This commit looks good Details
2024-02-09 08:42:07 +01:00
Frédéric Péters e2d8aecc1c workflows: prevent action replay (#86577) 2024-02-09 07:28:07 +01:00
Frédéric Péters c39839a6a6 workflows: record single event for button clicks (#86597) 2024-02-09 07:27:58 +01:00
Lauréline Guérin 1d7b8e4330
api: check dependencie in loop_items_template (#81239) 2024-01-30 14:25:54 +01:00
Lauréline Guérin a6e21e53d0
workflow: loop on status actions (#81239) 2024-01-30 14:25:54 +01:00
Lauréline Guérin 1fcf1aff98
admin: configure loop system on status (#81239) 2024-01-30 14:24:18 +01:00
Frédéric Péters 839db07c52 workflows: add migration to __restricted__ special visibility value (#86249)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-29 17:43:50 +01:00
Frédéric Péters e4209bca85 workflows: reduce duplicated python in optimized global triggers code (#85692)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-26 15:50:12 +01:00
Pierre Ducroquet 0cbe2c9521 global timeout: enable more optimizations (#85692) 2024-01-26 15:50:12 +01:00
Frédéric Péters e7efcc1852 misc: record actions for form opened with tracking code as submitter (#19943)
(only when it's done in the frontoffice, record as agent when in
backoffice)
2024-01-26 08:47:14 +01:00
Frédéric Péters 0d6d58e1e2 workflows: add "role" suffix to roles sharing a name with a function (#50584) 2024-01-26 08:46:43 +01:00
Frédéric Péters 2c76df5ccc workflows: fix support for template in global timeouts (#85687)
gitea/wcs/pipeline/head This commit looks good Details
2024-01-15 17:20:18 +01:00
Frédéric Péters 3ff59c706e general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00