Commit log
312bc58
bridge/gitlab: iterator now query all label events when NextLabelEvent() i called, and sort them by ID
Amine
created
6 years ago
8498dea
bridge/gitlab: fix integration tests
Amine
created
6 years ago
f8121e5
Merge pull request #217 from MichaelMure/dependabot/dep/golang.org/x/sync-cd5d95a
Click to expand commit body
build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`
Michael Muré
created
6 years ago
355351e
build(deps): bump golang.org/x/sync from `1122301` to `cd5d95a`
Click to expand commit body
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>
dependabot-preview[bot]
created
6 years ago
f90f3d6
Merge pull request #216 from MichaelMure/cmd-silence
Click to expand commit body
commands: silence usage when cobra RunE/PreRunE functions fail
Amine
created
6 years ago
e5b33ca
commands: silence usage when cobra commands return an error
Amine
created
6 years ago
3ad2eeb
Merge pull request #214 from MichaelMure/label-connection
Click to expand commit body
graphql: make repository.validLabels a connection
Michael Muré
created
6 years ago
7df1709
graphql: make repository.validLabels a connection
Michael Muré
created
6 years ago
c4bebed
Merge pull request #211 from MichaelMure/update-webui
Click to expand commit body
Update webui
Michael Muré
created
6 years ago
0ad23d0
webui: Fix bug listing style
Quentin Gliech
created
6 years ago
16af708
Merge pull request #200 from MichaelMure/bridge-token-stdin
Click to expand commit body
bridge: support --token-stdin
Michael Muré
created
6 years ago
f3d8da1
bridge/core: add tokenStdin field to bridgeParams
Click to expand commit body
commands: move tokenStdin handling logic to bridge.Configure
Amine Hilaly
created
6 years ago
46f9573
bridge/github: move cleaners to where is called
Amine Hilaly
created
6 years ago
c5824ff
doc/man: update generated documentations
Amine Hilaly
created
6 years ago
be94780
bridge/github: recover terminal state in password prompts
Click to expand commit body
commands: error if a token is provide but not the bridge name and target
Amine Hilaly
created
6 years ago
77e60ac
commands: add bridge configure completion scripts
Amine Hilaly
created
6 years ago
65d7ce7
commands: enhance flag description
Click to expand commit body
bridge/github: improve configuration logic
Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine
and
Michael Muré
created
6 years ago
0381400
commands: read token from stdin in bridge configuration
Click to expand commit body
bridge: improve bridge config validation
Amine Hilaly
created
6 years ago
87c64cd
webui: upgrade to material-ui 4
Michael Muré
created
6 years ago
0020e60
webui: fix a missing key
Michael Muré
created
6 years ago
c56801b
webui: update react-scripts
Michael Muré
created
6 years ago
c7792a5
commands: add a "tui" alias for "termui"
Michael Muré
created
6 years ago
2b14bb2
Merge pull request #205 from seeduvax/issue-178
Click to expand commit body
issue 178: fetch the repo dir with rev-parse --git-dir
Michael Muré
created
6 years ago
6a0336e
git: minor cleanup
Michael Muré
created
6 years ago
a9f278f
Merge pull request #210 from MichaelMure/cleaner-with-cancel
Click to expand commit body
interrupt: allow to cancel a cleaner
Michael Muré
created
6 years ago
c4accf5
interrupt: also protect cancel with the mutex
Michael Muré
created
6 years ago
cb20441
interrupt: allow to cancel a cleaner
Michael Muré
created
6 years ago
1dc1062
issue 178: refined git command cwd setting.
Click to expand commit body
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.
Sebastien Devaux
created
6 years ago
ddcbd8d
issue 178: adding required changes to InitGitRepo and CleanupTestRepos
Sebastien Devaux
created
6 years ago
fa12d5d
Update README.md
Michael Muré
created
6 years ago
06df0eb
Merge pull request #207 from MichaelMure/webui
Click to expand commit body
Update webui and documentation
Michael Muré
created
6 years ago
21e82d5
docs: replace images with new ones
Amine Hilaly
created
6 years ago
23239cc
webui: recompile the web interface
Amine Hilaly
created
6 years ago
7e123fb
issue 178: fetch the repo dir with rev-parse --git-dir
Click to expand commit body
Since is returns the .git dir directly, it is not more needed to
concatenate .git.
Sebastien Devaux
created
6 years ago
69ed224
Merge pull request #202 from MichaelMure/fix-git-version
Click to expand commit body
repo: fix git version parsing with broken version
Amine
created
6 years ago
91e4a18
repo: fix git version parsing with broken version
Michael Muré
created
6 years ago
8870fa9
Merge pull request #201 from MichaelMure/bridge-docs
Click to expand commit body
bridge: add documentation
Michael Muré
created
6 years ago
35c6cb6
readme: tweaking
Michael Muré
created
6 years ago
03b6afa
docs: update implementation table
Click to expand commit body
docs: add bridge usage examples
Amine Hilaly
created
6 years ago
2585726
Merge pull request #187 from A-Hilaly/gitlab-support
Click to expand commit body
Gitlab bridge exporter
Amine
created
6 years ago
c8fdaab
bridge/gitlab: remove gitlab url checking before export
Amine Hilaly
created
6 years ago
2296015
bridge/gitlab: exporter ignore issues imported from or exported to different projects
Amine Hilaly
created
6 years ago
63e7b08
bridge/gitlab: improve exporter error handling and label change operations
Amine Hilaly
created
6 years ago
514dc30
bridge/gitlab: fix edit comment request and remove label functionalities
Amine Hilaly
created
6 years ago
f1be129
bridge/gitlab: rebase and correct exporter
Amine Hilaly
created
6 years ago
c7e932e
bridge/gitlab: add exporter e2e tests
Click to expand commit body
bridge/gitlab: fix export bugs and rebase
Amine Hilaly
created
6 years ago
f1c65a9
bridge/gitlab: add exporter implementation
Amine Hilaly
created
6 years ago
91f563d
Merge pull request #192 from MichaelMure/github-exporter-label
Click to expand commit body
bridge: Github exporter support case sensitive labels
Amine
created
6 years ago
4a4e238
bridge/github: add exporter test cases for label change bug
Amine Hilaly
created
6 years ago
d19b8e1
bridge/github: fix name case sensitivity in retrieving and creating labels using github graphql api
Amine Hilaly
created
6 years ago
Page 3 of 20