Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Preparing 0.6.0 release.v0.6.0 | James Moger | 2011-09-27 | 1 | -1/+1 | |
| | ||||||
* | Implemented a Federation Client. Bare clone tweaks. Documentation. | James Moger | 2011-09-26 | 1 | -3/+64 | |
| | ||||||
* | Adjustments to build script for missing build.properties (issue 18) | James Moger | 2011-09-12 | 1 | -3/+13 | |
| | ||||||
* | Largely completed, uber-cool federation feature. | James Moger | 2011-09-12 | 1 | -0/+2 | |
| | ||||||
* | Documentation. | James Moger | 2011-07-20 | 1 | -0/+7 | |
| | ||||||
* | Documentation and build script improvements. | James Moger | 2011-07-20 | 1 | -1/+26 | |
| | ||||||
* | Fix to build method. | James Moger | 2011-07-12 | 1 | -1/+2 | |
| | ||||||
* | Documentation. Generate properties site page at build time. | James Moger | 2011-07-07 | 1 | -10/+2 | |
| | ||||||
* | Documentation. Site changes. | James Moger | 2011-07-05 | 1 | -1/+7 | |
| | ||||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -2/+2 | |
| | ||||||
* | Documentation. Include LICENSE and NOTICE files in both builds. | James Moger | 2011-07-01 | 1 | -0/+8 | |
| | ||||||
* | Changes for minor 0.5.1 release.v0.5.1 | James Moger | 2011-06-28 | 1 | -7/+18 | |
| | | | | | | | | | | | | | * 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. | |||||
* | Moved Build classes to their own package | James Moger | 2011-06-25 | 1 | -7/+7 | |
| | ||||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -186/+309 | |
| | | | | | | | | | | | | * 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 | 1 | -18/+82 | |
| | | | | | 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. | |||||
* | Simplified screenshot process and automated thumbnail generation. | James Moger | 2011-06-09 | 1 | -7/+13 | |
| | ||||||
* | Build script improvements for release management. | James Moger | 2011-06-09 | 1 | -6/+30 | |
| | ||||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 1 | -31/+107 | |
| | ||||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -2/+17 | |
| | ||||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -4/+6 | |
| | ||||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -3/+3 | |
| | ||||||
* | User list. Revised home page. Updated Jetty. Secure cookies. Docs. | James Moger | 2011-05-23 | 1 | -9/+42 | |
| | ||||||
* | Documentation filename-linkname aliases. | James Moger | 2011-05-20 | 1 | -0/+3 | |
| | ||||||
* | Documentation. | James Moger | 2011-05-20 | 1 | -0/+36 | |
| | ||||||
* | Building site content and documentation from Markdown. | James Moger | 2011-05-17 | 1 | -10/+41 | |
| | ||||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 1 | -8/+28 | |
| | ||||||
* | Build infrastructure improvements. Setting to show remote branches. | James Moger | 2011-05-04 | 1 | -12/+1 | |
| | | | | | | | | | | | | 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. | |||||
* | Support Markdown rendering. Use Wicket GoogleCharts from Maven. | James Moger | 2011-04-20 | 1 | -1/+0 | |
| | ||||||
* | Settings overhaul. Fixes to authentication. Bind interface feature. | James Moger | 2011-04-15 | 1 | -0/+1 | |
| | | | | | Settings access has been abstracted and the way is becoming clear to offer a WAR build in addition to the integrated server stack. Util methods moved around. | |||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -0/+2 | |
| | ||||||
* | Let Wicket manage resources and use markup inheritance. | James Moger | 2011-04-07 | 1 | -1/+0 | |
| | | | This seems to improve page loading times. | |||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+92 | |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |