summaryrefslogtreecommitdiffstats
path: root/src/site/features.mkd
Commit message (Collapse)AuthorAgeFilesLines
* Documentation and clarify git workflowsJames Moger2014-03-061-14/+12
|
* DocumentationJames Moger2014-03-031-2/+3
|
* Implement mirror executor (issue-5)James Moger2013-11-131-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The mirror executor will fetch ref updates for repository mirrors. This feature is disabled by default and can be enabled by setting git.enableMirroring=true. The period between update checks is configurable, but it is global. An individual rpeository may not set it's own update schedule. Requirements: 1. you must manually clone the repository using native git git clone --mirror git://somewhere.com/myrepo.git 2. the "origin" remote must be the mirror source 3. the "origin" repository must be accessible without authentication OR the credentials must be embedded in the origin url (not recommended) Notes: 1. "origin" SSH urls are untested and not likely to work 2. mirrors cloned while Gitblit is running are likely to require clearing the gitblit cache (link on the repositories page of an administrator account) 3. Gitblit will automatically repair any invalid fetch refspecs with a "//" sequence. Change-Id: I4bbe3fb2df106366ae4c2313596d0fab0dfcac46
* Remove incomplete and deprecated TicGit featureJames Moger2013-09-171-3/+2
| | | | Change-Id: Idb7de272589e086da9b2b3a241dcd082c1c8f27b
* Added PAMUserService for local Linux/Unix/MacOSX account authenticationJames Moger2013-07-231-0/+1
|
* Added WindowsUserService using WaffleJames Moger2013-06-201-0/+1
|
* DocumentationJames Moger2013-06-191-5/+7
|
* Added Git Daemon supportJames Moger2013-04-031-2/+3
|
* Reorganized to Apache Standard Directory Layout & integrated MoxieJames Moger2013-03-271-0/+78
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward.