aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* codespell: no "with" means using codespellrc, add more opt outMichael Muré2023-08-102-5/+3
|
* build(deps): bump golang.org/x/term from 0.8.0 to 0.11.0dependabot[bot]2023-08-102-6/+6
| | | | | | | | | | | | | Bumps [golang.org/x/term](https://github.com/golang/term) from 0.8.0 to 0.11.0. - [Commits](https://github.com/golang/term/compare/v0.8.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1085 from ↵Michael Muré2023-08-102-3/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/text-0.12.0 build(deps): bump golang.org/x/text from 0.9.0 to 0.12.0
| * build(deps): bump golang.org/x/text from 0.9.0 to 0.12.0dependabot[bot]2023-08-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/text](https://github.com/golang/text) from 0.9.0 to 0.12.0. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.9.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1083 from ↵Michael Muré2023-08-102-13/+12
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.90.0 build(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.90.0
| * build(deps): bump github.com/xanzy/go-gitlab from 0.79.1 to 0.90.0dependabot[bot]2023-08-102-13/+12
|/ | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.79.1 to 0.90.0. - [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go) - [Commits](https://github.com/xanzy/go-gitlab/compare/v0.79.1...v0.90.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 #1073 from ↵Michael Muré2023-08-102-3/+3
|\ | | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.4 build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4
| * build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.4dependabot[bot]2023-08-102-3/+3
|/ | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.1 to 1.8.4. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.1...v1.8.4) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #1067 from ↵Michael Muré2023-08-102-21/+21
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/oauth2-0.8.0 build(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.8.0
| * build(deps): bump golang.org/x/oauth2 from 0.4.0 to 0.8.0dependabot[bot]2023-05-092-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.4.0 to 0.8.0. - [Commits](https://github.com/golang/oauth2/compare/v0.4.0...v0.8.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 #1039 from ↵Michael Muré2023-08-102-2/+3
|\ \ | |/ |/| | | | | MichaelMure/dependabot/go_modules/github.com/go-git/go-billy/v5-5.4.1 build(deps): bump github.com/go-git/go-billy/v5 from 5.4.0 to 5.4.1
| * build(deps): bump github.com/go-git/go-billy/v5 from 5.4.0 to 5.4.1dependabot[bot]2023-03-062-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) from 5.4.0 to 5.4.1. - [Release notes](https://github.com/go-git/go-billy/releases) - [Commits](https://github.com/go-git/go-billy/compare/v5.4.0...v5.4.1) --- updated-dependencies: - dependency-name: github.com/go-git/go-billy/v5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | execenv: fix some cache building progress bar artifactMichael Muré2023-03-182-2/+11
|/ | | | Still one issue remaining: the last bar doesn't dissapear. Looks like a mbp issue.
* Merge pull request #1029 from ↵Michael Muré2023-03-042-12/+12
|\ | | | | | | | | MichaelMure/dependabot/go_modules/golang.org/x/net-0.7.0 build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0
| * build(deps): bump golang.org/x/net from 0.5.0 to 0.7.0dependabot[bot]2023-03-042-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
* | Merge pull request #1031 from MichaelMure/better-isrunningMichael Muré2023-03-041-5/+15
|\ \ | | | | | | util: better IsRunning(pid)
| * | util: better IsRunning(pid)Michael Muré2023-03-041-5/+15
| |/
* | Merge pull request #1030 from MichaelMure/webui-sigtermMichael Muré2023-03-041-1/+2
|\ \ | |/ |/| webui: also teardown cleanly on SIGTERM
| * webui: also teardown cleanly on SIGTERMMichael Muré2023-03-041-1/+2
|/
* Merge pull request #1028 from MichaelMure/fix-toolsMichael Muré2023-03-046-14/+11
|\ | | | | tools: fix how security tools are setup and launched
| * CI: ignore spelling mistake in repo to be imported from githubMichael Muré2023-03-042-1/+4
| |
| * tools: fix how security tools are setup and launchedMichael Muré2023-03-044-13/+7
|/ | | | fix https://github.com/MichaelMure/git-bug/issues/1018
* Merge pull request #1004 from Kintar/fix-971-submodule-processingMichael Muré2023-03-042-3/+49
|\ | | | | fix(#971): parse submodule .git files instead of erroring
| * repo: improve support for gitdir indirectionMichael Muré2023-03-042-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 failsAlec Lanter2023-01-231-1/+1
| |
| * test: resolve changes for PR #1004, add unit test, fix issue uncovered by ↵Alec Lanter2023-01-232-5/+23
| | | | | | | | unit test
| * fix(#971): parse submodule .git files instead of erroringAlec Lanter2023-01-211-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-042-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.1dependabot[bot]2023-01-312-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-042-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.0dependabot[bot]2023-01-222-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-codespellSteve Moyer2023-02-1613-16/+41
|\ \ \ \ | |_|/ / |/| | | Fix typos, provide configuration and github workflow for codespell
| * | | Add github workflow for codespellYaroslav Halchenko2023-01-231-0/+19
| | | |
| * | | [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-2310-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 configurationYaroslav Halchenko2023-01-231-0/+6
| | | |
| * | | [DATALAD RUNCMD] Fix one ambigous overridedYaroslav Halchenko2023-01-231-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 matrixMichael Muré2023-01-242-6/+20
| | |
* | | Merge pull request #1011 from MichaelMure/faster-cacheMichael Muré2023-01-241-6/+45
|\ \ \ | | | | | | | | cache: faster indexing by caping Bleve batch count
| * | | cache: faster indexing by caping Bleve batch countMichael Muré2023-01-241-6/+45
|/ / /
* | | Merge pull request #997 from MichaelMure/feature-matrixMichael Muré2023-01-233-31/+148
|\ \ \ | |/ / |/| | doc: add a feature matrix
| * | doc: add a feature matrixMichael Muré2023-01-233-31/+148
| |/
* | Merge pull request #986 from ↵Michael Muré2023-01-222-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.0dependabot[bot]2023-01-182-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-issuesMichael Muré2023-01-2214-18/+17
|\ \ \ | | | | | | | | style: clean up linter complaints
| * | | docs(commands): try to make cleaned argument use more obviousSteve Moyer2023-01-203-3/+6
| | | |
| * | | style: resolve PR commentsSteve Moyer2023-01-194-10/+4
| | | |
| * | | style: clean up linter complaintsSteve Moyer2023-01-1810-11/+13
| |/ /
* | | Merge pull request #1005 from MichaelMure/cli-testingMichael Muré2023-01-223-23/+146
|\ \ \ | |_|/ |/| | commands: add a helper to generate testing regex for CLI output
| * | commands: add a helper to generate testing regex for CLI outputMichael Muré2023-01-223-23/+146
|/ /
* | Merge pull request #991 from vasser/fix/issue-928-version-infoMichael Muré2023-01-191-8/+57
|\ \ | | | | | | Fixed version info be set when go install