Skip to content

Releases: superdesk/superdesk-analytics

v3.0.0-beta.1

11 Sep 06:57

Choose a tag to compare

v3.0.0-beta.1 Pre-release
Pre-release

What's Changed

  • [SDESK-7325] Move flask import to superdesk module by @MarkLark86 in #153
  • [SDESK-7589] Upgrade Analytics resources by @eos87 in #158
  • Fix pytests by @eos87 in #159
  • [SDESK-7589] Fix server error when trying to generate reports by @eos87 in #173
  • Async fixes for email sending reports by @eos87 in #175
  • [SDESK-7591] Upgrade Analytics statistics to async by @eos87 in #176
  • [SDESK-7315] Upgrade Analytics commands to use click library by @eos87 in #177
  • Fix gen_archive_stats to run async command by @eos87 in #179
  • Adjust statistics MongoDB URI to fallback to main MONGO_URI by @eos87 in #180
  • [SDESK-7653] Fix all tests in async Analytics by @eos87 in #178
  • [SDESK-7591] Fix send_scheduled_reports missing async call by @eos87 in #182
  • [SDESK-7591] Refactor Highcharts install script and add CLI entry point by @eos87 in #183

Full Changelog: v2.10.0...v3.0.0-beta.1

v2.10.0

29 Aug 16:19

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.8.0...v2.10.0

v2.8.1

13 Nov 12:27

Choose a tag to compare

What's Changed

Full Changelog: v2.8.0...v2.8.1

v2.8.0

01 Oct 12:05

Choose a tag to compare

What's Changed

  • fix flake8 by @petrjasek in #150
  • Replace user made packages with superdesk forked versions by @thecalcc in #149
  • Update Content publishing reports Group to support custom vocabularies fields [SDESK-7268] by @devketanpro in #151
  • Fix: Display X-axis title in chart for custom vocabulary type fields [SDESK-7268] by @devketanpro in #152
  • add a pull request template by @tomaskikutis in #154

New Contributors

Full Changelog: v2.6.0...v2.8.0

v2.5.2

30 Nov 00:19

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.5.2

v2.5.2-rc2

05 Apr 04:02

Choose a tag to compare

v2.5.2-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: v2.5.2-rc1...v2.5.2-rc2

v2.6.0

27 Oct 06:19

Choose a tag to compare

What's Changed

Full Changelog: v2.5.1...v2.6.0

v2.6.0-rc1

12 Dec 07:13

Choose a tag to compare

v2.6.0-rc1 Pre-release
Pre-release

Improvements

  • chore: Enable CI on Python 3.10 (#143)

Fixes

  • fix(build): Replace sass table border var with css var (8fda4d0)
  • fix(flake8): Remove hash from config (8bd3b7b)
  • fix(mypy): Add optional to _run_highcharts_cli signature (166e68b)

v2.5.2-rc1

17 Feb 06:40
76f25a0

Choose a tag to compare

v2.5.2-rc1 Pre-release
Pre-release

What's Changed

  • fix(highcharts): Support global highcharts-cli or env var for path to cli by @MarkLark86 in #146
  • [SDAAP-46] fix(stats): Make sure last_run doc is always created by @MarkLark86 in #147
  • [SDAAP-46] fix(stats): Store last_run doc using _id not stats_type by @MarkLark86 in #148

Full Changelog: v2.5.1...v2.5.2-rc1

v2.5.1

28 Oct 03:40

Choose a tag to compare

Fixes

  • [SDESK-6588] fix: Make table reports use full width available (#144)