aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | test(808): skip root help test that uses a golden fileSteve Moyer2022-06-071-4/+2
| | * | fix(808): remove duplication stderr/stdout set-upSteve Moyer2022-06-061-3/+0
| | * | test(808): make build tag compatible with Go 1.16Steve Moyer2022-06-061-0/+1
| | * | test(808): do not run golden file tests on WindowsSteve Moyer2022-06-062-52/+63
| | * | fix(808): simplify handling of Windows line terminationsSteve Moyer2022-06-061-2/+1
| | * | chore(808): merge in LocalStorage namespace configurationSteve Moyer2022-06-062-3/+3
| | * | Merge branch 'master' into fix/778-git-bug-rm-brokenSteve Moyer2022-06-0622-203/+277
| | |\ \ | |_|/ / |/| | |
* | | | Merge pull request #803 from MichaelMure/feat/configurable-local-storageMichael Muré2022-06-066-32/+90
|\ \ \ \
| * | | | refactor: simplify creation of temp dir - after 1.15Steve Moyer2022-05-311-5/+1
| * | | | fix: remove only t.Parallel()Steve Moyer2022-05-311-2/+0
| * | | | gogit: close index before deleting it on diskMichael Muré2022-05-311-9/+8
| * | | | test: clean up temp dir and repo correctlySteve Moyer2022-05-312-5/+19
| * | | | test: add verification that localStorage.Root() resolves to the correct absol...Steve Moyer2022-05-261-3/+36
| * | | | refactor: use namespace instead of application of applicationNameSteve Moyer2022-05-265-28/+28
| * | | | chore: clean-up commented codeSteve Moyer2022-05-251-3/+0
| * | | | feat: make local storage configurableSteve Moyer2022-05-256-22/+43
| |/ / /
* | | | Merge pull request #813 from MichaelMure/fix-data-race2Michael Muré2022-06-064-151/+144
|\ \ \ \
| * | | | github: fix data race when closing event channelMichael Muré2022-06-054-151/+144
| | |_|/ | |/| |
* | | | Merge pull request #811 from MichaelMure/fix-data-raceMichael Muré2022-06-062-6/+6
|\ \ \ \ | |/ / / |/| | |
| * | | graphql: fix two invalid mutex lock leading to data racesMichael Muré2022-06-052-6/+6
|/ / /
* | | Merge pull request #806 from MichaelMure/docsMichael Muré2022-05-313-2/+23
|\ \ \
| * | | doc: more discoverable docsMichael Muré2022-05-313-2/+23
|/ / /
* | | Merge pull request #805 from MichaelMure/completion-cleanupMichael Muré2022-05-318-12/+14
|\ \ \ | |/ / |/| |
| * | misc: move all completions in a dedicated folderMichael Muré2022-05-318-12/+14
|/ /
| * fix(808): replace Windows line terminatorsSteve Moyer2022-06-061-1/+5
| * fix(778): remove extra mutex lock when resolving bug prefixSteve Moyer2022-05-311-4/+0
| * test(778): execute rm bug in testEnv (hangs)Steve Moyer2022-05-281-0/+15
| * test(778): execute add user in testEnv and return userIDSteve Moyer2022-05-281-0/+33
| * test(778): clear output after user creationSteve Moyer2022-05-281-1/+3
| * test(778): verify user create results in an identity and cacheSteve Moyer2022-05-272-0/+40
| * test(778): verify root command returns main help textSteve Moyer2022-05-272-0/+120
| * test(778): allow alternate CWD via contextSteve Moyer2022-05-271-2/+16
| * test(778): capture stderr and stdout during testsSteve Moyer2022-05-271-0/+3
|/
* Merge pull request #788 from hoijui/model_touchupMichael Muré2022-05-101-22/+28
|\
| * model: Multiple, minor readability and language improvementsRobin Vobruba2022-05-041-11/+11
| * model: Removes now outdated statement about ops and rootRobin Vobruba2022-05-041-1/+0
| * model: Highlight some words with special meaningRobin Vobruba2022-05-041-4/+4
| * model: Links to a section further downRobin Vobruba2022-05-041-1/+1
| * model: Moves example description after the exampleRobin Vobruba2022-05-041-3/+5
| * model: Adds link explaining nounce (wikipedia)Robin Vobruba2022-05-041-1/+1
| * model: strict Markdown requires empty lines before (and after) listsRobin Vobruba2022-05-041-1/+6
* | Merge pull request #768 from MichaelMure/dependabot/go_modules/github.com/str...Michael Muré2022-05-042-2/+3
|\ \
| * | build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1dependabot[bot]2022-03-162-2/+3
* | | Merge pull request #783 from MichaelMure/dependabot/go_modules/github.com/xan...Michael Muré2022-05-042-3/+3
|\ \ \ | |_|/ |/| |
| * | build(deps): bump github.com/xanzy/go-gitlab from 0.59.0 to 0.64.0dependabot[bot]2022-04-252-3/+3
* | | Merge pull request #531 from krobelus/complete-bug-idsMichael Muré2022-05-0129-1407/+706
|\ \ \
| * | | completion: lots of small ironingMichael Muré2022-05-011-51/+43
| * | | ls: fix incorrect query parsing with quotes escaped by the shellMichael Muré2022-05-012-7/+59
| * | | misc: fix bash completion with "git bug"TsT2022-05-012-5/+76
| * | | completion: use the correct GenBashCompletionV2 instead of the legacy functionMichael Muré2022-05-013-1473/+189