Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure that FederationPullExecutor resets to FETCH_HEAD for mirrors | James Moger | 2012-03-24 | 1 | -23/+0 |
| | |||||
* | Restore the leading hunk of the first line of a fragment | James Moger | 2012-03-21 | 1 | -0/+26 |
| | | | Also correctly determine the line number of a fragment. | ||||
* | Properly handle renames on incremental indexing | James Moger | 2012-03-20 | 1 | -0/+4 |
| | |||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 1 | -1018/+0 |
| | |||||
* | A bunch more Lucene work | James Moger | 2012-03-14 | 2 | -14/+54 |
| | | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results | ||||
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 2 | -16/+64 |
| | |||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -91/+143 |
| | |||||
* | Lucene adjustments | James Moger | 2012-03-10 | 1 | -7/+4 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -86/+175 |
| | |||||
* | Not all GitNotes were displayed on the commit page (issue 70) | James Moger | 2012-03-05 | 1 | -2/+15 |
| | |||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -15/+29 |
| | |||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 1 | -4/+25 |
| | |||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 1 | -40/+169 |
| | |||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 1 | -10/+0 |
| | |||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 2 | -4/+10 |
| | |||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 1 | -47/+42 |
| | |||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 1 | -20/+16 |
| | |||||
* | Fixed UTF-8 encoding bug in diff formatter (issue 66) | James Moger | 2012-02-23 | 2 | -10/+13 |
| | |||||
* | Expand age coloring from 2 days to 30 days (issue 57) | James Moger | 2012-02-21 | 1 | -2/+8 |
| | |||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 4 | -13/+1517 |
|\ | |||||
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 1 | -2/+72 |
| | | |||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 1 | -14/+73 |
| | | |||||
| * | Fixed date bugs on IssueModel | James Moger | 2012-02-17 | 1 | -1/+2 |
| | | |||||
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 2 | -1/+507 |
| | | |||||
| * | More functional issues. | James Moger | 2012-01-15 | 2 | -124/+492 |
| | | |||||
| * | Branch for implementing distributed gb-issues | James Moger | 2012-01-13 | 3 | -11/+511 |
| | | |||||
* | | Setting to control display/serving non-bare repositories (issue 49) | James Moger | 2012-02-03 | 1 | -14/+11 |
| | | |||||
* | | Refactored and unit tested updating HEAD feature | James Moger | 2012-02-02 | 1 | -24/+22 |
| | | |||||
* | | Do not traverse unaccessible subdirectories (issue 51) | lemval | 2012-01-31 | 1 | -1/+1 |
| | | |||||
* | | RepositoryModel will use String rather than RefModel to track the current | Philip L. McMahon | 2012-01-28 | 1 | -26/+60 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbolic head and available heads. Added convenience methods to JGitUtils to support retrieving available heads as List<String>. When resolving the symbolic head target as a String, if the head is detached, attempt to match the commit SHA1 against the known tags, using the most recent tag if more than one matches. Revised error messaging to better reflect actual outcome. Adjusted tab indexes on edit repository page to include default head combo box. Updated message key for default head combo box to use uppercase "HEAD". | ||||
* | | Correct update of HEAD symbolic reference when target is a tag. | Philip L. McMahon | 2012-01-26 | 1 | -6/+22 |
| | | | | | | | | | | Revised update results which are considered successful and improved error messaging. | ||||
* | | Allow administrative modification of the default branch/tag referenced by HEAD. | Philip L. McMahon | 2012-01-26 | 1 | -0/+44 |
|/ | | | | | This allows control over the default branch after clone, which is equivalent to running: git symbolic-ref HEAD refs/heads/mybranch | ||||
* | New function to create an orphan branch (for future use) | James Moger | 2012-01-09 | 1 | -28/+70 |
| | |||||
* | Refactored named branch retrieval function | James Moger | 2012-01-09 | 2 | -33/+22 |
| | |||||
* | Documentation. Find bugs. Organized imports. | James Moger | 2012-01-09 | 1 | -2/+0 |
| | |||||
* | Support for gh-pages branch serving as /pages/repo.git | James Moger | 2012-01-09 | 2 | -0/+37 |
| | |||||
* | Strip trailing .git from displayed repository links, saves room, looks cleaner | James Moger | 2012-01-06 | 1 | -0/+7 |
| | |||||
* | WAR/Express builds now copy bundled push scripts to configured scripts folder | James Moger | 2012-01-06 | 1 | -0/+46 |
| | |||||
* | Added ArrayUtils class and unit test | James Moger | 2012-01-05 | 1 | -0/+36 |
| | |||||
* | Federation pull_scripts request. Documentation. | James Moger | 2012-01-04 | 2 | -1/+28 |
| | |||||
* | Fixed IndexOutOfBoundsException that occurs when a repository doesn't | Boris Prüßmann | 2012-01-02 | 1 | -1/+1 |
| | | | have commits within the requested time range. | ||||
* | Fixed revlog where start of range is the zeroId | James Moger | 2011-12-23 | 1 | -1/+8 |
| | |||||
* | Improved readability of generated email notifications | James Moger | 2011-12-22 | 1 | -0/+13 |
| | |||||
* | Support mailing lists for Teams | James Moger | 2011-12-21 | 1 | -2/+3 |
| | |||||
* | Fixed sendemail script to list all commits in a push. | James Moger | 2011-12-17 | 1 | -0/+37 |
| | |||||
* | Federation support for Teams | James Moger | 2011-12-13 | 1 | -0/+18 |
| | |||||
* | Teams JSON-RPC support | James Moger | 2011-12-13 | 1 | -2/+128 |
| | |||||
* | Teams support. | James Moger | 2011-12-07 | 1 | -0/+135 |
| | | | | | | Teams simplify the management of user-repository access permissions. Teams have a list of restricted repositories. Users are also added to teams and that grants them access to those repositories. Federation and RPC support are still in-progress. | ||||
* | Tighter Gravatar integration. New window/tab on most activity links. | James Moger | 2011-11-21 | 1 | -0/+66 |
| | | | | | | | | Each Gravatar thumbnail is now a link to the Gitblit Gravatar profile page. This page displays some of the profile information and contains a link to the full Gravatar profile. Activity page links now launch a new window/tab instead of targeting "self" since it can be expensive to requery the activity information. | ||||
* | Fixed build script. Fixed date display on activity page headers. | James Moger | 2011-11-20 | 1 | -7/+5 |
| |