Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | repo: close before deleting | Michael Muré | 2020-12-08 | 1 | -0/+5 |
| | |||||
* | repo: move bleve there | Michael Muré | 2020-12-08 | 1 | -8/+78 |
| | |||||
* | repo: simpler clock mutex locking | Michael Muré | 2020-12-08 | 1 | -6/+3 |
| | |||||
* | repo: finish RepoStorage move | Michael Muré | 2020-12-08 | 1 | -7/+2 |
| | |||||
* | repo: more work towards RepoStorage | Michael Muré | 2020-12-05 | 1 | -0/+23 |
| | |||||
* | repository: fix incorrect git dir on the git CLI implementation | Michael Muré | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | repo: implement local/global/any config everywhere | Michael Muré | 2020-09-29 | 1 | -58/+25 |
| | |||||
* | 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 | -2/+14 |
| | |||||
* | Add functionality to remove bugs from a local repository. (#423) | Vincent Tiu | 2020-07-09 | 1 | -0/+7 |
| | | | | | 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 | -19/+18 |
| | |||||
* | repo: more tests | Michael Muré | 2020-06-27 | 1 | -2/+2 |
| | |||||
* | repository: remove tie to Bug, improved and reusable testing | Michael Muré | 2020-06-26 | 1 | -127/+75 |
| | | | | | | | | | - 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. | ||||
* | git: fix GetRemote to not break when there is no remotes | Michael Muré | 2020-03-01 | 1 | -1/+4 |
| | |||||
* | repo: esthetism rename | Michael Muré | 2019-11-19 | 1 | -4/+4 |
| | |||||
* | commands: use token value as identifier | Amine | 2019-11-09 | 1 | -4/+8 |
| | |||||
* | repository: improve documentation and fix typo mistake | amine | 2019-11-01 | 1 | -2/+2 |
| | |||||
* | repository: add StoreTimestamp/StoreBool to the config interface | amine | 2019-11-01 | 1 | -40/+0 |
| | | | | repository: move the gitVersion logic to *gitConfig struct | ||||
* | 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 | -148/+27 |
| | |||||
* | Merge pull request #205 from seeduvax/issue-178 | Michael Muré | 2019-08-31 | 1 | -8/+18 |
|\ | | | | | issue 178: fetch the repo dir with rev-parse --git-dir | ||||
| * | issue 178: refined git command cwd setting. | Sebastien Devaux | 2019-08-28 | 1 | -2/+11 |
| | | | | | | | | | | | | | | For unknown reason setting .git as current directory for the called git command fails when git-bug is called from a git hook (and it was observed only in this case). Forcing use of current dir when the repo path is ".git" restore the expected behavior. | ||||
| * | issue 178: adding required changes to InitGitRepo and CleanupTestRepos | Sebastien Devaux | 2019-08-27 | 1 | -1/+1 |
| | | |||||
| * | issue 178: fetch the repo dir with rev-parse --git-dir | Sebastien Devaux | 2019-08-24 | 1 | -5/+6 |
| | | | | | | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git. | ||||
* | | repo: fix git version parsing with broken version | Michael Muré | 2019-08-24 | 1 | -2/+11 |
|/ | |||||
* | repository: RmConfigs usage of git version lt 2.18 | Amine Hilaly | 2019-07-08 | 1 | -10/+48 |
| | |||||
* | repository: rework how RmConfigs works with git | Michael Muré | 2019-07-08 | 1 | -15/+18 |
| | |||||
* | Check git version before removing config section | Amine Hilaly | 2019-07-07 | 1 | -2/+36 |
| | | | | update git config tests | ||||
* | Changes to Repo.RmConfigs | Amine Hilaly | 2019-06-17 | 1 | -0/+5 |
| | | | | RmConfigs try to remove key/value or section from keyPrefix | ||||
* | Add GetRemotes functionalities | Sladyn | 2019-05-29 | 1 | -0/+22 |
| | |||||
* | repository: add ReadConfigBool and ReadConfigString functions | Michael Muré | 2019-05-27 | 1 | -0/+35 |
| | |||||
* | git: fix RmConfigs | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 1 | -0/+12 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | repo: minor cleaning | Michael Muré | 2018-12-25 | 1 | -1/+1 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 1 | -1/+14 |
| | |||||
* | repo: add functions to read/write git config | Michael Muré | 2018-09-24 | 1 | -6/+35 |
| | |||||
* | repo: more documentation | Michael Muré | 2018-09-24 | 1 | -0/+8 |
| | |||||
* | repo: workaround for git returning no path when inside a .git dir | Michael Muré | 2018-09-21 | 1 | -1/+3 |
| | |||||
* | lamport: better perf by ensuring that the folder is created only once | Michael Muré | 2018-09-13 | 1 | -8/+28 |
| | |||||
* | reorganize package for a more idomatic go | Michael Muré | 2018-09-11 | 1 | -29/+30 |
| | |||||
* | fix english grammar | Michael Muré | 2018-09-09 | 1 | -6/+6 |
| | |||||
* | cmds: various cleaning | Michael Muré | 2018-09-06 | 1 | -1/+1 |
| | |||||
* | bug: remove use of the too recent %(refname:lstrip=-1) of git | Michael Muré | 2018-08-19 | 1 | -19/+0 |
| | | | | fix #24 | ||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 1 | -2/+5 |
| | |||||
* | termui: implement push/pull | Michael Muré | 2018-08-12 | 1 | -8/+8 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 1 | -3/+94 |
| | | | | and edit time without having to rely on a timestamp | ||||
* | graphql: implement the missing mutations | Michael Muré | 2018-08-01 | 1 | -1/+2 |
| | |||||
* | allow to run commands from lower than the root of a git repo | Michael Muré | 2018-07-26 | 1 | -6/+8 |
| | |||||
* | more refactoring to have reusable bug action across different UI | Michael Muré | 2018-07-25 | 1 | -8/+44 |
| |