Commit Graph

17 Commits

Author SHA1 Message Date
brian m. carlson
087db1de70
Set package version to v3
Since we're about to do a v3.0.0 release, let's bump the version to v3.

Make this change automatically with the following command to avoid any
missed items:

  git grep -l github.com/git-lfs/git-lfs/v2 | \
  xargs sed -i -e 's!github.com/git-lfs/git-lfs/v2!github.com/git-lfs/git-lfs/v3!g'
2021-09-02 20:41:08 +00:00
Chris Darroch
dd8e306e31 all: update go.mod module path with explicit v2
When our go.mod file was introduced in commit
114e85c2002091eb415040923d872f8e4a4bc636 in PR #3208, the module
path chosen did not include a trailing /v2 component.  However,
the Go modules specification now advises that module paths must
have a "major version suffix" which matches the release version.

We therefore add a /v2 suffix to our module path and all its
instances in import paths.

See also https://golang.org/ref/mod#major-version-suffixes for
details regarding the Go module system's major version suffix rule.
2021-08-09 23:18:38 -07:00
Taylor Blau
eb056fb74b t: move testutils.go to cmd sub-package 2018-07-13 12:54:18 -05:00
rick olson
3191b2cb46 test: remove unnecessary helper 2017-10-25 12:31:50 -06:00
rick olson
fedcd13a47 config: add helper for creating new Config with specific git and work dir 2017-10-25 12:20:25 -06:00
rick olson
739128a3fd lfs: remove LocalMediaPath() 2017-10-25 11:31:15 -06:00
rick olson
cbb0d59fa8 localstorage: move object scanning logic to fs package 2017-10-25 09:49:46 -06:00
rick olson
343520ad7d test: remove config.Config global 2017-10-24 13:44:34 -06:00
risk danger olson
bba8f3b876 update package imports 2016-11-15 10:01:18 -07:00
Taylor Blau
fc1daa28e3 lfs: use github.com/stretchr/testify for assertions 2016-05-25 10:43:10 -06:00
Taylor Blau
4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
risk danger olson
89d9382cc6 don't expose the localstorage object from the lfs package 2016-02-23 11:14:43 -07:00
risk danger olson
54b8eebc0f rename LocalStorage var to Objects 2016-01-29 09:42:42 -07:00
risk danger olson
6a0351111e extract localstorage object scanning to separate package 2015-11-24 13:01:58 -07:00
Steve Streeting
0965b58dea Change AllLocalObjects to return Pointers so we have access to size 2015-10-02 09:44:27 -07:00
Steve Streeting
4e27696fb1 Test data is fixed now 2015-10-02 09:44:27 -07:00
Steve Streeting
b3f1baf87e Added function to scan for all locally stored objects 2015-10-02 09:44:27 -07:00