Sign in
chromium
/
external
/
github.com
/
golang
/
dep
/
refs/tags/v0.2.1
/
context.go
c89cb10
remove VersionInWorkspace in favor of Exported absoluteProjectRoot and new gps.ProjectVersion
by Jordan Krage
· 8 years ago
4bfa359
Merge pull request #682 from jmank88/split_absolute_project_root
by sam boyer
· 8 years ago
f16f7a8
Merge pull request #785 from jmank88/getGOPATHs
by Sunny
· 8 years ago
ac8ec85
update SetPaths doc
by Jordan Krage
· 8 years ago
3fe0397
remove getGOPATHS; cleanup
by Jordan Krage
· 8 years ago
eb972b2
SplitAbsoluteProjectRoot refactor
by Jordan Krage
· 8 years ago
6e2930f
dep: remove usage of filepath.FromSlash & filepath.ToSlash
by Ibrahim AshShohail
· 8 years ago
13f512f
dep: cleanup TestLoadProject and TestDetectProjectGOPATH
by Ibrahim AshShohail
· 8 years ago
a69d6ae
dep: update tests for dep.*Ctx.DetectProjectGOPATH
by Ibrahim AshShohail
· 8 years ago
f4b9f49
dep: Fix godoc for dep.*Ctx.DetectProjectGOPATH
by Ibrahim AshShohail
· 8 years ago
138cebb
dep: Update godoc to use // instead of /* ... */
by Ibrahim AshShohail
· 8 years ago
026038a
Update docs for dep.Ctx. Ctx.SetPaths and Ctx.DetectProjectGOPATH
by Ibrahim AshShohail
· 8 years ago
0b8edb1
Ensure dep reads GOPATH from Config.Env
by Ibrahim AshShohail
· 8 years ago
5a3291a
dep: small nits in context.go
by Ibrahim AshShohail
· 8 years ago
9166034
dep: Add *Project.SetRoot() instead of NewProject()
by Ibrahim AshShohail
· 8 years ago
6595001
Merge branch 'master' into symlink-project-roots-changes
by Ibrahim AshShohail
· 8 years ago
cd9bea6
dep: add Ctx.SetPaths() ctx.DetectProjectGOPATH()
by Ibrahim AshShohail
· 8 years ago
71a2607
dep: Add dep.NewProject() and add ResolveAbsRoot to dep.Project
by Ibrahim AshShohail
· 8 years ago
cb7df4a
rename UnpairedVersion.Is() to Pair()
by Jordan Krage
· 8 years ago
22cd768
fix tests
by Ibrahim AshShohail
· 8 years ago
b7048cc
Merge remote-tracking branch 'upstream/master' into symlink-project-roots-changes
by Ibrahim AshShohail
· 8 years ago
2fd3763
improve godoc; replace Loggers with embeded fields; refactor Ctx api
by Jordan Krage
· 8 years ago
9675932
Minor text edits
by Ibrahim AshShohail
· 8 years ago
6a464ac
dep: update letter casing to detectGOPATH() and ResolveProjectRootAndGOPATH()
by Ibrahim AshShohail
· 8 years ago
3be59e3
dep: minor fixes & tweaks in context.go
by Ibrahim AshShohail
· 8 years ago
91ac4d2
dep: update NewContext(), rename ResolveProjectRoot() to ResolveProjectRootAndGoPath() and add detectGoPath()
by Ibrahim AshShohail
· 8 years ago
f7ce515
simplify Ctx.LoadProject
by Jordan Krage
· 8 years ago
0bc771f
Merge branch 'master' into consolidate-fs-files
by Ibrahim AshShohail
· 8 years ago
cbded81
move Logger into Ctx; restore logging
by Jordan Krage
· 8 years ago
72a6ec2
Merge branch 'master' of github.com:golang/dep into consolidate-fs-files
by Ibrahim AshShohail
· 8 years ago
30cce2a
Merge pull request #529 from ibrasho-forks/handle-init-in-GOPATH/src-issue
by sam boyer
· 8 years ago
f87d614
consolidate fs.go, internal/fs.go and gps/internal/fs/fs/.go into internal/fs
by Ibrahim AshShohail
· 8 years ago
f81437d
change error wording and add ensure correct error in the test case
by Ibrahim AshShohail
· 8 years ago
9ea8489
gps: move gps to internal/gps
by Dave Cheney
· 8 years ago
19b4485
remove the redundant comment
by Ibrahim AshShohail
· 8 years ago
938475b
reword the comment
by Ibrahim AshShohail
· 8 years ago
a11483a
add test and cleanup
by Ibrahim AshShohail
· 8 years ago
3e38fb2
Show a clear error message when trying to 'dep init' in $GOPATH/src
by Ibrahim AshShohail
· 8 years ago
c6e4b60
fix custom getEnv: return last instance
by Jordan Krage
· 8 years ago
e50a643
review changes
by Jordan Krage
· 8 years ago
f7a8a8c
go fmt
by Jordan Krage
· 8 years ago
e112b2f
adding in-process tests
by Jordan Krage
· 8 years ago
871f593
Merge branch 'master' into add-gps
by Kris Nova
· 8 years ago
c409fbd
Replace uses of filepath.HasPrefix with a path-aware function
by Marcelo E. Magallon
· 8 years ago
0561ca9
Fix gofmt and travis
by Kris Nova
· 8 years ago
122ade3
String replacing for import paths
by Kris Nova
· 8 years ago
8438fd4
Chase gps' API changes
by sam boyer
· 8 years ago
b839831
Merge pull request #342 from carolynvs/toml-allthethings
by sam boyer
· 8 years ago
c2deecc
use errors package instead of fmt
by Brian Starke
· 8 years ago
382d489
Merge branch 'master' of github.com:brianstarke/dep into resolve-symlinks
by Brian Starke
· 8 years ago
0628b80
remove extra quotation mark
by Brian Starke
· 8 years ago
f5c52ec
clearer error message
by Brian Starke
· 8 years ago
4e3205d
check all GOPATHS
by Brian Starke
· 8 years ago
e31a186
New filenames: Gopkg.toml and Gopkg.lock
by Carolyn Van Slyck
· 8 years ago
d2a557e
Change manifest and lock file names to manifest.toml and lock.toml
by Carolyn Van Slyck
· 8 years ago
cfc2c94
Swap fmt.Errorf with errors.Errorf
by Carolyn Van Slyck
· 8 years ago
ab79f83
fixes from review, added lstat passthrough
by Brian Starke
· 8 years ago
c922a91
check if real path is within GOPATH before resolving
by Brian Starke
· 9 years ago
f41f58a
Merge branch 'master' into resolve-symlinks
by Brian Starke
· 9 years ago
0047ea1
Moved symlink evaluation to LoadProject function, split out symlink eval
by Brian Starke
· 9 years ago
9a14f12
case-insensitive GOPATH
by Yasuhiro Matsumoto
· 9 years ago
6c8491c
small cleanup
by Brian Starke
· 9 years ago
76cfb05
resolve symlinks if project root is within symlinked directory
by Brian Starke
· 9 years ago
1b5ef14
Tweaking per PR feedback
by tro3
· 9 years ago
6411f9e
Closes #198 and #201. Supercedes PR #200
by tro3
· 9 years ago
6ea5ba0
First pass at #198 - baseline Ctx.LoadProject tests added and ascending lock file bug fixed
by tro3
· 9 years ago
691a2d6
Change returning value of ctx.loadProject when error
by Shintaro Kaneko
· 9 years ago
0acfd38
move command code into cmd subpackage
by Miguel Molina
· 9 years ago
f7daa0f
handle slashed GOPATH
by Yasuhiro Matsumoto
· 9 years ago
f3958be
More readable
by Shintaro Kaneko
· 9 years ago
f81d6f5
fix obvious readability problems
by Jaana Burcu Dogan
· 9 years ago
08a8b04
Remove unnecessary conversion
by Daniel Martí
· 9 years ago
dc6530b
Make golint happier
by Daniel Martí
· 9 years ago
242d1dc
Moving the context check after the --help check, and adding a newline to the error message just in case
by Kris Nova
· 9 years ago
f91353d
rename 'hoard' to 'dep' (this time for sure)
by Andrew Gerrand
· 9 years ago
70b94ea
add license to all files
by Jess Frazelle
· 9 years ago
ee81dce
rename 'hoard' to 'nest'
by Andrew Gerrand
· 9 years ago
302ad3e
Rename 'dep' to 'hoard', where appropriate
by sam boyer
· 9 years ago
8e76105
Use GOPATH/pkg/depcache instead of GOPATH/depcache
by sam boyer
· 9 years ago
6f2a43e
start of remove and move some internals of init to seperate function
by Jess Frazelle
· 9 years ago
48c329b
choose GOPATH in newContext
by Jess Frazelle
· 9 years ago
35349ab
Created isDir function
by Jess Frazelle
· 9 years ago
229c947
move all functions that check GOPATH to context
by Jess Frazelle
· 9 years ago