Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | core: make label a common type, in a similar fashion as for status (#1252) | Michael Muré | 2024-08-25 |
| | | | This will be useful for Board, and likely code review support later | ||
* | feat: update references to the git-bug organization (#1249) | sudoforge | 2024-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 | ||
* | update to golang-lru v2 | Michael Muré | 2023-08-11 |
| | |||
* | execenv: fix some cache building progress bar artifact | Michael Muré | 2023-03-18 |
| | | | | Still one issue remaining: the last bar doesn't dissapear. Looks like a mbp issue. | ||
* | cache: faster indexing by caping Bleve batch count | Michael Muré | 2023-01-24 |
| | |||
* | Merge pull request #987 from MichaelMure/cache-progress-bar | Michael 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 cache | Michael 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 identities | Kalin Staykov | 2023-01-11 |
|/ | |||
* | properly close files in edge cases in various places | Michael Muré | 2023-01-11 |
| | |||
* | make go1.19 fmt happy | Michael Muré | 2023-01-11 |
| | |||
* | cache: fix tests? | Michael Muré | 2023-01-11 |
| | |||
* | Merge pull request #976 from MichaelMure/fix/975/patch-security-vulnerabilities | Michael Muré | 2023-01-08 |
|\ | | | | | fix: resolve Go vulnerabilities | ||
| * | style(TestCache): remove empty trailing line from function | Steve Moyer | 2023-01-03 |
| | | |||
| * | test(cache): close second instance of RepoCache | Steve Moyer | 2023-01-03 |
| | | |||
* | | chore(TestCache): cleanup per PR review | Steve Moyer | 2023-01-05 |
| | | | | | | | | Resolves #979 | ||
* | | refactor(TestCache): guarantee test caches are closed when tests finish | Steve Moyer | 2023-01-04 |
| | | |||
* | | fix(TestCache): eliminate hanging Windows tests | Steve Moyer | 2023-01-03 |
|/ | |||
* | commands: don't double build the lamport clocks | Michael Muré | 2022-12-29 |
| | |||
* | cache: simplify cache building events handling | Michael Muré | 2022-12-27 |
| | |||
* | cache: tie the last printf in an event to make the core print free | Michael Muré | 2022-12-27 |
| | |||
* | cache: fix some bugs after refactor | Michael Muré | 2022-12-23 |
| | |||
* | cache: generic withSnapshot, some cleanup | Michael Muré | 2022-12-22 |
| | |||
* | cache: tie up the refactor up to compiling | Michael Muré | 2022-12-21 |
| | |||
* | WIP | Michael Muré | 2022-12-19 |
| | |||
* | WIP | Michael Muré | 2022-12-15 |
| | |||
* | WIP | Michael Muré | 2022-11-29 |
| | |||
* | WIP | Michael Muré | 2022-11-28 |
| | |||
* | commands: reorg into different packages | Michael Muré | 2022-11-20 |
| | |||
* | core: bubble up the comment ID when created, or edited the first comment | Michael Muré | 2022-11-13 |
| | |||
* | fix: process unused (but assigned) error | Steve Moyer | 2022-10-01 |
| | |||
* | generalized interface for an Entity | Michael Muré | 2022-08-25 |
| | |||
* | webui: adapt to CombinedId | Michael Muré | 2022-08-23 |
| | |||
* | bug: have a type for combined ids, fix ↵ | Michael Muré | 2022-08-22 |
| | | | | https://github.com/MichaelMure/git-bug/issues/653 | ||
* | move bug.Status in entities/common for reuse | Michael Muré | 2022-08-20 |
| | |||
* | move {bug,identity} to /entities, move input to /commands | Michael Muré | 2022-08-18 |
| | |||
* | core: generalized resolvers to resolve any entity time when unmarshalling an ↵ | Michael Muré | 2022-08-18 |
| | | | | operation | ||
* | bug: fix an issue where Id would be used, then changed due to metadata | Michael Muré | 2022-07-31 |
| | |||
* | entity/dag: proper base operation for simplified implementation | Michael Muré | 2022-07-25 |
| | | | | | | | | - 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 |
|\ | |||
| * | Merge pull request #807 from MichaelMure/default-repo-name | Michael Muré | 2022-06-18 |
| |\ | | | | | | | 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 |
| | | | |||
* | | | refactor(809): eliminate need to defer CleanupTestRepos() | Steve Moyer | 2022-06-16 |
|/ / | |||
* / | fix(778): remove extra mutex lock when resolving bug prefix | Steve Moyer | 2022-05-31 |
|/ | |||
* | Fix a bunch of comments and documentations | Michael Muré | 2022-03-10 |
| | |||
* | cache: fix empty actors/participants in the index | Michael Muré | 2021-04-22 |
| | |||
* | make sure every text input is safe and validated | Michael Muré | 2021-04-17 |
| | | | | fix #630 | ||
* | cache: many fixes following the dag entity migration | Michael Muré | 2021-04-08 |
| | |||
* | Merge pull request #532 from MichaelMure/dag-entity | Michael Muré | 2021-04-04 |
|\ | | | | | Work towards a reusable entity datastructure + commit signature | ||
| * | Merge remote-tracking branch 'origin/master' into dag-entity | Michael Muré | 2021-03-29 |
| |\ | |||
| * | | bug: wrap dag.Entity into a full Bug in MergeAll | Michael Muré | 2021-02-14 |
| | | |