aboutsummaryrefslogtreecommitdiffstats
path: root/cache/repo_cache_bug.go
Commit message (Collapse)AuthorAgeFilesLines
* fix: process unused (but assigned) errorSteve Moyer2022-10-011-0/+6
|
* generalized interface for an EntityMichael Muré2022-08-251-1/+1
|
* webui: adapt to CombinedIdMichael Muré2022-08-231-1/+1
|
* bug: have a type for combined ids, fix ↵Michael Muré2022-08-221-7/+7
| | | | https://github.com/MichaelMure/git-bug/issues/653
* move {bug,identity} to /entities, move input to /commandsMichael Muré2022-08-181-1/+1
|
* core: generalized resolvers to resolve any entity time when unmarshalling an ↵Michael Muré2022-08-181-1/+1
| | | | operation
* bug: fix an issue where Id would be used, then changed due to metadataMichael Muré2022-07-311-5/+1
|
* fix(778): remove extra mutex lock when resolving bug prefixSteve Moyer2022-05-311-4/+0
|
* Fix a bunch of comments and documentationsMichael Muré2022-03-101-1/+1
|
* Merge remote-tracking branch 'origin/master' into dag-entityMichael Muré2021-03-291-3/+18
|\
| * cache: only FTS index token < 100 charactersMichael Muré2021-03-281-3/+18
| |
* | bug: migrate to the DAG entity structure!Michael Muré2021-02-141-1/+1
| |
* | entity: more progress on merging and signingMichael Muré2021-02-141-4/+1
| |
* | entity: generalize the combined Ids, use 64 lengthMichael Muré2021-02-141-1/+1
| |
* | Change the comment ID to use both bug and comment ID references.vince2021-02-141-0/+47
|/ | | | | Add comment edit command This commit adds the comment edit command, which provides a CLI tool that allows a user to edit a comment.
* repo: move bleve thereMichael Muré2020-12-081-37/+23
|
* repo: finish RepoStorage moveMichael Muré2020-12-081-8/+2
|
* query: english specialized indexingMichael Muré2020-11-171-0/+2
|
* ls: fix query quotationMichael Muré2020-11-171-3/+10
|
* Add full-text search support in the ls commandMike Goldin2020-11-171-32/+52
|
* Create a search cache index when git-bug starts up if none existsMike Goldin2020-11-171-1/+66
|
* cache,bug,identity: structural changeMichael Muré2020-10-041-1/+1
| | | | | | - bug doesn't commit identities anymore, only make sure they are commit - cache use an IdentityResolver to load bugs with identities from the cache (deps injection) - IdentityCache now are identity.Interface
* Fix bugs and cleanup codevince2020-08-261-1/+1
|
* cache: simplify cache evictionMichael Muré2020-08-251-60/+55
|
* Implement cache eviction and testingvince2020-08-251-41/+51
|
* Implement the LRU Cachevince2020-08-201-23/+66
|
* Update docsvince2020-07-281-1/+1
|
* Remove need to specify remotevince2020-07-281-11/+2
| | | | This commit makes the removeBug command use the listRefs repo command to search for the bug, eliminating the need to input the remote the bug came from.
* Move args parsing out of repo cachevince2020-07-281-8/+4
|
* Allow user to delete remote bugsvince2020-07-281-3/+14
|
* Add the 'rm' commandvince2020-07-281-0/+18
| | | | This commit adds a command that removes a bug from the repository, given a prefix.
* cache: split into multiple files for readabilityMichael Muré2020-07-031-0/+361