aboutsummaryrefslogtreecommitdiffstats
path: root/repository
Commit message (Collapse)AuthorAgeFilesLines
...
* repository: fix ineffectual assignment in git testamine2019-11-011-0/+2
|
* bridge: use new repository configuration interfaceamine2019-11-014-70/+21
| | | | commands/webui: use new repository configuration interface
* repository: improve documentation and fix typo mistakeamine2019-11-012-7/+7
|
* repository: use `repo.runGitCommand` and `flagLocality` instead of execFnamine2019-11-011-15/+12
|
* repository: add StoreTimestamp/StoreBool to the config interfaceamine2019-11-016-78/+93
| | | | repository: move the gitVersion logic to *gitConfig struct
* repository: add ReadTimestamp methods and improve namingamine2019-10-316-65/+104
|
* repository: config interface and implementation reworkamine2019-10-318-190/+334
|
* Merge pull request #205 from seeduvax/issue-178Michael Muré2019-08-312-8/+31
|\ | | | | issue 178: fetch the repo dir with rev-parse --git-dir
| * git: minor cleanupMichael Muré2019-08-311-7/+8
| |
| * issue 178: refined git command cwd setting.Sebastien Devaux2019-08-281-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 CleanupTestReposSebastien Devaux2019-08-272-1/+13
| |
| * issue 178: fetch the repo dir with rev-parse --git-dirSebastien Devaux2019-08-241-5/+6
| | | | | | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git.
* | repo: fix git version parsing with broken versionMichael Muré2019-08-241-2/+11
|/
* repository: RmConfigs usage of git version lt 2.18Amine Hilaly2019-07-081-10/+48
|
* repository: rework how RmConfigs works with gitMichael Muré2019-07-082-16/+19
|
* Check git version before removing config sectionAmine Hilaly2019-07-071-2/+36
| | | | update git config tests
* Update repository/mock_repo.goAmine2019-06-191-1/+1
| | | Co-Authored-By: Michael Muré <batolettre@gmail.com>
* Changes to Repo.RmConfigsAmine Hilaly2019-06-173-1/+22
| | | | RmConfigs try to remove key/value or section from keyPrefix
* Add GetRemotes functionalitiesSladyn2019-05-293-0/+32
|
* repository: add ReadConfigBool and ReadConfigString functionsMichael Muré2019-05-274-0/+121
|
* repo: refactor how test repo are created/cleanedMichael Muré2019-05-271-0/+80
|
* a round of cleanupMichael Muré2019-03-011-1/+2
|
* git: fix RmConfigsMichael Muré2019-03-011-1/+1
|
* identity: store the times properlyMichael Muré2019-03-013-0/+29
|
* identity: I can compile again !!Michael Muré2019-03-011-1/+1
|
* identity: more progress and fixesMichael Muré2019-03-011-1/+1
|
* repo: minor cleaningMichael Muré2018-12-252-1/+5
|
* commands: add "bridge rm"Michael Muré2018-09-243-1/+26
|
* repo: add functions to read/write git configMichael Muré2018-09-243-6/+62
|
* repo: more documentationMichael Muré2018-09-242-0/+16
|
* repo: split the Repo interface to avoid abstraction leak in RepoCacheMichael Muré2018-09-212-3/+11
|
* repo: workaround for git returning no path when inside a .git dirMichael Muré2018-09-211-1/+3
|
* lamport: better perf by ensuring that the folder is created only onceMichael Muré2018-09-131-8/+28
|
* reorganize package for a more idomatic goMichael Muré2018-09-115-85/+88
|
* fix english grammarMichael Muré2018-09-092-9/+9
|
* cmds: various cleaningMichael Muré2018-09-061-1/+1
|
* bug: remove use of the too recent %(refname:lstrip=-1) of gitMichael Muré2018-08-193-39/+0
| | | | fix #24
* cleanup go importsMichael Muré2018-08-132-2/+4
|
* fix some linting troubleMichael Muré2018-08-132-3/+6
|
* termui: implement push/pullMichael Muré2018-08-123-14/+14
|
* bug: add a Lamport logical clock to be able to sort bugs by creation time ↵Michael Muré2018-08-063-11/+144
| | | | and edit time without having to rely on a timestamp
* graphql: implement the missing mutationsMichael Muré2018-08-011-1/+2
|
* allow to run commands from lower than the root of a git repoMichael Muré2018-07-261-6/+8
|
* more refactoring to have reusable bug action across different UIMichael Muré2018-07-253-8/+65
|
* git: fix fetch not workingMichael Muré2018-07-251-1/+1
|
* bug: refactor to limit abstraction leak and to have a more reusable code for ↵Michael Muré2018-07-233-10/+10
| | | | the UIs
* fix dependenciesMichael Muré2018-07-192-8/+6
|
* implement pull/mergeMichael Muré2018-07-173-10/+82
|
* complete the storage/read process + tests (!)Michael Muré2018-07-143-15/+223
|
* add TreeEntry to manage the talking with git mktree and git ls-treeMichael Muré2018-07-142-0/+106
|