index
:
bookpipeline
fullsizepdf
guirefactor
local
master
minimisedisk
rotation
separatelocal
Tools to process books in a cloud based pipeline system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
local.go
Age
Commit message (
Expand
)
Author
2021-08-17
pipeline: use regular storage for tests, rather than a separate one
Nick White
2021-08-02
internal/pipeline: Add test (incomplete but working) for UploadImages
Nick White
2021-07-13
Fix up tests a bit
Nick White
2021-07-12
Add test for upAndQueue function
Nick White
2021-05-31
local: Only create a file once we are sure that it will be writeable
Nick White
2021-05-19
Local download now tries to open the source file before creating a destinatio...
Nick White
2021-05-19
Add basic DeleteObjects implementation to local.go
Nick White
2021-01-26
Make ListObjectsWithMeta generic again and create a specialised ListObjectWit...
Nick White
2020-12-04
Ensure mkdir will succeed in upload
Nick White
2020-11-16
Some changes to ensure the pipeline works correctly on Windows
Nick White
2020-11-10
gofmt
Nick White
2020-11-09
[rescribe] Local only combo tool basically now working. Testing is still mini...
Nick White
2020-10-21
Fix a bug that caused analyse step to not be triggered with local connection
Nick White
2020-10-20
Improve logging by using Println, which ensures there is a space between argu...
Nick White
2020-10-20
Fix local queue deletion properly
Nick White
2020-10-20
Hopefully fix off-by-one error causing errors with local bookpipeline
Nick White
2020-06-02
Proper full fix for local queue handling (hopefully)
Nick White
2020-06-02
Fix bug with local queue deletion
Nick White
2020-05-26
Fix DelFromQueue and Upload for local connections
Nick White
2020-05-22
Fix CheckQueue for LocalConn
local
Nick White
2020-05-22
Add experimental local connection type
Nick White