| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-06 | all: replace module github.com/shuLhan/share with pakakeh.go | Shulhan | |
| 2022-01-30 | go.mod: update all dependencies | Shulhan | |
| This changes affect code that use lib/test.Assert(). | |||
| 2019-03-30 | test: run the test functions directly | Shulhan | |
| Previously, we run each unit test in each test file using sub-test by calling it from single exported function as main test. This commit changes it to run directly, which means, we export all unit test functions, and let the "go test" run them in order. | |||
| 2018-09-18 | env_test: replace package "tekstus/diff" with new upstream | Shulhan | |
| The original "tekstus" package has been deprecated and merged into "github.com/shuLhan/share/lib/text/diff". | |||
| 2018-09-14 | package: remove unneeded scan path | Shulhan | |
| 2018-09-14 | Refactoring test to use clone from local directory | Shulhan | |
| 2018-09-14 | Add "remote-branch" to test data | Shulhan | |
| 2018-09-13 | Replace git and common functions with package share/lib/{git,io} | Shulhan | |
| 2018-06-04 | [chore] Add copyright information | 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-04 | Sync(): install missing dependencies | Shulhan | |
| 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 | env: rename "GetPackage" to "GetPackageFromDB" | Shulhan | |
| 2018-05-27 | Pretty print the list of packages to be updated or installed | Shulhan | |
| 2018-05-26 | Change default database file name from "gopath.deps" to "beku.db" | Shulhan | |
| 2018-05-25 | Implement sync that rescan package in GOPATH | 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. | |||
