wcs/wcs
Benjamin Dauvergne 1cd07f836c
gitea/wcs/pipeline/head This commit looks good Details
saml: always retry user creation when detecting duplicates on sso (#75777)
2024-01-27 15:28:08 +01:00
..
admin admin: add page to display test result detail (#84500) 2024-01-26 13:49:20 +01:00
backoffice backoffice: order management tables by rank when using fulltext search (#16253) 2024-01-26 08:47:27 +01:00
ctl ctl: always retry provisionning when detecting duplicates (#75777) 2024-01-27 15:07:47 +01:00
fields misc: let item fields be prefilled by text value (#12384) 2024-01-26 08:47:51 +01:00
formats misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00
forms misc: remove definitely savedraft button (#85940) 2024-01-26 13:25:22 +01:00
locale translation update 2024-01-26 15:06:09 +01:00
qommon saml: always retry user creation when detecting duplicates on sso (#75777) 2024-01-27 15:28:08 +01:00
statistics api: fix group by on item field when multiple formdefs (#85793) 2024-01-18 20:21:56 +01:00
templates/wcs admin: display test result recorded errors (#84500) 2024-01-26 13:49:20 +01:00
wf workflows: use a rich text widget to configure display message action (#27993) 2024-01-26 08:46:56 +01: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: return proper error when trying to edit a draft form (#85725) 2024-01-16 14:04:06 +01:00
api_access.py misc: drop anonymous attribute from users (#77162) 2023-05-02 08:16:58 +02:00
api_export_import.py api: export/import run install twice to remove pre-import labels in snapshots (#84891) 2023-12-22 10:52:45 +01:00
api_utils.py api: improve timestamp delta error message (#25013) 2023-12-03 21:18:28 +01:00
applications.py backoffice: display applications of the object in sidebar (#80384) 2023-11-24 15:44:07 +01:00
audit.py misc: audit redirects to files on remote storage (#73481) 2024-01-12 14:52:39 +01:00
blocks.py general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
cache.py misc: pylint fix useless-object-inheritance (#52222) 2021-03-29 10:28:30 +02:00
carddata.py misc: allow setting a custom id template on cards (#44604) 2023-11-28 08:59:36 +01:00
carddef.py misc: add |filter_by_identifier (#85352) 2024-01-12 19:29:03 +01: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 general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +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 general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
data_sources.py data sources: add lock_code to datetimes calls (#85398) 2024-01-16 16:31:48 +01:00
formdata.py misc: record actions for form opened with tracking code as submitter (#19943) 2024-01-26 08:47:14 +01:00
formdef.py misc: add support for decimal (and float) as workflow variables (#86021) 2024-01-23 12:43:04 +01: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: return an explicit error when database is down (#6567) 2024-01-15 11:57:50 +01:00
monkeypatch.py misc: apply isort (#52224) 2021-03-19 18:00:18 +01:00
portfolio.py misc: remove json.loads wrapper (#85626) 2024-01-15 11:46:52 +01:00
publisher.py misc: always create translation messages table (#86143) 2024-01-26 09:45:37 +01:00
roles.py general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
root.py misc: skip passive SSO earlier for API calls (#43196) 2024-01-12 15:05:25 +01:00
scripts.py trivial: add pylint disable comments for individual eval-used warnings (#52732) 2021-04-06 10:11:42 +02:00
sessions.py misc: clean more session attributes on session change (#14216) 2023-10-27 08:33:18 +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: always create translation messages table (#86143) 2024-01-26 09:45:37 +01:00
sql_criterias.py i18n: add form/card filter (#71477) 2024-01-26 08:45:53 +01:00
testdef.py testdef: ignore errors from invalid template filters (#84500) 2024-01-26 13:49:20 +01: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 misc: allow integer id when looking up user with roles (#84777) 2023-12-15 09:39:59 +01:00
utils.py misc: add a record_timings utility decorator (#85102) 2024-01-12 14:40:36 +01:00
variables.py general: finish removal of support for non-utf8 charset (#85626) 2024-01-15 11:46:52 +01:00
views.py misc: replace html_top by response methods (#77144) 2023-05-15 17:19:22 +02:00
workflow_traces.py backoffice: add timestamps and links to global timeout events (#10811) 2024-01-12 15:15:29 +01:00
workflows.py workflows: reduce duplicated python in optimized global triggers code (#85692) 2024-01-26 15:50:12 +01:00
wscalls.py misc: remove json.loads wrapper (#85626) 2024-01-15 11:46:52 +01:00
wsgi.py misc: apply double-quote-string-fixer (#80309) 2023-08-07 14:14:12 +02:00