Orgad Shaneh
Orgad Shaneh
This can be closed.
Any change of implementing also #6117? It's the 4th most voted open issue.
Done. I moved the doc and tests to a separate commit.
Do you have all the submodules checked out? Run `git submodule update --init` and retry building.
@flaix Thanks for the hint. Looks better, but it now fails with another error: ``` [2022-11-20T15:20:07.406+02:00] [HTTP GET /review/plugins/gitblit/repositories/ (orgads from 10.1.2.3)] ERROR org.apache.wicket.RequestCycle : Can't instantiate page using constructor...
> I take you build this on Linux? Because I am getting nowhere with macOS. In order to build, you need to replace `external_plugin_deps.bzl` in plugins with the one in...
Here is a new build for 3.7: [gitblit.zip](https://github.com/gitblit/gitblit/files/10050442/gitblit.zip) Rename gitblit.war, use this docker-compose.yml and run `docker-compose up`: ```yml version: '3' services: gerrit: image: gerritcodereview/gerrit:3.7.0 ports: - "8070:8080" volumes: - ./gitblit.jar:/var/gerrit/plugins/gitblit.jar...
I have to say I'm really confused about https://github.com/orgads/gerrit-gitblit-plugin/commit/d0357a6e15267a687f791149d0d94539fbf56cdb#diff-7065071696a179130d4c9022da41d3b5ca979899627876119e6c88e2573a6a25R140. How come 2 calls to the same function (`getAttribute`) return different types? The first call for `gerrit-username` returns `Optional`, but the...
@lucamilanesio @paladox @davido Maybe you'll have ideas regarding https://github.com/gitblit/gitblit/issues/1413#issuecomment-1321131828?