aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/tests/amazons3.php
Commit message (Collapse)AuthorAgeFilesLines
* Setup a docker container that holds a webdav instance to test files_externalMorris Jobke2014-12-171-52/+0
| | | | | | | | | | | | | document docker parameter and use random host port fix typo copy autotest.sh to autotest-external.sh adds ability to add start* and stop* scripts in env in external tests run files_external WebDAV tests against ownCloud instance introduce executor number to be able to shut down the correct docker container fetch docker images in advance - this also fetches latest versions of the docker images add second argument to autotest-external.sh which can specify a single test to run print out the explicit test run change naming schema of files_external setup scripts
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+6
|
* Skip test for unsuported feature for amazon s3Robin Appelman2014-09-171-0/+4
|
* Fix AmazonS3 rmdir on the rootRobin Appelman2014-09-171-23/+1
|
* rewrote initialisation, added testing workaroundChristian Berendt2013-07-101-3/+2
|
* minimize waiting timeChristian Berendt2013-07-081-1/+3
|
* wait methods are probably not working, just waitChristian Berendt2013-07-081-3/+1
|
* make tests workable with Amazon S3Christian Berendt2013-07-081-9/+16
|
* reworking testclass for \OC\Files\Storage\AmazonS3Christian Berendt2013-07-031-7/+18
|
* merge master into filesystemRobin Appelman2012-12-031-2/+3
|\
| * fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-301-2/+3
| |
* | merge master into filesystemRobin Appelman2012-10-111-32/+31
|\|
| * skip the files_external test cases the correct wayRobin Appelman2012-10-111-32/+31
| |
* | move storage backend test cases to their own namespaceRobin Appelman2012-09-221-3/+5
| |
* | put filestorages in a namespaceRobin Appelman2012-09-071-1/+1
|/
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-3/+0
|
* Initial support for Amazon S3 storage backendMichael Gapczynski2012-05-291-0/+50
Conflicts: apps/files_external/tests/config.php