Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -0/+47 |
| | |||||
* | repo: simpler clock mutex locking | Michael Muré | 2020-12-08 | 1 | -0/+5 |
| | |||||
* | repo: more work towards RepoStorage | Michael Muré | 2020-12-05 | 1 | -5/+27 |
| | |||||
* | repo: implement local/global/any config everywhere | Michael Muré | 2020-09-29 | 1 | -3/+8 |
| | |||||
* | repo: split mocks into smaller reusable components | Michael Muré | 2020-09-29 | 1 | -48/+104 |
| | |||||
* | repo: fix some go-git implementation | Michael Muré | 2020-09-29 | 1 | -2/+2 |
| | |||||
* | repository: add access to the system keyring, with fallback on a file | Michael Muré | 2020-09-29 | 1 | -0/+9 |
| | |||||
* | 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 | -28/+27 |
| | |||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -7/+41 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -33/+12 |
| | | | | | | | | | - 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. | ||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 1 | -11/+12 |
| | |||||
* | repo: esthetism rename | Michael Muré | 2019-11-19 | 1 | -2/+2 |
| | |||||
* | bridge: use new repository configuration interface | amine | 2019-11-01 | 1 | -49/+2 |
| | | | | commands/webui: use new repository configuration interface | ||||
* | repository: add ReadTimestamp methods and improve naming | amine | 2019-10-31 | 1 | -2/+2 |
| | |||||
* | repository: config interface and implementation rework | amine | 2019-10-31 | 1 | -7/+16 |
| | |||||
* | Update repository/mock_repo.go | Amine | 2019-06-19 | 1 | -1/+1 |
| | | | Co-Authored-By: Michael Muré <batolettre@gmail.com> | ||||
* | Changes to Repo.RmConfigs | Amine Hilaly | 2019-06-17 | 1 | -0/+1 |
| | | | | RmConfigs try to remove key/value or section from keyPrefix | ||||
* | Add GetRemotes functionalities | Sladyn | 2019-05-29 | 1 | -0/+7 |
| | |||||
* | repository: add ReadConfigBool and ReadConfigString functions | Michael Muré | 2019-05-27 | 1 | -0/+21 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -0/+10 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -0/+9 |
| | |||||
* | repo: add functions to read/write git config | Michael Muré | 2018-09-24 | 1 | -0/+20 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 1 | -1/+1 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -35/+36 |
| | |||||
* | bug: remove use of the too recent %(refname:lstrip=-1) of git | Michael Muré | 2018-08-19 | 1 | -16/+0 |
| | | | | fix #24 | ||||
* | termui: implement push/pull | Michael Muré | 2018-08-12 | 1 | -4/+4 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -8/+38 |
| | | | | and edit time without having to rely on a timestamp | ||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 1 | -0/+17 |
| | |||||
* | bug: refactor to limit abstraction leak and to have a more reusable code for ↵ | Michael Muré | 2018-07-23 | 1 | -2/+2 |
| | | | | the UIs | ||||
* | fix dependencies | Michael Muré | 2018-07-19 | 1 | -5/+4 |
| | |||||
* | implement pull/merge | Michael Muré | 2018-07-17 | 1 | -1/+25 |
| | |||||
* | complete the storage/read process + tests (!) | Michael Muré | 2018-07-14 | 1 | -8/+110 |
| | |||||
* | fix push/pull | Michael Muré | 2018-07-13 | 1 | -1/+1 |
| | |||||
* | serialize a Bug to git as a blob+tree+commit+ref | Michael Muré | 2018-07-13 | 1 | -13/+40 |
| | |||||
* | add the new bug command with a very primitive bug datastructure | Michael Muré | 2018-07-12 | 1 | -2/+2 |
| | |||||
* | more experiment | Michael Muré | 2018-07-12 | 1 | -0/+33 |