Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Centralize default branch/HEAD resolution (issue 14) | James Moger | 2011-07-22 | 1 | -36/+159 |
| | | | | | | | | | | | | | | 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 | 1 | -0/+9 |
| | |||||
* | 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 |
| | |||||
* | Documentation. Added JavaDoc. Clarified repository access restriction. | James Moger | 2011-07-05 | 1 | -97/+458 |
| | |||||
* | Big push for first release. | James Moger | 2011-06-25 | 1 | -3/+12 |
| | | | | | | | | | | | | * 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 | -17/+10 |
| | | | | | 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. | ||||
* | Blame support finished, requires JGit 1.0.0. Checkstyle. Findbugs. | James Moger | 2011-06-08 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -12/+16 |
| | |||||
* | GitNotes. Unit testing. More correct refs. | James Moger | 2011-06-03 | 1 | -36/+62 |
| | |||||
* | Unit testing. Start of git-notes display feature. | James Moger | 2011-06-02 | 1 | -263/+193 |
| | |||||
* | Refactored some unit tests and utils. | James Moger | 2011-06-01 | 1 | -101/+0 |
| | |||||
* | Stats -> Metrics. Docs in distribution zip. Created MetricUtils. | James Moger | 2011-06-01 | 1 | -143/+1 |
| | |||||
* | Unit testing. Disable links on first commit. Initial stats page. | James Moger | 2011-06-01 | 1 | -36/+119 |
| | |||||
* | Unit testing. | James Moger | 2011-05-29 | 1 | -1/+1 |
| | |||||
* | Codepro analyze dependencies. Documentation. | James Moger | 2011-05-27 | 1 | -133/+14 |
| | |||||
* | Findbugs. CodePro Audit. Checkstyle. Unit test refactoring. | James Moger | 2011-05-26 | 1 | -52/+75 |
| | |||||
* | Selected Apache License. Dropped : from name. Its simpler. | James Moger | 2011-05-25 | 1 | -0/+15 |
| | |||||
* | Download zip feature. | James Moger | 2011-05-24 | 1 | -1/+51 |
| | |||||
* | 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 | 1 | -6/+0 |
| | | | | | | | | | | | | 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. | ||||
* | 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 | 1 | -92/+1 |
| | |||||
* | Integrated pagelinks into RepositoryPage. Fixed string encoding. | James Moger | 2011-04-27 | 1 | -2/+5 |
| | |||||
* | 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 |
| | |||||
* | Basic Create/Edit Repository. JGit 0.12-stable. Tag icon. | James Moger | 2011-04-23 | 1 | -24/+101 |
| | |||||
* | Added merge icon. Added commit legend with counts. Improved header. | James Moger | 2011-04-21 | 1 | -0/+12 |
| | |||||
* | Selectable diff presentation: gitblit, gitweb, or plain. | James Moger | 2011-04-20 | 1 | -15/+35 |
| | |||||
* | Tag diamonds and sliding date scale on activity graph. | James Moger | 2011-04-20 | 1 | -11/+68 |
| | |||||
* | Color-coded change type indicator with tooltip for changed paths. | James Moger | 2011-04-18 | 1 | -4/+10 |
| | | | Also fixed /dev/null reference due to deletion change. | ||||
* | Add search form to the page nav links panel within a repository. | James Moger | 2011-04-18 | 1 | -0/+4 |
| | |||||
* | Author and Committer search integration. | James Moger | 2011-04-18 | 1 | -6/+79 |
| | |||||
* | patch-to-current feature. | James Moger | 2011-04-17 | 1 | -5/+14 |
| | |||||
* | Implemented diff-to-current. | James Moger | 2011-04-17 | 1 | -6/+21 |
| | | | | This is for history where we specify two revs to diff, not just a commit against its parent. | ||||
* | Rename ticgit integration to tickets. | James Moger | 2011-04-17 | 1 | -23/+23 |
| | | | | | | | | | | | | | The current ticgit implementation is based on ticgit.net, a BSD implementation for C#. Jeff Welling advises using commit bf57b032e030bd16a7b2 (2009-01-27) from ticgit as the last MIT licensed commit. A more complete implementation will be based on this version of the original Ruby sources. It remains unclear if I will support using the "ticgit" branch name or not. I purposefully haven't looked at any of the GPL improvements by Jeff, but I can see from the readme at GitHub that he has renamed the branch to "ticgit-ng" which I have no plans on supporting as I do not want to taint GitBlit with GPL code. | ||||
* | Working history feature. Tweak to paging. | James Moger | 2011-04-16 | 1 | -0/+11 |
| | |||||
* | Generate Keys class from gitblit.properties as part of build process. | James Moger | 2011-04-14 | 1 | -2/+2 |
| | |||||
* | Patch formatter. Ensure html escaping. css tweaks. | James Moger | 2011-04-13 | 1 | -12/+66 |
| | |||||
* | Page log. | James Moger | 2011-04-11 | 1 | -10/+34 |
| | |||||
* | Mostly working Diff presentation. | James Moger | 2011-04-06 | 1 | -15/+80 |
| | |||||
* | Simplified links some more. Added TicGit browser. | James Moger | 2011-04-05 | 1 | -3/+110 |
| | |||||
* | Fixed-width 980px and centered. Dropped About. | James Moger | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Improvements to css and specialized link panels. | James Moger | 2011-04-04 | 1 | -1/+1 |
| | |||||
* | Dropped log links, created new stylesheet, added activity graph. | James Moger | 2011-04-04 | 1 | -5/+31 |
| | |||||
* | Initial import of Git:Blit. | James Moger | 2011-04-04 | 1 | -0/+430 |
Change-Id: Ifce000c85c8947c3a768e782c841e41a8953d314 |