c4e33598e9
added ImageMetadataAll
2019-03-23 23:56:35 +01:00
0d9579534d
moved the filesystem scan to a own function
2019-03-23 23:33:44 +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
fc1f65ea84
copyright notice
2019-03-23 23:08:13 +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
54bc3d603c
automatic codeformat
2019-03-23 23:05:40 +01:00
5cb044d4b7
added deleteRequired to the database
2019-03-23 22:54:31 +01:00
cc2656cb09
updated copyright notice at the top of the files
2019-03-23 22:41:04 +01:00
9ab0ddb2d0
updated copyright notice at the top of the files
2019-03-23 22:40:56 +01:00
21a3e08478
added tests for the filescanner using a testimage
2019-03-23 22:05:25 +01:00
8efd309a9c
added some tests to the image code
2019-03-23 21:35:16 +01:00
c9b6a7e6db
learned about mocking and made mocks work
...
added new tests for the images part of the app
added go generate info to help generate mocks for tests
2019-03-22 00:14:34 +01:00
4fdcf5a090
updated readme with the part about dependencies and mocks
2019-03-21 22:37:32 +01:00
3c3eaa8da7
generated mocks for the datastore
2019-03-21 22:37:16 +01:00
ce64892222
added mocks for piwigo context
2019-03-21 22:37:08 +01:00
061bb112d5
formatting
2019-03-21 22:31:16 +01:00
ea4d3a28a4
a little readme fix
2019-03-21 22:22:53 +01:00
9beadfe1f8
updated readme and default config
2019-03-20 23:53:25 +01:00
f71fcefc1a
removed flag piwigoUploadChunkSizeInKB as it gets loaded from the server during login. Default is 512KB
2019-03-20 23:51:01 +01:00
44369daaa1
updated default config file
2019-03-20 23:34:49 +01:00
262307bb6f
ignore executable
2019-03-20 23:31:33 +01:00
4d50d5bb15
changed usage to piwigo interface instead of context
2019-03-20 23:30:04 +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
8e3c736bf9
added interfaces to the piwigo context to make testing easier
2019-03-20 21:41: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
28f7b6eaef
fixed messages and stop processing if no images are ready to process
2019-03-20 00:31:23 +01:00
f40308e378
fixed upload required
2019-03-20 00:31:09 +01:00
a871cfbb11
fixed missing reset of the uploadRequired flag
2019-03-20 00:24:09 +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
f3f864ec49
Removed old empty method
...
added synchronizePiwigoMetadata implementations to update local metadata from piwigo
2019-03-19 23:08:28 +01:00
7bf14e5ca3
Added SavePiwigoIdAndUpdateUploadFlag
2019-03-19 23:07:55 +01:00
58b5b79b34
renamed ImageUploadRequired to ImageExistOnPiwigo
...
Added ImageCheckFile to check the piwigo file state
2019-03-19 23:07:39 +01:00
00404788cb
Renamed methods as GO has no Getter or Setter
2019-03-19 21:21:45 +01:00
5166b0c6b8
started synchronization of piwigo ids and upload required
2019-03-17 23:57:28 +01:00
20eeba2615
made cookiejar internal
2019-03-17 23:48:44 +01:00
066f8f5f95
extended datastore to get the images that should be uploaded
2019-03-17 23:36:40 +01:00
798b74d071
Implemented synchronizeLocalImageMetadata to build the local image database
2019-03-17 23:11:56 +01:00
2333eccd0e
added column UploadRequired to the image metadata
2019-03-17 22:59:18 +01:00
02f59c47f9
made checksum calculator exportable to use it in the app package
2019-03-17 22:58:49 +01:00
10ffa029f8
started rethinking of the image upload process
2019-03-16 00:11:57 +01:00
faa7a33f8f
save dataStore context field as reference type
2019-03-15 23:54:22 +01:00
b917511e95
Added first datastore implementation with tests
2019-03-15 23:53:47 +01:00
9ca31bcb2b
started adding sqlite code
2019-03-15 00:35:49 +01:00
54e59a3f98
updated gitignore to ignore local database
2019-03-14 23:50:05 +01:00
5bf0b0b4e1
added first unit test
2019-03-13 00:14:19 +01:00
cd226af651
Fixed go test findings on method usage
2019-03-12 23:52:04 +01:00
2cc33641a7
moved filesystemnode to the filesystem scanner
2019-03-12 23:47:19 +01:00
105c89538e
moved imagenode to the imagelist file where it gets created
2019-03-12 23:46:35 +01:00
5a4c133f27
moved app types to appContext.go and added some methods
...
moved piwigo login from app.go to piwigoContext.go
Updated visibility of some types
Added first elements of the local data store including configuration on startup and flag
yea yea... I know, the commit contains to many changes ;-)
2019-03-12 23:44:05 +01:00