wcs/wcs
Pierre Ducroquet 1626ad4e1a
gitea/wcs/pipeline/head This commit looks good Details
sql: send cron in application_name to show origin of queries in PostgreSQL (#75795)
2023-03-27 08:40:43 +02:00
..
admin misc: limit length of form titles (#75596) 2023-03-24 09:47:41 +01:00
backoffice backoffice: allow fields of BlockField in csv import for cards (#72799) 2023-03-24 10:33:24 +01:00
ctl misc: bump black version (#75442) 2023-03-16 16:12:20 +01:00
formats misc: format date in a parseable format by default (#34703) 2019-07-12 13:33:57 +02:00
forms misc: do not audit API calls to download files (#75572) 2023-03-25 14:05:53 +01:00
locale translation update 2023-03-24 13:37:44 +01:00
qommon sql: send cron in application_name to show origin of queries in PostgreSQL (#75795) 2023-03-27 08:40:43 +02:00
statistics statistics: allow filtering by multiple formdefs (#73174) 2023-03-03 10:59:09 +01:00
templates/wcs a11y: add accordion pattern to form view sections (#73116) 2023-03-24 10:06:32 +01:00
wf workflows: store EmailEvolutionPart (#75025) 2023-03-24 14:15:21 +01:00
Defaults.py publisher: always use detailed stack traces (#75349) 2023-03-24 09:11:18 +01:00
__init__.py misc: refer to pylint codes, not numbers (#52484) 2021-03-30 13:03:40 +02:00
api.py misc: bump black version (#75442) 2023-03-16 16:12:20 +01:00
api_access.py api: add empty get_substitution_variables method to API access user (#70990) 2022-11-05 08:15:07 +01:00
api_export_import.py misc: remove formdata/carddata pickle storage (#73930) 2023-02-10 09:15:35 +01:00
api_utils.py misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
audit.py misc: do not audit API calls to download files (#75572) 2023-03-25 14:05:53 +01:00
blocks.py blocks: run formdef tests on change (#74302) 2023-02-28 10:23:28 +01:00
cache.py misc: pylint fix useless-object-inheritance (#52222) 2021-03-29 10:28:30 +02:00
carddata.py backoffice: edit related card in a popup (#73689) 2023-02-28 10:46:04 +01:00
carddef.py misc: cleanup after automatic force_text/force_str upgrade (#74840) 2023-03-15 15:33:17 +01:00
categories.py workflows: add comment template management (#39178) 2023-01-31 15:23:59 +01:00
comment_templates.py api: comment template dependencies (#39178) 2023-01-31 15:24:01 +01: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: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
data_sources.py misc: bump black version (#75442) 2023-03-16 16:12:20 +01:00
fields.py misc: add both id and text columns for items fields in spreadsheet (#75657) 2023-03-24 09:10:40 +01:00
formdata.py misc: bump black version (#75442) 2023-03-16 16:12:20 +01:00
formdef.py backoffice: allow fields of BlockField in csv import for cards (#72799) 2023-03-24 10:33:24 +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 backoffice: allow more word breaking in logged error summaries (#68038) 2022-08-12 09:03:13 +02:00
mail_templates.py api: comment template dependencies (#39178) 2023-01-31 15:24:01 +01:00
middleware.py middleware: allow CIDR blocks in maintenance passthrough IPs (#73039) 2023-01-17 09:12:22 +01: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 publisher: always use detailed stack traces (#75349) 2023-03-24 09:11:18 +01:00
roles.py misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
root.py misc: avoid passive SSO for api/backoffice/login URLs (#73670) 2023-02-24 11:23:09 +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: bump black version (#75442) 2023-03-16 16:12:20 +01:00
settings.py cron: allow some cron workers to be run in parallel (#33280) 2022-10-31 16:48:28 +01:00
snapshots.py snapshots: run tests in background and view results (#74302) 2023-02-28 10:23:28 +01:00
sql.py sql: send cron in application_name to show origin of queries in PostgreSQL (#75795) 2023-03-27 08:40:43 +02:00
testdef.py testdef: never call field data source (#75095) 2023-03-09 10:24:23 +01:00
tracking_code.py misc: apply pyupgrade (#55490) 2021-07-09 15:43:16 +02:00
urls.py statistics: add time between two statuses for cards (#72454) 2023-01-16 09:43:15 +01:00
users.py fields: format all phone numbers when prefilling from user fields (#72765) 2023-01-03 18:07:34 +01:00
utils.py general: remove legacy theming code (#70128) 2022-10-14 11:09:40 +02:00
variables.py misc: apply django-upgrade 3.2 (mostly force_text -> force_str) (#74840) 2023-03-15 15:33:17 +01:00
views.py widgets: add a search control to map widget (#72558) 2023-02-16 20:30:26 +01:00
workflow_traces.py backoffice: fix form inspect with missing external wf on trace (#73823) 2023-01-31 16:06:29 +01:00
workflows.py workflows: display trigger statuses in summary line (#75056) 2023-03-24 09:11:31 +01:00
wscalls.py misc: bump black version (#75442) 2023-03-16 16:12:20 +01:00
wsgi.py misc: pylint fix wrong-import-position (#52222) 2021-03-29 10:28:29 +02:00