gitblit icon indicating copy to clipboard operation
gitblit copied to clipboard

pure java git solution

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

It is recommended to add Gitblitfile to customize the processing flow of ‘pre receive’ and ‘post receive’, this is a cool and useful feature!

Priority-Low
Status-New
:cat: Feature

Are there anywhere? Would like Gitblit GO builds somewhere.

:cat: Question

Under a very specific conditions following exception do happen: org.apache.wicket.WicketRuntimeException: Error setting field value of field public int com.gitblit.models.RepositoryModel.maxActivityCommits on object dd, value null at org.apache.wicket.util.lang.PropertyResolver$FieldGetAndSetter.setValue(PropertyResolver.java:1393) at org.apache.wicket.util.lang.PropertyResolver$ObjectAndGetSetter.setValue(PropertyResolver.java:641) at org.apache.wicket.util.lang.PropertyResolver.setValue(PropertyResolver.java:141)...

Recently I did observe a very unpleasant issue. I have a certain repository which was initialized with a single 16'000 files commit with few binary files of total about 1GB...

Priority-Medium
Status-New
:cat: Performance

Raw view is not working in some cases. One case is when a branch name has a slash (`/`) in it.

Epic

Error: fatal: unable to access 'https://github.com/XXXX/': Empty reply from server

I'm trying out Gitblit federation. The origin server is behind an SSL proxy that uses SNI to redirect to different hosts. This works fine in the browser, but the pulling...

:cat: Defect
Status-Accepted
Priority-High
Topic: Federation

Hello, With Microsoft Active Directory occuring: 2016-09-19 11:29:46 [INFO ] Start fetching empty teams from ldap. 2016-09-19 11:29:47 [ERROR] Problem Searching LDAP LDAPSearchException(resultCode=4 (size limit exceeded), numEntries=1000, numReferences=0, errorMessage='size limit...

:cat: Enhancement
Priority-Medium

In some cases, in fact in both my servers, after some time "mytickets" page returns "Internal Error" for some users. The logs do show NullPointerException at: /src/main/java/com/gitblit/wicket/pages/MyTicketsPage.java (....) private List...

Priority-Medium
:cat: Defect
Status-New
Topic: Tickets

Steps to reproduce: 1.Create new repository,check "include readme". 2.Select documentation 3.Select edit to edit the readme.md 4.Click the diskette icon ("Commit to GitBlit") 5.Observe: ![xxxx](https://user-images.githubusercontent.com/87855864/134483788-5e843d40-56ed-47ba-8110-0ab2638b21a7.png) Do some clicking, observe that...