sam boyer
57e95ccf87
Skip slower gps tests on -short
2017-09-05 10:02:29 -04:00
sam boyer
a87f8cc784
Merge pull request #1121 from jmank88/errs
...
gps: unwrapVcsErr cleanup
2017-09-05 08:58:17 -04:00
sam boyer
1963157237
Merge pull request #1074 from AlekSi/patch-1
...
Expand FAQ entry
2017-09-04 22:19:16 -04:00
sam boyer
59c9596560
Merge pull request #1122 from muesli/muesli-logrus-url
...
Replace import path 'Sirupsen/logrus' with 'sirupsen/logrus'
2017-09-04 20:06:46 -04:00
Christian Muehlhaeuser
21cb03a213
Replace import path 'Sirupsen/logrus' with 'sirupsen/logrus'
...
Use the new canonical project URL (note the lowercase 's') for logrus to prevent duplicate checkouts & imports of logrus.
See: https://github.com/sirupsen/logrus/pull/384
2017-09-04 23:56:21 +02:00
Jordan Krage
ba2b802140
gps: unwrapVcsErr cleanup
2017-09-04 15:08:36 -05:00
Jordan Krage
19b48c2c7c
Merge pull request #1115 from flisky/master
...
fix: retry after HasLatestLocally **success**
2017-09-04 07:20:06 -05:00
Carolyn Van Slyck
238d8af8e7
Merge pull request #1109 from ibrasho-forks/fix-out-of-sync-error
...
Update out-of-sync error message in ensure
2017-09-03 17:38:17 -05:00
Yin Jifeng
0fd7e11f9f
fix: retry after HasLatestLocally **success**
2017-09-03 23:00:00 +08:00
Ibrahim AshShohail
3b01418823
[WIP]: internal/fs: add EquivalentPaths function ( #940 )
...
* internal/fs: add EquivalentPaths
* internal/fs: fix isCaseSensitiveFilesystem bug
isCaseSensitiveFilesystem returns true when os.Stat fails on the dir
passed. This caused HasFilepathPrefix to always treat *nix systems as
case-sensitive, since it passed a relative path (missing the root) to
isCaseSensitiveFilesystem.
This commit updates isCaseSensitiveFilesystem to return an error in
addtion to the boolean check. Also, HasFilepathPrefix now passes absolute
paths to isCaseSensitiveFilesystem.
Signed-off-by: Ibrahim AshShohail <ibra.sho@gmail.com>
2017-09-02 17:42:09 +03:00
sam boyer
876083e29f
Merge pull request #1078 from carolynvs/gps-test-helpers
...
Split test.Helper across unit and integration tests
2017-09-02 03:15:47 -04:00
Ibrahim AshShohail
8a8d73c6e5
cmd/dep: update out-of-sync error message in ensure
...
Signed-off-by: Ibrahim AshShohail <ibra.sho@gmail.com>
2017-09-02 09:59:33 +03:00
Sunny
34835a5fa4
Merge pull request #1103 from carolynvs/consolidate-importer-testdata
...
Consolidate importer testdata
2017-09-01 22:36:50 +05:30
Carolyn Van Slyck
77130aefa5
cmd/dep: use filepath.join
2017-09-01 09:08:43 -05:00
Carolyn Van Slyck
e28fef8129
Name all importer output testdata files golden.txt
2017-09-01 09:08:17 -05:00
Jordan Krage
7c44971bbb
Merge pull request #1106 from jmank88/errs
...
cleanup errors
2017-09-01 05:52:34 -05:00
Jordan Krage
f436611d89
cleanup errors
2017-08-31 19:13:53 -05:00
Carolyn Van Slyck
d62d5571fa
Consolidate integration testdata
2017-08-31 11:51:42 -05:00
Carolyn Van Slyck
2be90abcf6
Consolidate importer testdata
...
Move all importer testdata under init/ so that it's easier to flag for
reviews.
2017-08-31 11:43:56 -05:00
Carolyn Van Slyck
da061e9867
Merge pull request #1102 from jmank88/errs
...
cleanup errors
2017-08-31 11:31:48 -05:00
Jordan Krage
c986343ebc
cleanup errors
2017-08-30 19:53:53 -05:00
Carolyn Van Slyck
2d1644394d
Merge pull request #1099 from carolynvs/fix-analyzer-name
...
cmd/dep: fix analyzer to always use the same name
2017-08-30 18:06:26 -05:00
sam boyer
e33547de9b
Merge pull request #1095 from ebati/ci-go-version
...
Update go version of CI stages
2017-08-30 18:28:38 -04:00
Carolyn Van Slyck
a885dcbafe
Merge pull request #1096 from jmank88/pi_err_string
...
gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls
2017-08-30 17:17:50 -05:00
Carolyn Van Slyck
0e74a8d4de
cmd/dep: fix analyzer to always use the same name
...
Different names should be used for different solve algorithms. Otherwise
running dep init then dep ensure will always result in a modified lock hash.
2017-08-30 16:51:13 -05:00
Jordan Krage
8969bdf1e1
gps: ProjectIdentifier: drop errString()method in favor of implicit String() calls
2017-08-30 15:03:33 -05:00
Jordan Krage
ca869ecbd8
Merge pull request #1093 from jmank88/cmd_err
...
gps: cmd: add command args to monitoredCmd errors
2017-08-30 14:52:52 -05:00
Emrecan BATI
7805e1abd6
Update go version of stages
2017-08-30 22:03:24 +03:00
Jordan Krage
8d3e30ca69
gps: cmd: add command args to monitoredCmd errors
2017-08-30 11:15:28 -05:00
sam boyer
712e6066c1
Merge pull request #1043 from jmank88/verbose_counts
...
vendor directory writes: add counts to verbose logging, limits writers, abort on error
2017-08-30 12:11:13 -04:00
sam boyer
d8d1205e42
Increase default subcommand timeout to 30s
...
None of this is great, but this is the easiest immediate band-aid we
have.
Closes #1087 .
2017-08-30 00:00:00 -04:00
Carolyn Van Slyck
3813baf13a
Document the integration test package
2017-08-29 09:32:36 -05:00
Sunny
153953d6e1
Merge pull request #1083 from darkowlzz/root-analyzer-test-fail-messages
...
root_analyzer_test: correct message var placement
2017-08-29 19:31:09 +05:30
Carolyn Van Slyck
09e8995cc3
Split test pkg into unit and integration test methods
...
gps is allowed to reference internal/test, but only dep should reference
internal/test/integration.
2017-08-29 08:37:35 -05:00
Sunny
34d8e72a86
root_analyzer_test: correct message var placement
2017-08-29 18:56:00 +05:30
Sunny
d230092aae
Merge pull request #1058 from carolynvs/vndr-val-subtests
...
cmd/dep: fix vndrImporter's rev->constraint logic
2017-08-29 18:50:25 +05:30
Jordan Krage
5b317568bb
Merge pull request #1024 from jmank88/source_cache_close
...
gps: source cache: adding close() methods
2017-08-29 06:15:27 -05:00
Jordan Krage
1b50999bef
gps: change WriteDepTree concurrent writers from GOMAXPROCS to 16
2017-08-29 06:11:00 -05:00
Jordan Krage
4fd3c3b1f7
Merge branch 'master' into source_cache_close
2017-08-29 05:55:45 -05:00
sam boyer
f373037dd7
Merge pull request #1080 from fervic/patch-1
...
Add 'golang' to go get URL of Setup instructions
2017-08-29 02:41:00 -04:00
Roberto Fernandez
94f196ae27
Add 'golang' to go get URL of Setup instructions
2017-08-28 23:22:31 -06:00
sam boyer
a8802c0652
Merge pull request #996 from ebati/ci-make-version
...
Update CI and add version command
2017-08-29 00:50:24 -04:00
Emrecan BATI
9217125e0c
Fix wording
2017-08-29 07:39:18 +03:00
sam boyer
5b1fe9e6d8
Merge pull request #714 from jmank88/project_ident_sort
...
Consolidate ProjectIndentifier sorts; drop build support for go1.7
2017-08-29 00:07:22 -04:00
Jordan Krage
b9134b0aa4
gps: source cache: adding close() method to singleSourceCache, sourceGateway, and sourceCoordinator
2017-08-28 22:31:49 -05:00
Carolyn Van Slyck
1bb5f29d0f
Switch to standard GOT/WNT error formatting
2017-08-28 22:19:46 -05:00
sam boyer
20dfa5e196
Merge pull request #1025 from jmank88/source_require
...
gps: source: requirements tweak
2017-08-28 22:55:20 -04:00
Alexey Palazhchenko
9d480dcfde
Expand FAQ entry
2017-08-28 22:19:12 +03:00
Carolyn Van Slyck
43252e0ae3
Merge pull request #1027 from spenczar/infer_git_abbreviated_shas
...
internal/gps: Parse abbreviated git revisions
2017-08-28 14:16:39 -05:00
Spencer Nelson
49bf34074c
Don't try to test constraint inference for svn
2017-08-28 14:26:02 -04:00