Commit Graph

25 Commits (addParameterTypingVersionsMapper)

Author SHA1 Message Date
Ferdinand Thiessen d6d6747a73 refactor: apply rector rules for PHPUnit 10 2 months ago
Côme Chilliet 8107f614d8
fix(tests): Ignore expected warning for s3 tests 3 months ago
Robin Appelman aa15f9d16d
chore: run rector 6 months ago
Ferdinand Thiessen 5981b7eb51
chore: apply new CSFixer rules 6 months ago
Robin Appelman 29e39c0a2e
chore: run rector on tests 7 months ago
Joas Schilling 5283e9a5e2
test: Cleanup tests/lib/Files/* 8 months ago
Christoph Wurst 49dd79eabb
refactor: Add void return type to PHPUnit test methods 1 year ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Joas Schilling e1caa198e3
ci: Skip flaky test on PHP 8.3 1 year ago
Andy Scherzinger 1f7e2ba599
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
Joas Schilling 5850695284
fix(tests): Add messages to assertions to explain what failed 2 years ago
Ferdinand Thiessen fceb781058
fix(tests): Fix deprecation errors in S3 tests 2 years ago
Robin Appelman 1374cbee3e store unencrypted size in the unencrypted_size column 3 years ago
Bernd Rederlechner 3866f388b1
Refactor writeObject to only use MultipartUpload when required 4 years ago
Julius Härtl 3f44fd00e2
Run s3 tests again 5 years ago
Robin Appelman effb7dc8ba
set mimetype for objects uploaded to object storages 5 years ago
Christoph Wurst 1584c9ae9c
Add visibility to all methods and position of static keyword 6 years ago
Robin Appelman 3ba46f3b50
add basic tests for s3 seeking and add some error handling if reopen return the wrong range 6 years ago
Christoph Wurst b80ebc9674
Use the short array syntax, everywhere 6 years ago
Robin Appelman 1d322d3b37
always use multipart uploader for s3 uploads 7 years ago
Robin Appelman 3499cbdb76
Use S3Client::upload instead of splitting single/multipart upload ourselves 8 years ago
Robin Appelman 385d6f098c
Add tests for multipart upload 8 years ago
Robin Appelman ac2542f0f0
add ci support for s3 object store 9 years ago
Robin Appelman eefd059716
add amazon s3 objectstore backend 9 years ago
Robin Appelman 64e896cc0d
split testing of objectstoragestorage and objectstore implementations 9 years ago
Joas Schilling 94ad54ec9b Move tests/ to PSR-4 (#24731) 10 years ago
Joas Schilling b1458d590d
Fix namespaces and class names in tests/lib/files/ 10 years ago
Roeland Jago Douma 1f715289bf Removed deprecated function OC_User::deleteUser 10 years ago
Roeland Jago Douma 835911bce5 Removed deprecated private OC_User::createUser 10 years ago
Thomas Müller 3bb6dcea64 Apply DB group annotation ... 10 years ago
Robin Appelman a87368acb9 Skip checkupdate test for swift 10 years ago
Jörn Friedrich Dreyer 5646e39248 test objectstore with ceph docker 10 years ago
Joas Schilling 993d89b3cc Extend the class so the Filesystem is cleaned up 11 years ago
Morris Jobke 2c5e4b3d3f Remove last traces of travis integration 11 years ago
Joas Schilling bb540722cd Use base class to reset the file mapper 11 years ago
Jörn Friedrich Dreyer c362c78d76 make objectstore tests check fileid on rename 11 years ago
Morris Jobke e717833b07 mark tests as skipped - TODO travis 12 years ago
Thomas Müller 1a7d80acd7 only if the environment variable RUN_OBJECTSTORE_TESTS is set the object store unit test will be executed 12 years ago
Jörn Friedrich Dreyer ab93f1949d update hasUpdated description, overwrtie testStat for objectstore test 12 years ago
Jörn Friedrich Dreyer 28c1a95575 use common storage test 12 years ago
Jörn Friedrich Dreyer 5cae863408 change architecture from inheritance to composition 12 years ago
Jörn Friedrich Dreyer 5722e31d1a add autocreate config option for containers, implement autocreate and delete of containers, use generated container names for tests 12 years ago
Jörn Friedrich Dreyer 7493ff0624 fix unit test by always initializing the root of the storage in the constructor 12 years ago
Jörn Friedrich Dreyer c18836c8ae add initial swift test with trystack 12 years ago