chiark / gitweb /
Apply some autopep8-python2 suggestions
[fdroidserver.git] / fdroidserver / metadata.py
2014-12-31 Daniel MartíApply some autopep8-python2 suggestions
2014-11-07 Ciaran GultnieksMerge branch 'some-bug-fixes' into 'master'
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-10-27 Ciaran GultnieksSet correct defaults for Binaries metadata field
2014-10-24 Ciaran GultnieksSupport for publishing signed binaries from elsewhere
2014-09-15 Daniel MartíFix issue where gradle=yes would be removed by rewritemeta
2014-09-13 Daniel MartíMore list comprehension fixes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-08-30 Daniel MartíSort builds by vercode when reading them
2014-08-28 Daniel MartíFix typo in app link hrefs
2014-08-26 Daniel Martímetadata: Simplify the writing of optional fields
2014-08-26 Daniel MartíDon't accept empty commits
2014-08-16 Daniel MartíFix return in parse_metadata(None)
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-07-16 Ciaran GultnieksMerge branch 'support-multiple-serverwebroots-and-fixes...
2014-07-15 Daniel MartíMake FlattrID a hexadecimal value
2014-07-09 Daniel MartíOnly catch metadata exceptions from description_html
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-07-03 Daniel MartíRecognise changes in subdirs in Tags and RepoManifest
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-26 Daniel MartíSimplify check_metadata
2014-06-15 Daniel MartíFix bug in reading old recipes
2014-06-01 Daniel MartíFix the script defaults
2014-06-01 Daniel MartíNo need to check for non-default build items
2014-06-01 Daniel MartíStore build comments by vercode, not version
2014-06-01 Daniel MartíDon't allow for duplicate build entries
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-30 Daniel MartíRe-order app_defaults to match the writing order
2014-05-30 Daniel MartíSimplify field/flag checking and bool flag usage
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-20 Ciaran GultnieksRestore friendly error messages
2014-05-20 Ciaran GultnieksLose the other unused read_metadata parameter
2014-05-20 Ciaran GultnieksRemove mysterious keyword arguments
2014-05-20 Ciaran GultnieksFix several read_metadata-related issues
2014-05-13 Ciaran GultnieksAdd ability to ignore updates based on version name...
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E226 missing whitespace around arithmetic...
2014-05-06 Hans-Christoph Steinerfix PEP8 E124/E125/126/127/128 indentation issues
2014-05-06 Ciaran GultnieksMerge branch 'master' into 'master'
2014-05-06 Hans-Christoph Steinerfix PEP8 "E261 at least two spaces before inline comment"
2014-05-06 Hans-Christoph Steinerfix PEP8 "W391 blank line at end of file"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E303 too many blank lines (2)"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 1 blank lines, found 0"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E202 whitespace before ']' or '}'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E201 whitespace after '(' or '[' or '{'"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-04-10 Daniel MartíFix Categories: default value
2014-03-27 Daniel MartíOnly make lists if a space follows the # or * sign
2014-03-18 Daniel MartíAdd "Update Check Name" for Tags/RM apps that programma...
2014-02-19 Daniel MartíFix writing of categories
2014-02-19 Daniel MartíMake app['Categories'] a list, get unique categories...
2014-02-17 Daniel MartíMake the 'update' flag a list too
2014-02-15 Daniel MartíAlso strip comma-separated build flags
2014-02-15 Daniel Martíbuildjni is a list field too, some server fixes
2014-02-14 Daniel MartíUnify Build and Buildv2 parsing into one
2014-02-12 Daniel MartíHave all multi-value build flags work similarly
2014-02-12 Daniel MartíRemove fixapos and fixtrans
2014-02-11 Daniel MartíShow <filename>:<line> when complaining about metadata...
2014-02-11 Daniel Martí'Category' isn't accepted, so don't do backwards suppor...
2014-02-10 Daniel MartíSupport UCM:Tags <pattern> using git tag -l <pattern>
2014-02-05 Daniel MartíFix UCD writing
2014-02-05 Daniel MartíError when extra spacings are found
2014-02-05 Daniel MartíAlso check for the validity of build flags
2014-02-05 Daniel MartíMake f-droid barf on unrecognised field names
2014-02-02 Daniel MartíMerge branch 'master' into logging
2014-02-02 Daniel MartíNew command: readmeta, like lint but without warnings
2014-02-02 Daniel MartíFix a couple copyright notices
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íNew build flag: output= for e.g. full make builds
2014-01-28 Daniel MartíMerge branch 'master' into logging
2014-01-28 Daniel MartíUpdate my own copyright notices
2014-01-28 Daniel MartíMerge compilesdk= into target=, better documentation...
2014-01-27 Daniel MartíReplace legacy prints by debug logs
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-11 Daniel MartíDo not write the new 'type' hidden build field
2014-01-10 Daniel MartíMake matching of build types easier
2014-01-09 Daniel MartíInteger fields cannot have leading zeros
2014-01-09 Daniel MartíAdd Dogecoin support, some None fixes
2014-01-09 Daniel MartíNew field: Provides
2014-01-09 Daniel MartíRemove trailing spaces and tabs
2014-01-02 Daniel MartíInteger fields cannot have leading zeros
2013-12-31 Daniel MartíAdd Dogecoin support, some None fixes
2013-12-31 Daniel MartíNew field: Provides
2013-12-30 Daniel MartíRemove trailing spaces and tabs
2013-12-20 Daniel MartíReplace finds with pythonic terms
2013-12-19 Daniel MartíStart rewrite: Remove --package and --install from...
2013-12-10 Daniel MartíFix litecoin metadata check
2013-11-27 Ciaran GultnieksAdd UpstreamNonFree antifeature
2013-11-21 Daniel MartíAdd repo types to metadata checks
2013-11-21 Daniel MartíAdded AUM and UCM matching patterns
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíSmall fixes, no change in behaviour
next