chiark / gitweb /
PEP8 fix E225 missing whitespace around operator
[fdroidserver.git] / fdroidserver / scanner.py
2016-02-15 Hans-Christoph SteinerPEP8 fix E225 missing whitespace around operator
2016-01-31 Daniel MartíMerge branch 'licenses' into 'master'
2016-01-24 Daniel Martíscanner: Allow clojars.org maven repository
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2015-12-29 NeroBurnerChange print-function to have brackets
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-04 Daniel Martíscanner: remove jni check
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-12 Daniel Martíscanner: don't warn about ignored files
2015-11-10 Daniel Martíscanner: Ignore certain binary executable files
2015-11-10 Daniel Martíscanner: ignore .DS_Store files
2015-10-31 Daniel Martíscanner: allow apache.org maven repo
2015-10-22 Daniel Martíscanner: allow sonatype groups/public repo
2015-10-22 Daniel Martíscanner: escape urls
2015-10-08 Daniel Martíscanner: ignore gradle comment lines
2015-10-07 Daniel Martíscanner: error on unknown maven repos
2015-10-04 Daniel Martíextension simplifications
2015-10-04 Daniel Martíscanner: don't error on partially used globs
2015-10-03 Daniel MartíRework path glob expansion
2015-09-22 Daniel Martíscanner: skip symlinks to avoid issues
2015-09-22 Daniel Martíscanner: don't crash on unused gradle files
2015-09-21 Daniel MartíMerge branch 'asynchronous_reader' into 'master'
2015-09-21 Daniel MartíMerge branch 'docs' into 'master'
2015-09-21 Daniel MartíMerge branch 'master' into 'master'
2015-09-19 Jan KühleAdded support for gradle flavor specific dependencies...
2015-09-17 Daniel Martíscanner: use a blacklist instead of a whitelist
2015-09-17 Daniel Martíscanner: also ignore ttf and otf files
2015-09-17 Daniel Martíscanner: improve usual suspect output
2015-09-14 Daniel MartíMerge branch 'dont-use-sudo-brew' into 'master'
2015-09-14 Daniel Martíscanner: avoid checking if usual files are binary
2015-09-14 Daniel MartíRewrite scanner logic
2015-09-14 Daniel Martíscanner: support apps using srclib repo type
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-08-29 Daniel MartíMove scan_source into scanner.py
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-01-10 Daniel Martíscanner: adapt to new scan_source format (fixes #59)
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-02 Daniel MartíException handling improvements
2014-06-30 Daniel MartíAlways run read_srclibs as part of read_metadata
2014-05-31 Daniel MartíUse ordered dicts for defaults in apps and builds
2014-05-20 Ciaran GultnieksCentralise management of srclib metadata
2014-05-07 Ciaran GultnieksMerge branch 'master' into 'master'
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 "E302 expected 2 blank lines, found 1"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E401 multiple imports on one line"
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
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íHalf-way done switching prints for 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-09 Daniel MartíRemove trailing spaces and tabs
2013-12-30 Daniel MartíRemove trailing spaces and tabs
2013-12-19 Daniel MartíAdd some remaining help strings
2013-12-19 Daniel MartíRemove some unnecessary stuff
2013-12-19 Daniel MartíAdapt scanner, fix some other issues
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
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 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í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-29 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-10-29 Ciaran GultnieksFix standalone scanner bug
2013-10-27 Ciaran GultnieksDon't need legacy disabled build handling everywhere now
2013-10-26 Ciaran GultnieksIntroduce disable= as a better way of disabling a build
2013-08-22 Daniel MartíRemove a bunch of unused imports
2013-03-20 Ciaran GultnieksMerge commit 'refs/merge-requests/117' of git://gitorio...
2013-03-20 Ciaran GultnieksAdd extra build commands that can run after scan/tarball
2012-10-01 David BlackMerge branch 'master' of git://gitorious.org/f-droid...
2012-10-01 Ciaran GultnieksMake maven executable path accessible in prebuild/init
2012-09-13 Ciaran GultnieksMade maven executable configurable
2012-09-08 Ciaran GultnieksLots of build system improvements and fixes
2012-03-15 Ciaran GultnieksMerge commit 'refs/merge-requests/88' of git://gitoriou...
2012-03-15 Ciaran GultnieksMerge commit 'refs/merge-requests/87' of git://gitoriou...
2012-03-12 Tias Gunscommon.prepare_source: add verbose option and use it
2012-03-12 Ciaran GultnieksMerge commit 'refs/merge-requests/86' of git://gitoriou...
2012-03-11 Tias Gunsscanner: use -p check like in build.py, give error...
2012-03-11 Ciaran GultnieksMake the server tools an installable package (with...