Sebastian Schuberth
Sebastian Schuberth
> IMHO you can also get diffs with the Gerrit REST API, but I don't know it there is a clean way to display them in IntelliJ diff viewer. Personally,...
One argument against hosting it on gerrit-review.googlesource.com is that we'd lose the nice TravisCI / Coveralls / VersionEye integrations.
@lucamilanesio, sure that's doable, but it creates work with unclear benefit, while the current setup just works. VersionEye, howvever, [has shut down](https://blog.versioneye.com/2017/10/19/versioneye-sunset-process/) anyway.
It's not that there are no code reviews at all at GitHub 😉 Your other points might be benefits depending on whether you get [existing contributors](https://github.com/uwolfer/gerrit-rest-java-client/graphs/contributors) to also sign up...
It's not about knowing how to use Gerrit, it's about being willing to create an account on the *gerrit-review* instance. That's what I meant. WRT to adding pre-submit checks that...
We were looking at *gerrithub*, too, but one of its downsides it that there's not automatic bidirectional sync between incremental comments on GitHub and Gerrit (which, granted, is hard to...
That's purely up to @uwolfer, I'm just an occasional contributor with an opinion 😉
How about just adding two new options `--push-insns` and `--fetch-insn` (or `...-instructions`) that do exactly that? If no argument to the options is specified, instructions for all integration branches should...
Same here when trying to use `val jsonObject = Gson().fromJson(jsonString)`.
If this is "SOLVED" as indicated in the title, can we close the issue?