chiark / gitweb /
Open metadata files in only one place
[fdroidserver.git] / fdroidserver / import.py
2015-12-07 Daniel MartíOpen metadata files in only one place
2015-12-05 Daniel Martíimport: fix get_default_app_info usage
2015-12-02 Daniel MartíRework build into a class
2015-11-28 Daniel MartíRework app into a class
2015-11-28 Daniel MartíHandle duplicate apps in a much cleaner way
2015-11-18 Daniel Martíimport: don't crash due to missing id
2015-10-30 Daniel Martícheckupdates: work around multiple package ids
2015-10-25 Daniel MartíBe consistent about root_dir/build_dir naming
2015-10-04 Daniel Martíwrite_metadata fixes
2015-10-03 Daniel Martíimport: fix issue tracker links
2015-09-25 Daniel MartíMake write_metadata take a writer
2015-09-15 Daniel Martíimport: fix import -u from fdroiddata
2015-09-15 Daniel Martíimport: do set root_dir if running from a repo
2015-09-12 Daniel Martíall: deduplicate -v/-q setup
2015-09-11 Daniel MartíMerge branch 'import-tweaks-and-tests' into 'master'
2015-09-10 Hans-Christoph Steinerimport: append .git to gitlab URLs, git sometimes freak...
2015-09-10 Hans-Christoph Steinerimport: split out URL handling into its own function
2015-09-10 Daniel MartíMerge branch 'replace_optparse_with_argparse' into...
2015-09-06 nero-tuxreplace deprecated optparse with argparse
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-09-01 Hans-Christoph Steinermetadata: rename parse_metadata() to parse_txt_metadata()
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-18 Daniel Martíimport: remove support for gitorious
2015-08-18 Daniel Martíimport: remove google code support
2015-06-03 Daniel MartíDon't use the commits feed as a changelog link in import
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-03-22 Daniel MartíMerge branch 'import' into 'master'
2015-03-22 Boris KrautImporter: Fix duplicated urls
2015-01-31 Ciaran GultnieksImprove validation of fdroid import page parsing
2015-01-11 Boris KrautAdd "Changelog:" metadata field.
2014-11-07 Ciaran GultnieksMerge branch 'update-vagrantfile' into 'master'
2014-09-20 Daniel MartíFix 'fdroid import' flavours crasher
2014-08-16 Daniel MartíMap apps in memory from appid to appinfo
2014-07-03 Daniel MartíUse shorter and non-redundant 'or' clauses for 'if...
2014-07-01 Daniel MartíImprove some log levels
2014-06-15 Daniel MartíFix crash in 'fdroid import'
2014-06-11 Daniel MartíFix small issue in import.py
2014-06-01 Daniel MartíAdd support for gitlab.com repos to import
2014-05-15 Ciaran GultnieksSupport https://code.google.com in fdroid import
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 "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 "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 "E703 statement ends with a semicolon"
2014-05-06 Hans-Christoph Steinerfix PEP8 "E225 missing whitespace around operator"
2014-03-18 Daniel MartíProperly use logging.warn in some places
2014-02-22 Ciaran GultnieksAdd --quiet option, restricting output to warnings...
2014-02-17 Daniel MartíFix a buildjni regression
2014-02-03 Daniel MartíAdd missing -v/--verbose flag to import
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í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íBetter parsing of args, install now works as it should
2013-11-24 Ciaran GultnieksImport support for kivy projects (with buildozer spec)
2013-11-20 Daniel MartíMerge branch 'metadata-checks'
2013-11-19 Daniel MartíFirst metadata checks rewrite; New metadata.py module
2013-11-16 Daniel MartíDefault new import.py apps to UCM:Tags (should be a...
2013-11-15 Ciaran GultnieksMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-11-13 Daniel MartíFix import.py crash
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íAM.xml is not the only file that designates an android...
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 GultnieksFix import error message
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-30 Ciaran GultnieksA couple of minor import improvements
2013-10-25 Daniel MartíRegression - we won't do subvercodes
2013-10-25 Ciaran GultnieksFix recently introduced import bug
2013-09-22 Daniel MartíAdd issue page to github repos on import
2013-09-16 Daniel MartíAlso finish at quotes when using import -u
2013-08-22 Daniel MartíRemove a bunch of unused imports
2013-08-15 Daniel MartíYet another silly mistake
2013-08-15 Daniel MartíSilly mistake in import.py
2013-08-15 Daniel MartíFix import
2013-08-14 Daniel MartíMerge branch 'gradle' (finally!)
2013-08-14 Daniel MartíMerge branch 'master' of gitorious.org:f-droid/fdroidserver
2013-08-08 Daniel MartíMarket is broken, don't default to it
2013-06-24 Ciaran GultnieksWrite .fdroidvcs when retaining imported vcs repo
2013-05-14 Daniel MartíFall back to res/values to avoid @strings/app_name
2012-09-18 David BlackMerge branch 'master' of git://gitorious.org/f-droid...
2012-09-18 Ciaran GultnieksRejects bad import url for github
2012-09-08 Ciaran GultnieksLots of build system improvements and fixes
next