gerrit-rest-java-client icon indicating copy to clipboard operation
gerrit-rest-java-client copied to clipboard

Java REST client for Gerrit Code Review

Results 19 gerrit-rest-java-client issues
Sort by recently updated
recently updated
newest added

Bumps [jetty-server](https://github.com/eclipse/jetty.project) from 8.2.0.v20160908 to 10.0.10. Release notes Sourced from jetty-server's releases. 10.0.10 Special Thanks to the following Eclipse Jetty community members @​jianglai (Lai Jiang) @​markslater (markslater) @​prenagha (Padraic Renaghan)...

dependencies

Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.6.1. Release notes Sourced from testng's releases. 7.6.0 What's Changed Remove redundant Parameter implementation by @​krmahadevan in cbeust/testng#2706 Upgrade to JDK11 by @​krmahadevan in cbeust/testng#2705...

dependencies

Bumps `jetty.version` from 8.2.0.v20160908 to 11.0.11. Updates `jetty-server` from 8.2.0.v20160908 to 11.0.11 Release notes Sourced from jetty-server's releases. 11.0.11 Special Thanks to the following Eclipse Jetty community members @​cstamas (Tamas...

dependencies

Bumps [truth](https://github.com/google/truth) from 0.44 to 1.1.3. Release notes Sourced from truth's releases. 1.1.3 Fixed a bug in how comparingExpectedFieldsOnly() handles oneof fields. (f27208428) Improved comparingExpectedFieldsOnly to work when required fields...

dependencies

In use, I found that the name of the group could not be obtained. After checking the source code, I found that in the class Groups#ListRequest, id was used to...

While working on the method _SetWorkInProgress_, I noticed that the class WorkInProgressInput is not contained in [java/com/google/gerrit/extensions/api/changes](https://gerrit.googlesource.com/gerrit/+/refs/heads/master/java/com/google/gerrit/extensions/api/changes/). However, my understanding is that this class is necessary for the method SetWorkInProgress...

Hey, it's currently possible to query the contents of a file in a commit (rather than all the files in that commit) via the Gerrit rest api, however there isn't...

While working to expand the functionalities supported by the API, I noticed that so far we have followed the paradigm of having one _Parser_ class per data type to extract:...

Hi @uwolfer, I was wondering if it would make sense to have this project hosted on gerrit-review.googlesource.com and thus getting the reviews and audience of Gerrit devs and contributors :-)...

question

Many Gerrit plugins provide their own REST APIs. I was wondering if it would be appropriate to add support for Gerrit plugin APIs in this package? My question is generally...

enhancement