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-11-14make object prefix configurableJörn Friedrich Dreyer
2016-07-05fix swift primary object store test (#25281)Thomas Müller
* Wait for socket to be open * Fix call on null * Allow DB access for MountProviderTest Makes unit tests pass when using object store, since their FS access is actually oc_filecache DB access. It is currently not possible to mock or bypass the logic from "SharedMount::verifyMountPoint()" triggered by this test.
2016-03-09docker containers should be stopped before being removed - refs ↵Thomas Müller
https://github.com/docker/docker/issues/18758
2016-03-01local entrypoint.sh isn't needed - all fixes are upstreamMorris Jobke
2016-03-01Use sockets for startup notification in primary storage testsMorris Jobke
2015-10-30Use proper statement to retrieve the IP of an docker instanceMorris Jobke
2015-10-19Merge pull request #17641 from owncloud/fix_objectstore_renameJörn Friedrich Dreyer
don't move files in cache twice, fixes renaming for objectstores
2015-10-19skip btrfs hack for objectstore docker container on btrfs hostMorris Jobke
2015-10-16Fix error in stop scriptThomas 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