Commit Graph

12 Commits

Author SHA1 Message Date
c4e33598e9 added ImageMetadataAll 2019-03-23 23:56:35 +01:00
560f5057ac added ImageMetadataToDelete to the datastore
added test if it selectes the records to delete
added todo to refactor some image tests to use the generated mocks
2019-03-23 23:21:35 +01:00
5503a429c3 fixed namings and inlined som variables 2019-03-23 23:14:16 +01:00
4aae22527c introduced deferred cleanup calls
added test to ensure only files not to delete are part of the to upload list
fixed red test
2019-03-23 23:08:08 +01:00
9ab0ddb2d0 updated copyright notice at the top of the files 2019-03-23 22:40:56 +01:00
b326b0da84 added uploadImages
added piwigo image id to upload to support file updates
added noUpload flag to do all but skip file upload
changed metadata filepath to full file path
moved category detection during local file metadata generation
2019-03-20 23:15:41 +01:00
390a60418f added unittest to test upload required in datastore -> probably not a good idea to set the flag here ;-) 2019-03-20 00:33:53 +01:00
8068d829fe Refactored piwigo context to a object oriented implementation
Optimized http calls to reuse more code and DRY
Interface for PiwigoContext WIP
Naming WIP
2019-03-20 00:17:58 +01:00
7bf14e5ca3 Added SavePiwigoIdAndUpdateUploadFlag 2019-03-19 23:07:55 +01:00
00404788cb Renamed methods as GO has no Getter or Setter 2019-03-19 21:21:45 +01:00
066f8f5f95 extended datastore to get the images that should be uploaded 2019-03-17 23:36:40 +01:00
b917511e95 Added first datastore implementation with tests 2019-03-15 23:53:47 +01:00