Skip to content

Releases: l3uddz/crop

v0.4.2

25 May 09:00
Compare
Choose a tag to compare

Changelog

2574ca6 change(upload): add log message for when no files are found
8cb0b52 change(core): use a lockfile to prevent multiple executions of crop

v0.4.1

24 May 11:52
Compare
Choose a tag to compare

Changelog

d053b88 change(upload): if no files were found, dont proceed.

v0.4.0

23 May 08:50
Compare
Choose a tag to compare

Changelog

ab6b8b3 change(readme): add --dedupe-mode=newest to example config
57b92ee change(readme): update
bb22e08 change(syncer/uploader/deduper): decouple from gclone, deduper will use a random service account when there are service accounts associated with it
a981598 change(sa): temporary sa cache use 60 mins
aae09d9 change(reutils): trim 0 from start of GetEveryNumber result
f2606ef change(cmd): show how long it took from start to finish for: clean, manual, sync and upload commands
4790ff6 change: remove redundant time.Duration to addServiceAccountsToTempCache function
b2a486a change(syncer): add --no-dedupe command to bypass dedupes for all syncers
dedbc9c change(rclone/sa): use ttl memory cache of sa issued, store for 30 minutes.
f8410ca change(service-account-server): refactor into own package and implement for uploader
44dd989 change(service-account-server): more adjustments r.e. cache
c34dd39 change(service-account-server): cache the new service account for N seconds
da06a90 change(service-account-server): cache service account responses for N duration or N hits
71276f9 change(syncer): only remove temporary bans when service account server is not running
e989d56 change(service-account-server): use a random free port
2c5a43e change(syncer): initial code for gclone fork support
2c83faa change(rclone): use rclones ConfigToEnv for service account file env variable name
6bce312 change(syncer): ensure a service account is only used by 1 running syncer
c432d27 change(sa): only add sa to temporary cache when no errors finding available sa's
c19cff9 change(syncer): parallel via worker pool
4c8a8cd change(syncer): parallel via waitgroup

v0.3.3

15 May 17:42
Compare
Choose a tag to compare

Changelog

4475685 chore(deps): update dependencies
f44c909 Merge pull request #4 from l3uddz/renovate/github.com-spf13-viper-1.x
56e9bc4 chore(deps): update module spf13/viper to v1.7.0

v0.3.2

14 May 07:47
Compare
Choose a tag to compare

Changelog

7ef1a0e change(cache): clear cache of banned sa's that have expired on close

v0.3.1

04 May 16:19
Compare
Choose a tag to compare

Changelog

95f828d change(uploader): include forced option in check object of an uploader.
cfd8cf5 change(readme): adjust formatting on config example
afc94cf change(config): add support for defining global rclone params
368ab1d Merge pull request #3 from l3uddz/renovate/github.com-sirupsen-logrus-1.x
480e70f chore(deps): update module sirupsen/logrus to v1.6.0

v0.3.0

02 May 09:24
Compare
Choose a tag to compare

Changelog

fb8d05d change(readme): fix typo
dbd7e2a change(readme): add example of manual command
f033bea add(cmd/manual): manual command to perform a copy/sync without requiring a configuration change

v0.2.3

28 Apr 11:58
Compare
Choose a tag to compare

Changelog

aadfc2b change(rclone): build --filter based on include/excludes set on the check

v0.2.2

26 Apr 19:41
Compare
Choose a tag to compare

Changelog

9cfecfa change(ci): remove artifacts older than 14 days
72f3d9e change(sa): find all numbers in the serivce account files path

v0.2.1

26 Apr 11:10
Compare
Choose a tag to compare

Changelog

c6681e8 change(readme): update credits
25f2cc2 change(readme): update config example
325ec20 change(config): use list of uploaders and syncers