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
Age
Commit message (
Expand
)
Author
2018-07-02
[chore] env.Freeze: add newline before each new freeze output
Shulhan
2018-06-06
Release beku v0.3.0
v0.3.0
Shulhan
2018-06-06
Update readme and changelog
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-06
gitCheckoutVersion: run git clean to make sure no untracked files left
Shulhan
2018-06-05
build: fix wrong variable name when appending verbose to gdm commands
Shulhan
2018-06-05
ScanBuild: simplify checking vendor file
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
Remove submodule left over file
Shulhan
2018-06-05
Run vendoring tool and make, if dependency and make file exists
Shulhan
2018-06-05
gitUpdate: do not return if version is matched with new package version
Shulhan
2018-06-05
gitCheckoutVersion: use master branch as HEAD for current version
Shulhan
2018-06-05
package.gitCheckoutVersion: check for empty version
Shulhan
2018-06-05
env.filterUnusedDeps: check if package not found in database
Shulhan
2018-06-04
[chore] Add copyright information
Shulhan
2018-06-04
[chore] Update README
Shulhan
2018-06-04
cmd/beku/main: set command manual to reference to README on repository
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
Remove git submodule for testing
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
2018-06-03
env.install(): change confirmation message for cleaning non-empty directory
Shulhan
2018-06-02
Save database on first time sync
Shulhan
2018-05-31
Release beku v0.2.0
v0.2.0
Shulhan
2018-05-31
[test] cmd: Add unit test for parseFlags and newCommand
Shulhan
2018-05-30
package: GoInstall: set default PATH if it's empty
Shulhan
2018-05-30
Fix scan on non-exist "$GOPATH/src" directory
Shulhan
2018-05-30
Add option "--noconfirm" to by pass confirmation
Shulhan
2018-05-29
Fetch new package commits before updating version
Shulhan
2018-05-29
Add test repository as git submodule
Shulhan
2018-05-29
Add operation to exclude package from database
Shulhan
2018-05-27
Release v0.1.0
v0.1.0
Shulhan
2018-05-27
install: check for non empty directory
Shulhan
2018-05-27
Run "go install" on all packages after freezing dependencies
Shulhan
2018-05-27
Implement freeze operation
Shulhan
2018-05-27
env: rename "GetPackage" to "GetPackageFromDB"
Shulhan
2018-05-27
env.SyncAll: display compare URL for manual reviewing
Shulhan
[prev]
[next]