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
Amine
36c91adddf
Merge pull request #190 from MichaelMure/bridge-ctx
...
Bridge: pull/push enhancements
2019-08-19 00:37:54 +02:00
Amine Hilaly
e6931aaf6f
commands: silence export and import nothing events
2019-08-19 00:19:58 +02:00
Amine Hilaly
df412430ab
bridge/github: improve error handling and Nothing events
...
vendor: add package golang.org/x/sync/errgroup
2019-08-18 23:50:13 +02:00
Amine Hilaly
501a931080
bridge/gthub: use errgroup.Group instead of sync.WaitGroup
2019-08-18 00:14:22 +02:00
Amine Hilaly
5ca326af83
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
2019-08-18 00:14:22 +02:00
Amine
6428352bd1
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
2019-08-17 01:30:57 +02:00
Amine
a3815d2ebb
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
2019-08-17 01:30:43 +02:00
Amine Hilaly
d571deef57
vendor: upgrade github.com/99designs/gqlgen to v0.9.2
2019-08-17 00:48:08 +02:00
Amine Hilaly
f6280a22c7
vendor: upgrade github/xanzy/go-gitlab version to 0.20.0
2019-08-17 00:28:45 +02:00
dependabot-preview[bot]
8b00e48d02
build(deps): bump github.com/xanzy/go-gitlab from 0.19.0 to 0.20.0
...
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab ) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases )
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/CHANGELOG.md )
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.19.0...v0.20.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-16 04:24:03 +00:00
Amine
cf960bc7a5
Merge pull request #193 from MichaelMure/immutableID
...
Future proof the operation's ID
2019-08-13 16:47:24 +02:00
Michael Muré
c809d37152
more hash-->id fixes
2019-08-13 16:23:05 +02:00
Michael Muré
99b5c58d43
finish the refactoring for the dedicated identifier type
2019-08-12 16:12:14 +02:00
Michael Muré
67a3752e17
bug,entity: use a dedicated type to store IDs
2019-08-11 14:08:03 +02:00
Amine
146894a565
Merge pull request #195 from A-Hilaly/gitlab-import-fix
...
bridge/gitlab: importer handle mentions in other issue and merge requets
2019-08-11 00:22:57 +02:00