Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-11Wait a while even after successful conect ...Thomas Müller
2016-02-23Add verbose flag to occ commands of autotest*Joas Schilling
2016-02-19moved set -e after executable checking with which as old position off set -e ↵Andreas Schubert
stopped the script at this point without any error message
2016-02-17We require minimum PHPUnit 4.4Thomas Müller
2016-02-11Use official mariadb dockerThomas Müller
2016-02-11Wait until mariadb is up and runningThomas Müller
2015-12-01Make autotest.sh able to output proper coverage againRoeland Jago Douma
The usage of single quotes make sure that a string is used verbatim in bash. And no variables are subsituted.
2015-11-30Don't execute phpunit twiceThomas Müller
2015-11-30Un-confuse @MorrisJobke :wink:Thomas Müller
2015-11-30Introduce evaluation of an environment variable to choose if all, only ↵Thomas Müller
database or only database unit tests are to be executed. This is mainly required on automated execution on Jenkins
2015-10-30Use proper statement to retrieve the IP of an docker instanceMorris Jobke
2015-10-16Fix termination of the ceph dockerThomas Müller
2015-10-16Fix termination of the ceph dockerThomas Müller
2015-10-06test objectstore with ceph dockerJörn Friedrich Dreyer
use default config for swift primary storage test config allow testsuite to complete fix timeout, script cleanup, enable debug for now use btrfs loopback device, requires privileged container and absolute path throw exception when storage has problems debug by echo ... sleep more, more debug
2015-09-27Use a universal shebangOlivier Paroz
Fixes #15037
2015-09-22Merge pull request #19177 from owncloud/docker-check-stateThomas Müller
Connect to database to verify if it is running
2015-09-21Minor text typosPhil Davis
that I noticed while looking at some code.
2015-09-18Connect to database to verify if it is runningLukas Reschke
Try to connect to the OCI host via sqlplus to ensure that the connection is already running. Required by the new OCI configuration on CI.
2015-09-16Increment timeout on Oracle startupThomas Müller
2015-08-31Allow easy XDEBUG debugging with autotestRobin McCorkell
Debugging scripts needs the environment variable XDEBUG_CONFIG to be set, which initiates a connection to a listening debugger. But if that env is set and one of the PHP setup steps occurs (e.g. occ install), the debugging session is 'completed' and the debugger no longer listens during the actual tests. This saves the XDEBUG_CONFIG env so it only applies during the PHPUnit execution, so only the real tests trigger the debugging.
2015-07-29Add possible use of docker instance for MariaDBRoeland Jago Douma
2015-07-16[autotest] timeout oracle docker startup after 2 minutesMorris Jobke
2015-07-15[autotest] wait for oracle docker container initialization instead of ↵Morris Jobke
waiting a hard coded time
2015-07-06autotest.sh with docker support for postgresMorris Jobke
* waits until the docker container is started * export USEDOCKER=1 to run the docker version of postgres
2015-06-24Let's wait a little longer until oracle finally is availableThomas Müller
2015-06-19move the OCPSinceChecker.php to build/Morris Jobke
2015-06-19Add tool to check OCP for missing @since tagMorris Jobke
* gets executed in autotest.sh and fails if some PHPDoc is missing * doesn't check classes/methods that are marked as @deprecated * iterates over all .php files in lib/public
2015-05-15Store in array to allow paths with whitespaceLukas Reschke
2015-05-15Add support for facade binary scriptsLukas Reschke
Fixes https://github.com/owncloud/core/issues/16296
2015-05-15Lint bash script using ShellCheckLukas Reschke
Ref http://www.shellcheck.net/about.html
2015-05-04Combine autotest-hhvm.sh with autotest.shAndreas Fischer
2015-04-10[autotest.sh] use the DATABASEHOST for the mysql DB dropMorris Jobke
2015-03-20Now using a special docker where the database for testing is already availableThomas Müller
2015-03-17Oracle 11 XE is now fired up in a docker image - looks like we get back ↵Thomas Müller
Oracle Testing on pull requests
2015-03-11Use occ to install ownCloud in autotest.shThomas Müller
2015-01-28Better cleanup in autotest.shRobin McCorkell
Configs correctly cleaned, even if phpunit fails or autotest interrupted
2014-12-09Correctly run all tests again when no file is specifiedJoas Schilling
2014-12-09Allow autocomplete for test file in autotest.shJoas Schilling
2014-11-13this allows a non-existant config/config.php for starting the autotest.shMorris Jobke
2014-09-24Drop only if existsLukas Reschke
2014-09-24autotest.sh shall not terminate if mysql db could not be droppedThomas Müller
2014-09-22Fix autotest.sh for whitespace in pathsRobin McCorkell
2014-09-13Don't terminate the script if the pgsql database could not be deletedThomas Müller
2014-09-09terminate script execution in case of failureThomas Müller
2014-08-20Restore autotest config on SIGINT or SIGTERMVincent Petry
When hitting Ctrl+C to interrupt unit test running, the old configuration was not restored properly. This fix traps the signal to properly restore the configuration after an interruption.
2014-04-07Use git checkout on directory as some files may not be in git resulting in, ↵Andreas Fischer
e.g.: error: pathspec 'tests/data/lorem-copy.txt' did not match any file(s) known to git. error: pathspec 'tests/data/testimage-copy.png' did not match any file(s) known to git.
2014-02-05Catch setup errors during autotestVincent Petry
2013-12-19Enforce required phpunit versionVincent Petry
This will prevent frustration and confusion when unit tests fail because the wrong phpunit version was used
2013-11-04keep junit xml reportsThomas Müller
2013-11-04adding environment variable to control coverage reportingThomas Müller