Skip to content

Releases: mutantcornholio/veendor

Fixed another git race

Choose a tag to compare

@mutantcornholio mutantcornholio released this 26 Oct 10:11

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

Fixes #14

Fixed race-conditions on push

Choose a tag to compare

@mutantcornholio mutantcornholio released this 19 Oct 11:50

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

Choose a tag to compare

@mutantcornholio mutantcornholio released this 11 Oct 13:21

Fixes #10

Fixing git-lfs checkout fail [2]

Choose a tag to compare

@mutantcornholio mutantcornholio released this 28 Sep 11:25

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

Fixing git-lfs checkout fail

Choose a tag to compare

@mutantcornholio mutantcornholio released this 31 Aug 13:19

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

Choose a tag to compare

@mutantcornholio mutantcornholio released this 25 Aug 13:39

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

Fixed #7

git fetch fix

Choose a tag to compare

@mutantcornholio mutantcornholio released this 24 Aug 15:52

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

hash calculation fix

Choose a tag to compare

@mutantcornholio mutantcornholio released this 24 Aug 15:17

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

Fixed deps ↔︎ devDeps moving

Choose a tag to compare

@mutantcornholio mutantcornholio released this 24 Aug 11:49

Fixes #8

Added git-lfs availability check

Choose a tag to compare

@mutantcornholio mutantcornholio released this 14 Aug 11:39

Fixed #3