aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* refactor(git-bug-863): merge ls-id into lsSteve Moyer2022-09-259-51/+23
* Merge pull request #877 from MichaelMure/dependabot/go_modules/github.com/99d...Michael Muré2022-09-143-10/+10
|\
| * build(deps): bump github.com/99designs/gqlgen from 0.17.13 to 0.17.17dependabot[bot]2022-09-143-10/+10
|/
* Merge pull request #868 from MichaelMure/feat-security-checksMichael Muré2022-09-105-10/+571
|\
| * 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 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 entitiesMichael Muré2022-08-2415-68/+76
|/
* Merge pull request #855 from MichaelMure/fix-850-ineffective-comment-editSteve Moyer2022-08-2311-1/+247
|\
| * 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 MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-08-232-3/+9
|\ \ \
| * | | build(deps): bump github.com/xanzy/go-gitlab from 0.72.0 to 0.73.1dependabot[bot]2022-08-232-3/+9
| | |/ | |/|
* | | Merge pull request #859 from MichaelMure/webui-debugMichael Muré2022-08-2310-85/+238
|\ \ \ | |/ / |/| |
| * | 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
|\ \
| * | webui: adapt to CombinedIdMichael Muré2022-08-2313-3/+13
| * | bug: have a type for combined ids, fix https://github.com/MichaelMure/git-bug...Michael Muré2022-08-2252-553/+583
* | | Merge pull request #818 from MichaelMure/dependabot/go_modules/github.com/spf...Michael Muré2022-08-212-5/+6
|\ \ \
| * | | build(deps): bump github.com/spf13/cobra from 1.4.0 to 1.5.0dependabot[bot]2022-08-212-5/+6
|/ / /
* | | Merge pull request #841 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-08-212-341/+16
|\ \ \ | |/ / |/| |
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.68.0 to 0.72.0dependabot[bot]2022-08-212-341/+16
|/ /
* | Merge pull request #846 from MichaelMure/dependabot/go_modules/github.com/mat...Michael Muré2022-08-212-13/+6
|\ \
| * | build(deps): bump github.com/mattn/go-isatty from 0.0.14 to 0.0.16dependabot[bot]2022-08-162-13/+6
* | | Merge pull request #822 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-08-212-6/+6
|\ \ \
| * | | build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.8.0dependabot[bot]2022-08-012-6/+6
| |/ /
* | | Merge pull request #856 from MichaelMure/common-statusMichael Muré2022-08-2027-57/+86
|\ \ \
| * | | 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 /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
|\ \
| * | core: generalized resolvers to resolve any entity time when unmarshalling an ...Michael Muré2022-08-1818-178/+355
| |/
* | Merge pull request #851 from MichaelMure/feat-836-machine-parseable-ls-textSteve Moyer2022-08-182-1/+59
|\ \
| * | 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
|/ /
* | Merge pull request #848 from MichaelMure/docs-847-add-ls-compactSteve Moyer2022-08-163-4/+4
|\ \ | |/ |/|
| * 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
|\
| * build: go 1.18 minimumMichael Muré2022-07-315-6/+6