Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1028 from MichaelMure/fix-tools | Michael Muré | 2023-03-04 | 6 | -14/+11 |
|\ | | | | | tools: fix how security tools are setup and launched | ||||
| * | CI: ignore spelling mistake in repo to be imported from github | Michael Muré | 2023-03-04 | 2 | -1/+4 |
| | | |||||
| * | tools: fix how security tools are setup and launched | Michael Muré | 2023-03-04 | 4 | -13/+7 |
|/ | | | | fix https://github.com/MichaelMure/git-bug/issues/1018 | ||||
* | Merge pull request #1004 from Kintar/fix-971-submodule-processing | Michael Muré | 2023-03-04 | 2 | -3/+49 |
|\ | | | | | fix(#971): parse submodule .git files instead of erroring | ||||
| * | repo: improve support for gitdir indirection | Michael Muré | 2023-03-04 | 2 | -18/+23 |
| | | | | | | | | | | | | - add a limited reader to avoid abuse - support recusive indirection (up to depth 10) - check that the pointed to repo does exist | ||||
| * | chore: updated error message when detectGitPath fails | Alec Lanter | 2023-01-23 | 1 | -1/+1 |
| | | |||||
| * | test: resolve changes for PR #1004, add unit test, fix issue uncovered by ↵ | Alec Lanter | 2023-01-23 | 2 | -5/+23 |
| | | | | | | | | unit test | ||||
| * | fix(#971): parse submodule .git files instead of erroring | Alec Lanter | 2023-01-21 | 1 | -0/+23 |
| | | | | | | | | | | Altered logic for detecting git directory. Instead of erroring on non-direcctory .git files, now parses the file and returns the linked gitdir. | ||||
* | | Merge pull request #1015 from ↵ | Michael Muré | 2023-03-04 | 2 | -3/+3 |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.79.1 build(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.1 | ||||
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.78.0 to 0.79.1 | dependabot[bot] | 2023-01-31 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.78.0 to 0.79.1. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.78.0...v0.79.1) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | Merge pull request #1006 from ↵ | Michael Muré | 2023-03-04 | 2 | -3/+3 |
|\ \ \ | | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/oauth2-0.4.0 build(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 | ||||
| * | | | build(deps): bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 | dependabot[bot] | 2023-01-22 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/golang/oauth2/releases) - [Commits](https://github.com/golang/oauth2/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | | Merge pull request #1008 from yarikoptic/enh-codespell | Steve Moyer | 2023-02-16 | 13 | -16/+41 |
|\ \ \ \ | |_|/ / |/| | | | Fix typos, provide configuration and github workflow for codespell | ||||
| * | | | Add github workflow for codespell | Yaroslav Halchenko | 2023-01-23 | 1 | -0/+19 |
| | | | | |||||
| * | | | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-23 | 10 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
| * | | | rudimentary codespell configuration | Yaroslav Halchenko | 2023-01-23 | 1 | -0/+6 |
| | | | | |||||
| * | | | [DATALAD RUNCMD] Fix one ambigous overrided | Yaroslav Halchenko | 2023-01-23 | 1 | -4/+4 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "sed -i -e s,overrided,overridden,g ./entity/dag/op_set_metadata_test.go", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | | | add more ideas in the feature matrix | Michael Muré | 2023-01-24 | 2 | -6/+20 |
| | | | |||||
* | | | Merge pull request #1011 from MichaelMure/faster-cache | Michael Muré | 2023-01-24 | 1 | -6/+45 |
|\ \ \ | | | | | | | | | cache: faster indexing by caping Bleve batch count | ||||
| * | | | cache: faster indexing by caping Bleve batch count | Michael Muré | 2023-01-24 | 1 | -6/+45 |
|/ / / | |||||
* | | | Merge pull request #997 from MichaelMure/feature-matrix | Michael Muré | 2023-01-23 | 3 | -31/+148 |
|\ \ \ | |/ / |/| | | doc: add a feature matrix | ||||
| * | | doc: add a feature matrix | Michael Muré | 2023-01-23 | 3 | -31/+148 |
| |/ | |||||
* | | Merge pull request #986 from ↵ | Michael Muré | 2023-01-22 | 2 | -9/+9 |
|\ \ | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.78.0 build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0 | ||||
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.77.0 to 0.78.0 | dependabot[bot] | 2023-01-18 | 2 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.77.0 to 0.78.0. - [Release notes](https://github.com/xanzy/go-gitlab/releases) - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.77.0...v0.78.0) --- updated-dependencies: - dependency-name: github.com/xanzy/go-gitlab dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
* | | | Merge pull request #1001 from MichaelMure/style/clean-up-linter-issues | Michael Muré | 2023-01-22 | 14 | -18/+17 |
|\ \ \ | | | | | | | | | style: clean up linter complaints | ||||
| * | | | docs(commands): try to make cleaned argument use more obvious | Steve Moyer | 2023-01-20 | 3 | -3/+6 |
| | | | | |||||
| * | | | style: resolve PR comments | Steve Moyer | 2023-01-19 | 4 | -10/+4 |
| | | | | |||||
| * | | | style: clean up linter complaints | Steve Moyer | 2023-01-18 | 10 | -11/+13 |
| |/ / | |||||
* | | | Merge pull request #1005 from MichaelMure/cli-testing | Michael Muré | 2023-01-22 | 3 | -23/+146 |
|\ \ \ | |_|/ |/| | | commands: add a helper to generate testing regex for CLI output | ||||
| * | | commands: add a helper to generate testing regex for CLI output | Michael Muré | 2023-01-22 | 3 | -23/+146 |
|/ / | |||||
* | | Merge pull request #991 from vasser/fix/issue-928-version-info | Michael Muré | 2023-01-19 | 1 | -8/+57 |
|\ \ | | | | | | | Fixed version info be set when go install | ||||
| * | | version: code cleanup, fix some edge cases | Michael Muré | 2023-01-19 | 4 | -44/+40 |
| | | | |||||
| * | | dirty should be bool | vasser | 2023-01-18 | 1 | -5/+6 |
| | | | |||||
| * | | address PR review | vasser | 2023-01-18 | 2 | -11/+15 |
| | | | |||||
| * | | New approach to define the version | vasser | 2023-01-15 | 2 | -34/+40 |
| | | | |||||
| * | | Fixed version info be set when go install | vasser | 2023-01-13 | 2 | -11/+47 |
| | | | |||||
* | | | Merge pull request #1002 from MichaelMure/changed-flag | Michael Muré | 2023-01-19 | 4 | -20/+24 |
|\ \ \ | |_|/ |/| | | commands: different pattern to detect changed flags | ||||
| * | | commands: different pattern to detect changed flags | Michael Muré | 2023-01-18 | 4 | -20/+24 |
|/ / | |||||
* | | Merge pull request #998 from MichaelMure/fix/996/create-env-once | Michael Muré | 2023-01-18 | 41 | -142/+83 |
|\ \ | | | | | | | fix(commands): create env.Env once for all Cobra commands | ||||
| * | | fix(commands): replace missing import | Steve Moyer | 2023-01-17 | 2 | -1/+2 |
| | | | |||||
| * | | Merge branch 'master' of github.com:MichaelMure/git-bug | Steve Moyer | 2023-01-17 | 11 | -107/+102 |
| |\ \ | |/ / |/| | | |||||
* | | | Merge pull request #993 from MichaelMure/cmd-adapt | Michael Muré | 2023-01-17 | 11 | -107/+102 |
|\ \ \ | | | | | | | | | command: adapt the output of the bug list to the terminal size | ||||
| * | | | commands: remove compact style for "bug", as the width adaptive default ↵ | Michael Muré | 2023-01-17 | 7 | -98/+57 |
| | | | | | | | | | | | | | | | | renderer cover that usage | ||||
| * | | | command: adapt the output of the bug list to the terminal size | Michael Muré | 2023-01-17 | 5 | -10/+46 |
|/ / / | |||||
| * / | fix(commands): create env.Env once for all Cobra commands | Steve Moyer | 2023-01-17 | 39 | -141/+81 |
|/ / | | | | | | | Resolves #996 | ||||
* | | Merge pull request #994 from MichaelMure/feat/detect-stdin-stdout-mode | Michael Muré | 2023-01-17 | 4 | -166/+281 |
|\ \ | | | | | | | feat: detect `os.Stdin`/`os.Stdout` redirection/pipe mode | ||||
| * | | execenv: move terminal detection to Out, introduce the compagnion In | Michael Muré | 2023-01-17 | 4 | -228/+273 |
| | | | |||||
| * | | feat: use isatty to detect a Termios instead | Steve Moyer | 2023-01-17 | 3 | -46/+28 |
| | | | |||||
| * | | feat: detect os.Stdin/os.Stdout mode | Steve Moyer | 2023-01-16 | 2 | -3/+91 |
|/ / | |||||
* | | Merge pull request #990 from buestad/master | Michael Muré | 2023-01-14 | 2 | -1/+6 |
|\ \ | | | | | | | added EventMentionedInCommit |