Hi,I have a short question regarding the Gerrit gitblit plugin. Is the plugin compatible with Gerrit 3.1.x and if not, are there any plans to update?
If it is compatible, am I able to use the jar build by the Gerrit CI or does I have to build it by myself, because I am not able to get the configuration part in the init phase with the jar from the Jenkins master build.
I think a more detailed documentation at the plugin would help other people too.Thank you,best regardsAnsgar
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/53a45b5a-b72b-44d9-8376-b16a1435a190%40googlegroups.com.
On Fri, Apr 17, 2020 at 2:12 PM Ansgar Binninger <ansgar....@gmail.com> wrote:
Hi,I have a short question regarding the Gerrit gitblit plugin. Is the plugin compatible with Gerrit 3.1.x and if not, are there any plans to update?I don't think anyone is maintaining this plugin, and there isn't a specific build of it for any of the stable branches.If it is compatible, am I able to use the jar build by the Gerrit CI or does I have to build it by myself, because I am not able to get the configuration part in the init phase with the jar from the Jenkins master build.The master build *might* work with stable-3.1 but I'm afraid the only way to find out for sure is to try it. If it doesn't work, you'd have to try to build it from source against the 3.1.x API and fix any issues.As Matthias pointed out in another reply, the gitiles plugin is now included as a core plugin in 3.1.x so if you're looking for a code browser you might want to consider that instead of gitblit.
--I think a more detailed documentation at the plugin would help other people too.Thank you,best regardsAnsgar
--
To unsubscribe, email repo-d...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-d...@googlegroups.com.
On 17 Apr 2020, at 08:20, David Pursehouse <david.pu...@gmail.com> wrote:On Fri, Apr 17, 2020 at 2:12 PM Ansgar Binninger <ansgar.b...@gmail.com> wrote:Hi,I have a short question regarding the Gerrit gitblit plugin. Is the plugin compatible with Gerrit 3.1.x and if not, are there any plans to update?I don't think anyone is maintaining this plugin, and there isn't a specific build of it for any of the stable branches.
If it is compatible, am I able to use the jar build by the Gerrit CI or does I have to build it by myself, because I am not able to get the configuration part in the init phase with the jar from the Jenkins master build.The master build *might* work with stable-3.1 but I'm afraid the only way to find out for sure is to try it. If it doesn't work, you'd have to try to build it from source against the 3.1.x API and fix any issues.
As Matthias pointed out in another reply, the gitiles plugin is now included as a core plugin in 3.1.x so if you're looking for a code browser you might want to consider that instead of gitblit.
I think a more detailed documentation at the plugin would help other people too.Thank you,best regardsAnsgar--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/53a45b5a-b72b-44d9-8376-b16a1435a190%40googlegroups.com.--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/CAM5Va3kTOLEKs%2B02sjL1K%2Bs5x0UBv516KjBQHd%3DyWkRSd%2BkB0w%40mail.gmail.com.
Em sex., 17 de abr. de 2020 às 09:26, Luca Milanesio <luca.mi...@gmail.com> escreveu:
Gitiles provides also:- Code analytics- Code search
"Esta mensagem pode conter informações confidenciais ou privilegiadas. Caso não seja o destinatário desta mensagem ou caso ela lhe tenha sido enviada por engano, pedimos a gentileza de eliminar esta mensagem e todos os seus anexos imediatamente. Utilizar, divulgar a quaisquer terceiros ou copiar esta mensagem para qualquer fim é expressamente proibido e punido por lei."
"This message may contain privileged or confidential information. If you are not the intended recipient of this message or if you have received it in error, please kindly delete this message and all its attachments immediately. Unauthorized use, disclosure to any third parties or copying of this message is expressly prohibited and may be subject to the penalties of law."
On 17 Apr 2020, at 08:20, David Pursehouse <david.p...@gmail.com> wrote:
On Fri, Apr 17, 2020 at 2:12 PM Ansgar Binninger <ansgar....@gmail.com> wrote:Hi,I have a short question regarding the Gerrit gitblit plugin. Is the plugin compatible with Gerrit 3.1.x and if not, are there any plans to update?I don't think anyone is maintaining this plugin, and there isn't a specific build of it for any of the stable branches.
I am “officially” maintaining the plugin, but to be honest I left it behind after the GitBlit’s maintainer (James) left the project.
I see that now the GitBlit project is alive again, a new maintainer took over, so I’m keen to make it running again :-)If it is compatible, am I able to use the jar build by the Gerrit CI or does I have to build it by myself, because I am not able to get the configuration part in the init phase with the jar from the Jenkins master build.The master build *might* work with stable-3.1 but I'm afraid the only way to find out for sure is to try it. If it doesn't work, you'd have to try to build it from source against the 3.1.x API and fix any issues.The main issue with GitBlit is the alignment with the JGit library used inside Gerrit.That’s why typically a custom-build of the GitBlit code is needed.As Matthias pointed out in another reply, the gitiles plugin is now included as a core plugin in 3.1.x so if you're looking for a code browser you might want to consider that instead of gitblit.Yeah, Gitiles is definitely more supported than GitBlit, albeit with a lower UX and a lot less features.Gitiles provides also:- Code analytics- Code searchWhich is really cool for large-scale installations.AFAIK, GitBlit isn’t scalable enough for large repos and large-scale installations.
How can we configure these both features? i am not able to find anythin in the configuration..Best regardsAnsgar
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/repo-discuss/f73c5fab-ab2a-4ff4-9642-f568238f6187%40googlegroups.com.