gerrit-rest-java-client
gerrit-rest-java-client copied to clipboard
Java REST client for Gerrit Code Review
Basically need this same commit that you did for IntelliJ plugin, but for the library. https://github.com/uwolfer/gerrit-intellij-plugin/commit/b4825726f1e2e8a24278f1428072c59fc5e3d62b
Bumps `jetty.version` from 8.2.0.v20160908 to 11.0.12. Updates `jetty-server` from 8.2.0.v20160908 to 11.0.12 Release notes Sourced from jetty-server's releases. 11.0.12 Special Thanks to the following Eclipse Jetty community members @MoonLord-LM (MoonLord-LM)...
Implementing methods on the change/edit endpoints. Updates to ChangeEditApiRestClient - Constructor now uses commitInfoParser to parse EditInfo objects - New test class ChangeEditApiRestClientTest added - private classes for edit inputs...
Bumps [com.google.truth:truth](https://github.com/google/truth) from 0.44 to 1.3.0. Release notes Sourced from com.google.truth:truth's releases. 1.3.0 In this release, our assertions on Java 8 types begin to move from the truth-java8-extensions artifact and...
**Request not successful. Message: Bad Request. Status-Code: 400. Content: "-o" is not a valid option.** i want to know how to resolve the error when click the commit changes
Not really an issue as closer to a discussion point. I maintain a similar project as part of testing a modified gerrit code base with my work. As part of...
TagApiRestClient class just implements the get method, so I implement another method
Bumps [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) from 3.12.1 to 3.13.0. Release notes Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases. 3.13.0 🚀 New features and improvements [MCOMPILER-574] - Propagate cause of exception in AbstractCompilerMojo (#232) @slawekjaranowski [MCOMPILER-582] -...
Bumps [com.google.truth:truth](https://github.com/google/truth) from 0.44 to 1.0. Release notes Sourced from com.google.truth:truth's releases. Truth 1.0 Truth is a library for performing assertions in tests: assertThat(notificationText).contains("[email protected]"); Truth is owned and maintained by...