Stephen Friedrich
Stephen Friedrich
Sorry for the late answer, yes I can still reproduce it with 2021.2 beta (#IU-212.4638.7) and gerrit plugin version 1.2.5-203.
I assume that the gerrit plugin is using the "normal" project path as seen by Windows: `//wsl$/Ubuntu-20.04/home/stephen/dev/work/acme` However, IDEA executes the git command directly in the linux subsystem, so the...
Yes, it seems that way: The standard git operations like fetch and push work fine. However it seems that the command lines for that command do not include the file...
I think this bug is due to * gerrit plugin using a deprecated api * IDEA not correctly supporting KeePass for the deprecated API See https://youtrack.jetbrains.com/issue/IDEA-200375 for a lot of...
Works for me. Care should be taken that it also work fine if multiple changes have the same topic. I don't know what the current naming strategy is if a...
We started using gerrit seriously a couple of weeks ago. The biggest issue we had is to understand and deal with dependent changes. So yes, this would be great! I...
Having the same problem when trying to upgrade from 0.6.10 to 0.10.1. Something is fishy here: Note the double "dst/dst" in the path in the 404 error line.
Yes, exactly.
About the test: How do they work? Just "npm run test" and then open test/index.html in the browser and look at the console? Currently for me two of the console.log()...
Workaround for me: - Do not use this plugin's gruntInstall task - Instead - Add grunt-cli to package.json - Instead use npmInstall of the gradle npm plugin