Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Documentation. Unit testing. Checkstyle. Findbugs. | James Moger | 2011-07-22 | 1 | -2/+2 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -1/+1 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -12/+5 |
| | | | | | | | | | | | | * 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 | -1/+1 |
| | | | | | 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 | 1 | -13/+3 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 1 | -6/+7 |
| | |||||
* | Stubbed out Blame. Added Github banner to site. Documentation. | James Moger | 2011-06-08 | 1 | -2/+1 |
| | |||||
* | Improved metrics page and added metrics links to branches panel. | James Moger | 2011-06-07 | 1 | -5/+7 |
| | |||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 1 | -1/+1 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -1/+1 |
| | |||||
* | Readme markdown on summary page per-repository. | James Moger | 2011-06-01 | 1 | -1/+42 |
| | |||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 1 | -3/+4 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -47/+3 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -2/+1 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -15/+27 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Delete/Rename repos & user. Edit link. Dropped crypt. Other git urls. | James Moger | 2011-05-24 | 1 | -19/+45 |
| | |||||
* | Moved distribution files. Revised build script. Security revisions. | James Moger | 2011-05-12 | 1 | -0/+19 |
| | |||||
* | Build infrastructure improvements. Setting to show remote branches. | James Moger | 2011-05-04 | 1 | -1/+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. | ||||
* | Centralized markdown transforms. Moved config ops to GitBlit. | James Moger | 2011-04-27 | 1 | -2/+2 |
| | |||||
* | Sprinkled some icons throughout ui. Centralized icon retrieval. | James Moger | 2011-04-25 | 1 | -2/+1 |
| | |||||
* | Basic Create/Edit Repository. JGit 0.12-stable. Tag icon. | James Moger | 2011-04-23 | 1 | -3/+3 |
| | |||||
* | Support Markdown rendering. Use Wicket GoogleCharts from Maven. | James Moger | 2011-04-20 | 1 | -10/+10 |
| | |||||
* | Tag diamonds and sliding date scale on activity graph. | James Moger | 2011-04-20 | 1 | -15/+31 |
| | |||||
* | Settings overhaul. Fixes to authentication. Bind interface feature. | James Moger | 2011-04-15 | 1 | -6/+5 |
| | | | | | 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 | -12/+13 |
| | |||||
* | Eliminated most session usage. | James Moger | 2011-04-11 | 1 | -9/+5 |
| | |||||
* | Page log. | James Moger | 2011-04-11 | 1 | -11/+16 |
| | |||||
* | created panels for logs, tags, and branches. | James Moger | 2011-04-08 | 1 | -133/+7 |
| | |||||
* | Localized all strings for translation. Removed old resources. | James Moger | 2011-04-07 | 1 | -13/+7 |
| | |||||
* | Let Wicket manage resources and use markup inheritance. | James Moger | 2011-04-07 | 1 | -1/+6 |
| | | | This seems to improve page loading times. | ||||
* | Simplified links some more. Added TicGit browser. | James Moger | 2011-04-05 | 1 | -18/+28 |
| | |||||
* | Improvements to css and specialized link panels. | James Moger | 2011-04-04 | 1 | -12/+37 |
| | |||||
* | Dropped log links, created new stylesheet, added activity graph. | James Moger | 2011-04-04 | 1 | -3/+78 |
| | |||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+149 |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |