aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-13go.mod: update all dependenciesHEADmainShulhan
2025-07-19testdata: update beku_test to tipShulhan
2025-07-06all: replace module github.com/shuLhan/share with pakakeh.goShulhan
2023-03-07all: prefix the error in Package Remove and gitInstallShulhan
2023-03-07all: ignore generated .html files in _docShulhan
2023-03-07go.mod: set minimum go version to 1.18 and update all dependenciesShulhan
2023-03-03all: reformat all .go files with Go 1.19 gofmtShulhan
2022-02-01all: remove the flag vendorShulhan
2022-01-30Release beku v0.7.1 (2022-01-30)v0.7.1Shulhan
2022-01-30go.mod: update all dependenciesShulhan
2022-01-30all: simplify running linterShulhan
2022-01-30all: replace beku_test in testdata with gitsubmoduleShulhan
2019-12-27all: fix linter warningsShulhan
2019-12-27Makefile: disable unused linters on lint taskShulhan
2019-06-28Release v0.7.0v0.7.0Shulhan
2019-06-25env: fix missing exclude, deps, required-by, and missing statementsShulhan
2019-06-18all: update package share from v0.6.1 to v0.7.0Shulhan
2019-06-09package: add $GOCACHE and $HOME to environments on GoInstallShulhan
2019-06-09go.mod: update dependenciesShulhan
2019-06-09env: do not auto cleanup unused repositoriesShulhan
2019-03-30Release v0.6.0v0.6.0Shulhan
2019-03-30all: make Go command works with Go v1.12 and laterShulhan
2019-03-30test: run the test functions directlyShulhan
2019-03-30testdata: fix bare git repository and test filesShulhan
2019-03-30cmd/beku: use direct test functions instead of using sub-testsShulhan
2019-03-30package: remove unused "nolint:gas"Shulhan
2019-03-30all: suppress linter warnings on global variables and long linesShulhan
2019-03-30beku: use lowercase on first letter of error messageShulhan
2019-03-30all: use copy of "golang.org/x/tools/go/vcs"Shulhan
2019-01-25package: fix test on "go install ./..." with latest Go versionShulhan
2019-01-25go.mod: update dependency on package "github.com/shuLhan/share"Shulhan
2019-01-25env: install package if missing when issuing SyncAllShulhan
2018-12-14Release v0.5.2v0.5.2Shulhan
2018-12-14make: enable all linters on lint taskShulhan
2018-12-14all: minimize naked return on long functionsShulhan
2018-12-14all: rewrite switch-statement with single case to if-statementShulhan
2018-12-14all: skip linter error on global variablesShulhan
2018-12-14cmd/beku: remove unused return value from parseFreezeFlagShulhan
2018-12-14env: remove unused function to reinstall all packagesShulhan
2018-12-14package_git: set package remote URL according to value in databaseShulhan
2018-12-13Update dependencies and fix testsShulhan
2018-11-27env.Freeze: no need to reinstall all packages after freezingShulhan
2018-11-02Fix sync all that cause version set to truev0.5.1Shulhan
2018-11-01Release v0.5.0v0.5.0Shulhan
2018-11-01Update Go modulesShulhan
2018-11-01env: check if new package version is greater than current versionShulhan
2018-10-31env: fix sync "--into" commandShulhan
2018-10-31cmd/beku: simplify "if" with switch statementShulhan
2018-09-29go.mod: update dependenciesShulhan
2018-09-29env: update comments on Sync, install, and GetPackageFromDBShulhan