dep/internal/gps
sam boyer c20530499e gps: Fix up odds and ends around IgnoreRulesets
The most crucial piece is fixing the hasher to make its prefix checks
without the wildcard suffix for the purpose of determining whether the
ignore affects the root project; otherwise, wildcards on the root of the
current project (why would you do this?) would be erroneously included
in hash inputs.
2017-10-13 10:11:56 -04:00
..
_testdata Merge pull request #1017 from rtfb/respect-import-comments-issue-902 2017-10-07 07:48:33 -04:00
internal/pb gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
paths
pkgtree gps: Remove CreateIgnorePrefixTree 2017-10-13 04:18:54 -04:00
bridge.go Add honnef.co/go/tools/cmd/unused 2017-09-11 19:22:23 -04:00
cmd.go gps: use commandContext 2017-09-18 19:47:51 -04:00
cmd_unix.go gps: avoid race condition in variable assignment 2017-09-21 20:29:27 -04:00
cmd_windows.go gps: DRY 2017-09-18 19:47:43 -04:00
constraint_test.go gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
constraints.go gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
deduce.go add SourceURLsForPath to SourceManager ineterface 2017-09-13 18:32:14 +03:00
deduce_test.go add SourceURLsForPath to SourceManager ineterface 2017-09-13 18:32:14 +03:00
discovery.go
example.go docs(gps): add docs in gps example 2017-09-19 19:53:34 +05:30
filesystem_test.go
hash.go gps: Fix up odds and ends around IgnoreRulesets 2017-10-13 10:11:56 -04:00
hash_test.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
identifier.go Merge pull request #1017 from rtfb/respect-import-comments-issue-902 2017-10-07 07:48:33 -04:00
lock.go gps: s/Lock.InputsHash()/Lock.InputsDigest()/ 2017-10-02 19:36:27 -04:00
lock_test.go consolidate ProjectIndentifier sorts 2017-08-18 07:06:34 -05:00
lockdiff.go gps: s/Lock.InputsHash()/Lock.InputsDigest()/ 2017-10-02 19:36:27 -04:00
lockdiff_test.go
manager_test.go Merge pull request #1079 from sdboyer/warn-case-mismatch 2017-09-17 22:27:17 -04:00
manifest.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
manifest_test.go Fixes #429. Removed Manifest.TestDependencyConstraints() and all usage. 2017-06-19 07:02:41 -04:00
maybe_source.go improve doc for SourceURLsForPath() 2017-09-19 10:48:43 +03:00
metrics.go
prune.go internal/gps: export PruneProject and fix minor nits 2017-09-22 09:47:40 +03:00
prune_test.go internal/gps: add pruneProject func 2017-09-22 09:18:26 +03:00
rootdata.go gps: Fix up odds and ends around IgnoreRulesets 2017-10-13 10:11:56 -04:00
rootdata_test.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
satisfy.go Add the wrongCaseFailure, and scads more fixtures 2017-09-10 19:29:25 -04:00
selection.go Merge pull request #1079 from sdboyer/warn-case-mismatch 2017-09-17 22:27:17 -04:00
selection_test.go
solution.go gps: Rename result*.go to solution*.go 2017-10-02 19:36:27 -04:00
solution_test.go gps: Rename result*.go to solution*.go 2017-10-02 19:36:27 -04:00
solve_basic_test.go gps: s/Lock.InputsHash()/Lock.InputsDigest()/ 2017-10-02 19:36:27 -04:00
solve_bimodal_test.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
solve_failures.go internal/gps: fix case mismatch error with multiple dependers 2017-10-02 12:29:57 -07:00
solve_test.go Merge pull request #1079 from sdboyer/warn-case-mismatch 2017-09-17 22:27:17 -04:00
solver.go gps: Fix up odds and ends around IgnoreRulesets 2017-10-13 10:11:56 -04:00
solver_inputs_test.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
source.go gps: source cache: add ok bool to singleSourceCache.getAllVersions() in order to avoid depending on len(0) vs nil distinction 2017-09-23 10:18:32 -05:00
source_cache.go gps: source cache: add ok bool to singleSourceCache.getAllVersions() in order to avoid depending on len(0) vs nil distinction 2017-09-23 10:18:32 -05:00
source_cache_bolt.go gps: source cache: add ok bool to singleSourceCache.getAllVersions() in order to avoid depending on len(0) vs nil distinction 2017-09-23 10:18:32 -05:00
source_cache_bolt_encode.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
source_cache_bolt_encode_test.go gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
source_cache_bolt_test.go gps: source cache: add ok bool to singleSourceCache.getAllVersions() in order to avoid depending on len(0) vs nil distinction 2017-09-23 10:18:32 -05:00
source_cache_multi.go gps: source cache: add ok bool to singleSourceCache.getAllVersions() in order to avoid depending on len(0) vs nil distinction 2017-09-23 10:18:32 -05:00
source_cache_test.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
source_errors.go gps: fix unwrapVcsErr to handle nil causes 2017-09-09 06:51:19 -05:00
source_errors_test.go gps: add unwrapVcsErr nil cause test 2017-09-09 07:20:51 -05:00
source_manager.go Disable file locking when DEPNOLOCK set (#1206) 2017-09-29 17:20:59 -04:00
source_manager_test.go Build all packages before running linters 2017-09-11 15:32:26 -04:00
source_test.go gps: source cache: add ok bool to singleSourceCache.getAllVersions() in order to avoid depending on len(0) vs nil distinction 2017-09-23 10:18:32 -05:00
strings.go Use case folding to normalize lookup map key 2017-09-10 19:29:25 -04:00
strip_vendor.go Merge the latest strip codes fromt the master 2017-10-04 10:52:23 -07:00
strip_vendor_nonwindows_test.go Skip broken vendor symlink rather than returning an error. 2017-09-20 17:41:44 -07:00
strip_vendor_test.go
strip_vendor_windows.go Merge the latest strip codes fromt the master 2017-10-04 10:52:23 -07:00
strip_vendor_windows_test.go Skip broken vendor symlink rather than returning an error. 2017-09-20 17:41:44 -07:00
trace.go gps: Convert to use IgnoredRuleset 2017-10-13 09:11:24 -04:00
typed_radix.go Add honnef.co/go/tools/cmd/unused 2017-09-11 19:22:23 -04:00
typed_radix_test.go
vcs_repo.go gps: remove arbitrary command timeouts 2017-09-12 23:46:46 -04:00
vcs_repo_test.go Add honnef.co/go/tools/cmd/unused 2017-09-11 19:22:23 -04:00
vcs_source.go Merge pull request #1212 from jmank88/git-ls-versions 2017-09-25 21:14:11 -04:00
vcs_source_test.go gps: vcs: dedupe git version list 2017-09-23 08:22:48 -05:00
vcs_version.go sp and lowercase import 2017-07-18 21:33:50 -05:00
vcs_version_test.go Skip slower gps tests on -short 2017-09-05 10:02:29 -04:00
version.go gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
version_queue.go
version_queue_test.go Add honnef.co/go/tools/cmd/unused 2017-09-11 19:22:23 -04:00
version_test.go rename UnpairedVersion.Is() to Pair() 2017-06-14 09:44:59 -05:00
version_unifier.go gps: source cache: protobuf integration 2017-09-15 10:50:17 -05:00
version_unifier_test.go rename UnpairedVersion.Is() to Pair() 2017-06-14 09:44:59 -05:00