chiark / gitweb /
Error if UCM:Tags is used with git-svn without tags set up
[fdroidserver.git] / fdroidserver / checkupdates.py
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)
2013-12-02 Daniel MartíMake app and version name formats a standard
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
2013-11-15 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-11-13 Daniel MartíFix auto names for apps using RM/branch
2013-11-09 Ciaran GultnieksOnly print 'Nothing to do' in verbose mode
2013-11-08 Daniel MartíDon't pass config variables as arguments - much simpler...
2013-11-03 Daniel MartíMerge branch 'master' into verbose-rewrite
2013-11-03 Ciaran GultnieksAllow auto-committer author to be specified in config
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-01 Daniel MartíVarious fixes: hg vcs updating, gradle vercode regex...
2013-11-01 Daniel MartíMerge branch 'verbose-rewrite' of gitorious.org:f-droid...
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-11-01 Daniel MartíNo quotes in --commit messages
2013-11-01 Daniel Martí--auto --commit now behaves like fd-commit, consistency
2013-11-01 Daniel MartíFix --auto for the new BV syntax
2013-11-01 Daniel MartíForgot to actually use the real repotype variable
2013-11-01 Daniel MartíNew metadata field: Vercode Operation
2013-11-01 Daniel MartíNo quotes in --commit messages
2013-10-31 Daniel MartíStart using config and options as common.py globals
2013-10-31 Daniel Martí--auto --commit now behaves like fd-commit, consistency
2013-10-31 Daniel MartíFix --auto for the new BV syntax
2013-10-31 Daniel MartíForgot to actually use the real repotype variable
2013-10-31 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-31 Ciaran GultnieksDisplay previously ignored checkupdates error
2013-10-31 Ciaran GultnieksHandle repo config in a more sensible way
next