1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 19:40:17 +02:00
fdroidserver/fdroidserver
Daniel Martí fff658ba19 stats: use a stable sort that doesn't randomize
Since we only sorted by count, ignoring the string, it meant that items
with the same count might be arranged in different manners. Hence the
`stats` behaviour was not predictable at all. Now it sorts first by
count, then by string.
2016-01-11 02:43:06 +01:00
..
asynchronousfilereader Add asynchronous filereader, fix python3 lockups 2015-09-20 20:57:53 +02:00
__init__.py Make the server tools an installable package (with distutils) - wip 2012-03-11 11:59:19 +00:00
build.py build: don't add extra clean tasks 2016-01-11 02:05:43 +01:00
checkupdates.py except named exception handling 2015-12-29 20:09:27 +01:00
common.py gradle: stop trying to patch outputFile 2015-12-31 09:47:14 +01:00
gpgsign.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
import.py Open metadata files in only one place 2015-12-07 20:31:23 +01:00
init.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
install.py install: filter out log messages better 2015-11-11 13:09:29 +01:00
lint.py lint: warn about spaces in summaries too 2015-12-31 11:21:47 +01:00
metadata.py metadata: fix text wrapping on unicode characters 2016-01-10 17:54:38 +01:00
net.py Move requests code out of common.py, closes #114 2015-08-31 17:05:08 -07:00
publish.py Rework app into a class 2015-11-28 17:11:05 +01:00
readmeta.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
rewritemeta.py lint: optionally check format 2015-12-07 20:12:26 +01:00
scanner.py Change print-function to have brackets 2015-12-29 20:06:46 +01:00
server.py all: deduplicate -v/-q setup 2015-09-11 23:42:50 -07:00
signindex.py Replace MD5withRSA with SHA1withRSA. Fixes #26. 2015-09-24 18:53:04 -07:00
stats.py stats: use a stable sort that doesn't randomize 2016-01-11 02:43:06 +01:00
update.py Add Author Name and Author Email fields. (Closes: #90) 2016-01-03 23:00:03 +01:00
verify.py except named exception handling 2015-12-29 20:09:27 +01:00