Skip to content
#

gerrit

Here are 103 public repositories matching this topic...

mahoe
mahoe commented Jan 11, 2019

IntelliJ version: 2018.3.2
Gerrit version: 1.1.1-146

If one adds a topic label in the push dialog and the laben contains whitespaces (i.e. "change ABC") the autofill of the push target is not working anylonger.

Steps to reproduce:

  • open push dialog
  • type two words in the "Topic" text field (i.e. "change ABC")
  • click on checkbox "push to gerrit"
  • click on checkbox "push to gerrit" t
boxdot
boxdot commented Mar 1, 2018

It is very tedious to test the bot against a running instance of Gerrit. It should rather simple to write a ssh server which will just replay a file on some commands. Gerrit can be simulated as output to stdout and input from stdin. An integration test is then a triple of files: one is replayed on stdin of the bot, one on the output of the ssh server, and the third one is used as expected output

MicroJoe
MicroJoe commented Apr 6, 2018

Hello,

First thanks for your implementation, I was starting to copy Gerrit's JSON answers as structs for Serde and though someone else must have been working on this elsewhere.

However I am only using the structs right now with reqwest HTTP library because there is no documentation on how to use the libgerrit as a client. Here is my current code if anyone is interrested:

extern c

Improve this page

Add a description, image, and links to the gerrit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gerrit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.