Skip to content

Releases: mutantcornholio/veendor

Fixed another git race

26 Oct 10:11
Compare
Choose a tag to compare

Another version of #11, but on git tag, not git push.

Fixes #14

Fixed race-conditions on push

19 Oct 11:50
Compare
Choose a tag to compare

Fixes #11

Also, fixed a much more rare race condition, and added a little veendor calc fix.

Fixed tar errors when git tag is not found

11 Oct 13:21
Compare
Choose a tag to compare

Fixing git-lfs checkout fail [2]

28 Sep 11:25
Compare
Choose a tag to compare

git lfs pull should be called after checkout, not before it
Hopefully, fixes #9 right

Fixing git-lfs checkout fail

31 Aug 13:19
Compare
Choose a tag to compare

For some reason after fetch+checkout git-lfs may not download actual files, leaving pointers in working directory.
This behavior is tricky and hard to catch, so I've just added "bulletproof" solution: running git lfs pull every time (if git-lfs is available), just to be safe.

Fixes #9

Backends errors API

25 Aug 13:39
Compare
Choose a tag to compare

Now, generic pull fails and bundle-not-founds are distinguished.

Fixed #7

git fetch fix

24 Aug 15:52
Compare
Choose a tag to compare

added '--tags' to git fetch for git-lfs

hash calculation fix

24 Aug 15:17
Compare
Choose a tag to compare

now hash will not be dependent on order of deps, which will save us from errors like #8

Fixed deps ↔︎ devDeps moving

24 Aug 11:49
Compare
Choose a tag to compare

Added git-lfs availability check

14 Aug 11:39
Compare
Choose a tag to compare