| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-06 | all: replace module github.com/shuLhan/share with pakakeh.go | Shulhan | |
| 2023-03-07 | go.mod: set minimum go version to 1.18 and update all dependencies | Shulhan | |
| This changes remove the "-cache" and "-testcache" options when running GoClean due to both of this options case an exit status 1 on Go 1.18. | |||
| 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-03-30 | all: suppress linter warnings on global variables and long lines | Shulhan | |
| This including the copy of subpackage. | |||
| 2018-12-14 | all: skip linter error on global variables | Shulhan | |
| Some global variables, like defStdout and defStdout, are required for testing. | |||
| 2018-12-13 | Update dependencies and fix tests | Shulhan | |
| 2018-09-14 | Remove unused variables | Shulhan | |
| 2018-09-14 | package: simplify parameter of NewPackage | Shulhan | |
| 2018-09-14 | Refactoring test to use clone from local directory | Shulhan | |
| 2018-09-13 | Replace git and common functions with package share/lib/{git,io} | Shulhan | |
| 2018-06-05 | Add option to disable installing dependencies | 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 | NewPackage(): remove parameter vcs mode | Shulhan | |
| The mode of VCS is already provided by "RepoRoot.VCS.Cmd". This changes affect on vcs mode value, from number based to string based. Previously, VCS mode git is labeled as "1", now it's labeled as VCS command "git". | |||
| 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 | Remove git submodule for testing | Shulhan | |
| Using submodule is not a good way to represent real repository, because submodule use .git as file as metadata not .git as directory. This revert commit e8593ded. | |||
| 2018-05-29 | Add operation to exclude package from database | 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-24 | Replace "log" with "fmt" | Shulhan | |
| 2018-05-23 | [test] Add unit test for some Env methods | Shulhan | |
| Not all methods can be tested due to some operation requiring network connection. | |||
| 2018-05-21 | [chore] make syntax of variable name consistent | Shulhan | |
| 2018-05-21 | [test] package: add unit test for Remove, Install, and GoClean | Shulhan | |
| 2018-05-17 | [test] Move test initialization and common test functions to beku_test | Shulhan | |
