index
:
beku
dev
main
Library and program to manage Go packages in user's environment.
Shulhan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
env.go
Age
Commit message (
Expand
)
Author
2018-11-02
Fix sync all that cause version set to true
v0.5.1
Shulhan
2018-11-01
env: check if new package version is greater than current version
Shulhan
2018-10-31
env: fix sync "--into" command
Shulhan
2018-09-29
go.mod: update dependencies
Shulhan
2018-09-29
env: update comments on Sync, install, and GetPackageFromDB
Shulhan
2018-09-18
env: do not scan package if its not exist on local
Shulhan
2018-09-15
env: get new package branch to prevent IsEqual to be false
Shulhan
2018-09-15
env: simplify conditional if-s
Shulhan
2018-09-15
env: update package version only if current and new package both are tag
Shulhan
2018-09-15
env: decrease debug level on scan packages function
Shulhan
2018-09-15
env: fix get package from database that return first match by prefix
Shulhan
2018-09-15
package: rename Fetch to FetchLatestVersion
Shulhan
2018-09-14
env: explain why we ignore error on post sync
Shulhan
2018-09-14
package: simplify Go install method
Shulhan
2018-09-14
package: simplify parameter of NewPackage
Shulhan
2018-09-14
env: do not save remote branch if it's empty
Shulhan
2018-09-14
Get and save package remote branch in database
Shulhan
2018-09-14
Add freeze methods to package
Shulhan
2018-09-14
env: scan package only if its not exist in local system
Shulhan
2018-09-14
env: Rename method GetPackage to GetLocalPackage
Shulhan
2018-09-14
Replace local debug variable with debug package
Shulhan
2018-09-13
Replace git and common functions with package share/lib/{git,io}
Shulhan
2018-09-11
Fix sync "--into" command
Shulhan
2018-09-04
Remove dep as vendor tool
Shulhan
2018-07-03
env.Freeze: print finish status if err is not nil
Shulhan
2018-07-03
[chore] env: print the status of reinstall all packages
Shulhan
2018-07-03
Remove govendor vendor tool
Shulhan
2018-07-02
Remove gdm from build handle
Shulhan
2018-07-02
[chore] env.Freeze: add newline before each new freeze output
Shulhan
2018-06-06
Rename "buildXxx" to "vendorXxx"
Shulhan
2018-06-06
Add govendor as one of vendor build mode
Shulhan
2018-06-06
SyncAll: add empty line after fetch task
Shulhan
2018-06-06
SyncAll: run post sync task (build,install) on updated packages
Shulhan
2018-06-05
build: fix wrong variable name when appending verbose to gdm commands
Shulhan
2018-06-05
NewEnvironment: get or set user PATH from environment
Shulhan
2018-06-05
Add option to disable installing dependencies
Shulhan
2018-06-05
Remove make from build command
Shulhan
2018-06-05
reinstallAll: run build to install dependencies
Shulhan
2018-06-05
Run vendoring tool and make, if dependency and make file exists
Shulhan
2018-06-05
env.filterUnusedDeps: check if package not found in database
Shulhan
2018-06-04
Add common option "-V, --vendor" to work with vendor directory
Shulhan
2018-06-04
[chore] Add context to debug output
Shulhan
2018-06-04
NewPackage(): remove parameter vcs mode
Shulhan
2018-06-04
Sync(): install missing dependencies
Shulhan
2018-06-03
NewPackage(): use golang tools/go/vcs to get remote URL
Shulhan
2018-06-03
env.String(): display directories value
Shulhan
2018-06-03
env.Sync(): check if package is excluded by import path
Shulhan
2018-06-03
env.IsExcluded(): use strings.Contains instead of equal operator
Shulhan
2018-06-03
env.GetPackageFromDB(): use strings.HasPrefix to check import path
Shulhan
2018-06-03
env.install(): clean non-empty directory after confirmation
Shulhan
[next]