Skip to content

Releases: l3uddz/crop

v0.2.0

26 Apr 08:04
Compare
Choose a tag to compare

Changelog

ca0a9e3 change(makefile): comment fetches/vendors from release/publish/snapshot phony
b5c04b5 change(makefile): use vendor phone instead of fetch
db7eefa change(makefile): comment fetch from publish phony
8cb69a6 Merge pull request #2 from l3uddz/feat/service-account-env-vars
9ac93a3 change(readme): update readme to reflect how service account folders are specified (associated to a remote name)
53c7e8a change(cache): dont use msgp codec
7100f01 change(lint): more fixes
5efb7b4 change(lint): fixes
e17579c change(misc): prealloc where possible
aecc24d change(clean): remove clean_remote as its inferred by clean_remote_path
848222c change(cache): use MessagePack codec
c1277d5 change(cache): use badgerdb
0d1d8aa change(syncer/rclone): remove some dead code and some other readability enhancements
07bff04 change(uploader): some more comment/logging changes
ef04d8a change(uploader): slight refactor / cleanup of move and remove unused config variables
b5d4e83 change(sa): refactor sa to use env vars
4ac8936 change(readme): remove --fast-list from dedupe config example

v0.1.2

20 Apr 21:29
Compare
Choose a tag to compare

Changelog

4d18e71 change(rclone): dont format parameters

v0.1.1

20 Apr 20:08
Compare
Choose a tag to compare

Changelog

d9ce036 change(rclone): actually use the specified stats ~ duh...
cee1615 change(rclone): make stats configurable

v0.1.0

20 Apr 19:15
Compare
Choose a tag to compare

Changelog

9579605 chore(deps): update dependencies
e9ec206 Revert "Merge pull request #1 from l3uddz/renovate/github.com-blang-semver-3.x"
a392e02 Merge pull request #1 from l3uddz/renovate/github.com-blang-semver-3.x
77a416f change(config): use a shared struct for server side moves
3ea1258 chore(deps): update module blang/semver to v3.6.1
373ef9a change(readme): readme changes again
122e67b change(readme): wording change again
1af39eb change(readme): change wording
3d696e8 add basic readme
80c3875 change(uploader): add --no-check to skip checks and force uploaders to run
610a5e2 chore(cleanup): remove unused code
0b710b2 change(rclone): refactor enums
bfe7960 change(clean): log changes again
495bcb4 change(clean): logging changes and dont show failed warnings
6bc954c change(clean): show info logs when a hidden file is removed locally
1d16bba support params with = delimiter for cleaner configs
77a672c use a generic RemoteInstruction in rclone struct for server side operations
55c666e uploader dont provide additional params from checker
64edc22 dont add any additional default dedupe commands
ad13fc1 add dedupe to uploader and ensure its last step in upload or sync chain
ad5fc6e added dedupe to syncer
3db738e dont ban server side move failed remotes
7a5010a add drive-server-side-across-configs for syncer copy and syncs
4abac4c further work on syncer
54d5496 further work on syncer
24c701d refactoring and start on syncer package
3de7303 refactor service account / banned remotes logic into rclone package
9314e1f add update command and ci
ab4afe0 dependencies update
5fa8930 add uploader specific flag to upload command
c7ac23d allow specific uploader to be chosen for clean
a565313 move workers to hidden, add clean command and make dry-run via cli work
3249807 add support for banning standalone remotes and dont proceed with upload if any of them are banned
c878981 dont use formatted log for non-formatted string
857ecf6 use trace level for age check pass logs
ace27ff use rclone style globs for precise include exclude
a1bc983 additional code
d571e5f initial code commit
d9c491c first commit