Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added unit test for reported issue (issue-271) | James Moger | 2013-07-17 | 3 | -1/+97 |
| | |||||
* | Adjust unit test to confirm null permission fix (issue-259) | James Moger | 2013-07-13 | 1 | -1/+10 |
| | |||||
* | Set author as tooltip of "last change" on repositories page (issue-238) | James Moger | 2013-07-03 | 1 | -3/+3 |
| | |||||
* | Unit tests which confirm working/expected behavior (issue-259) | James Moger | 2013-07-02 | 3 | -1/+237 |
| | |||||
* | Fixed committer verification with merge commits (issue-264) | James Moger | 2013-07-02 | 2 | -1/+118 |
| | |||||
* | Fixed git servlet unit test | James Moger | 2013-07-02 | 1 | -17/+25 |
| | |||||
* | Fix RPC unit test | James Moger | 2013-07-02 | 1 | -5/+13 |
| | |||||
* | Fixed federation unit test | James Moger | 2013-07-02 | 1 | -0/+7 |
| | |||||
* | Fix Lucene tests and drop problematic test repository | James Moger | 2013-07-02 | 2 | -37/+23 |
| | |||||
* | Updated test suite to use relocated test config files | James Moger | 2013-07-02 | 4 | -7/+11 |
| | |||||
* | Fixed Json pretty print unit test failure | James Moger | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Reflogs, Digests, and Dashboards | James Moger | 2013-06-18 | 2 | -6/+6 |
| | | | | | | Renamed pushlog to reflog to better match it's current and future purpose. Split PushesPanel into ReflogPanel and DigestsPanel. Overhauled project pages and gave them a coherent purpose from the dashboard. | ||||
* | Refinements to push log display and daily digests | James Moger | 2013-05-31 | 1 | -2/+2 |
| | | | | | | * Properly support timezone-based date groupings * Polish css for the major browsers on Win & Linux * Use Gitblit constants for refs instead of JGit constants | ||||
* | Revised Git Daemon to improve thread stopping and to eliminate repository ↵ | James Moger | 2013-05-03 | 1 | -0/+33 |
| | | | | name hack | ||||
* | Improve permission determination when repo is frozen or is not bare | James Moger | 2013-05-02 | 1 | -0/+35 |
| | |||||
* | Organize imports | James Moger | 2013-05-02 | 5 | -6/+1 |
| | |||||
* | Improve effective permission determination | James Moger | 2013-05-02 | 1 | -4/+216 |
| | |||||
* | Completed migration to JGit 3.0.0-SNAPSHOT | James Moger | 2013-04-15 | 3 | -12/+23 |
| | |||||
* | Fix unit tests | David Ostrovsky | 2013-04-14 | 3 | -3/+3 |
| | |||||
* | Added Git Daemon support | James Moger | 2013-04-03 | 4 | -34/+372 |
| | |||||
* | Revised incremental push tags feature | James Moger | 2013-04-01 | 2 | -4/+16 |
| | |||||
* | Fixed UTF-8 encoding in email notifications (issue 218) | James Moger | 2013-03-29 | 1 | -2/+3 |
| | |||||
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 51 | -0/+10330 |
This is a massive commit which reorganizes the entire project structure (although it is still monolithic), removes the Build classes, and switches to Moxie, a smarter Ant build tookit based on the original Gitblit Build classes. The Ant build script will likely require additional fine-tuning, but this is big step forward. |