Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -37/+23 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -8/+2 |
| | |||||
* | query: english specialized indexing | Michael Muré | 2020-11-17 | 1 | -0/+2 |
| | |||||
* | ls: fix query quotation | Michael Muré | 2020-11-17 | 1 | -3/+10 |
| | |||||
* | Add full-text search support in the ls command | Mike Goldin | 2020-11-17 | 1 | -32/+52 |
| | |||||
* | Create a search cache index when git-bug starts up if none exists | Mike Goldin | 2020-11-17 | 1 | -1/+66 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -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 code | vince | 2020-08-26 | 1 | -1/+1 |
| | |||||
* | cache: simplify cache eviction | Michael Muré | 2020-08-25 | 1 | -60/+55 |
| | |||||
* | Implement cache eviction and testing | vince | 2020-08-25 | 1 | -41/+51 |
| | |||||
* | Implement the LRU Cache | vince | 2020-08-20 | 1 | -23/+66 |
| | |||||
* | Update docs | vince | 2020-07-28 | 1 | -1/+1 |
| | |||||
* | Remove need to specify remote | vince | 2020-07-28 | 1 | -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 cache | vince | 2020-07-28 | 1 | -8/+4 |
| | |||||
* | Allow user to delete remote bugs | vince | 2020-07-28 | 1 | -3/+14 |
| | |||||
* | Add the 'rm' command | vince | 2020-07-28 | 1 | -0/+18 |
| | | | | This commit adds a command that removes a bug from the repository, given a prefix. | ||||
* | cache: split into multiple files for readability | Michael Muré | 2020-07-03 | 1 | -0/+361 |