aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #868 from MichaelMure/feat-security-checksMichael Muré2022-09-105-10/+571
|\ | | | | feat: check security via `make` recipe and Github check
| * fix: correct name for one of the security phoniesSteve Moyer2022-09-081-1/+1
| |
| * feat: run security checks during Go workflowSteve Moyer2022-09-081-0/+3
| |
| * feat: add recipes for security analysisSteve Moyer2022-09-081-0/+11
| |
| * fix: hide tools versioning behind build tagsSteve Moyer2022-09-081-1/+3
| |
| * feat: add security toolsSteve Moyer2022-09-083-10/+549
| |
| * feat: version tools using Go module systemSteve Moyer2022-09-081-0/+6
|/
* Merge pull request #862 from MichaelMure/entity-interfaceMichael Muré2022-08-255-38/+25
|\ | | | | generalized interface for an Entity
| * generalized interface for an EntityMichael Muré2022-08-255-38/+25
|/
* Merge pull request #861 from MichaelMure/test-with-unmarshalerMichael Muré2022-08-2415-68/+76
|\ | | | | dag: test op serialisation with the unmarshaller, to allow resolving entities
| * dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-2415-68/+76
|/
* Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-editSteve Moyer2022-08-2311-1/+247
|\ | | | | test(850): add tests for `git-bug comment edit` has no effect
| * fix(850): normalize Windows line endings -> *nix (golden files)Steve Moyer2022-08-231-1/+1
| |
| * fix(850): normalize Windows line endings -> *nixSteve Moyer2022-08-231-1/+1
| |
| * fix(850): merge in CombinedId from 664Steve Moyer2022-08-232-16/+1
| |
| * Merge branch 'master' into fix-850-ineffective-comment-editSteve Moyer2022-08-23164-21352/+21379
| |\
| * | fix(850): remove obsolete test loggingSteve Moyer2022-08-191-1/+0
| | |
| * | tests(850): add tests for comment ls, add and editSteve Moyer2022-08-1910-0/+262
| | |
* | | Merge pull request #858 from ↵Michael Muré2022-08-232-3/+9
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.73.1 build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1dependabot[bot]2022-08-232-3/+9
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.72.0 to 0.73.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.72.0...v0.73.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 #859 from MichaelMure/webui-debugMichael Muré2022-08-2310-85/+238
|\ \ \ | |/ / |/| | webui: add a flag to log handling errors
| * | webui: add a flag to log handling errorsMichael Muré2022-08-2310-85/+238
|/ /
* | Merge pull request #664 from MichaelMure/combined-id-reworkMichael Muré2022-08-2364-555/+595
|\ \ | | | | | | bug: have a type for combined ids, fix #653
| * | webui: adapt to CombinedIdMichael Muré2022-08-2313-3/+13
| | |
| * | bug: have a type for combined ids, fix ↵Michael Muré2022-08-2252-553/+583
| | | | | | | | | | | | https://github.com/MichaelMure/git-bug/issues/653
* | | Merge pull request #818 from ↵Michael Muré2022-08-212-5/+6
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/spf13/cobra-1.5.0 build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0
| * | | build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0dependabot[bot]2022-08-212-5/+6
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: github.com/spf13/cobra dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #841 from ↵Michael Muré2022-08-212-341/+16
|\ \ \ | |/ / |/| | | | | | | | MichaelMure/dependabot/go_modules/github.com/xanzy/go-gitlab-0.72.0 build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0dependabot[bot]2022-08-212-341/+16
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.68.0 to 0.72.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.68.0...v0.72.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 #846 from ↵Michael Muré2022-08-212-13/+6
|\ \ | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/mattn/go-isatty-0.0.16 build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16
| * | build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16dependabot[bot]2022-08-162-13/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/mattn/go-isatty](https://github.com/mattn/go-isatty) from 0.0.14 to 0.0.16. - [Release notes](https://github.com/mattn/go-isatty/releases) - [Commits](https://github.com/mattn/go-isatty/compare/v0.0.14...v0.0.16) --- updated-dependencies: - dependency-name: github.com/mattn/go-isatty dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #822 from ↵Michael Muré2022-08-212-6/+6
|\ \ \ | | | | | | | | | | | | | | | | MichaelMure/dependabot/go_modules/github.com/stretchr/testify-1.8.0 build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0
| * | | build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0dependabot[bot]2022-08-012-6/+6
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.8.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.8.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* | | Merge pull request #856 from MichaelMure/common-statusMichael Muré2022-08-2027-57/+86
|\ \ \ | | | | | | | | move bug.Status in entities/common for reuse
| * | | move bug.Status in entities/common for reuseMichael Muré2022-08-2027-57/+86
|/ / /
* | | Merge pull request #852 from MichaelMure/move-aroundMichael Muré2022-08-20132-20633/+20922
|\ \ \ | |_|/ |/| | move {bug,identity} to /entities, move input to /commands
| * | move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18132-20633/+20922
|/ /
* | remove file that shouldn't be thereMichael Muré2022-08-181-28/+0
| |
* | Merge pull request #844 from MichaelMure/resolversMichael Muré2022-08-1818-178/+355
|\ \ | | | | | | WIP resolvers
| * | core: generalized resolvers to resolve any entity time when unmarshalling an ↵Michael Muré2022-08-1818-178/+355
| |/ | | | | | | operation
* | Merge pull request #851 from MichaelMure/feat-836-machine-parseable-ls-textSteve Moyer2022-08-182-1/+59
|\ \ | | | | | | feat(836): updates default `ls` formatter for TSV output
| * | fix(836): revert to older test harnessSteve Moyer2022-08-181-4/+2
| | |
| * | feat(836): updates default ls formatter for TSV outputSteve Moyer2022-08-182-1/+61
|/ / | | | | | | Resolves #836
* | Merge pull request #848 from MichaelMure/docs-847-add-ls-compactSteve Moyer2022-08-163-4/+4
|\ \ | |/ |/| docs(847): add compact to docs and completion for ls command's format flag
| * docs(847): add compact to docs and bash for ls command's format flagSteve Moyer2022-08-163-4/+4
|/
* Merge pull request #835 from MichaelMure/op-baseMichael Muré2022-08-0164-4254/+7007
|\ | | | | entity/dag: proper base operation for simplified implementation
| * build: go 1.18 minimumMichael Muré2022-07-315-6/+6
| |
| * bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-3118-185/+122
| |
| * entity/dag: proper base operation for simplified implementationMichael Muré2022-07-2552-4064/+6880
|/ | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing
* doc: more tiny fixesMichael Muré2022-06-251-2/+2
|