aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* README: make the feature-list render as list in more Markdown flavors [fix]hoijui2019-10-141-0/+1
|
* Merge pull request #223 from MichaelMure/gitlab-testsMichael Muré2019-10-132-30/+47
|\ | | | | bridge/gitlab: fix integration tests
| * bridge/gitlab: iterator use simple swapAmine2019-10-131-8/+9
| | | | | | | | bridge/gitlab: add documentation explaining why we are doing this
| * bridge/gitlab: iterator now query all label events when NextLabelEvent() i ↵Amine2019-10-021-28/+27
| | | | | | | | called, and sort them by ID
| * bridge/gitlab: fix integration testsAmine2019-10-012-1/+18
| |
* | Merge pull request #225 from hoijui/patch-2Michael Muré2019-10-121-0/+2
|\ \ | | | | | | Model: reference git internals documentation
| * | Update model.mdMichael Muré2019-10-121-3/+1
| | |
| * | Model: reference git internals documentationhoijui2019-10-111-0/+4
| |/
* | Merge pull request #224 from hoijui/patch-1Michael Muré2019-10-121-16/+16
|\ \ | |/ |/| Model: fix minor grammar issues and clarify a bit
| * Model: fix minor grammar issues and clarify a bithoijui2019-10-111-16/+16
|/
* Merge pull request #217 from ↵Michael Muré2019-10-011-1/+1
|\ | | | | | | | | MichaelMure/dependabot/dep/golang.org/x/sync-cd5d95a build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`
| * build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`dependabot-preview[bot]2019-09-121-1/+1
|/ | | | | | | Bumps [golang.org/x/sync](https://github.com/golang/sync) from `1122301` to `cd5d95a`. - [Release notes](https://github.com/golang/sync/releases) - [Commits](https://github.com/golang/sync/compare/112230192c580c3556b8cee6403af37a4fc5f28c...cd5d95a43a6e21273425c7ae415d3df9ea832eeb) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #216 from MichaelMure/cmd-silenceAmine2019-09-061-3/+5
|\ | | | | commands: silence usage when cobra RunE/PreRunE functions fail
| * commands: silence usage when cobra commands return an errorAmine2019-09-061-3/+5
|/
* Merge pull request #214 from MichaelMure/label-connectionMichael Muré2019-09-049-26/+685
|\ | | | | graphql: make repository.validLabels a connection
| * graphql: make repository.validLabels a connectionMichael Muré2019-09-049-26/+685
| |
* | Merge pull request #211 from MichaelMure/update-webuiMichael Muré2019-09-0413-7818/+4425
|\ \ | |/ |/| Update webui
| * webui: Fix bug listing styleQuentin Gliech2019-09-043-17/+29
| |
| * webui: upgrade to material-ui 4Michael Muré2019-08-3113-324/+296
| |
| * webui: fix a missing keyMichael Muré2019-08-311-1/+1
| |
| * webui: update react-scriptsMichael Muré2019-08-312-7498/+4121
| |
* | Merge pull request #200 from MichaelMure/bridge-token-stdinMichael Muré2019-09-0210-21/+99
|\ \ | |/ |/| bridge: support --token-stdin
| * bridge/core: add tokenStdin field to bridgeParamsAmine Hilaly2019-09-024-19/+24
| | | | | | | | commands: move tokenStdin handling logic to bridge.Configure
| * bridge/github: move cleaners to where is calledAmine Hilaly2019-09-011-10/+20
| |
| * doc/man: update generated documentationsAmine Hilaly2019-08-312-4/+18
| |
| * bridge/github: recover terminal state in password promptsAmine Hilaly2019-08-312-0/+15
| | | | | | | | commands: error if a token is provide but not the bridge name and target
| * commands: add bridge configure completion scriptsAmine Hilaly2019-08-315-0/+9
| |
| * commands: enhance flag description Amine2019-08-312-2/+2
| | | | | | | | | | bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com>
| * commands: read token from stdin in bridge configurationAmine Hilaly2019-08-314-15/+40
|/ | | | bridge: improve bridge config validation
* commands: add a "tui" alias for "termui"Michael Muré2019-08-312-0/+5
|
* Merge pull request #205 from seeduvax/issue-178Michael Muré2019-08-315-15/+38
|\ | | | | 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-244-12/+13
| | | | | | | | | | Since is returns the .git dir directly, it is not more needed to concatenate .git.
* | Merge pull request #210 from MichaelMure/cleaner-with-cancelMichael Muré2019-08-312-48/+107
|\ \ | | | | | | interrupt: allow to cancel a cleaner
| * | interrupt: also protect cancel with the mutexMichael Muré2019-08-311-1/+6
| | |
| * | interrupt: allow to cancel a cleanerMichael Muré2019-08-302-48/+102
|/ /
* | Update README.mdMichael Muré2019-08-271-2/+7
| |
* | Merge pull request #207 from MichaelMure/webuiMichael Muré2019-08-273-45/+45
|\ \ | | | | | | Update webui and documentation
| * | docs: replace images with new onesAmine Hilaly2019-08-262-0/+0
| | |
| * | webui: recompile the web interfaceAmine Hilaly2019-08-261-45/+45
|/ /
* | Merge pull request #202 from MichaelMure/fix-git-versionAmine2019-08-241-2/+11
|\ \ | | | | | | repo: fix git version parsing with broken version
| * | repo: fix git version parsing with broken versionMichael Muré2019-08-241-2/+11
|/ /
* | Merge pull request #201 from MichaelMure/bridge-docsMichael Muré2019-08-242-9/+52
|\ \ | | | | | | bridge: add documentation
| * | readme: tweakingMichael Muré2019-08-242-8/+18
| | |
| * | docs: update implementation tableAmine Hilaly2019-08-242-9/+42
|/ / | | | | | | docs: add bridge usage examples
* | Merge pull request #187 from A-Hilaly/gitlab-supportAmine2019-08-246-8/+782
|\ \ | |/ |/| Gitlab bridge exporter
| * bridge/gitlab: remove gitlab url checking before exportAmine Hilaly2019-08-241-8/+0
| |
| * bridge/gitlab: exporter ignore issues imported from or exported to different ↵Amine Hilaly2019-08-231-4/+24
| | | | | | | | projects