summaryrefslogtreecommitdiffstats
path: root/utils/file_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize file util functionality (#7848)Chris2017-11-161-172/+0
| | | | | | | | * reorganize file util functionality * fix api test compilation * fix rebase issue
* Replace os.Rename with directory copy util in plugin extraction (#7825)Joram Wilander2017-11-131-0/+54
|
* Refactoring cfg refs and load / save functions (#7749)Chris2017-10-311-1/+1
| | | | | | * refactoring cfg refs and load / save functions * improve error output
* [PLT-7726] adjustments for the mm-server jenkinsfile (#7688)Carlos Tadeu Panato Junior2017-10-251-1/+14
|
* PLT-7666: Clean up files on disk/s3 in data retention. (#7503)George Goldberg2017-09-251-0/+26
|
* Run file tests on Minio and local drivers. (#7482)George Goldberg2017-09-221-77/+98
|
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* PLT-???? Prepare file upload infrastructure for Data Retention. (#7266)George Goldberg2017-08-251-0/+122
* Prepare file upload infrastructure for Data Retention. This commit prepares the file upload infrastructure for the data retention feature that is under construction. Changes are: * Move file management code to utils to allow access to it from jobs. * From now on, store all file uploads in a top level folder which is the date of the day on which they were uploaded. This commit is based on Harrison Healey's branch, but updated to work with the latest master. * Use NewAppError