7df1709
graphql: make repository.validLabels a connection
Michael Muré created
7df1709
graphql: make repository.validLabels a connection
Michael Muré created
c4bebed
Merge pull request #211 from MichaelMure/update-webui
Update webui
Michael Muré created
0ad23d0
webui: Fix bug listing style
Quentin Gliech created
16af708
Merge pull request #200 from MichaelMure/bridge-token-stdin
bridge: support --token-stdin
Michael Muré created
f3d8da1
bridge/core: add tokenStdin field to bridgeParams
commands: move tokenStdin handling logic to bridge.Configure
Amine Hilaly created
46f9573
bridge/github: move cleaners to where is called
Amine Hilaly created
c5824ff
doc/man: update generated documentations
Amine Hilaly created
be94780
bridge/github: recover terminal state in password prompts
commands: error if a token is provide but not the bridge name and target
Amine Hilaly created
77e60ac
commands: add bridge configure completion scripts
Amine Hilaly created
65d7ce7
commands: enhance flag description
bridge/github: improve configuration logic Co-Authored-By: Michael Muré <batolettre@gmail.com>
Amine and Michael Muré created
0381400
commands: read token from stdin in bridge configuration
bridge: improve bridge config validation
Amine Hilaly created
87c64cd
webui: upgrade to material-ui 4
Michael Muré created
0020e60
webui: fix a missing key
Michael Muré created
c56801b
webui: update react-scripts
Michael Muré created
c7792a5
commands: add a "tui" alias for "termui"
Michael Muré created
2b14bb2
Merge pull request #205 from seeduvax/issue-178
issue 178: fetch the repo dir with rev-parse --git-dir
Michael Muré created
6a0336e
git: minor cleanup
Michael Muré created
a9f278f
Merge pull request #210 from MichaelMure/cleaner-with-cancel
interrupt: allow to cancel a cleaner
Michael Muré created
c4accf5
interrupt: also protect cancel with the mutex
Michael Muré created
cb20441
interrupt: allow to cancel a cleaner
Michael Muré created
1dc1062
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.
Sebastien Devaux created
ddcbd8d
issue 178: adding required changes to InitGitRepo and CleanupTestRepos
Sebastien Devaux created
fa12d5d
Update README.md
Michael Muré created
06df0eb
Merge pull request #207 from MichaelMure/webui
Update webui and documentation
Michael Muré created
21e82d5
docs: replace images with new ones
Amine Hilaly created
23239cc
webui: recompile the web interface
Amine Hilaly created
7e123fb
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.
Sebastien Devaux created
69ed224
Merge pull request #202 from MichaelMure/fix-git-version
repo: fix git version parsing with broken version
Amine created
91e4a18
repo: fix git version parsing with broken version
Michael Muré created
8870fa9
Merge pull request #201 from MichaelMure/bridge-docs
bridge: add documentation
Michael Muré created
35c6cb6
readme: tweaking
Michael Muré created
03b6afa
docs: update implementation table
docs: add bridge usage examples
Amine Hilaly created
2585726
Merge pull request #187 from A-Hilaly/gitlab-support
Gitlab bridge exporter
Amine created
c8fdaab
bridge/gitlab: remove gitlab url checking before export
Amine Hilaly created
2296015
bridge/gitlab: exporter ignore issues imported from or exported to different projects
Amine Hilaly created
63e7b08
bridge/gitlab: improve exporter error handling and label change operations
Amine Hilaly created
514dc30
bridge/gitlab: fix edit comment request and remove label functionalities
Amine Hilaly created
f1be129
bridge/gitlab: rebase and correct exporter
Amine Hilaly created
c7e932e
bridge/gitlab: add exporter e2e tests
bridge/gitlab: fix export bugs and rebase
Amine Hilaly created
f1c65a9
bridge/gitlab: add exporter implementation
Amine Hilaly created
91f563d
Merge pull request #192 from MichaelMure/github-exporter-label
bridge: Github exporter support case sensitive labels
Amine created
4a4e238
bridge/github: add exporter test cases for label change bug
Amine Hilaly created
d19b8e1
bridge/github: fix name case sensitivity in retrieving and creating labels using github graphql api
Amine Hilaly created
36c91ad
Merge pull request #190 from MichaelMure/bridge-ctx
Bridge: pull/push enhancements
Amine created
e6931aa
commands: silence export and import nothing events
Amine Hilaly created
df41243
bridge/github: improve error handling and Nothing events
vendor: add package golang.org/x/sync/errgroup
Amine Hilaly created
501a931
bridge/gthub: use errgroup.Group instead of sync.WaitGroup
Amine Hilaly created
5ca326a
bridge/core: add context.Context to ImportAll and ExportAll signatures
bridge/core: add ImportResult objects to stream import events bridge/core: launchpad support asynchronous import bridge/github: cancellable export and import functions bridge/gitlab: cancellable export and import functions commands: bridge pull/push gracefull kill bridge/github: fix github import bridge/github: use simple context for imports bridge/core: name parameters in interfaces github/core: Add EventError to export and import events types bridge/gitlab: add context support in gitlab requests functions bridge/gitlab: remove imported events count from importer logic bridge/github: remove imported events count from importer logic bridge/github: add context support in query and muration requets bridge/github: fix bug duplicate editions after multiple calls bridge/core: import import and export events String methods bridge/gitlab: fix error handling in note import events commands/bridge: Add statistics about imports and exports bridge/gitlab: properly handle context cancellation bridge/github: improve error handling bridge: break iterators on context cancel or timeout bridge: add context timeout support bridge: improve event formating and error handling commands: handle interrupt and switch cases bridge/github: add export mutation timeouts bridge: fix race condition bug in the github and gitlab importers bridge/github: improve context error handling
Amine Hilaly created
6428352
Merge pull request #194 from MichaelMure/dependabot/dep/github.com/99designs/gqlgen-0.9.2
build(deps): bump github.com/99designs/gqlgen from 0.9.1 to 0.9.2
Amine created
a3815d2
Merge pull request #196 from MichaelMure/dependabot/dep/github.com/xanzy/go-gitlab-0.20.0
build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0
Amine created