Remove logging
[ckanext-ga-report.git] / ckanext / ga_report / ga_model.py
Ross Jones [854] Better error handling for download failure …
Ross Jones A fix for the copy and paste error that accounts …
Ross Jones Fixed problem with counting current position
David Read Improved debug logging.
Ross Jones Implements downloads counts (for dataset resource…
Ross Jones Updated count of deleted records
Ross Jones Typoe
Ross Jones Minor tweak to see what is going on with delete()
Ross Jones Updated with more logging
Ross Jones Fixing two bugs in one, making sure All are delet…
Ross Jones Modified model for delete() to check != 'All' ins…
Ross Jones Change the entry for the current month to include…
David Read Adjust popularity score to take account of number…
Ross Jones Actually returning the score instead of 0
Ross Jones Added new method to get a recent score for a data…
Ross Jones Changed to pageviews instead of unique pageviews
David Read Improved bounce rate stuff.
David Read Fix display of publisher in Featured Dataset.
Ross Jones Checking for duplicate "All" stats
Ross Jones Handling duplicate urls in ga_url processing
Ross Jones Changes to tidy up the handling of all months;
Ross Jones Fixes to index for publishers
David Read Show top datasets cross-publisher. Drop-down for …
Ross Jones Adding new social network referral information
Ross Jones Fixed the publishr information (to enable leaderb…
Ross Jones Implemented further analytics by fetching more sp…
Ross Jones Remove prettyprinting unless DEBUG is set in env …
Ross Jones Adds new columns to the table to store the releva…
Ross Jones Packages up the data from Analytics.
Ross Jones flake8
David Read Initial iteration