Граф коммитов

25 Коммитов

Автор SHA1 Сообщение Дата
tamal e9669650a1 Move gps package out of internal
`gomvpkg -from github.com/golang/dep/internal/gps -to github.com/golang/dep/gps`
2017-11-10 17:02:30 -08:00
Milutin Jovanović 18198eca7b Modified test files to use project uri's that point to project root rather then submodules. 2017-06-16 08:24:47 -04:00
Jordan Krage cb7df4a61c rename UnpairedVersion.Is() to Pair() 2017-06-14 09:44:59 -05:00
sam boyer 05c40eba7f Merge meta-PR to stabilize Gopkg metadata files 2017-05-26 23:52:34 -04:00
sam boyer 75ac569533 Incorporate solver name and version in Gopkg.lock 2017-05-22 13:41:13 -04:00
sam boyer 8be9bb629b Split input components out in Gopkg.lock 2017-05-15 23:05:45 -04:00
Dave Cheney 1d53807754 test: move test to internal/test
Fixes #521
2017-05-11 08:57:58 +10:00
Dave Cheney 9ea8489e5e gps: move gps to internal/gps
Fixes #300
Fixes #519
2017-05-10 14:15:27 +10:00
Kris Nova 0561ca9bfb Fix gofmt and travis
- Changes to travis.yml
 - New hack validate-gofmt.bash script
 - Fixing staticcheck in gps
 - Fixing gosimple in gps
2017-04-25 11:14:46 -06:00
Kris Nova 122ade36c3 String replacing for import paths
sed/g the following strings (somewhat blindly)
github.com/sdboyer/gps -> github.com/golang/go/gps
github.com/sdboyer/gps/internal -> github.com/golang/dep/gps/internal
github.com/sdboyer/gps/pkgtree -> github.com/golang/dep/gps/pkgtree
2017-04-21 13:39:03 -06:00
Carolyn Van Slyck 12e713b546 Update test files from JSON to TOML 2017-04-04 23:31:16 -05:00
Carolyn Van Slyck d3135b8a1e Add MarshalTOML to manifest and lock 2017-04-04 21:10:43 -05:00
Carolyn Van Slyck 6f72258139 Don't leave open test file handles open 2017-03-09 13:28:46 -06:00
tro3 0c16a76633 Moving to want/got pattern and adding unit test coverage 2017-02-12 23:52:17 -05:00
tro3 fceb52f636 Increasing coverage for lock and analyzer 2017-02-12 23:52:17 -05:00
tro3 38bce0cc56 Adding -update test flag for golden files 2017-02-12 23:52:17 -05:00
tro3 00de8c9707 Removing AreJSONEqual function 2017-02-12 23:52:17 -05:00
tro3 60d3a173ae Cleaning up test file functions 2017-02-12 23:52:17 -05:00
tro3 026ac7fd1c Converting analyzer_test.go to golden-file pattern 2017-02-12 23:52:17 -05:00
tro3 fad0b96106 Converting lock_test.go to golden-file pattern 2017-02-12 23:52:17 -05:00
Miguel Molina 0acfd38c22 move command code into cmd subpackage
In this commit, the testing framework used in dep is moved to the
test package, since it's used either in dep and main.
All the code that is not part of a command has been moved to the
dep subpackage, as well as all those functions that were shared between
dep and main, since dep cannot depend on main.
Because of the movement to another package, many structs, methods and
functions have become public.
2017-01-28 01:45:37 -05:00
sam boyer 20bf102893 dep: internalize and improve JSON handling
manifest and lock's MarshalJSON methods were previously returning
HTML-escaped, unindented byte streams. Now they do that work internally,
and more gracefully via a json.Encoder.
2016-11-30 19:37:28 -05:00
sam boyer c90238373a Add tests for writing locks 2016-11-30 11:51:18 -05:00
Edward Muller 4f2ec04e08 Misc cleanups
make lint most happy
2016-10-21 11:18:49 -07:00
sam boyer a9836df57c
Add basic Lock implementation 2016-10-18 00:39:37 -04:00