aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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
|/
* doc: more tiny fixesMichael Muré2022-06-251-2/+2
* doc: more tiny fixesMichael Muré2022-06-252-16/+19
* doc: tiny tweaksMichael Muré2022-06-252-3/+14
* Merge pull request #817 from MichaelMure/refactor/guarantee-test-cleanupSteve Moyer2022-06-2423-140/+91
|\
| * Merge branch 'master' into refactor/guarantee-test-cleanupSteve Moyer2022-06-222-2/+3
| |\ | |/ |/|
* | Merge pull request #807 from MichaelMure/default-repo-nameMichael Muré2022-06-182-2/+3
|\ \
| * | cache: ensure that the default repo has a non-empty name to make js/apollo happyMichael Muré2022-05-312-2/+3
| | * test(809): do not export function that returns GoGit filesystemSteve Moyer2022-06-222-4/+4
| | * test(809): remove reliance on repo's filesystemSteve Moyer2022-06-224-16/+15
| | * test: use testing.TB as common interfaceSteve Moyer2022-06-213-9/+3
| | * test(809): remove remaining calls to InitGoRepo in testsSteve Moyer2022-06-163-34/+25
| | * Merge branch 'master' into refactor/guarantee-test-cleanupSteve Moyer2022-06-162-26/+32
| | |\ | |_|/ |/| |
* | | Merge pull request #808 from selesy/fix/778-git-bug-rm-brokenSteve Moyer2022-06-155-4/+133
|\ \ \
* \ \ \ Merge pull request #795 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-06-122-22/+27
|\ \ \ \
| * | | | build(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.68.0dependabot[bot]2022-05-252-22/+27
* | | | | Merge pull request #814 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-06-122-4/+5
|\ \ \ \ \
| * | | | | build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2dependabot[bot]2022-06-072-4/+5
|/ / / / /
| | | | * refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-1620-93/+60
| | | |/ | | |/|
| | * | test(778): simplify and guarantee backend cleanupSteve Moyer2022-06-151-18/+4
| | * | refactor(778): test only command implementationsSteve Moyer2022-06-158-191/+94
| | * | chore(808): rearrange imports to git-bug conventionSteve Moyer2022-06-071-2/+3
| | * | test(808): document getCWD() and clean-up argumentsSteve Moyer2022-06-071-2/+8