Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
There were a couple of places where a file was uploaded while still open, which resulted in an attempt to remove it, which causes an error from Windows. The allOCRed function also included an assumption that the path separator would be a /, which is always correct for AWS, and correct for local on Linux and OSX, but not for local Windows. Fixed by leaving the separator well alone. Also, the local connection was not stripping leading \, like it did /, which caused an issue with Windows local. Windows local is now tested and working, at least through wine. | |||
2020-11-10 | gofmt | Nick White | |
2020-11-09 | [rescribe] Local only combo tool basically now working. Testing is still ↵ | Nick White | |
minimal. | |||
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 ↵ | Nick White | |
arguments, even if all are strings | |||
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 LocalConnlocal | Nick White | |
2020-05-22 | Add experimental local connection type | Nick White | |