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-05-27
README: add git v2.17.0 as known limitation
Shulhan
2018-05-27
[test] Always set the git test repo to latest version
Shulhan
2018-05-27
[test] package: check for nil before comparing with expected value
Shulhan
2018-05-27
package: gitCheckoutVersion: stash change before checking out version
Shulhan
2018-05-27
Implement sync option to update all packages
Shulhan
2018-05-27
package: display command directory on debug output
Shulhan
2018-05-27
package: add method to checkout specific version
Shulhan
2018-05-27
Pretty print the list of packages to be updated or installed
Shulhan
2018-05-27
env.install: clean up package when installation fail
Shulhan
2018-05-27
env.Remove: remove empty directory recursively on "src" and "pkg"
Shulhan
2018-05-26
cmd/beku: usage: display short description for options
Shulhan
2018-05-26
[lint] Fix lint warnings on Printf format
Shulhan
2018-05-26
[chore] Replace gometalinter with golangci-lint
Shulhan
2018-05-26
Change default database file name from "gopath.deps" to "beku.db"
Shulhan
2018-05-26
cmd/beku: make "cmd" variable non global
Shulhan
2018-05-26
env.removePackage: fix removing single package
Shulhan
2018-05-26
package.addDep: ignore pseudo package "C"
Shulhan
2018-05-26
package.ScanDeps: use ".Imports" instead of ".Deps"
Shulhan
2018-05-26
cmd/beku: do not initialize database, let user run "beku -S" first
Shulhan
2018-05-26
Wrap println debug statements with Debug variable
Shulhan
2018-05-25
Implement sync that rescan package in GOPATH
Shulhan
2018-05-24
Replace "log" with "fmt"
Shulhan
2018-05-24
cmd/beku: refactoring parsing flags
Shulhan
2018-05-23
[test] Add unit test for some Env methods
Shulhan
2018-05-22
[chore] change flag usage variable syntax
Shulhan
2018-05-22
Implement option (-s,--recursive) to remove package with dependencies
Shulhan
2018-05-21
Use filepath.Join when applicable
Shulhan
2018-05-21
Set environment as dirty after sync operation than add or update a package
Shulhan
2018-05-21
[chore] make syntax of variable name consistent
Shulhan
2018-05-21
[test] package: add unit test for RemoveRequiredBy
Shulhan
2018-05-21
[test] package: add unit test for Remove, Install, and GoClean
Shulhan
2018-05-21
package.gitClone: return error if destination directory is not empty
Shulhan
2018-05-21
package.GoClean: return immediately if package directory is not exist
Shulhan
2018-05-20
common: add function to check if a directory is empty
Shulhan
2018-05-20
make: remove coverprofile output if test fail
Shulhan
2018-05-20
package: rename method "RunGoInstall" to "GoInstall"
Shulhan
2018-05-19
Add remove operation
Shulhan
2018-05-19
Implement sync operation that change import path directory
Shulhan
2018-05-19
Implement package query operation.
Shulhan
2018-05-19
Implement package installation
Shulhan
2018-05-19
[test] package: add unit test for String, Update, and UpdateMissingDep
Shulhan
2018-05-19
[test] Add unit test for package.RunGoInstall
Shulhan
2018-05-18
Env: save GOPATH "bin" and "pkg" directories
Shulhan
2018-05-18
make: add task to clean and distclean
Shulhan
2018-05-18
Add readme file
Shulhan
2018-05-18
[test] package: Add unit test for method load
Shulhan
2018-05-18
Check duplicate when adding dep, missing, or required
Shulhan
2018-05-17
[test] package: add unit test for linkRequiredBy
Shulhan
2018-05-17
[test] Move test initialization and common test functions to beku_test
Shulhan
2018-05-17
make: add task to run test with cpu and memory profiling
Shulhan
[prev]
[next]