Skip to content

Commit

Permalink
Release 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkLark86 committed Nov 4, 2019
1 parent 960ce3a commit 1bfeff5
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 2 deletions.
132 changes: 132 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,132 @@
# Superdesk Analytics Changelog

## [1.7.2] 2019-11-05
### Improvements
- [SDESK-4779] Add subject to publishing based reports (#111)

### Bug Fixes
- Set cores to Superdesk v1.30 (#108)
- (fix): rewritten_by was not being cleared in stats (#110)


## [1.7.1] 2019-09-16
### Bug Fixes
- (fix) flake tests (#107)
- [SDESK-4289](fix): Missing fields stored in Archive Statistics (#106)
- [SDESK-4277] Include all results for the Planning Usage Report (#105)
- fix signals import (#104)
- [SDESK-3998] Include updates for featuremedia stats (#103)


## [1.7.0] 2019-05-06
### Features
- [SDESK-3981] Provide signals for generating custom stats
- [SDESK-3947] Make user filters searchable
- Remove inactive/disabled users from the dropdown list
- [SDESK-4144] Change translations for item state
- Rearrange table heading order for PublishingPerformance report
- Add _id config schema
- [SDESK-4148] Ability to manage available date filters/chart types
- [SDESK-3799] Document 'gen_archive_statistics' command

### Bug Fixes
- (fix): Retrieve proper elastic index for statistics
- [SDESK-3947] (fix): Disabled users appearing in filters
- [SDESK-4197] (fix): Incorrect directive name for sd-report-preview-proxy
- (fix) Fixing the date histogram extended bounds parameters.
- [SDESK-4196] (fix): Cannot view schedules using the Schedule button
- [SDESK-4148] (fix): Don't import gettext from client-core
- gettext from client-core utilities is not available in 1.28
- [SDESK-3960] (fix): Etag error on patching Saved Reports
- [SDESK-4140] (fix): Don't allow saving or scheduling reports if not privileged
- [SDESK-3954] (fix): Incorrect date format in DeskActivity aggregation results
- [SDESK-4127] (fix): Export menu hidden behind table headers
- [SDESK-3938][SDESK-3958][SDESK-3957] (fix): Incorrect repo and size values
- Fix stats for removing of featuremedia


## [1.6.0] 2019-02-08
### Features
- SDESK-3799 - Cleanup and document commands in manage.py
- Generate archive stats hourly by default
- SDESK-3866 - Removed legacy reports
- SDESK-3865 - Removed legacy widgets
- SDESK-3935 - New Publishing Actions dashboard widget
- SDESK-3936 - Enhance user experience
- Removed 'OrderBy' option for timeline based reports
- Remove point labels (prefer tooltips instead)
- Fix UI issue with page numbers in table reports
- Added loading indicator while loading report and generating the chart
- Disabled SVG/CSV in scheduled reports (currently broken)
- Placed hour labels on top and bottom of the x-axis in the UserActivity report
- Reduced whitespace in the chart in the UserActivity Report
- Changed default chart types to Column or Table depending on the chart type
- Enabled more chart types for some reports (line, area, scatter)


## [1.5.0] 2019-01-21
### Features
- SDESK-3690 - ProductionTime Report
- SDESK-3691 - User Acitivity Report
- SDESK-3692 - Featuremedia Update Report
- SDESK-3535 - Update Time Report
- (enhancement) Use superdesk-code-style for eslint config


## [1.4.0] 2019-01-03
### Features
- SDESK-3554 - Provide settings for Highcharts export server's worker pool
- SDESK-3497 - Exclude filters for ContentPublishing and PublishingPerformance reports
- SDESK-3536 - Don't validate email body text
- SDESK-3503 - Add IngestProvider and Stage to common directives/services
- SDESK-3534 - Planning Usage Report
- SDESK-3533 - Generic chart config classes
- SDESK-3694 - Command to generate/store statistics from archive history
- SDESK-3689 - Desk Activity Report

### Bug Fixes
- (fix): SearchReport tests due to change of daylight savings (use UTC instead)
- SDESK-3504 - Deselect saved report when changing report types
- SDESK-3534 - Elastic query using incorrect index for types
- SDESK-3497 - Unable to select filters with less than 3 characters


## [1.3.0] 2018-10-25
### Features
- [SDESK-3430]: Publishing Performance Report
- [SDESK-3496]: Store gettext translations with the SavedReport

### Bug Fixes
- [SDESK-3504]: (fix) Update ScheduleReports list when changing ReportType
- (fix) loading issue with Schedules and Saved reports causing recursive loop
- (fix) deselect SavedReport when changing the ReportType
- (fix) converting dates for saved reports
- (fix) converting dates for manual email of schedules
- (fix) etag issue when updating a SavedReport
- (fix) console error when viewing schedules set to hourly


## [1.2.0] 2018-10-01
### Features
- (feature): Client & Server Highcharts config generator.
- [SDESK-3183] Content Publishing Report

### Improvements
- (chore): Move functionality from SourceCategory into SavedReportsService.
- [SDESK-3319] Embed charts in the html body of scheduled report emails
- [SDESK-3320] Ability to manually email a scheduled report


## [1.1.0] 2018-09-19
### Change Log:
- [SDESK-3133] Improvements to generic Search, Scheduling and Chart functionality
- [SDESK-3382] Let the report type handle using a controller or not
- [SDESK-3384] Make sure report schedule attributes are well formed
- [SDESK-3308] (Source/Category): Show all categories and sources from the published/archived collections
- [SDESK-3301] (fix): Date filters showing 'Invalid Date'
- [SDESK-3312] (fix): Typos in form labels
- [SDESK-3308] (Source/Category): Show all categories and sources from the published/archived collections


## [1.0.0] 2018-09-06
- Initial release of the Analytics Superdesk module.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-analytics",
"version": "1.4.0",
"version": "1.7.2",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions server/analytics/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@
from superdesk.celery_app import celery
from superdesk.default_settings import celery_queue, crontab

__version__ = '1.7.2'


def init_schedule_task(app):
# Now check the application config to see if scheduled reports is enabled
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def run(self):

setup(
name="superdesk-analytics",
version="0.1",
version="1.7.2",
package_dir={'': 'server'},
packages=find_packages('server'),
author='Sourcefabric',
Expand Down

0 comments on commit 1bfeff5

Please sign in to comment.