chiark / gitweb /
Switch all headers to python3
[fdroidserver.git] / fdroidserver / stats.py
2016-03-10 Daniel MartíSwitch all headers to python3
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-01-11 Daniel Martístats: use a stable sort that doesn't randomize
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-07 Daniel Martístats: fix a few dict accesses left over
2015-11-28 Daniel MartíRework app into a class
2015-09-15 Daniel MartíDeduplicate statsdir
2015-09-15 Daniel MartíReplace some hard-coded paths with os.path.join
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-06 nero-tuxreplace deprecated optparse with argparse
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinerconvert internal representation of AntiFeatures to...
2015-08-29 Daniel MartíSimplify some file logic with "with"
2015-08-29 Daniel Martístats: better exit message
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-04-23 Daniel MartíOrder counter stats by value, not key
2015-04-20 Daniel Martístats: Don't confuse app with appid
2015-04-20 Daniel Martístats: sort counter outputs
2015-04-20 Daniel MartíAdd stats/disabled_apps.txt (closes #87)
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-09-02 Ciaran GultnieksMake stats retrieval more configurable
2014-08-22 Ciaran GultnieksAdd ability to filter asshattery from stats
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-08-16 Daniel Martístats: simpler repo type logic
2014-07-23 Daniel Martístats: don't include disabled apps
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-30 Ciaran GultnieksFix stats update bug
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-04-30 Ciaran GultnieksRemove the rest of the PEP8 errors from stats.py
2014-04-30 Ciaran GultnieksRemove strange semicolons
2014-04-29 Ciaran GultnieksCache aggregate stats to save time
2014-02-23 Ciaran GultnieksFix stats (broken in f3db000)
2014-02-22 Ciaran GultnieksImproved some logging levels for stats
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-19 Daniel MartíMake app['Categories'] a list, get unique categories...
2014-02-19 Daniel MartíDo the rest of the stats with counters too
2014-02-19 Daniel MartíUse Counter objects when processing logs
2014-02-11 Daniel MartíFix Tags <pattern> stats
2014-02-04 Ciaran GultnieksPartly revert c7f2cbd to make stats work again
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-01-31 Daniel MartíMerge branch 'master' into logging
2014-01-30 Daniel MartíMerge branch 'master' into logging
2014-01-29 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-27 Daniel MartíMore logging
2014-01-27 Daniel MartíLast missing bit of Popen
2014-01-24 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2014-01-23 Ciaran GultnieksFix new downloads-per-version stats
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-09 Ciaran GultnieksSome minor stats improvements
2014-01-09 Ciaran GultnieksFix latestapps stats, broken in 59cde15ad1
2014-01-08 Florian Schmausstats.py: Create downloads stats for app and version
2013-12-28 Ciaran GultnieksSome minor stats improvements
2013-12-28 Ciaran GultnieksFix latestapps stats, broken in 59cde15ad1
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
2013-11-05 Ciaran GultnieksFix fdroid stats, checking config before reading it
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-02 Daniel MartíStart doing multiple categories as comma separated...
2013-11-01 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-01 Daniel MartíStart rewriting options and config as common.py globals
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-31 Ciaran GultnieksTidied up some unused junk
2013-10-31 Ciaran GultnieksHandle repo config in a more sensible way
2013-10-31 Daniel MartíSwitch all shebangs to 'env python2'
2013-10-31 Daniel MartíTwo new stats files: categories.txt, antifeatures.txt
2013-10-12 Daniel Martísed -i 's/!= None/is not None/g' *.py
2013-08-22 Daniel MartíRemove a bunch of unused imports
2013-05-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-31 Ciaran GultnieksImprove the stats bandwidth/diskspace/memory situation...
2013-05-25 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-25 Ciaran GultnieksFix graphite stats sending
2013-05-24 Daniel MartíFind out srclib repo type for stats
2013-05-24 Daniel MartíDon't separate RM by branches on UCM stats
2013-05-23 Ciaran GultnieksOption to push stats to graphite
2013-05-18 Daniel MartíMerge branch 'aapt_fixes'
2013-05-17 David BlackMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-05-17 Daniel MartíAdd update_check_modes.txt to stats/
2012-08-31 Ciaran GultnieksStats-related things must be explicitly enabled (issue...
2012-04-08 Ciaran GultnieksAdded license and vcs type analysis to stats
2012-03-11 Ciaran GultnieksMake the server tools an installable package (with...