summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAge
* attempt to have graphql connections implemented with generics instead of code...graphql-genericsMichael Muré2022-07-25
* doc: more tiny fixesMichael Muré2022-06-25
* doc: more tiny fixesMichael Muré2022-06-25
* doc: tiny tweaksMichael Muré2022-06-25
* Merge pull request #817 from MichaelMure/refactor/guarantee-test-cleanupSteve Moyer2022-06-24
|\
| * Merge branch 'master' into refactor/guarantee-test-cleanupSteve Moyer2022-06-22
| |\ | |/ |/|
* | Merge pull request #807 from MichaelMure/default-repo-nameMichael Muré2022-06-18
|\ \
| * | cache: ensure that the default repo has a non-empty name to make js/apollo happyMichael Muré2022-05-31
| | * test(809): do not export function that returns GoGit filesystemSteve Moyer2022-06-22
| | * test(809): remove reliance on repo's filesystemSteve Moyer2022-06-22
| | * test: use testing.TB as common interfaceSteve Moyer2022-06-21
| | * test(809): remove remaining calls to InitGoRepo in testsSteve Moyer2022-06-16
| | * Merge branch 'master' into refactor/guarantee-test-cleanupSteve Moyer2022-06-16
| | |\ | |_|/ |/| |
* | | Merge pull request #808 from selesy/fix/778-git-bug-rm-brokenSteve Moyer2022-06-15
|\ \ \
* \ \ \ Merge pull request #795 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-06-12
|\ \ \ \
| * | | | build(deps): bump github.com/xanzy/go-gitlab from 0.64.0 to 0.68.0dependabot[bot]2022-05-25
* | | | | Merge pull request #814 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-06-12
|\ \ \ \ \
| * | | | | build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2dependabot[bot]2022-06-07
|/ / / / /
| | | | * refactor(809): eliminate need to defer CleanupTestRepos()Steve Moyer2022-06-16
| | | |/ | | |/|
| | * | test(778): simplify and guarantee backend cleanupSteve Moyer2022-06-15
| | * | refactor(778): test only command implementationsSteve Moyer2022-06-15
| | * | chore(808): rearrange imports to git-bug conventionSteve Moyer2022-06-07
| | * | test(808): document getCWD() and clean-up argumentsSteve Moyer2022-06-07
| | * | test(808): skip root help test that uses a golden fileSteve Moyer2022-06-07
| | * | fix(808): remove duplication stderr/stdout set-upSteve Moyer2022-06-06
| | * | test(808): make build tag compatible with Go 1.16Steve Moyer2022-06-06
| | * | test(808): do not run golden file tests on WindowsSteve Moyer2022-06-06
| | * | fix(808): simplify handling of Windows line terminationsSteve Moyer2022-06-06
| | * | chore(808): merge in LocalStorage namespace configurationSteve Moyer2022-06-06
| | * | Merge branch 'master' into fix/778-git-bug-rm-brokenSteve Moyer2022-06-06
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #803 from MichaelMure/feat/configurable-local-storageMichael Muré2022-06-06
|\ \ \ \
| * | | | refactor: simplify creation of temp dir - after 1.15Steve Moyer2022-05-31
| * | | | fix: remove only t.Parallel()Steve Moyer2022-05-31
| * | | | gogit: close index before deleting it on diskMichael Muré2022-05-31
| * | | | test: clean up temp dir and repo correctlySteve Moyer2022-05-31
| * | | | test: add verification that localStorage.Root() resolves to the correct absol...Steve Moyer2022-05-26
| * | | | refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-26
| * | | | chore: clean-up commented codeSteve Moyer2022-05-25
| * | | | feat: make local storage configurableSteve Moyer2022-05-25
| |/ / /
* | | | Merge pull request #813 from MichaelMure/fix-data-race2Michael Muré2022-06-06
|\ \ \ \
| * | | | github: fix data race when closing event channelMichael Muré2022-06-05
| | |_|/ | |/| |
* | | | Merge pull request #811 from MichaelMure/fix-data-raceMichael Muré2022-06-06
|\ \ \ \ | |/ / / |/| | |
| * | | graphql: fix two invalid mutex lock leading to data racesMichael Muré2022-06-05
|/ / /
* | | Merge pull request #806 from MichaelMure/docsMichael Muré2022-05-31
|\ \ \
| * | | doc: more discoverable docsMichael Muré2022-05-31
|/ / /
* | | Merge pull request #805 from MichaelMure/completion-cleanupMichael Muré2022-05-31
|\ \ \ | |/ / |/| |
| * | misc: move all completions in a dedicated folderMichael Muré2022-05-31
|/ /
| * fix(808): replace Windows line terminatorsSteve Moyer2022-06-06
| * fix(778): remove extra mutex lock when resolving bug prefixSteve Moyer2022-05-31
| * test(778): execute rm bug in testEnv (hangs)Steve Moyer2022-05-28