Commit Graph

117 Commits

Author SHA1 Message Date
Benjamin Dauvergne d44fafb844 misc: handle invisible statuses using real_status (#40643)
The formdata API returns the visible status in data.workflow.status,
if we want to index the current status we must use
data.workflow.real_status.
2021-05-18 19:50:11 +02:00
Benjamin Dauvergne f7f1a6d26f feeder: filter empty formdefs as early as possible (#52015) 2021-04-01 13:19:20 +02:00
Frédéric Péters 1640abbfdc add index on dates (#51681) 2021-03-16 17:20:01 +01:00
Frédéric Péters 1dc7fb5833 trivial: remove debugging print 2021-03-13 11:05:51 +01:00
Frédéric Péters 30e56df41a misc: add social network submission channel (#51816) 2021-03-09 10:35:18 +01:00
Benjamin Dauvergne dc36901dde feeder: store truncated temp schema's name (#50835) 2021-02-04 10:35:24 +01:00
Benjamin Dauvergne 1d35d39f6f misc: remove SQL objects in order to use less locks (#43108) 2021-02-03 18:05:25 +01:00
Benjamin Dauvergne fe2f5b5d89 do not use count to compute emptyness of formdef (#50368) 2021-01-21 11:37:46 +01:00
Serghei Mihai 30f6873d27 feeder: write new model file after schema renaming (#42320)
gitea/wcs-olap/pipeline/head There was a failure building this commit Details
2021-01-11 14:28:51 +01:00
Benjamin Dauvergne ea72fe5d7e use truncate_pg_identifier on fields and table names (#48684) 2020-12-17 14:41:25 +01:00
Serghei Mihai fc92793e49 feeder: try to cast digit string fields with numeric value only (#48426) 2020-11-26 10:37:47 +01:00
Benjamin Dauvergne a16fb4ee98 misc: accept duplicate fields with the same type (#42429) 2020-09-25 20:39:41 +02:00
Benjamin Dauvergne 909712e15a feeder: remove import six (#43546) 2020-06-26 11:42:54 +02:00
Benjamin Dauvergne afb70fe986 feeder: create measure for integer fields (#43546) 2020-06-26 11:42:54 +02:00
Benjamin Dauvergne 6e4cef6d5c feeder: update public.dates atomically (#44244) 2020-06-26 11:38:42 +02:00
Benjamin Dauvergne d9409b15bd misc: truncate schema_temp to 63 characters (#43165) 2020-05-20 17:37:10 +02:00
Benjamin Dauvergne 44d11e2b02 misc: raise ValueError is schema name is too long (#43165) 2020-05-20 17:30:49 +02:00
Benjamin Dauvergne f45373eb51 misc: quote table names when droping (#43063) 2020-05-19 10:00:31 +02:00
Serghei Mihai 799d799565 feeder: fix debug message on schema renaming (#42323) 2020-04-30 16:42:41 +02:00
Serghei Mihai c68304bf96 feeder: drop old schema sequentially (#42322) 2020-04-30 16:42:41 +02:00
Serghei Mihai d11d196fa8 feeder: preseve categories and form names order (#36930) 2020-03-02 22:07:03 +01:00
Benjamin Dauvergne 8fc092f4d7 feeder: add prefix to join's names of fields (#39373) 2020-01-31 17:51:12 +01:00
Benjamin Dauvergne 04ad4ee2d2 feeder: factorize values in field's schemas (#39373) 2020-01-31 17:51:12 +01:00
Benjamin Dauvergne a6af6fd665 remove dead code (#39430) 2020-01-31 17:49:42 +01:00
Benjamin Dauvergne dce418d99d migrate to python3 (#39430) 2020-01-30 23:33:16 +01:00
Valentin Deniaud c304e0f8f8 misc: add slug to cubes (#38597)
This also reverts commit 084b0d06b4,
which has never been actually used.
2019-12-18 10:35:34 +01:00
Benjamin Dauvergne f806b9d675 feeder: define all joins (#38066)
* join with the dates table must be inner because we do not want to
see results for forms outside the dates table (every form must have a
receipt_time),
* all other joins must be left because form's schemas are dynamic and
dimension can be absent from older forms but we still want to count them.
2019-12-04 10:17:24 +01:00
Frédéric Péters ba95cc7f28 ignore internal/unknown roles assigned to functions (#37015) 2019-10-17 09:46:21 +02:00
Benjamin Dauvergne 32ff0b75b5 ignore fields with duplicated varname (#26207) 2019-10-03 17:52:30 +02:00
Benjamin Dauvergne 4fc741c9e0 use only unicode strings (#26207) 2019-10-03 17:52:30 +02:00
Benjamin Dauvergne e38041b6a8 replace more explicit quoting by quote() (#36503) 2019-09-30 13:42:13 +02:00
Benjamin Dauvergne b544f4f938 quote status table (#36503) 2019-09-30 13:40:03 +02:00
Benjamin Dauvergne 9698d7852a quote all templated field and table names (#36503) 2019-09-28 11:01:50 +02:00
Frédéric Péters 4953b05b75 switch data type of references to option tables to allow more options (#36129) 2019-09-15 10:20:14 +02:00
Serghei Mihai 238002e5bf feeder: quote item field name in cube schema (#35732) 2019-09-02 17:03:19 +02:00
Frédéric Péters a5168d1f15 always update dates table (#35725) 2019-09-02 15:19:31 +02:00
Frédéric Péters 3c4c0b6e41 allow for bigger labeled tables (#35568) 2019-09-02 09:25:12 +02:00
Benjamin Dauvergne e54a12df09 keep case of status stable in reference (#34559) 2019-08-16 14:26:08 +02:00
Benjamin Dauvergne 953ef05f00 keep case in tables' and fields' names (#34559) 2019-08-16 14:26:08 +02:00
Benjamin Dauvergne ba0859492b ignore empty formdefs (#34392) 2019-07-30 19:20:46 +02:00
Thomas NOËL 9a7a280d0a Revert "keep case in tables' and fields' names (#34559)"
This reverts commit 1d3705a7b1.
2019-07-26 09:16:49 +02:00
Thomas NOËL 0afea49dab Revert "keep case of status stable in reference (#34559)"
This reverts commit 0450cf32ca.
2019-07-26 09:16:41 +02:00
Benjamin Dauvergne 0450cf32ca keep case of status stable in reference (#34559) 2019-07-25 10:26:47 +02:00
Benjamin Dauvergne 1d3705a7b1 keep case in tables' and fields' names (#34559) 2019-07-24 17:56:09 +02:00
Frédéric Péters da5435384d feeder: always include hash in json index (#33059) 2019-05-31 07:35:05 +02:00
Frédéric Péters 89bfafb6dd misc: increase json index table name hash size (#33009) 2019-05-13 19:49:03 +02:00
Frédéric Péters 3460f300f9 misc: use NULL to store empty string field option (#32748) 2019-05-02 15:01:03 +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