summaryrefslogtreecommitdiffstatshomepage
path: root/entities/identity
Commit message (Collapse)AuthorAge
* refactor: Directly swap two variables to optimize code (#1272)荆长逯2025-04-07
| | | Signed-off-by: jingchanglu <jingchanglu@outlook.com>
* feat: update references to the git-bug organization (#1249)sudoforge2024-08-24
| | | | | | | | The repository was recently moved to the git-bug organization on github. This change refactors references to the repository to ensure that they use the updated owner URI. Closes: #1243 Change-Id: I799712354c6ba25cdd8b06286275850c52efe6ff
* fix openpgp handling to sign/checkMichael Muré2023-08-12
|
* [DATALAD RUNCMD] Run codespell -wYaroslav Halchenko2023-01-23
| | | | | | | | | | | | | | === 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-barMichael Muré2023-01-14
|\ | | | | 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-11
| | | | | | | | 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-11
|/
* make go1.19 fmt happyMichael Muré2023-01-11
|
* Merge pull request #936 from MichaelMure/feat/935/disambiguate-config-errorsSteve Moyer2022-12-23
|\ | | | | feat(935): disambiguate config errors
| * feat: wrap ErrMultipleConfigEntry to report duplicate keySteve Moyer2022-11-27
| | | | | | | | References #935.
| * feat: wrap ErrNoConfigEntry to report missing keySteve Moyer2022-11-27
| | | | | | | | Resolves #935.
* | cache: fix some bugs after refactorMichael Muré2022-12-23
| |
* | cache: tie up the refactor up to compilingMichael Muré2022-12-21
| |
* | WIPMichael Muré2022-11-28
|/
* commands: reorg into different packagesMichael Muré2022-11-20
|
* gogit: fix incorrect loader handlingMichael Muré2022-11-16
|
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-18