Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bug: migrate to the DAG entity structure! | Michael Muré | 2021-02-14 | 1 | -519/+75 |
| | |||||
* | WIP | Michael Muré | 2021-02-14 | 1 | -2/+2 |
| | |||||
* | bug: don't store the id in Bug, match how it's done for Identity | Michael Muré | 2021-02-14 | 1 | -33/+9 |
| | |||||
* | bug: debug | Michael Muré | 2021-02-14 | 1 | -0/+2 |
| | |||||
* | bug: Id from first operation data, not git + remove root link | Michael Muré | 2021-02-14 | 1 | -160/+73 |
| | |||||
* | add remove identity feature | vince | 2020-11-22 | 1 | -18/+3 |
| | | | | | | also adds: - listlocalidentities - refactors refstoids into entity package | ||||
* | cache,bug,identity: structural change | Michael Muré | 2020-10-04 | 1 | -44/+38 |
| | | | | | | - 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 | ||||
* | bug: code cleanup for the rm feature | Michael Muré | 2020-07-28 | 1 | -15/+13 |
| | |||||
* | Fix bug tests | vince | 2020-07-28 | 1 | -7/+48 |
| | |||||
* | Remove need to specify remote | vince | 2020-07-28 | 1 | -9/+12 |
| | | | | 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. | ||||
* | Allow user to delete remote bugs | vince | 2020-07-28 | 1 | -0/+7 |
| | |||||
* | Add functionality to remove bugs from a local repository. (#423) | Vincent Tiu | 2020-07-09 | 1 | -0/+5 |
| | | | | | Add functionality to remove bugs from a local repository. This adds a function to remove git references in the repo and another one to remove bugs. | ||||
* | repository: merge git.Hash in for one less /util package | Michael Muré | 2020-07-01 | 1 | -4/+3 |
| | |||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -1/+1 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -4/+23 |
| | | | | | | | | | - allow the creation of arbitrary Lamport clocks, freeing the way to new entities and removing Bug specific (upper layer) code. - generalize the memory-only and persisted Lamport clocks behind a common interface - rework the tests to provide reusable testing code for a Repo, a Clock, a Config, opening a path to add a new Repo implementation more easily - test previously untested components with those new tests Note: one problem found during this endeavor is that `identity.Version` also need to store one time + Lamport time for each other Entity (Bug, config, PR ...). This could possibly done without breaking change but it would be much easier to wait for https://github.com/MichaelMure/git-bug-migration to happen. | ||||
* | graphql: use the cache in priority for fast browsing at < 20ms instead of ↵ | Michael Muré | 2020-02-09 | 1 | -3/+0 |
| | | | | seconds | ||||
* | bug: make sure there is no Operation's hash collision | Michael Muré | 2019-11-19 | 1 | -0/+6 |
| | |||||
* | bug: use NeedCommit() in the interface, drop HasPendingOp() | Michael Muré | 2019-11-19 | 1 | -7/+2 |
| | |||||
* | repo: esthetism rename | Michael Muré | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | bug: don't forget to assign the new packs after a merge | Michael Muré | 2019-11-19 | 1 | -0/+2 |
| | | | | fix #235 | ||||
* | finish the refactoring for the dedicated identifier type | Michael Muré | 2019-08-12 | 1 | -11/+5 |
| | |||||
* | bug,entity: use a dedicated type to store IDs | Michael Muré | 2019-08-11 | 1 | -32/+27 |
| | |||||
* | bug: fix Bug's Lamport edit time potentially wrong due to rebase | Michael Muré | 2019-06-19 | 1 | -2/+6 |
| | |||||
* | graphql: Implement `Authored` whenever possible | Quentin Gliech | 2019-05-22 | 1 | -0/+3 |
| | | | | webui: Use a fragment for Authored nodes | ||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -1/+18 |
| | |||||
* | identity: wip | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | identity: wip push/pull | Michael Muré | 2019-03-01 | 1 | -2/+2 |
| | |||||
* | identity: more refactoring progress | Michael Muré | 2019-03-01 | 1 | -0/+9 |
| | |||||
* | identity: implement the loading from git | Michael Muré | 2019-03-01 | 1 | -7/+7 |
| | |||||
* | bug: custom error for the different error case when loading a bug | Michael Muré | 2018-10-01 | 1 | -2/+10 |
| | |||||
* | bug: apply an operation with a pointer to the snapshot | Michael Muré | 2018-09-29 | 1 | -1/+1 |
| | |||||
* | merge package operations into bug, they are tightly coupled anyway | Michael Muré | 2018-09-29 | 1 | -2/+2 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -8/+8 |
| | |||||
* | commands: fix a panic on merge invalid | Michael Muré | 2018-09-19 | 1 | -1/+5 |
| | |||||
* | bug: readBug returns better errors | Michael Muré | 2018-09-18 | 1 | -15/+11 |
| | |||||
* | commands: add a package to handle implicit bug selection | Michael Muré | 2018-09-18 | 1 | -4/+5 |
| | |||||
* | docs & cleaning | Michael Muré | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | bug: add a data validation process to avoid merging incorrect operations | Michael Muré | 2018-09-15 | 1 | -12/+16 |
| | |||||
* | bug: change the OperationPack serialization format for Json | Michael Muré | 2018-09-12 | 1 | -4/+6 |
| | | | | See https://github.com/MichaelMure/git-bug/issues/5 for the details of this choice | ||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -10/+11 |
| | |||||
* | fix english grammar | Michael Muré | 2018-09-09 | 1 | -4/+4 |
| | |||||
* | cache: refactor to handle bug changes during Pull | Michael Muré | 2018-09-08 | 1 | -5/+1 |
| | |||||
* | bug: make sure the lamport values are set properly after a commit | Michael Muré | 2018-09-03 | 1 | -4/+4 |
| | |||||
* | bug: add a new BugExerpt that hold a subset of a bug state for efficient ↵ | Michael Muré | 2018-08-23 | 1 | -0/+10 |
| | | | | sorting and retrieval | ||||
* | bug: introduce WithSnapshot to maintain incrementally and effitiently a ↵ | Michael Muré | 2018-08-23 | 1 | -8/+12 |
| | | | | snapshot | ||||
* | bug: remove use of the too recent %(refname:lstrip=-1) of git | Michael Muré | 2018-08-19 | 1 | -2/+18 |
| | | | | fix #24 | ||||
* | bug: add "was" on SetTitleOperation to store what the title was | Michael Muré | 2018-08-15 | 1 | -3/+3 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -12/+18 |
| | |||||
* | termui: commit the bug when quiting the show bug window | Michael Muré | 2018-08-09 | 1 | -1/+6 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -4/+100 |
| | | | | and edit time without having to rely on a timestamp |