chiark / gitweb /
all: add and switch to build-tools v24
[fdroidserver.git] / tests /
2016-06-21 Hans-Christoph SteinerMerge branch 'jdk8' into 'master'
2016-06-21 Daniel Martíall: switch to jdk8 as default
2016-06-21 Daniel MartíMerge branch 'some-build-fixes' into 'master'
2016-06-21 Hans-Christoph Steineradd force_build_tools config option
2016-06-15 Ciaran GultnieksMerge branch 'fix-makebuildserver' into 'master'
2016-06-14 Hans-Christoph Steinertests: `pyvenv --system-site-packages` is too buggy...
2016-06-14 Hans-Christoph SteinerMerge branch 'targetSdkVersion' into 'master'
2016-06-14 Hans-Christoph Steinerparse targetSdkVersion from APKs
2016-06-14 Hans-Christoph Steinerfix "DeprecationWarning: Please use assertEqual instead."
2016-06-09 Daniel MartíMerge branch 'fix-file-read-write-encoding' into 'master'
2016-06-07 Hans-Christoph Steineruse UTF8 as default instead of ASCII for .java .gradle...
2016-04-14 Daniel MartíMerge branch 'fix-virtualenv' into 'master'
2016-04-13 Lode HostePrefer pyvenv instead of virtualenv for Python 3.3+
2016-03-23 Hans-Christoph SteinerMerge branch 'fdroid-build-in-git-repo' into 'master'
2016-03-23 Hans-Christoph Steinerstandardize on .yml as the file extension for YAML
2016-03-23 Hans-Christoph Steinerrefactor env handling for FDroidPopen to support .fdroi...
2016-03-11 Daniel MartíMerge branch 'master' into 'master'
2016-03-11 Daniel MartíMerge branch 'py3' into 'master'
2016-03-11 Daniel Martíupdate test: replace decode('hex') with unhexlify
2016-03-11 Daniel Martímetadata test: load pickle in bytes, not str
2016-03-11 Daniel Martítests: switch to python3
2016-03-10 Daniel MartíMake pre-commit hook pass after python3 switch
2016-02-28 Daniel MartíMerge branch 'p1' into 'master'
2016-02-20 Daniel MartíMerge branch 'scanner-repos' into 'master'
2016-02-17 Dmitriy BogdanovAdd FDroidPopen usage test
2016-02-17 Daniel MartíMerge branch 'debian-import-freeze' into 'master'
2016-02-17 Hans-Christoph Steineradded 'mirrors' option to config for giving official...
2016-02-16 Hans-Christoph Steineruse utf-8 as default encoding for config.py
2016-02-15 Hans-Christoph SteinerMerge branch 'full-bsd-osx-port' into 'master'
2016-02-15 Hans-Christoph Steinersupport BSD and GNU sed in tests
2016-02-15 Hans-Christoph Steinerrun-tests: use OSX/BSD compatible `mktemp -d`
2016-02-15 Hans-Christoph Steineronly test ./gendocs on GNU/Linux
2016-02-15 Hans-Christoph Steinercomplete-ci-tests: exit with error if setup is not...
2016-02-12 Daniel MartíMerge branch 'master' into 'master'
2016-02-12 Hans-Christoph Steinercommon: do not crash if the java_paths are not what...
2016-02-11 Hans-Christoph SteinerMerge branch 'auto-detect-java-homes' into 'master'
2016-02-11 Hans-Christoph Steineruse jarsigner and keytool from same JDK as is being...
2016-01-22 Hans-Christoph SteinerMerge branch 'master' into 'master'
2016-01-21 Daniel MartíMerge branch 'makebuildserver-for-debian-jenkins' into...
2016-01-21 Hans-Christoph Steinerrun-tests: verbose output for `fdroid update` to aid...
2016-01-04 Daniel MartíMerge branch 'master' into 'master'
2016-01-03 Dominik GeorgeAdd Author Name and Author Email fields. (Closes: #90)
2015-12-10 Daniel MartíMerge branch 'docs' into 'master'
2015-12-03 Daniel MartíSet all list defaults to an actual list
2015-12-03 Daniel MartíRepresent multiline fields as str, not list
2015-12-02 Daniel Martímetadata: properly store nums as strs and bools as...
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-01 Daniel Martírun-tests: Don't set -x until option parsing is done
2015-11-01 Daniel Martírun-tests: Don't show echo_header commands
2015-11-01 Daniel Martítests: allow running ./tests/run-tests
2015-10-24 Daniel Martítests: we now replace "buildToolsVersion var" too
2015-10-08 Daniel Martítests: Comment values are lists, not strings
2015-10-08 Daniel Martítests: adapt to new comments dict
2015-10-08 Daniel Martítests: close files
2015-09-21 Daniel MartíMerge branch 'master' into 'master'
2015-09-19 Daniel MartíRemove Dogecoin donation support
2015-09-11 Daniel MartíMerge branch 'import-tweaks-and-tests' into 'master'
2015-09-10 Hans-Christoph Steineradd a basic test of `fdroid import`
2015-09-01 Daniel MartíMerge branch 'fdroid-version' into 'master'
2015-09-01 Hans-Christoph Steinermove tests into common script for jenkins and gitlab-ci
2015-09-01 Hans-Christoph Steiner`fdroid --version` for installed releases and running...
2015-09-01 Daniel MartíMerge branch 'support-xml-json-yaml-for-metadata' into...
2015-09-01 Hans-Christoph Steinerset "accepted formats" for metadata in config.py
2015-09-01 Hans-Christoph Steineradd 'gradleprops' to .pickle files for the metadata...
2015-09-01 Hans-Christoph Steinerexit with error if duplicate metadata file is found
2015-09-01 Hans-Christoph Steinersupport app metadata in YAML format
2015-09-01 Hans-Christoph Steinerconsolidate all post-parse metadata checks
2015-09-01 Hans-Christoph Steinersupport app metadata in XML format
2015-09-01 Hans-Christoph Steinerconvert internal representation of AntiFeatures to...
2015-09-01 Hans-Christoph Steineradd test case for JSON parsing, based on parsed .txt...
2015-09-01 Hans-Christoph Steineradd test for metadata parsing based on a parse output...
2015-09-01 Hans-Christoph Steineradd test files to pre-commit hook and fix pep8 errors
2015-08-26 Hans-Christoph SteinerMerge branch 'support-vagrant-cachier' into 'master'
2015-08-20 Daniel MartíMerge branch 'two-fixes' into 'master'
2015-08-19 Hans-Christoph Steinerbuild: improve regsub pattern for setting buildToolsVersion
2015-08-19 Hans-Christoph Steinerfix syntax error in manual generation and add ./gendocs...
2015-08-13 Daniel MartíFix test that broke with c813a3cdbb7e
2015-08-05 Daniel MartíMerge branch 'master' into 'master'
2015-08-05 Hans-Christoph Steinerrun-tests: fix quoting to prevent spurious execution...
2015-08-03 Ciaran GultnieksMerge branch 'update-install' into 'master'
2015-08-03 Ciaran GultnieksMerge branch 'bsd-osx-porting-and-tests' into 'master'
2015-07-31 Hans-Christoph Steinertest new common.regsub_file() method that replaces...
2015-07-31 Alex Burkatests: short args for mktemp to support BSD
2015-07-31 Hans-Christoph Steinerrun-tests: fix copying of urzip.apk into new repo
2015-07-30 Hans-Christoph Steinerrun-tests: run `fdroid readmeta` after each --create...
2015-06-03 Daniel MartíMerge branch 'changelog' of https://gitlab.com/krt...
2015-05-14 Ciaran GultnieksMerge branch 'support-all-signing-key-types' into ...
2015-05-14 Ciaran GultnieksMerge branch 'debug-builds' into 'master'
2015-05-14 Ciaran GultnieksMerge branch 'master' into 'master'
2015-05-08 Hans-Christoph Steinertests: no need to dump the index.xml to the build log
2015-05-08 Hans-Christoph Steiner`fdroid update --create-key` to create a keystore/key
2015-05-08 Hans-Christoph Steinermake `fdroid update` check that it can sign the repo...
2015-01-31 Ciaran GultnieksMerge branch 'fxbuilddeps' into 'master'
2015-01-26 Ciaran GultnieksEnsure package names are valid
2015-01-21 Ciaran GultnieksMerge branch 'master' into 'master'
2015-01-21 Hans-Christoph Steinerfix update.TestCase: remove unused SilentPopen import...
2015-01-21 Hans-Christoph Steinerfix install test by making sure common.options is set
2014-12-30 Ciaran GultnieksMerge branch 'doc-update-v1' into 'master'
next