wcs/wcs
Emmanuel Cazenave bc078bb906
gitea/wcs/pipeline/head This commit looks good Details
workflows: track jumps (#74723)
2023-10-05 16:58:07 +02:00
..
admin misc: add option to give all permissions to first role (#82019) 2023-10-05 14:25:33 +02:00
backoffice api: allow full variable names in ics paths (#32149) 2023-10-02 18:49:26 +02:00
ctl saml: remove unused parts of setting up idp using remote saml metadata (#81904) 2023-10-02 21:27:20 +02:00
fields misc: unify scan for all kinds of dependencies, including datasources (#81414) 2023-10-01 08:54:44 +02:00
formats misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
forms misc: use a template to render tracking code fields check (#81898) 2023-10-02 19:10:15 +02:00
locale translation update 2023-10-02 19:30:38 +02:00
qommon misc: do not check file extension if file has no name (#81849) 2023-10-03 09:31:29 +02:00
statistics misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
templates/wcs misc: use a template to render tracking code fields check (#81898) 2023-10-02 19:10:15 +02:00
wf workflows: track jumps (#74723) 2023-10-05 16:58:07 +02:00
Defaults.py misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
__init__.py misc: refer to pylint codes, not numbers (#52484) 2021-03-30 13:03:40 +02:00
api.py api: do not hide formdata with no visible status (#13231) 2023-10-05 10:41:11 +02:00
api_access.py misc: drop anonymous attribute from users (#77162) 2023-05-02 08:16:58 +02:00
api_export_import.py api: endpoint to check bundle and local changes (#80240) 2023-08-11 11:15:10 +02:00
api_utils.py misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
applications.py backoffice: do not display non visible applications (#75116) 2023-04-17 15:54:00 +02:00
audit.py misc: do not audit API calls to download files (#75572) 2023-03-25 14:05:53 +01:00
blocks.py misc: do not ignore empty block rows when evaluating live value for js (#81094) 2023-10-01 08:54:39 +02:00
cache.py misc: pylint fix useless-object-inheritance (#52222) 2021-03-29 10:28:30 +02:00
carddata.py misc: do not return carddata edit url if card is on unknown status (#81069) 2023-09-15 07:59:47 +02:00
carddef.py cards: avoid crash in tests when using autocomplete widgets (#80863) 2023-09-05 09:42:24 +02:00
categories.py api: export/import, set application slug/version on snapshots (#80189) 2023-08-11 10:41:19 +02:00
comment_templates.py misc: unify scan for all kinds of dependencies, including datasources (#81414) 2023-10-01 08:54:44 +02:00
compat.py misc: make sure there's no leftover skeleton url on missing tenant (#73795) 2023-01-27 09:19:13 +01:00
conditions.py misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
context_processors.py misc: use native templates for form pages (#73956) 2023-02-10 14:59:26 +01:00
custom_views.py misc: skip missing roles when exporting to XML (#24219) 2023-10-02 19:11:09 +02:00
data_sources.py datasources: check template on form validation (#33350) 2023-09-04 09:25:11 +02:00
formdata.py workflows: track jumps (#74723) 2023-10-05 16:58:07 +02:00
formdef.py misc: update jump markers stack on workflow changes (#43243) 2023-10-05 10:50:51 +02:00
i18n.py i18n: add option to mark string as non-translatable (#71791) 2023-01-17 09:11:46 +01:00
logged_errors.py misc: force lazy mode when getting context variables in logged error (#81266) 2023-09-18 09:50:29 +02:00
mail_templates.py misc: unify scan for all kinds of dependencies, including datasources (#81414) 2023-10-01 08:54:44 +02:00
middleware.py misc: do not let Connection: close pass to wsgi handler (#81272) 2023-09-18 10:49:10 +02:00
monkeypatch.py misc: apply isort (#52224) 2021-03-19 18:00:18 +01:00
portfolio.py misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
publisher.py misc: do not ignore empty block rows when evaluating live value for js (#81094) 2023-10-01 08:54:39 +02:00
roles.py misc: add option to give all permissions to first role (#82019) 2023-10-05 14:25:33 +02:00
root.py misc: abort requests if site-options is invalid (#53587) 2023-08-11 00:31:13 +02:00
scripts.py trivial: add pylint disable comments for individual eval-used warnings (#52732) 2021-04-06 10:11:42 +02:00
sessions.py session: limit visited objects in db query to sessions with visited objects (#80613) 2023-09-04 16:52:10 +02:00
settings.py misc: override intcomma to always be called on decimals (#46346) 2023-08-12 09:34:10 +02:00
snapshots.py api: export/import, set application slug/version on snapshots (#80189) 2023-08-11 10:41:19 +02:00
sql.py misc: add option to give all permissions to first role (#82019) 2023-10-05 14:25:33 +02:00
sql_criterias.py misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
testdef.py misc: update default validation error messages (#76350) 2023-09-19 13:24:20 +02:00
tracking_code.py misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
urls.py api: endpoint to check bundle and local changes (#80240) 2023-08-11 11:15:10 +02:00
users.py general: add a column and API to store user preferences (#77505) 2023-09-19 10:27:36 +02:00
utils.py general: remove legacy theming code (#70128) 2022-10-14 11:09:40 +02:00
variables.py workflows: track jumps (#74723) 2023-10-05 16:58:07 +02:00
views.py misc: replace html_top by response methods (#77144) 2023-05-15 17:19:22 +02:00
workflow_traces.py backoffice: do not crash on trace linking a removed formdef (#79376) 2023-07-14 09:04:58 +02:00
workflows.py workflows: track jumps (#74723) 2023-10-05 16:58:07 +02:00
wscalls.py workflows: log invalid payload in webservice calls (#74150) 2023-09-29 07:33:48 +02:00
wsgi.py misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00