Commit Graph

318 Commits

Author SHA1 Message Date
Benjamin Dauvergne 973f793f0a add support for boolean values (fixes #16346) 2019-01-15 17:13:04 +01:00
Benjamin Dauvergne 8d28b5012c visualization: add truncated previous year range (fixes #27407)
It goes from 01/01 to 31/12 of previous year, i.e. if we are the
01/01/2019 it matches 01/01/2018-31/12/2018.
2019-01-15 13:01:21 +01:00
Benjamin Dauvergne 86b169bd6c visualization: add setting to disable cache (#27407) 2019-01-15 13:01:21 +01:00
Benjamin Dauvergne 6451f27c18 engine: when filtering only use joins if defined (#27407) 2019-01-15 13:00:35 +01:00
Benjamin Dauvergne 0dce40e5e9 engine: make Dimension.order_by a list (fixes #28175) 2018-12-10 11:39:38 +01:00
Benjamin Dauvergne df6a2e6ef4 schema: automatically cast scalar value to list values (#28175) 2018-12-08 12:52:44 +01:00
Benjamin Dauvergne 8d4a718c95 tests: add more real tests 2018-12-08 12:52:14 +01:00
Benjamin Dauvergne a1d572dbf8 tests: factorize get_table 2018-12-06 21:06:27 +01:00
Benjamin Dauvergne e9a4301542 engine: allow dimensions without joins (fixes #28191) 2018-12-06 17:28:45 +01:00
Benjamin Dauvergne cde575ce88 tests: add real ones with fixtures (fixes #27482) 2018-12-06 17:28:45 +01:00
Benjamin Dauvergne 328a35b8c4 engine: fix typo (#27482) 2018-12-06 17:28:45 +01:00
Benjamin Dauvergne 5628a22dcb engine: close connections after usage (#27482) 2018-12-06 17:28:45 +01:00
Benjamin Dauvergne 4f139f93e2 tox.ini: add pytest filters for warnings 2018-12-06 17:28:29 +01:00
Benjamin Dauvergne 2f2b3166cb does not show the ODS button if the visualization is not valid (fixes #21457) 2018-11-30 10:39:44 +01:00
Benjamin Dauvergne efe34f41c9 urls: patterns is already deprecated with Django 1.8 (fixes #28174) 2018-11-20 12:52:19 +01:00
Christophe Siraut 6786c3983c debian: schedule stats during the night (#27389) 2018-10-17 19:25:06 +02:00
Christophe Siraut 6106bd08b9 wcs-olap: ignore .invalid tenants (#26663) 2018-09-24 17:06:25 +02:00
Emmanuel Cazenave c668cde5f3 jenkins: check the right job name (#26226) 2018-09-17 13:31:22 +02:00
Emmanuel Cazenave 2057998b3a create a Jenkinsfile (#26226)
and test on django 1.11
2018-09-07 14:45:19 +02:00
Frédéric Péters 75120c3d21 misc: use gadjo button css class (#26007) 2018-08-31 20:20:13 +02:00
Frédéric Péters b1ca54e13e misc: rename login/logout views to match other applications (#25525) 2018-07-29 23:29:08 +02:00
Frédéric Péters e33a61cab8 style: use gadjo style for list of links on homepage (#25325) 2018-07-18 16:45:21 +02:00
Benjamin Dauvergne 3a868500db debian: configure logging in /etc/wcs-olap/config.init (fixes #19826)
Signed-off-by: Christophe Siraut <csiraut@entrouvert.com>
2018-07-18 16:38:24 +02:00
Frédéric Péters 9e6d2eaa8e translations: add missing string 2018-07-17 21:18:21 +02:00
Frédéric Péters 1449cc10fb translations: fix title to use plural form 2018-07-17 21:18:18 +02:00
Emmanuel Cazenave f2fdad2f31 really pin django-webtest (#23605) 2018-05-04 18:01:45 +02:00
Emmanuel Cazenave f927382998 pin django-webtest (#23605) 2018-05-04 15:47:15 +02:00
Thomas NOËL f3d73b3eb4 debian: use explicit command name in systemd execstartpre (#22757) 2018-03-23 01:06:17 +01:00
Benjamin Dauvergne d72561e3b8 log more errors during signature's checks (fixes #22615) 2018-03-19 21:25:52 +01:00
Paul Marillonnet cd140d19cc debian: add systemd service file (#16804) 2018-03-14 09:35:57 +01:00
Frédéric Péters b1ab8857d0 use {} format syntax in success url (#21863)
Using %()s was deprecated and is no longer available in Django 1.11.
2018-02-19 13:00:09 +01:00
Frédéric Péters ad0849c52c debian: run additional settings snippets (#21054) 2018-01-09 11:35:57 +01:00
Frédéric Péters bfdfb3e517 fix visualisation removal success url (#21045) 2018-01-08 17:22:30 +01:00
Frédéric Péters 2b8c08bf07 settings: declare TEMPLATES for all Django versions (#21023) 2018-01-06 17:39:05 +01:00
Frédéric Péters aea11c4bde misc: run tests for 1.8 and 1.11 2018-01-03 15:45:46 +01:00
Frédéric Péters d65e4e26c8 translation update 2018-01-03 12:09:09 +01:00
Frédéric Péters ee3cf97c3a debian: declare package name for xstatic-select2 (#17092) 2018-01-03 11:50:15 +01:00
Frédéric Péters 1ff6541fd0 settings: get select2 from xstatic (#17092) 2018-01-03 11:47:02 +01:00
Frédéric Péters be3cf50d2c give to appropriate URL to the "logout" link (#16645) 2018-01-02 10:22:43 +01:00
Frédéric Péters 0a0b53bc4d add button to delete a visualization (#15916) 2018-01-02 10:22:43 +01:00
Benjamin Dauvergne 8d47cf5cf1 setup.py: restrict to Django-Select2<6 (fixes #20400) 2017-12-04 16:24:28 +01:00
Benjamin Dauvergne 5a403eba62 setup.py: restrict to Django-Select2<5 (fixes #20400) 2017-12-04 09:56:16 +01:00
Frédéric Péters d034a6b2ed templates: use css block to reference css file (#17409) 2017-07-06 22:38:52 +02:00
Frédéric Péters e0a85f2d49 debian: don't limit django-select2 version (#17090) 2017-06-21 22:48:44 +02:00
Serghei Mihai bc669362e1 geojson: fix MultiPoint syntax (#16368) 2017-05-17 09:45:18 +02:00
Paul Marillonnet 9fce28d13d visualization: percent formatting (#16023) 2017-05-14 19:10:55 +02:00
Frédéric Péters 55c0177a22 debian: allow django-jsonfield 1 (#15968) 2017-04-24 13:01:34 +02:00
Frédéric Péters 6ef4d0341c tox: remove tests against django 1.7 (#15967) 2017-04-24 13:00:38 +02:00
Benjamin Dauvergne 174680d06d debian: separate bijoe into two packages python-bijoe and bijoe (#15564) 2017-03-23 17:06:46 +01:00
Thomas NOËL 66ebe7afc5 debian: move manage.py to /usr/lib/bijoe (#15564) 2017-03-23 13:25:04 +01:00