Commit Graph

277 Commits

Author SHA1 Message Date
Valentin Deniaud 830e245665 misc: apply double-quote-string-fixer (#79788) 2023-08-16 10:12:08 +02:00
Frédéric Péters 32b8edc57f misc: start wcs-olap cron jobs earlier (#79540)
gitea/bijoe/pipeline/head This commit looks good Details
2023-07-08 08:47:01 +02:00
Benjamin Dauvergne 764d4a0ac3 translation update (#75513)
gitea/bijoe/pipeline/head This commit looks good Details
2023-04-22 15:06:49 +02:00
Benjamin Dauvergne 19d3883821 misc: ignore filters and loops for unknown dimensions (#75513)
Check they are reported in HTML and JSON view.
2023-04-22 15:06:49 +02:00
Benjamin Dauvergne 17c566ede0 dj32: rename staticfiles templatetags lib to static (#67950) 2023-01-31 15:39:30 +01:00
Frédéric Péters 4b7981a951 misc: regroup wcs-olap runs by idp (#68185) 2022-08-18 15:10:02 +02:00
Frédéric Péters 5fb4f75d24 misc: make makemessages remove obsolete strings by default (#66289) 2022-06-17 19:57:13 +02:00
Frédéric Péters 8083554ab8 general: switch to django postgresql json field (#64294) 2022-05-15 10:45:21 +02:00
Frédéric Péters 669c6c769b general: increase slug max length as test fixtures exceed it (#64294) 2022-05-15 10:45:21 +02:00
Frédéric Péters fe2b5cabc2 general: remove sqlite support (#64294) 2022-05-15 09:38:24 +02:00
Frédéric Péters 4a44e63bcb general: ensure json columns are of jsonb type (#65261) 2022-05-15 09:38:24 +02:00
Valentin Deniaud 7910ee76a4 misc: remove usage of "six" module (#63687) 2022-04-20 14:21:20 +02:00
Frédéric Péters 033a6a79f8 trivial: remove usage of obsolete python_2_unicode_compatible (#64293) 2022-04-17 11:15:02 +02:00
Frédéric Péters 09e3bcf99c misc: apply black 22.1.0 2022-03-01 19:35:36 +01:00
Benjamin Dauvergne d6fdb4affd schemas: fix loop handling for date dimension (#59691)
When date dimension is used with a loop, the filter is a list of date
instead of date range dictionnary.
2021-12-15 09:25:39 +01:00
Benjamin Dauvergne 504c90cc7c misc: set template_base when including mellon's urls (#59529) 2021-12-14 15:59:41 +01:00
Frédéric Péters 5b9230d6c9 translation update 2021-11-23 21:01:08 +01:00
Benjamin Dauvergne 314266a8af misc: report unknown dimensions as errors (#58680) 2021-11-23 21:00:05 +01:00
Benjamin Dauvergne 6a011b145a misc: add grouping of data by day (#57825) 2021-10-19 16:53:19 +02:00
Benjamin Dauvergne b844d1b1dc translation update 2021-08-09 17:02:10 +02:00
Benjamin Dauvergne 1a5f0b6a9d misc: add custom makemessages command to skip line numbers by default (#56061) 2021-08-09 17:01:35 +02:00
Benjamin Dauvergne 00ff96f044 uwsgi: skip cron job if DISABLE_CRON_JOBS (#56068) 2021-08-09 16:20:25 +02:00
Benjamin Dauvergne 65d33f00b7 misc: apply pyupgrade/isort/black (#56062) 2021-08-09 15:35:48 +02:00
Benjamin Dauvergne 951bd3387f misc: use uwsgi spooler to launch wcs-olap (#56040) 2021-08-09 15:06:51 +02:00
Benjamin Dauvergne bee5061ace hobo_agent: copy sentry configuration into wcs-olap.ini (#56048) 2021-08-09 12:29:11 +02:00
Valentin Deniaud aec477ddf3 settings: explicitly set select2 cache prefix (#53403) 2021-04-27 17:09:02 +02:00
Valentin Deniaud 9a16eee553 manager: load visualization filter choices using ajax (#35569) 2021-04-12 14:52:04 +02:00
Valentin Deniaud 5375d4c9dc misc: drop compatibility with django-select2 < 5 (#35569)
Version 5 was released in 2015.
2021-04-12 14:52:04 +02:00
Frédéric Péters 44dfe6ba90 templates: fix variable usage to have open/close parts on same line (#52892) 2021-04-09 10:05:52 +02:00
Frédéric Péters 80edb58208 translation update 2021-04-07 21:04:52 +02:00
Nicolas Roche 0ad3cc58ae engine: format where sql condition string (#47766) 2021-03-08 11:01:56 +01:00
Serghei Mihai cac1bc1534 views: use FeatureCollection for geojson format (#51163) 2021-02-18 10:05:11 +01:00
Frédéric Péters 7b6a854c58 translation update 2021-01-09 14:48:43 +01:00
Frédéric Péters 8c13ab136c misc: mark strings for translations (#20964) 2020-10-04 11:38:04 +02:00
Frédéric Péters 532838f17e style: enlarge side form to increase date input widths (#47311) 2020-10-04 11:30:00 +02:00
Frédéric Péters 059e26b479 misc: force date format to yyyy-mm-dd as required by type=date inputs (#47306) 2020-10-03 16:12:18 +02:00
Benjamin Dauvergne 91adb6e0b2 misc: set Content-Disposition header for exports (#47060) 2020-09-28 10:16:33 +02:00
Benjamin Dauvergne be85302f2d engine: fix filtering of members of unjoined dimensions (#44289) 2020-06-26 11:51:47 +02:00
Benjamin Dauvergne c676890178 misc: truncate schema names to 63 chars (#43042)
To comply with postgresql limitation, to prevent collisions a hash of
the full identifier is inserted in the middle.
2020-05-20 17:27:17 +02:00
Frédéric Péters a0cf6fb047 misc: display last update time in a human format (#42447) 2020-05-14 14:55:00 +02:00
Benjamin Dauvergne be2c08a6f1 misc: call parent's init in SchemaJSONDimension (#41814)
Broken by:

  9a4d84a python3: avoid __slots__ conflicts with class variable (#40570)
2020-05-07 18:51:12 +02:00
Benjamin Dauvergne 7cab96b989 engine: get fact table from configuration (#41814) 2020-05-07 18:51:12 +02:00
Frédéric Péters 226d162b25 translation update 2020-05-04 13:41:14 +02:00
Frédéric Péters 59a9a667e8 translation fix 2020-05-04 13:17:39 +02:00
Benjamin Dauvergne d1cddf2117 misc: use mtime of schema as last update time (#41836) 2020-04-25 12:22:04 +02:00
Frédéric Péters 87fa6a012d misc: switch to class-based login/logout views (#41633) 2020-04-18 12:20:27 +02:00
Frédéric Péters b62b911aa5 misc: add renderer arg to date range widget (#41633) 2020-04-18 12:20:27 +02:00
Frédéric Péters ea66c6c782 misc: use is_authenticated as a straight boolean value (#41633) 2020-04-18 12:20:27 +02:00
Frédéric Péters 2d5a06fd56 settings: remove SessionAuthenticationMiddleware (#41633) 2020-04-18 12:20:27 +02:00
Frédéric Péters a260d38b3d misc: adapt import of admin site URL (#41633) 2020-04-18 12:20:27 +02:00