Commit Graph

105 Commits

Author SHA1 Message Date
Valentin Deniaud 66b12b846a misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 16:14:41 +02:00
Serghei Mihai 5f63dbbd3d dataviz: adapt chart's height to content (#62282)
gitea/combo/pipeline/head This commit looks good Details
2023-03-27 11:33:57 +02:00
Serghei Mihai 78bbd7718b dataviz: separe chart configuration by type (#62282) 2023-03-27 11:33:49 +02:00
Serghei Mihai a6a6b8c54c dataviz: fallback to cell's height while configurating chart (#62282) 2023-03-27 11:33:38 +02:00
Serghei Mihai b312c2fd11 dataviz: move method for chart configuration (#62282) 2023-03-27 11:33:18 +02:00
Lauréline Guérin 2750d6b3d6
dataviz: add invalid_reason_codes in ChartNgCell (#75064)
gitea/combo/pipeline/head This commit looks good Details
2023-03-03 09:19:39 +01:00
Valentin Deniaud 337259dc5a dataviz: add new widget to select multiple filter values (#74061)
gitea/combo/pipeline/head This commit looks good Details
2023-02-28 10:00:11 +01:00
Valentin Deniaud 0a736adabe dataviz: handle deprecated statistic (#74735)
gitea/combo/pipeline/head This commit looks good Details
2023-02-27 09:44:15 +01:00
Valentin Deniaud 1a0b9c8266 dataviz: do not show total for single point data (#73685)
gitea/combo/pipeline/pr-main This commit looks good Details
2023-02-16 16:10:59 +01:00
Valentin Deniaud 68387fbe3b dataviz: allow disabling filters in filters cell (#71655)
gitea-wip/combo/pipeline/head Build started... Details
2023-01-16 09:39:10 +01:00
Valentin Deniaud b5a9bc77a6 dataviz: handle no x_labels and dot chart type (#72154) 2022-12-12 18:27:20 +01:00
Valentin Deniaud 52aeea1271 dataviz: improve seconds formatter (#72143) 2022-12-12 18:23:20 +01:00
Valentin Deniaud 16224324eb dataviz: add formatting for series in seconds (#72131) 2022-12-12 18:22:25 +01:00
Valentin Deniaud 2bfbfca2de dataviz: build filter parameters outside of spooler (#65882) 2022-09-02 07:51:59 +02:00
Frédéric Péters 510a5c114e dataviz: truncate legend taking account the pie graph width (#68113) 2022-08-29 10:24:39 +02:00
Agate 194d78e5be replaced ungettext with ngettext equivalent (#68183) 2022-08-29 09:35:14 +02:00
Agate 54eafdbb62 replaced force_text with equivalent force_str (#68183) 2022-08-29 09:35:13 +02:00
Agate f77ad1bc2d replaced ugettext* calls with corresponding gettext* calls (#68183) 2022-08-29 09:35:13 +02:00
Frédéric Péters 8078688a72 dataviz: add table style to invert rows/columns (#67937) 2022-08-05 10:29:27 +02:00
Frédéric Péters ffe75d522d dataviz: revert passing request to spooler (#67902)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
This reverts commits 7a4bc2c02f and
06b4b1dce5.
2022-08-03 11:05:33 +02:00
Valentin Deniaud 7a4bc2c02f dataviz: pass request to spooler refresh task (#65882) 2022-07-29 10:10:16 +02:00
Valentin Deniaud 06b4b1dce5 dataviz: pass request explicitly when needed (#65882) 2022-07-29 10:10:16 +02:00
Valentin Deniaud b5132df5f5 dataviz: reload chart filters cell to reflect subfilters (#62533) 2022-07-04 11:27:00 +02:00
Valentin Deniaud 7f7d75c509 dataviz: factorize querystring building code (#62533) 2022-07-04 11:27:00 +02:00
Valentin Deniaud 17fb7f22e6 dataviz: catch invalid template error when updating subfilters (#65916) 2022-06-02 15:07:25 +02:00
Valentin Deniaud c25139c7d8 dataviz: fix access to context_processors on range template evaluation (#65908) 2022-06-02 13:33:34 +02:00
Valentin Deniaud f3727f829d dataviz: do not raise error in check_validity (#65615)
gitea-wip/combo/pipeline/head There was a failure building this commit Details
gitea/combo/pipeline/head Something is wrong with the build of this commit Details
2022-05-27 08:32:17 +02:00
Valentin Deniaud d05406d9a0 dataviz: get request when possible on subfilters update (#65615) 2022-05-27 08:32:15 +02:00
Valentin Deniaud eed78d8f6a dataviz: pass request in context during page variable evaluation (#65348) 2022-05-27 08:28:47 +02:00
Valentin Deniaud a52491ea5e dataviz: load table charts asynchronously (#64315) 2022-04-20 16:17:52 +02:00
Corentin Sechet 5f918b53c0 dataviz: using natural order for alphabetical data sort (#62317) 2022-04-20 10:52:21 +02:00
Valentin Deniaud 45f67ff368 dataviz: evaluate page variables in time range template field (#63181) 2022-03-31 10:35:16 +02:00
Valentin Deniaud d54a69c423 dataviz: translate received x_labels for months (#62530) 2022-03-28 11:27:00 +02:00
Valentin Deniaud 73e345a89d dataviz: hide future time range choices by default (#62862) 2022-03-28 11:09:22 +02:00
Corentin Sechet 888209400d dataviz: clearer name for filters time range (#62528) 2022-03-08 12:37:30 +01:00
Valentin Deniaud 9d7cf579ce dataviz: allow page variable as filter value (#57616) 2022-03-01 15:28:16 +01:00
Valentin Deniaud 42eebde447 dataviz: use month short names instead of number in labels (#60738) 2022-03-01 15:18:36 +01:00
Valentin Deniaud 30d1483f03 dataviz: add support for subfilters (#61083) 2022-02-15 17:01:14 +01:00
Valentin Deniaud cecde41751 dataviz: hide filters cell behind feature flag (#60915) 2022-01-24 11:18:23 +01:00
Valentin Deniaud 5b16c4d292 dataviz: add new filters cell (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 5d000519a8 dataviz: change time interval aggregation internals (#60547) 2022-01-19 13:59:18 +01:00
Valentin Deniaud 465eaf9242 dataviz: allow selecting empty choice when field has default (#60734) 2022-01-19 13:58:53 +01:00
Valentin Deniaud 4fcef8f6c9 dataviz: set maximum number of scales in graphs (#60685) 2022-01-18 10:37:37 +01:00
Valentin Deniaud 85552f051a dataviz: fix typo in graphs font family (#60685) 2022-01-18 10:37:37 +01:00
Valentin Deniaud 7f97307941 dataviz: do not show floating point numbers when scaling (#60685) 2022-01-18 10:37:37 +01:00
Valentin Deniaud 32a7ad0cf5 dataviz: allow only loop labels in response (#58438) 2021-11-16 17:21:30 +01:00
Valentin Deniaud 9f6d68477a dataviz: allow setting time range using template (#57617) 2021-10-18 10:13:17 +02:00
Lauréline Guérin 6e1c8b4f84
misc: fix consider-using-enumerate pylint error (#56288) 2021-08-31 10:06:47 +02:00
Lauréline Guérin 9ce912f39b
misc: fix missing-parentheses-for-call-in-test pylint error (#56288) 2021-08-31 10:06:47 +02:00
Lauréline Guérin 7a96ec095e
misc: fix bad-classmethod-argument pylint error (#56288) 2021-08-31 10:06:46 +02:00