chiark / gitweb /
Merge branch 'support-xml-json-yaml-for-metadata' into 'master'
[fdroidserver.git] / fdroidserver / checkupdates.py
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinermetadata: rename metafile to metadatapath when it is...
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-24 Daniel Martícheckupdates: be more verbose with tags
2015-08-14 Daniel MartíAdd "Update Check Name:Ignore"
2015-06-18 Daniel MartíImprove xml string extracting support
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-06-03 Daniel MartíRevert back to always updating Auto Name
2015-01-31 Ciaran GultnieksMerge branch 'fxbuilddeps' into 'master'
2015-01-26 Ciaran GultnieksRemove shell option from FDroidPopen
2015-01-13 Ciaran GultnieksCorrection to 5b868c8a4
2015-01-12 Ciaran GultnieksOnly set Auto Name if one isn't set already
2015-01-11 Ciaran GultnieksDocumentation fix
2015-01-11 Ciaran GultnieksMore detail for package ID mismatches
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-09-15 Daniel MartíFix a few remaining gradle flavour crashes
2014-09-13 Daniel MartíCentralise handling of default gradle flavours
2014-09-13 Daniel MartíMake gradle and antcommands (previously antcommand...
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-07-18 Daniel MartíMerge branch 'master' of https://gitlab.com/eighthave...
2014-07-18 Daniel MartíDrop svn support in favour of git-svn
2014-07-07 Daniel MartíDon't use generic Exception raises
2014-07-04 Daniel Martícheckupdates: don't print traces independently
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-07-03 Daniel Martívcs_* stuff should not raise BuildExceptions
2014-07-03 Daniel MartíAlso make the Tags UCM complain about unknown package id
2014-07-02 Daniel MartíException handling improvements
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-06-26 Daniel MartíError if UCM:Tags is used with git-svn without tags...
2014-06-04 Daniel MartíFix crash in checkupdates with auto-updates
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-29 Daniel MartíMerge branch 'recent-bug-fixes' into 'master'
2014-05-29 Hans-Christoph Steinerfix PEP8 E128 continuation line under-indented for...
2014-05-28 Daniel MartíFix some more pep8 warnings
2014-05-27 Daniel MartíAlso use srclibs in checkupdates
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 "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 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 "E231 missing whitespace after ','"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E203 whitespace before ':' or ','"
2014-04-29 Daniel MartíAlso remove 'disable' from auto-update builds
2014-04-28 Daniel MartíRevert "Don't auto update apps with the latest build...
2014-04-17 Daniel MartíOnly do the latest five tags when using UCM:Tags on git
2014-03-21 Daniel MartíAlso show error messages when coming from UCM:Tags
2014-03-21 Daniel MartíProperly show checkupdates error messages
2014-03-21 Daniel MartíFix checkupdates appid managing
2014-03-21 Daniel MartíDon't use 'yes' as flavour
2014-03-18 Daniel MartíAdd "Update Check Name" for Tags/RM apps that programma...
2014-03-16 Ciaran GultnieksDon't use an autoname if it's not found
2014-03-16 Ciaran GultnieksExtra debug logging for autoname gathering
2014-03-16 Ciaran GultnieksSimplify/unify checkupdates file write and commit message
2014-03-15 Ciaran GultnieksFormatting
2014-03-15 Ciaran GultnieksDon't skip checkupdates commits due to no message
2014-03-11 Daniel MartíTreat None and Static UCMs equally when doing checkupdates
2014-03-11 Ciaran GultnieksClarify non-auto-update error message
2014-03-11 Ciaran GultnieksDon't do autoname when update checking is disabled
2014-03-11 Daniel MartíAlways write Auto Name changes
2014-02-23 Ciaran GultnieksCorrection to bb16e37
2014-02-22 Ciaran GultnieksImprove checkupdates output further
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-22 Ciaran GultnieksFix some checkupdates logging levels
2014-02-22 Ciaran GultnieksRevert "Avoid auto-name exception noise"
2014-02-22 Ciaran GultnieksAvoid auto-name exception noise
2014-02-19 Daniel MartíDon't auto update apps with the latest build disabled
2014-02-10 Daniel MartíForgot a dev print (again)
2014-02-10 Daniel MartíSimplify 'Tags <pattern>' by using regex on top of...
2014-02-10 Daniel MartíSupport UCM:Tags <pattern> using git tag -l <pattern>
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-28 Daniel MartíUpdate my own copyright notices
2014-01-27 Daniel MartíMore logging
2014-01-23 Ciaran GultnieksMerge commit 'refs/merge-requests/134' of git://gitorio...
2014-01-15 Daniel MartíAlso catch cases where stored is e.g. None
2014-01-15 Jean Privatcheckupdates --gplay: inform if not bigger but differen...
2014-01-15 Jean Privatcheckupdates --gplay: handle the case when Current...
2014-01-15 Daniel MartíMerge commit 'refs/merge-requests/93' of gitorious...
2014-01-15 Jean Privatcheckupdates --gplay: missing reason crashes print
2014-01-09 Ciaran GultnieksA little bit of extra checkupdates diagnostics
2014-01-09 Daniel MartíImprove checkupdates regex, support quotes better for...
2014-01-07 Ciaran GultnieksA little bit of extra checkupdates diagnostics
2014-01-07 Daniel MartíImprove checkupdates regex, support quotes better for...
2013-12-20 Daniel MartíForgot one --package line on build.py
2013-12-20 Daniel MartíGet rid of more unnecessary finds
2013-12-19 Daniel MartíAdd some remaining help strings
2013-12-19 Daniel MartíAdapt publish to new format, improve completion
2013-12-19 Daniel MartíAdapt checkupdates
2013-12-11 Ciaran GultnieksImprove checkupdates error message
2013-12-04 Ciaran GultnieksMerge commit 'refs/merge-requests/131' of git://gitorio...
2013-12-04 Ciaran GultnieksFix checkupdates (broken since 996f14)
next