Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Poke test during proposal phase. | James Moger | 2011-09-27 | 1 | -4/+44 |
| | |||||
* | Fixed broken urls for WAR builds. | James Moger | 2011-09-26 | 1 | -2/+3 |
| | |||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 2 | -6/+108 |
| | |||||
* | Bare option for federation pull registrations. Documentation. | James Moger | 2011-09-26 | 1 | -4/+5 |
| | |||||
* | Revised federation proposal mechanism. Added SendProposalPage. | James Moger | 2011-09-25 | 1 | -18/+10 |
| | |||||
* | Refined mirror federation feature. Documentation. | James Moger | 2011-09-22 | 1 | -1/+26 |
| | | | | HEAD is now properly reset if mirroring is enabled. Updated the federation pull status enum to include no change and mirrored states. | ||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 5 | -7/+483 |
| | |||||
* | Cleanup imports and formatting. | James Moger | 2011-07-25 | 2 | -4/+4 |
| | |||||
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 4 | -59/+251 |
| | | | | | | | | | | | | | | 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 | 6 | -30/+41 |
| | |||||
* | Misc fixes. | James Moger | 2011-07-20 | 1 | -2/+1 |
| | |||||
* | Redefined how to check for "empty" repository (issue 13) | James Moger | 2011-07-20 | 1 | -1/+2 |
| | |||||
* | Optionally display repository on-disk size on repositories page. | James Moger | 2011-07-11 | 1 | -0/+24 |
| | |||||
* | ByteFormat now returns integer KB values. | James Moger | 2011-07-11 | 1 | -1/+1 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -97/+458 |
| | |||||
* | Documentation. Added JavaDoc comments. | James Moger | 2011-07-01 | 12 | -81/+495 |
| | |||||
* | Documentation. Adding JavaDoc comments. Adjustments to method names. | James Moger | 2011-07-01 | 1 | -0/+59 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 2 | -4/+18 |
| | | | | | | | | | | | | * 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 Moger | 2011-06-18 | 3 | -30/+16 |
| | | | | | 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 | 2 | -16/+68 |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+69 |
| | |||||
* | Unit testing. Documentation. Simplified settings classes. | James Moger | 2011-06-09 | 2 | -16/+41 |
| | |||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 5 | -6/+34 |
| | |||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 1 | -10/+11 |
| | |||||
* | Documentation. Moved clone and fetch into JGitUtils. Create bare only. | James Moger | 2011-06-07 | 1 | -3/+55 |
| | |||||
* | Fixed refs linking problem. Author metrics are lowercase. | James Moger | 2011-06-04 | 3 | -19/+23 |
| | |||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 3 | -42/+69 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 6 | -353/+258 |
| | |||||
* | Refactored some unit tests and utils. | James Moger | 2011-06-01 | 3 | -109/+144 |
| | |||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 2 | -143/+180 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 3 | -38/+121 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 3 | -11/+11 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 4 | -42/+24 |
| | |||||
* | Unit testing. Removal of some unused code paths. | James Moger | 2011-05-28 | 1 | -18/+10 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 2 | -133/+163 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 8 | -105/+154 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 8 | -0/+120 |
| | |||||
* | Download zip feature. | James Moger | 2011-05-24 | 1 | -1/+51 |
| | |||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 1 | -1/+5 |
| | |||||
* | Owner editing. Frozen status. Grouped repositories. Documentation. | James Moger | 2011-05-19 | 1 | -0/+7 |
| | |||||
* | Move admin links. Drop extra GitBlit link. Line numbers on Blob page. | James Moger | 2011-05-16 | 1 | -0/+3 |
| | |||||
* | Build infrastructure improvements. Setting to show remote branches. | James Moger | 2011-05-04 | 3 | -52/+53 |
| | | | | | | | | | | | | The JGit team is now publishing 0.12.1 artifacts on the Eclipse Maven site. Yeah! That was the last missing piece for a slick Git:Blit deployment. The build has been reworked to download from Eclipse and to also download source and javadoc jars for setting up a development environment. Made the log4j pattern configurable by operating system. Moved Markdown utils to their own class since I need StringUtils for Build and that introduced a chicken-and-egg scenario. | ||||
* | Drop new lines between table rows for Opera. | James Moger | 2011-05-03 | 1 | -1/+1 |
| | |||||
* | Working on error handling. | James Moger | 2011-04-29 | 1 | -55/+78 |
| | |||||
* | Improve repo folder detection. Fail gracefully on create repo error. | James Moger | 2011-04-27 | 1 | -4/+5 |
| | |||||
* | Centralized markdown transforms. Moved config ops to GitBlit. | James Moger | 2011-04-27 | 2 | -92/+23 |
| | |||||
* | Integrated pagelinks into RepositoryPage. Fixed string encoding. | James Moger | 2011-04-27 | 2 | -3/+30 |
| | |||||
* | Commit header panel. File type icons. Docs page. | James Moger | 2011-04-26 | 1 | -4/+39 |
| | |||||
* | Sprinkled some icons throughout ui. Centralized icon retrieval. | James Moger | 2011-04-25 | 1 | -4/+16 |
| |