Commit Graph

884 Commits

Author SHA1 Message Date
Amine
312bc58c54
bridge/gitlab: iterator now query all label events when NextLabelEvent() i called, and sort them by ID 2019-10-02 15:39:24 +02:00
Amine
8498deaa19
bridge/gitlab: fix integration tests 2019-10-01 10:53:54 +02:00
Michael Muré
f8121e59ae
Merge pull request #217 from MichaelMure/dependabot/dep/golang.org/x/sync-cd5d95a
build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`
2019-10-01 11:24:14 +09:00
dependabot-preview[bot]
355351eed9
build(deps): bump golang.org/x/sync from 1122301 to cd5d95a
Bumps [golang.org/x/sync](https://github.com/golang/sync) from `1122301` to `cd5d95a`.
- [Release notes](https://github.com/golang/sync/releases)
- [Commits](112230192c...cd5d95a43a)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-12 04:26:04 +00:00
Amine
f90f3d6da9
Merge pull request #216 from MichaelMure/cmd-silence
commands: silence usage when cobra RunE/PreRunE functions fail
2019-09-06 23:03:27 +02:00
Amine
e5b33ca39c
commands: silence usage when cobra commands return an error 2019-09-06 11:01:09 +02:00
Michael Muré
3ad2eeb5d0
Merge pull request #214 from MichaelMure/label-connection
graphql: make repository.validLabels a connection
2019-09-04 21:05:18 +02:00
Michael Muré
7df170939f graphql: make repository.validLabels a connection 2019-09-04 21:04:05 +02:00
Michael Muré
c4bebed2f2
Merge pull request #211 from MichaelMure/update-webui
Update webui
2019-09-04 20:15:36 +02:00
Quentin Gliech
0ad23d0e24
webui: Fix bug listing style 2019-09-04 20:14:32 +02:00
Michael Muré
16af70894c
Merge pull request #200 from MichaelMure/bridge-token-stdin
bridge: support --token-stdin
2019-09-02 11:34:47 +02:00
Amine Hilaly
f3d8da1075
bridge/core: add tokenStdin field to bridgeParams
commands: move tokenStdin handling logic to bridge.Configure
2019-09-02 09:44:00 +02:00
Amine Hilaly
46f9573444
bridge/github: move cleaners to where is called 2019-09-01 00:04:01 +02:00
Amine Hilaly
c5824ff1b4
doc/man: update generated documentations 2019-08-31 23:02:20 +02:00
Amine Hilaly
be94780315
bridge/github: recover terminal state in password prompts
commands: error if a token is provide but not the bridge name and target
2019-08-31 23:02:20 +02:00
Amine Hilaly
77e60aceea
commands: add bridge configure completion scripts 2019-08-31 23:02:20 +02:00
Amine
65d7ce7c05
commands: enhance flag description
bridge/github: improve configuration logic

Co-Authored-By: Michael Muré <batolettre@gmail.com>
2019-08-31 23:02:20 +02:00
Amine Hilaly
0381400bfd
commands: read token from stdin in bridge configuration
bridge: improve bridge config validation
2019-08-31 23:02:20 +02:00
Michael Muré
87c64cd8fb
webui: upgrade to material-ui 4 2019-08-31 22:07:06 +02:00
Michael Muré
0020e60893
webui: fix a missing key 2019-08-31 13:44:40 +02:00
Michael Muré
c56801b7df
webui: update react-scripts 2019-08-31 13:43:52 +02:00
Michael Muré
c7792a5d12
commands: add a "tui" alias for "termui" 2019-08-31 13:25:44 +02:00
Michael Muré
2b14bb253c
Merge pull request #205 from seeduvax/issue-178
issue 178: fetch the repo dir with rev-parse --git-dir
2019-08-31 13:23:26 +02:00
Michael Muré
6a0336e04b
git: minor cleanup 2019-08-31 13:21:44 +02:00
Michael Muré
a9f278fdce
Merge pull request #210 from MichaelMure/cleaner-with-cancel
interrupt: allow to cancel a cleaner
2019-08-31 13:01:28 +02:00
Michael Muré
c4accf5525
interrupt: also protect cancel with the mutex 2019-08-31 12:58:37 +02:00
Michael Muré
cb204411a2
interrupt: allow to cancel a cleaner 2019-08-30 12:17:29 +02:00
Sebastien Devaux
1dc106279a issue 178: refined git command cwd setting.
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.
2019-08-28 21:11:29 +02:00
Sebastien Devaux
ddcbd8d022 issue 178: adding required changes to InitGitRepo and CleanupTestRepos 2019-08-27 21:35:04 +02:00
Michael Muré
fa12d5da72
Update README.md 2019-08-27 12:53:19 +02:00
Michael Muré
06df0eb09c
Merge pull request #207 from MichaelMure/webui
Update webui and documentation
2019-08-27 12:07:32 +02:00
Amine Hilaly
21e82d5382
docs: replace images with new ones 2019-08-26 23:55:38 +02:00
Amine Hilaly
23239cc176
webui: recompile the web interface 2019-08-26 23:55:18 +02:00
Sebastien Devaux
7e123fbfca issue 178: fetch the repo dir with rev-parse --git-dir
Since is returns the .git dir directly, it is not more needed to
concatenate .git.
2019-08-24 22:42:25 +02:00
Amine
69ed22443e
Merge pull request #202 from MichaelMure/fix-git-version
repo: fix git version parsing with broken version
2019-08-24 15:42:58 +02:00
Michael Muré
91e4a183bd
repo: fix git version parsing with broken version 2019-08-24 15:32:11 +02:00
Michael Muré
8870fa9d92
Merge pull request #201 from MichaelMure/bridge-docs
bridge: add documentation
2019-08-24 14:19:59 +02:00
Michael Muré
35c6cb6e36
readme: tweaking 2019-08-24 14:18:22 +02:00
Amine Hilaly
03b6afa2f3
docs: update implementation table
docs: add bridge usage examples
2019-08-24 13:55:49 +02:00
Amine
2585726ac3
Merge pull request #187 from A-Hilaly/gitlab-support
Gitlab bridge exporter
2019-08-24 13:31:19 +02:00
Amine Hilaly
c8fdaab50a
bridge/gitlab: remove gitlab url checking before export 2019-08-24 13:22:23 +02:00
Amine Hilaly
22960159e9 bridge/gitlab: exporter ignore issues imported from or exported to different projects 2019-08-23 15:16:58 +02:00
Amine Hilaly
63e7b08628 bridge/gitlab: improve exporter error handling and label change operations 2019-08-23 01:55:57 +02:00
Amine Hilaly
514dc30c20 bridge/gitlab: fix edit comment request and remove label functionalities 2019-08-19 23:56:50 +02:00
Amine Hilaly
f1be129d75 bridge/gitlab: rebase and correct exporter 2019-08-19 13:50:48 +02:00
Amine Hilaly
c7e932e5a9 bridge/gitlab: add exporter e2e tests
bridge/gitlab: fix export bugs and rebase
2019-08-19 10:38:09 +02:00
Amine Hilaly
f1c65a9f86 bridge/gitlab: add exporter implementation 2019-08-19 10:38:09 +02:00
Amine
91f563da5f
Merge pull request #192 from MichaelMure/github-exporter-label
bridge: Github exporter support case sensitive labels
2019-08-19 01:02:29 +02:00
Amine Hilaly
4a4e238d1f bridge/github: add exporter test cases for label change bug 2019-08-19 00:44:35 +02:00
Amine Hilaly
d19b8e1a09 bridge/github: fix name case sensitivity in retrieving and creating labels using github graphql api 2019-08-19 00:44:33 +02:00