Commit Graph

110 Commits

Author SHA1 Message Date
Frédéric Péters 3460f300f9 misc: use NULL to store empty string field option (#32748) 2019-05-02 15:01:03 +02:00
Christophe Siraut dfa55d91a1 debian: switch package format to 3.0 (quilt) (#32261) 2019-04-16 14:48:17 +02:00
Christophe Siraut 1e0dddfb0b debian: bump debhelper compatibility level (#32260) 2019-04-16 14:36:12 +02:00
Frédéric Péters f628a6b6fd convert enumerate/generator into list before checking it't not empty (#32259) 2019-04-15 17:56:47 +02:00
Christophe Siraut 0ef61ec694 drop tables sequencially to avoid max_locks_per_transaction (#20190) 2019-04-15 16:30:45 +02:00
Benjamin Dauvergne 70a7271d15 feeder: prevent reseting sequences to 0 (#31667) 2019-04-01 11:12:26 +02:00
Frédéric Péters 25100cf7bd misc: fix insertion in previously empty table (#31655) 2019-03-29 17:00:03 +01:00
Frédéric Péters 084b0d06b4 misc: allow cubes to be given a slug (#30858) 2019-03-04 13:05:52 +01:00
Emmanuel Cazenave 90cc6318b9 re-use dimension tables from previous run (#30752) 2019-03-01 14:15:36 +01:00
Emmanuel Cazenave f53b4bf9d0 remove dead code (#30752)
An 'item' type field has no 'options'.
2019-03-01 13:58:15 +01:00
Emmanuel Cazenave d8bd9cc87b enable pyscopg2 unicode type caster (#30752)
Facilitate SELECT query with a WHERE clause
on a varchar column.
2019-03-01 12:30:50 +01:00
Emmanuel Cazenave 17bce30be9 coding style: move class attributes (#30752) 2019-03-01 12:29:44 +01:00
Frédéric Péters 504de3b096 jenkins: fix name of test results file 2019-02-22 14:48:45 +01:00
Frédéric Péters 98a98bf72a jenkins: publish results earlier 2019-02-22 14:13:27 +01:00
Frédéric Péters 8b5c52466f jenkins: use default eobuilder distribution targets 2019-02-22 14:11:43 +01:00
Frédéric Péters 11533b5553 debian: declare package name for "cached-property" (#30832) 2019-02-22 08:55:30 +01:00
Benjamin Dauvergne 196e04bdff debian: set default log level to INFO (fixes #30581) 2019-02-12 23:34:31 +01:00
Benjamin Dauvergne a2f21e02e0 feeder: fix value_label SQL for boolean fields (fixes #30477) 2019-02-07 23:43:39 +01:00
Benjamin Dauvergne 63dc0183a3 feeder: prepend field_ to column name for string and bool fields (fixes #30475) 2019-02-07 23:30:18 +01:00
Benjamin Dauvergne deb2cc3e9c search duplicates in workflow fields (fixes #30395) 2019-02-05 12:16:49 +01:00
Benjamin Dauvergne de8605c48f wcs_api: return w.c.s. API errors (fixes #17924) 2019-01-30 17:46:50 +01:00
Benjamin Dauvergne 82993d5dd3 import non anonymized string columns (fixes #29203) 2019-01-18 11:10:55 +01:00
Benjamin Dauvergne 99370bdc98 Python3 2019-01-18 11:10:55 +01:00
Benjamin Dauvergne ccc0110b1a pep8 2019-01-18 11:10:55 +01:00
Benjamin Dauvergne bd7bc69468 feeder: import boolean form's fields (fixes #13612) 2019-01-18 11:10:39 +01:00
Benjamin Dauvergne 43675b93f2 tox.ini: add BRANCH_NAME to toxworkdir 2019-01-18 11:06:52 +01:00
Benjamin Dauvergne 9a31c770d5 tests: add check of JSON schema (#29862) 2019-01-18 09:14:14 +01:00
Benjamin Dauvergne fb8ede1a88 use a Jenkinsfile (fixes #29862) 2019-01-17 23:09:48 +01:00
Benjamin Dauvergne eda932f270 feeder: remove json_field of formdef cubes (fixes #28936) 2018-12-12 14:46:27 +01:00
Frédéric Péters 57d6536808 debian: fix syslog handler declaration (#27749) 2018-11-05 16:53:19 +01:00
Frédéric Péters 15aa7bcc59 ignore fields with dashes in their identifiers (#27755) 2018-11-05 16:53:19 +01:00
Benjamin Dauvergne 26dfb0d930 debian: configure logging in /etc/wcs-olap/config.init (fixes #19826)
Signed-off-by: Christophe Siraut <csiraut@entrouvert.com>
2018-09-22 13:35:12 +02:00
Emmanuel Cazenave 288d9c9d15 ease debugging (#26190) 2018-09-06 18:31:00 +02:00
Frédéric Péters bfe7b73cb4 feeder: feed evolutions to postgresql in reasonable chunks (#23399) 2018-04-25 13:39:31 +02:00
Frédéric Péters b43eaa2eb5 feeder: log WcsApiError (#23397) 2018-04-25 10:25:36 +02:00
Thomas NOËL f39ea073d5 cumulate global, site and user wcs-olap.ini config file (#17474) 2018-03-12 22:47:36 +01:00
Thomas NOËL f03b05cba9 fix last commit 2018-01-12 11:51:42 +01:00
Thomas NOËL 1c0f6a3b4c ignore formdata with unknown status (#21076) 2018-01-12 00:04:05 +01:00
Benjamin Dauvergne 4ff37ebaa2 wcs_api: adapt to change in formdefs API (fixes #20383) 2017-12-28 13:22:49 +01:00
Frédéric Péters 212bdeddf7 make batch size configurable (#17932) 2017-08-08 13:21:45 +02:00
Benjamin Dauvergne d5debf5200 remove tests from bijoe 2017-03-20 13:38:49 +01:00
Benjamin Dauvergne 8da1053e5a ignore locale errors (fixes #15511) 2017-03-20 13:37:48 +01:00
Benjamin Dauvergne b5d9c12fe9 activate json_field only if postgres version supports JSONB (fixes #15427) 2017-03-14 15:07:56 +01:00
Benjamin Dauvergne 437f4924d2 declare geolocation fields in schema files (fixes #14572)
It's declared as a measure whose value is the array aggregate of the points.
2017-03-01 17:01:11 +01:00
Benjamin Dauvergne c51d61e5ac remove create_dates.sql from install files 2017-02-28 09:49:47 +01:00
Benjamin Dauvergne 437efba63d add fax and email channels (fixes #15157) 2017-02-27 10:53:15 +01:00
Benjamin Dauvergne 3df888cb1d quote join names in field references 2017-02-26 01:30:10 +01:00
Benjamin Dauvergne 29738e16a0 Revert "improve date filters performance by filtering on the fact table (fixes #15068)"
This reverts commit 3eb2ffb196.
2017-02-26 01:29:06 +01:00
Benjamin Dauvergne c4e8f06b09 rename outer join to full outer join (fixes #11094) 2017-02-24 12:13:56 +01:00
Benjamin Dauvergne 3eb2ffb196 improve date filters performance by filtering on the fact table (fixes #15068) 2017-02-22 01:37:29 +01:00