Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation and prepare 0.5.2 release.v0.5.2 | James Moger | 2011-07-27 | 1 | -2/+2 |
| | |||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 5 | -7/+5 |
| | |||||
* | Fixed incorrect branch name. | James Moger | 2011-07-25 | 1 | -1/+1 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 14 | -96/+325 |
| | | | | | | | | | | | | | | 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. | ||||
* | Fixed (again) empty repository check (issue 13) | James Moger | 2011-07-22 | 1 | -3/+3 |
| | |||||
* | Documentation. Unit testing. Checkstyle. Findbugs. | James Moger | 2011-07-22 | 29 | -104/+161 |
| | |||||
* | Rollback to Jetty 7.4.3 for now. | James Moger | 2011-07-21 | 1 | -4/+4 |
| | | | | | | | | | 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 Moger | 2011-07-20 | 1 | -0/+7 |
| | |||||
* | Misc fixes. | James Moger | 2011-07-20 | 1 | -2/+1 |
| | |||||
* | Fixed rename and delete repository (issue 10) | James Moger | 2011-07-20 | 1 | -1/+40 |
| | | | | | | | | | | | | | | This was due to use of the FileResolver which caches repository objects. Calling close() on a cached repository instance would decrement a counter, but the repository would never really close and release all its resources because the FileResolver "held" the first count/reference so the object and refs databases were never closed. The solution was to use reflection to determine the actual "useCnt" of the repository and then call close() that number of times. In practice, the "useCnt" is probably always 2, and that is the default value in case reflection fails. | ||||
* | Documentation and build script improvements. | James Moger | 2011-07-20 | 1 | -10/+56 |
| | |||||
* | Cancel buttons on edit pages. Column fix for flat repositories view. | James Moger | 2011-07-20 | 5 | -4/+32 |
| | |||||
* | Change password feature (issue 1) | James Moger | 2011-07-20 | 5 | -11/+223 |
| | |||||
* | Default to port 8443 for GO to be more nix friendly (issue 12) | James Moger | 2011-07-20 | 1 | -1/+19 |
| | |||||
* | Redefined how to check for "empty" repository (issue 13) | James Moger | 2011-07-20 | 1 | -1/+2 |
| | |||||
* | Updated to Jetty 7.4.4 | James Moger | 2011-07-20 | 1 | -4/+4 |
| | |||||
* | Fix to BuildSite for pages with underscores in name. | James Moger | 2011-07-18 | 1 | -0/+2 |
| | |||||
* | Allow specification of forward-slash character in urls (issue 11) | James Moger | 2011-07-18 | 4 | -1/+118 |
| | |||||
* | Updated MarkdownPapers to 1.1.0. | James Moger | 2011-07-18 | 1 | -4/+4 |
| | |||||
* | Fix to build method. | James Moger | 2011-07-12 | 1 | -1/+1 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 5 | -11/+69 |
| | |||||
* | ByteFormat now returns integer KB values. | James Moger | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | Documentation. Generate properties site page at build time. | James Moger | 2011-07-07 | 1 | -2/+89 |
| | |||||
* | Documentation. Site changes. | James Moger | 2011-07-05 | 1 | -2/+26 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 3 | -99/+460 |
| | |||||
* | Documentation. Added JavaDoc comments. | James Moger | 2011-07-01 | 20 | -103/+588 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 25 | -135/+1074 |
| | |||||
* | Use Sitename on login page. | James Moger | 2011-06-28 | 1 | -1/+1 |
| | |||||
* | Changes for minor 0.5.1 release.v0.5.1 | James Moger | 2011-06-28 | 2 | -4/+8 |
| | | | | | | | | | | | | | * 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.0 | James Moger | 2011-06-26 | 1 | -2/+2 |
| | |||||
* | Moved Build classes to their own package | James Moger | 2011-06-25 | 5 | -4/+10 |
| | |||||
* | Updated to JGit 1.0.0. | James Moger | 2011-06-25 | 2 | -9/+9 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 31 | -129/+363 |
| | | | | | | | | | | | | * 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. | ||||
* | Override settings from command-line. | James Moger | 2011-06-18 | 2 | -8/+20 |
| | |||||
* | Don't show all credentials in debug log, only failures. | James Moger | 2011-06-18 | 1 | -3/+0 |
| | |||||
* | Map gitservlet from web.xml and configure it from gitblit properties. | James Moger | 2011-06-18 | 2 | -10/+16 |
| | |||||
* | Improved web.xml builder. Now it includes the parameter comments. | James Moger | 2011-06-18 | 1 | -22/+55 |
| | |||||
* | Mount parameters setting. | James Moger | 2011-06-18 | 1 | -0/+3 |
| | |||||
* | Mostly stable war build. | James Moger | 2011-06-18 | 83 | -1136/+284 |
| | | | | | 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 Moger | 2011-06-14 | 24 | -413/+1015 |
| | | | | | | | | | | | | | | | | 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 Moger | 2011-06-11 | 15 | -12/+211 |
| | |||||
* | Simplified screenshot process and automated thumbnail generation. | James Moger | 2011-06-09 | 1 | -0/+134 |
| | |||||
* | Build script improvements for release management. | James Moger | 2011-06-09 | 1 | -0/+8 |
| | |||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 9 | -231/+184 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 24 | -66/+187 |
| | |||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 12 | -22/+168 |
| | |||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 14 | -80/+145 |
| | |||||
* | Documentation. Moved clone and fetch into JGitUtils. Create bare only. | James Moger | 2011-06-07 | 2 | -5/+57 |
| | |||||
* | Added git-notes to docs. Fixed parent path mode. | James Moger | 2011-06-05 | 1 | -1/+2 |
| | |||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 7 | -44/+62 |
| |