aboutsummaryrefslogtreecommitdiffstats
path: root/entities
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #987 from MichaelMure/cache-progress-barMichael Muré2023-01-141-1/+9
|\ | | | | commands: add a nice terminal progress bar when building the cache
| * commands: add a nice terminal progress bar when building the cacheMichael Muré2023-01-111-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 identitiesKalin Staykov2023-01-115-51/+82
|/
* make go1.19 fmt happyMichael Muré2023-01-112-6/+6
|
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-231-3/+3
|\ | | | | feat(935): disambiguate config errors
| * feat: wrap ErrMultipleConfigEntry to report duplicate keySteve Moyer2022-11-271-1/+1
| | | | | | | | References #935.
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-271-2/+2
| | | | | | | | Resolves #935.
* | cache: fix some bugs after refactorMichael Muré2022-12-233-8/+14
| |
* | cache: generic withSnapshot, some cleanupMichael Muré2022-12-222-53/+4
| |
* | cache: tie up the refactor up to compilingMichael Muré2022-12-216-54/+18
| |
* | WIPMichael Muré2022-11-292-61/+21
| |
* | WIPMichael Muré2022-11-286-32/+8
|/
* commands: reorg into different packagesMichael Muré2022-11-201-1/+1
|
* gogit: fix incorrect loader handlingMichael Muré2022-11-161-1/+1
|
* core: bubble up the comment ID when created, or edited the first commentMichael Muré2022-11-135-15/+7
|
* generalized interface for an EntityMichael Muré2022-08-253-65/+9
|
* dag: test op serialisation with the unmarshaller, to allow resolving entitiesMichael Muré2022-08-248-24/+29
|
* bug: have a type for combined ids, fix ↵Michael Muré2022-08-2210-130/+150
| | | | https://github.com/MichaelMure/git-bug/issues/653
* move bug.Status in entities/common for reuseMichael Muré2022-08-206-15/+20
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-1842-0/+4372