aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-02package.gitCheckoutVersion: do not use "git stash"Shulhan
2018-07-02[chore] env.Freeze: add newline before each new freeze outputShulhan
2018-06-06Release beku v0.3.0v0.3.0Shulhan
2018-06-06Update readme and changelogShulhan
2018-06-06Rename "buildXxx" to "vendorXxx"Shulhan
2018-06-06Add govendor as one of vendor build modeShulhan
2018-06-06SyncAll: add empty line after fetch taskShulhan
2018-06-06SyncAll: run post sync task (build,install) on updated packagesShulhan
2018-06-06gitCheckoutVersion: run git clean to make sure no untracked files leftShulhan
2018-06-05build: fix wrong variable name when appending verbose to gdm commandsShulhan
2018-06-05ScanBuild: simplify checking vendor fileShulhan
2018-06-05NewEnvironment: get or set user PATH from environmentShulhan
2018-06-05Add option to disable installing dependenciesShulhan
2018-06-05Remove make from build commandShulhan
2018-06-05reinstallAll: run build to install dependenciesShulhan
2018-06-05Remove submodule left over fileShulhan
2018-06-05Run vendoring tool and make, if dependency and make file existsShulhan
2018-06-05gitUpdate: do not return if version is matched with new package versionShulhan
2018-06-05gitCheckoutVersion: use master branch as HEAD for current versionShulhan
2018-06-05package.gitCheckoutVersion: check for empty versionShulhan
2018-06-05env.filterUnusedDeps: check if package not found in databaseShulhan
2018-06-04[chore] Add copyright informationShulhan
2018-06-04[chore] Update READMEShulhan
2018-06-04cmd/beku/main: set command manual to reference to README on repositoryShulhan
2018-06-04Add common option "-V, --vendor" to work with vendor directoryShulhan
2018-06-04[chore] Add context to debug outputShulhan
2018-06-04NewPackage(): remove parameter vcs modeShulhan
2018-06-04Sync(): install missing dependenciesShulhan
2018-06-03NewPackage(): use golang tools/go/vcs to get remote URLShulhan
2018-06-03env.String(): display directories valueShulhan
2018-06-03env.Sync(): check if package is excluded by import pathShulhan
2018-06-03Remove git submodule for testingShulhan
2018-06-03env.IsExcluded(): use strings.Contains instead of equal operatorShulhan
2018-06-03env.GetPackageFromDB(): use strings.HasPrefix to check import pathShulhan
2018-06-03env.install(): clean non-empty directory after confirmationShulhan
2018-06-03env.install(): change confirmation message for cleaning non-empty directoryShulhan
2018-06-02Save database on first time syncShulhan
2018-05-31Release beku v0.2.0v0.2.0Shulhan
2018-05-31[test] cmd: Add unit test for parseFlags and newCommandShulhan
2018-05-30package: GoInstall: set default PATH if it's emptyShulhan
2018-05-30Fix scan on non-exist "$GOPATH/src" directoryShulhan
2018-05-30Add option "--noconfirm" to by pass confirmationShulhan
2018-05-29Fetch new package commits before updating versionShulhan
2018-05-29Add test repository as git submoduleShulhan
2018-05-29Add operation to exclude package from databaseShulhan
2018-05-27Release v0.1.0v0.1.0Shulhan
2018-05-27install: check for non empty directoryShulhan
2018-05-27Run "go install" on all packages after freezing dependenciesShulhan
2018-05-27Implement freeze operationShulhan
2018-05-27env: rename "GetPackage" to "GetPackageFromDB"Shulhan