Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 | 1 | -14/+17 |
| | |||||
* | fix: process unused (but assigned) error | Steve Moyer | 2022-10-01 | 1 | -0/+6 |
| | |||||
* | generalized interface for an Entity | Michael Muré | 2022-08-25 | 1 | -1/+1 |
| | |||||
* | webui: adapt to CombinedId | Michael Muré | 2022-08-23 | 1 | -1/+1 |
| | |||||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 | 2 | -10/+15 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 | 2 | -3/+4 |
| | |||||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 | 10 | -13/+13 |
| | |||||
* | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 | 4 | -34/+23 |
| | | | | operation | ||||
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 | 4 | -91/+25 |
| | |||||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 | 1 | -2/+3 |
| | | | | | | | | - reduce boilerplace necessary to implement an operation - consolidate what an operation is in the core, which in turn pave the way for a generic cache layer mechanism - avoid the previously complex unmarshalling process - support operation metadata from the core - simplified testing | ||||
* | Merge branch 'master' into refactor/guarantee-test-cleanup | Steve Moyer | 2022-06-22 | 1 | -1/+2 |
|\ | |||||
| * | Merge pull request #807 from MichaelMure/default-repo-name | Michael Muré | 2022-06-18 | 1 | -1/+2 |
| |\ | | | | | | | cache: ensure that the default repo has a non-empty name to make js/apollo happy | ||||
| | * | cache: ensure that the default repo has a non-empty name to make js/apollo happy | Michael Muré | 2022-05-31 | 1 | -1/+2 |
| | | | |||||
* | | | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 | 1 | -11/+7 |
|/ / | |||||
* / | fix(778): remove extra mutex lock when resolving bug prefix | Steve Moyer | 2022-05-31 | 1 | -4/+0 |
|/ | |||||
* | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 | 2 | -5/+5 |
| | |||||
* | cache: fix empty actors/participants in the index | Michael Muré | 2021-04-22 | 1 | -6/+2 |
| | |||||
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 | 1 | -0/+2 |
| | | | | fix #630 | ||||
* | cache: many fixes following the dag entity migration | Michael Muré | 2021-04-08 | 3 | -3/+33 |
| | |||||
* | Merge pull request #532 from MichaelMure/dag-entity | Michael Muré | 2021-04-04 | 8 | -25/+84 |
|\ | | | | | Work towards a reusable entity datastructure + commit signature | ||||
| * | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 | 3 | -3/+56 |
| |\ | |||||
| * | | bug: wrap dag.Entity into a full Bug in MergeAll | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 6 | -11/+18 |
| | | | |||||
| * | | entity: readAll and more testing | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | entity: more progress on merging and signing | Michael Muré | 2021-02-14 | 1 | -4/+1 |
| | | | |||||
| * | | entity: generalize the combined Ids, use 64 length | Michael Muré | 2021-02-14 | 1 | -1/+1 |
| | | | |||||
| * | | Change the comment ID to use both bug and comment ID references. | vince | 2021-02-14 | 1 | -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. | ||||
| * | | deal with the previous changes | Michael Muré | 2021-02-14 | 3 | -8/+16 |
| | | | |||||
* | | | cache: fix no-label filter not properly wired | Michael Muré | 2021-03-29 | 1 | -0/+3 |
| |/ |/| | |||||
* | | cache: test for FTS bub with long description | Michael Muré | 2021-03-29 | 1 | -0/+20 |
| | | |||||
* | | cache: only FTS index token < 100 characters | Michael Muré | 2021-03-28 | 1 | -3/+18 |
| | | |||||
* | | Add ability to search by arbitrary metadata | Miklos Vajna | 2021-02-21 | 1 | -0/+18 |
|/ | | | | | | | | | | | | Example: ~/git/git-bug/git-bug ls --metadata github-url=https://github.com/author/myproject/issues/42 or ~/git/git-bug/git-bug ls metadata:github-url:\"https://github.com/author/myproject/issues/42\" Fixes the cmdline part of <https://github.com/MichaelMure/git-bug/issues/567>. | ||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 3 | -46/+32 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 5 | -53/+27 |
| | |||||
* | 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 | 2 | -51/+54 |
| | |||||
* | Create a search cache index when git-bug starts up if none exists | Mike Goldin | 2020-11-17 | 2 | -1/+102 |
| | |||||
* | identity: remove support for legacy identity | Michael Muré | 2020-10-04 | 3 | -23/+7 |
| | |||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 5 | -4/+28 |
| | | | | | | - 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 | ||||
* | repo: use go-git in more places, fix push | Michael Muré | 2020-10-04 | 1 | -5/+5 |
| | |||||
* | repo: implement local/global/any config everywhere | Michael Muré | 2020-09-29 | 2 | -0/+12 |
| | |||||
* | bridge: store credentials in the Keyring instead of the git config | Michael Muré | 2020-09-29 | 1 | -3/+2 |
| | |||||
* | Update cache/lru_id_cache.go | Vincent Tiu | 2020-08-27 | 1 | -1/+1 |
| | | | Co-authored-by: Michael Muré <batolettre@gmail.com> | ||||
* | Fix bugs and cleanup code | vince | 2020-08-26 | 2 | -3/+3 |
| | |||||
* | cache: simplify cache eviction | Michael Muré | 2020-08-25 | 4 | -98/+89 |
| | |||||
* | Implement cache eviction and testing | vince | 2020-08-25 | 5 | -75/+73 |
| | |||||
* | Implement the LRU Cache | vince | 2020-08-20 | 4 | -29/+220 |
| | |||||
* | Fix concurrency error | vince | 2020-08-18 | 1 | -11/+24 |
| | |||||
* | Remove pointer and unnecessary code | vince | 2020-08-13 | 2 | -19/+1 |
| |