| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 39 hours | [wip] all: implement function to install Go toolsdev | Shulhan | |
| 2025-07-06 | all: replace module github.com/shuLhan/share with pakakeh.go | Shulhan | |
| 2022-02-01 | all: remove the flag vendor | Shulhan | |
| Since vendoring is already handled by Go module, we remove this feature to minimize duplication. | |||
| 2019-06-18 | all: update package share from v0.6.1 to v0.7.0 | Shulhan | |
| This update bring new change on how to use the ini package. | |||
| 2019-03-30 | beku: use lowercase on first letter of error message | Shulhan | |
| 2018-12-14 | all: skip linter error on global variables | Shulhan | |
| Some global variables, like defStdout and defStdout, are required for testing. | |||
| 2018-09-14 | Remove unused variables | Shulhan | |
| 2018-09-14 | Get and save package remote branch in database | Shulhan | |
| Some package does not have "master" branch. This will minimize parsing and filter operation to get default branch before checking out revision. | |||
| 2018-09-14 | Replace local debug variable with debug package | Shulhan | |
| 2018-06-04 | [chore] Add copyright information | 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 | |
| Each debug statement is prefixed with "[X] func" where X is either ENV for debug in environment's methods or PKG for debug in package's methods. | |||
| 2018-06-03 | NewPackage(): use golang tools/go/vcs to get remote URL | Shulhan | |
| This will allow beku to handle custom import URL. | |||
| 2018-06-03 | env.install(): change confirmation message for cleaning non-empty directory | Shulhan | |
| 2018-05-30 | package: GoInstall: set default PATH if it's empty | Shulhan | |
| 2018-05-29 | Add operation to exclude package from database | Shulhan | |
| 2018-05-26 | Change default database file name from "gopath.deps" to "beku.db" | Shulhan | |
| 2018-05-21 | Use filepath.Join when applicable | Shulhan | |
| 2018-05-21 | package.gitClone: return error if destination directory is not empty | Shulhan | |
| 2018-05-19 | Add remove operation | Shulhan | |
| 2018-05-18 | Env: save GOPATH "bin" and "pkg" directories | Shulhan | |
| 2018-05-17 | Change git compare from using browser to using "git log" | Shulhan | |
| Also, * add unit test for gitCompareVersion * use defined variable for standard output and error so we can use it on testing | |||
| 2018-05-16 | Add package synchronize operation (--sync,-S) | Shulhan | |
