summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Documentation.James Moger2011-09-265-0/+16
|
* Implemented a Federation Client. Bare clone tweaks. Documentation.James Moger2011-09-263-5/+29
|
* Bare option for federation pull registrations. Documentation.James Moger2011-09-261-23/+36
|
* Refined mirror federation feature. Documentation.James Moger2011-09-221-26/+29
| | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states.
* Updated to JGit 1.1.0 and reverse-sort library dependencies.James Moger2011-09-223-3/+5
|
* Implemented Federation Sets. Documentation.James Moger2011-09-144-4/+10
|
* Updated to Wicket 1.4.18.James Moger2011-09-132-0/+2
|
* Revised federation setting names. Improved documentation.James Moger2011-09-133-18/+73
|
* Largely completed, uber-cool federation feature.James Moger2011-09-129-15/+256
|
* Documentation and prepare 0.5.2 release.v0.5.2James Moger2011-07-272-4/+4
|
* Centralize default branch/HEAD resolution (issue 14)James Moger2011-07-222-0/+2
| | | | | | | | | | | | | | If an object id was not specified Gitblit used HEAD to perform the operation. This breaks under some conditions like working with a repository that does not have any commits on master but does have commits on a vcs-import branch. The new approach is to centralize the resolution of unspecified object ids to a common method which resolves HEAD first but uses the most recently modified branch if HEAD points to nothing. This commit also includes a non-functional method for creating an empty branch. I couldn't figure out how to make JGit create an orphaned branch.
* Documentation. Unit testing. Checkstyle. Findbugs.James Moger2011-07-221-1/+1
|
* Rollback to Jetty 7.4.3 for now.James Moger2011-07-212-2/+2
| | | | | | | | | Jetty 7.4.4 introduces a fix to correct url generation. Unfortunately, this "fix" creates a bug for resolving the root page. Evidently the bug may really be in Wicket. Wicket Bug: WICKET-3841 Eclipse Bug: 351199
* Documentation.James Moger2011-07-202-2/+4
|
* Documentation and build script improvements.James Moger2011-07-204-8/+156
|
* Allow specification of forward-slash character in urls (issue 11)James Moger2011-07-183-0/+5
|
* Optionally display repository on-disk size on repositories page.James Moger2011-07-112-7/+13
|
* Documentation. Noted commit hooks not supported.James Moger2011-07-071-0/+1
|
* Documentation. Generate properties site page at build time.James Moger2011-07-073-2/+9
|
* Documentation. Site changes.James Moger2011-07-051-1/+2
|
* Documentation. Added JavaDoc. Clarified repository access restriction.James Moger2011-07-051-1/+1
|
* Documentation. Added upgrade info to site. Moved todos to GoogleCode.James Moger2011-07-014-17/+30
|
* Windows service changes. Documentation.James Moger2011-06-281-0/+10
| | | | | | | * Renamed prunsrv.exe to gitblit.exe so that task manager shows more useful information. * Documented how to configure the service to use a server VM, if a JDK is present.
* Changes for minor 0.5.1 release.v0.5.1James Moger2011-06-285-35/+76
| | | | | | | | | | | | | * Clarified SSL certificate generation and configuration in light of the hostname verificiation that JGit currently does despite the http.sslVerify=false setting. * Added some troubleshooting information related to filesystem permissions and reading repositories. * Switched from JavaService to Apache Commons Daemon. Not sure what happened to JavaService as it stopped working for me on Windows 7 with Java 1.6.0_26. Commons Daemon accomplishes the same thing and offers a nice service control utility.
* Prepare 0.5.0 release.v0.5.0James Moger2011-06-2615-6/+18
|
* Documentation.James Moger2011-06-252-2/+2
|
* Big push for first release.James Moger2011-06-258-168/+238
| | | | | | | | | | | | * Build script overhaul including building & publishing GO, WAR, Docs, and Site. * Restored JGit 0.12.1 dependency and backported Blame. Got tired of waiting for JGit 1.0.0 Maven artifacts. * Changed Summary Page layout * Optional cookie authentication * Added icons for log, tags, and branches panels. * Show last commit author and short message on branches panel. * Unit testing. * Documentation.
* Mostly stable war build.James Moger2011-06-183-25/+17
| | | | | Reorganization of resources. Dropped most hard-coded webapp configuration in favor of common web.xml file. Still contemplating configuring git servlet from web.xml too.
* Added AccessRestrictionFilter and simplified authentication.James Moger2011-06-141-2/+1
| | | | | | | | | | | | | | | | Replaced servlet container basic authentication with a custom servlet filter which performs the same function. The advantage to this is that the servlet container is now divorced from the webapp. The login service (realm) also simplified a great deal and removes its Jetty dependencies. Additionally, the basic authorization pop-up will be displayed as needed based on the repository's access restriction. This was necessary for view-restricted repositories with the RSS feature. Its also necessary for completely open repositories as before it would prompt for credentials. Improved feed syndication feature.
* RSS syndication feature. Documentation. CSS tweaks.James Moger2011-06-113-3/+6
|
* Simplified screenshot process and automated thumbnail generation.James Moger2011-06-0919-5/+6
|
* Build script improvements for release management.James Moger2011-06-094-0/+46
|
* Unit testing. Documentation. Simplified settings classes.James Moger2011-06-091-12/+11
|
* Stubbed out Blame. Added Github banner to site. Documentation.James Moger2011-06-083-15/+42
|
* Improved metrics page and added metrics links to branches panel.James Moger2011-06-071-1/+0
|
* Documentation. Moved clone and fetch into JGitUtils. Create bare only.James Moger2011-06-075-5/+28
|
* Added git-notes to docs. Fixed parent path mode.James Moger2011-06-051-6/+3
|
* Documentation. Enforce ".git" suffix for created repositories.James Moger2011-06-011-1/+5
|
* Readme markdown on summary page per-repository.James Moger2011-06-011-0/+1
|
* Stats -> Metrics. Docs in distribution zip. Created MetricUtils.James Moger2011-06-011-1/+1
|
* Codepro analyze dependencies. Documentation.James Moger2011-05-278-34/+71
|
* Findbugs. CodePro Audit. Checkstyle. Unit test refactoring.James Moger2011-05-262-0/+5
|
* Selected Apache License. Dropped : from name. Its simpler.James Moger2011-05-255-33/+36
|
* Documentation.James Moger2011-05-243-8/+13
|
* User list. Revised home page. Updated Jetty. Secure cookies. Docs.James Moger2011-05-237-16/+21
|
* Documentation.James Moger2011-05-221-0/+4
|
* Documentation filename-linkname aliases.James Moger2011-05-202-0/+0
|
* Documentation.James Moger2011-05-2059-36/+1976
|
* Documentation tweak.James Moger2011-05-191-1/+1
|
* Owner editing. Frozen status. Grouped repositories. Documentation.James Moger2011-05-197-27/+51
|