gitblit
gitblit copied to clipboard
pure java git solution
Originally reported on Google Code with ID 488 ``` What steps will reproduce the problem? 1. Give a user read permissions for a repository through an LDAP team membership 2....
Originally reported on Google Code with ID 435 ``` What steps will reproduce the problem? 1. set git.defaultAuthorizationControl = AUTHENTICATED in gitblit.properties. 2. Login as a AD user (previously non-existant...
Originally reported on Google Code with ID 402 ``` What steps will reproduce the problem? 1. configured gitblit: realm.authenticationProviders = ldap realm.ldap.accountBase = ou=People,dc=ugo-wallet,dc=com realm.ldap.accountPattern = (objectClass=posixAccount) realm.ldap.admins = @scalar...
Hi team, i was using two gitblit instances. with two different data path, but i need to sync the two instances by using federation. could you please help me on...
I have read the document http://gitblit.com/federation.html > If federation.passphrase has a non-empty value, the federation tokens are displayed in the log file and are visible, to administrators, in the web...
Hi, I have been playing along with LFS + Federation, even this feature is not implemented yet, I achieve to put this to work successfull by rsyncing the LFS folder...
Hello, the federation menu entry in the user's menu is not displayed. The internal logic checks if federation is turned on AND if the property "web.showFederationRegistrations" is true. According to...
Originally reported on Google Code with ID 592 ``` We are encountering what seems to us like an unexpected behavior of federation. We have the following setup: a "master" and...
Originally reported on Google Code with ID 334 ``` What steps will reproduce the problem? 1. Configure a typical federation 2. Either leave federation..folder commented out or empty What is...
Originally reported on Google Code with ID 487 ``` What steps will reproduce the problem? 1. create a new reposity and push in some code 2. copy "git clone ssh"...