gitblit icon indicating copy to clipboard operation
gitblit copied to clipboard

pure java git solution

Results 145 gitblit issues
Sort by recently updated
recently updated
newest added

@gitblit : With this pull request prometheus monitoring metrics are exposed by default. I enabled default metrics for JVM, log4j and custom metrics for git garbage collection and ldap sync...

Changelog https://projects.eclipse.org/projects/technology.jgit/releases/4.6.1 https://projects.eclipse.org/projects/technology.jgit/releases/4.6 https://projects.eclipse.org/projects/technology.jgit/releases/4.5 https://projects.eclipse.org/projects/technology.jgit/releases/4.4 https://projects.eclipse.org/projects/technology.jgit/releases/4.3

Changelog at http://central.maven.org/maven2/org/eclipse/jetty/jetty-project/9.3.16.v20170120/jetty-project-9.3.16.v20170120-version.txt

This pull request introduces 2 features to Gitblit: **writeSignoffCommit**: When using the merge button on a ticket, all reviewers are added in a 'Signed-off-by: reviewer ' commit message line. Can...

**\- Fixes #1079: user+domain submitted in different formats resolves to different user accounts when Windows authentication is used.** As explain in referenced issue. **\- Added a utility class that helps...

The HARDWRAPS extension is intended to be used like GitHub Flavored Markdown (GFM). GFM only uses hard wraps in comments, whereas the markdown rendered by GitBlit is generally documents not...

I have setup the git repository using gitblit. It worked fine though i was facing slowness when push and pull operations are performed. But suddenly gitblit stopped working. When i...

:cat: Defect

Right now I only get debug2: host key algorithms: ssh-rsa,ssh-dss from gitblit SSHD. Fedora 33 has changed, it will not accept ssh-rsa (from the server) anymore: debug1: Offering public key:...

Catg-Enhancement
Status-Accepted
Topic: SSH

Hi, I have working gitblit setup and suddenly started getting auth failure Caused by: org.eclipse.jgit.errors.TransportException: ssh://gitblit-service.fico-fa-tenant-1emg29qaa8-design-falconx.svc.cluster.local:29418/configrepo.git: Auth fail at org.eclipse.jgit.transport.JschConfigSessionFactory.getSession(JschConfigSessionFactory.java:192) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r] at org.eclipse.jgit.transport.SshTransport.getSession(SshTransport.java:140) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r] at org.eclipse.jgit.transport.TransportGitSsh$SshFetchConnection.(TransportGitSsh.java:280) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r] at org.eclipse.jgit.transport.TransportGitSsh.openFetch(TransportGitSsh.java:170) ~[org.eclipse.jgit-5.1.3.201810200350-r.jar:5.1.3.201810200350-r]...

:cat: Question
Topic: SSH

My java SDK is v16. ``` > java --version java 16.0.1 2021-04-20 Java(TM) SE Runtime Environment (build 16.0.1+9-24) Java HotSpot(TM) 64-Bit Server VM (build 16.0.1+9-24, mixed mode, sharing) ``` When...

Priority-Medium
Catg-Defect
Status-New