Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Setup a docker container that holds a webdav instance to test files_external | Morris Jobke | 2014-12-17 | 1 | -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 methods | Joas Schilling | 2014-11-19 | 1 | -2/+6 |
| | |||||
* | Skip test for unsuported feature for amazon s3 | Robin Appelman | 2014-09-17 | 1 | -0/+4 |
| | |||||
* | Fix AmazonS3 rmdir on the root | Robin Appelman | 2014-09-17 | 1 | -23/+1 |
| | |||||
* | rewrote initialisation, added testing workaround | Christian Berendt | 2013-07-10 | 1 | -3/+2 |
| | |||||
* | minimize waiting time | Christian Berendt | 2013-07-08 | 1 | -1/+3 |
| | |||||
* | wait methods are probably not working, just wait | Christian Berendt | 2013-07-08 | 1 | -3/+1 |
| | |||||
* | make tests workable with Amazon S3 | Christian Berendt | 2013-07-08 | 1 | -9/+16 |
| | |||||
* | reworking testclass for \OC\Files\Storage\AmazonS3 | Christian Berendt | 2013-07-03 | 1 | -7/+18 |
| | |||||
* | merge master into filesystem | Robin Appelman | 2012-12-03 | 1 | -2/+3 |
|\ | |||||
| * | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 1 | -2/+3 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-11 | 1 | -32/+31 |
|\| | |||||
| * | skip the files_external test cases the correct way | Robin Appelman | 2012-10-11 | 1 | -32/+31 |
| | | |||||
* | | move storage backend test cases to their own namespace | Robin Appelman | 2012-09-22 | 1 | -3/+5 |
| | | |||||
* | | put filestorages in a namespace | Robin Appelman | 2012-09-07 | 1 | -1/+1 |
|/ | |||||
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 1 | -3/+0 |
| | |||||
* | Initial support for Amazon S3 storage backend | Michael Gapczynski | 2012-05-29 | 1 | -0/+50 |
Conflicts: apps/files_external/tests/config.php |