Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix openpgp handling to sign/check | Michael Muré | 2023-08-12 | 1 | -11/+8 |
| | |||||
* | [DATALAD RUNCMD] Run codespell -w | Yaroslav Halchenko | 2023-01-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | === Do not change lines below === { "chain": [], "cmd": "codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^ | ||||
* | Merge pull request #987 from MichaelMure/cache-progress-bar | Michael Muré | 2023-01-14 | 1 | -1/+9 |
|\ | | | | | commands: add a nice terminal progress bar when building the cache | ||||
| * | commands: add a nice terminal progress bar when building the cache | Michael Muré | 2023-01-11 | 1 | -1/+9 |
| | | | | | | | | One issue remaining is that writing the cache takes significant time, but I don't know how to reflect that nicely to the user. | ||||
* | | add wipe sub-command that remove local bugs and identities | Kalin Staykov | 2023-01-11 | 5 | -51/+82 |
|/ | |||||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 | 2 | -6/+6 |
| | |||||
* | Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errors | Steve Moyer | 2022-12-23 | 1 | -3/+3 |
|\ | | | | | feat(935): disambiguate config errors | ||||
| * | feat: wrap ErrMultipleConfigEntry to report duplicate key | Steve Moyer | 2022-11-27 | 1 | -1/+1 |
| | | | | | | | | References #935. | ||||
| * | feat: wrap ErrNoConfigEntry to report missing key | Steve Moyer | 2022-11-27 | 1 | -2/+2 |
| | | | | | | | | Resolves #935. | ||||
* | | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 | 3 | -8/+14 |
| | | |||||
* | | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 | 2 | -53/+4 |
| | | |||||
* | | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 | 6 | -54/+18 |
| | | |||||
* | | WIP | Michael Muré | 2022-11-29 | 2 | -61/+21 |
| | | |||||
* | | WIP | Michael Muré | 2022-11-28 | 6 | -32/+8 |
|/ | |||||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | gogit: fix incorrect loader handling | Michael Muré | 2022-11-16 | 1 | -1/+1 |
| | |||||
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 5 | -15/+7 |
| | |||||
* | generalized interface for an Entity | Michael Muré | 2022-08-25 | 3 | -65/+9 |
| | |||||
* | dag: test op serialisation with the unmarshaller, to allow resolving entities | Michael Muré | 2022-08-24 | 8 | -24/+29 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 10 | -130/+150 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 | 6 | -15/+20 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 42 | -0/+4372 |