Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fix git config reader can't read values with spaces | Josh Bialkowski | 2020-01-04 | 1 | -5/+1 |
| | | | | | | | * Add NewImportWarning for things that aren't exactly errors. Use this for unhandled changelog events. * Add NewExportWarning for things that aren't exactly errors. Use this for un-exportable status changes. | ||||
* | bridge: huge refactor to accept multiple kind of credentials | Michael Muré | 2019-12-08 | 3 | -29/+36 |
| | |||||
* | repo: esthetism rename | Michael Muré | 2019-11-19 | 3 | -10/+10 |
| | |||||
* | bridge: various improvement on the global token PR | Michael Muré | 2019-11-10 | 2 | -2/+2 |
| | |||||
* | commands: use token value as identifier | Amine | 2019-11-09 | 1 | -4/+8 |
| | |||||
* | bridge/core: comment token functionalities | Amine | 2019-11-09 | 1 | -2/+4 |
| | |||||
* | bridge: improvement on the import resume feature | Michael Muré | 2019-11-03 | 3 | -12/+11 |
| | |||||
* | repository: fix ineffectual assignment in git test | amine | 2019-11-01 | 1 | -0/+2 |
| | |||||
* | bridge: use new repository configuration interface | amine | 2019-11-01 | 4 | -70/+21 |
| | | | | commands/webui: use new repository configuration interface | ||||
* | repository: improve documentation and fix typo mistake | amine | 2019-11-01 | 2 | -7/+7 |
| | |||||
* | repository: use `repo.runGitCommand` and `flagLocality` instead of execFn | amine | 2019-11-01 | 1 | -15/+12 |
| | |||||
* | repository: add StoreTimestamp/StoreBool to the config interface | amine | 2019-11-01 | 6 | -78/+93 |
| | | | | repository: move the gitVersion logic to *gitConfig struct | ||||
* | repository: add ReadTimestamp methods and improve naming | amine | 2019-10-31 | 6 | -65/+104 |
| | |||||
* | repository: config interface and implementation rework | amine | 2019-10-31 | 8 | -190/+334 |
| | |||||
* | Merge pull request #205 from seeduvax/issue-178 | Michael Muré | 2019-08-31 | 2 | -8/+31 |
|\ | | | | | issue 178: fetch the repo dir with rev-parse --git-dir | ||||
| * | git: minor cleanup | Michael Muré | 2019-08-31 | 1 | -7/+8 |
| | | |||||
| * | 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 | 2 | -1/+13 |
| | | |||||
| * | 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 | 2 | -16/+19 |
| | |||||
* | Check git version before removing config section | Amine Hilaly | 2019-07-07 | 1 | -2/+36 |
| | | | | update git config tests | ||||
* | 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 | 3 | -1/+22 |
| | | | | RmConfigs try to remove key/value or section from keyPrefix | ||||
* | Add GetRemotes functionalities | Sladyn | 2019-05-29 | 3 | -0/+32 |
| | |||||
* | repository: add ReadConfigBool and ReadConfigString functions | Michael Muré | 2019-05-27 | 4 | -0/+121 |
| | |||||
* | repo: refactor how test repo are created/cleaned | Michael Muré | 2019-05-27 | 1 | -0/+80 |
| | |||||
* | a round of cleanup | Michael Muré | 2019-03-01 | 1 | -1/+2 |
| | |||||
* | git: fix RmConfigs | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: store the times properly | Michael Muré | 2019-03-01 | 3 | -0/+29 |
| | |||||
* | identity: I can compile again !! | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | identity: more progress and fixes | Michael Muré | 2019-03-01 | 1 | -1/+1 |
| | |||||
* | repo: minor cleaning | Michael Muré | 2018-12-25 | 2 | -1/+5 |
| | |||||
* | commands: add "bridge rm" | Michael Muré | 2018-09-24 | 3 | -1/+26 |
| | |||||
* | repo: add functions to read/write git config | Michael Muré | 2018-09-24 | 3 | -6/+62 |
| | |||||
* | repo: more documentation | Michael Muré | 2018-09-24 | 2 | -0/+16 |
| | |||||
* | repo: split the Repo interface to avoid abstraction leak in RepoCache | Michael Muré | 2018-09-21 | 2 | -3/+11 |
| | |||||
* | 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 | 5 | -85/+88 |
| | |||||
* | fix english grammar | Michael Muré | 2018-09-09 | 2 | -9/+9 |
| | |||||
* | 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 | 3 | -39/+0 |
| | | | | fix #24 | ||||
* | cleanup go imports | Michael Muré | 2018-08-13 | 2 | -2/+4 |
| | |||||
* | fix some linting trouble | Michael Muré | 2018-08-13 | 2 | -3/+6 |
| | |||||
* | termui: implement push/pull | Michael Muré | 2018-08-12 | 3 | -14/+14 |
| | |||||
* | bug: add a Lamport logical clock to be able to sort bugs by creation time ↵ | Michael Muré | 2018-08-06 | 3 | -11/+144 |
| | | | | 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 |
| |