Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Eliminated Lucene settings | James Moger | 2012-03-19 | 3 | -39/+6 |
| | |||||
* | Indicate 0 search results | James Moger | 2012-03-19 | 1 | -2/+7 |
| | |||||
* | Polish the Lucene search page. Integrate both search mechanisms. | James Moger | 2012-03-19 | 13 | -89/+58 |
| | |||||
* | Ensure repository indexes are properly closed before deletion | James Moger | 2012-03-19 | 1 | -29/+20 |
| | |||||
* | Implemented RPC administration of indexed branches | James Moger | 2012-03-17 | 5 | -11/+36 |
| | |||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 7 | -22/+237 |
| | |||||
* | Incremental commit indexing was missing branch field | James Moger | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Ensure that the welcome message is interpreted as UTF-8 (issue 74) | James Moger | 2012-03-16 | 1 | -3/+7 |
| | |||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 7 | -92/+156 |
| | |||||
* | Close the Lucene index writer/searcher on a repository rename or delete | James Moger | 2012-03-15 | 2 | -0/+28 |
| | |||||
* | Use reflection to determine source repository index | James Moger | 2012-03-15 | 1 | -30/+66 |
| | | | | | | | | | | Unfortunately Lucene's MultiReader class does not expose a public method for determining which index reader a document comes from. There is a private method which determines this information. My new approach is to use reflection to call this private method and determine the actual source index at runtime instead of storing the repository name in the index. This gets me out of the "rename repository" problem at the expense of a little runtime performance. | ||||
* | Refactored Lucene integration and fixed two index deleteDocument bugs | James Moger | 2012-03-15 | 7 | -1145/+1136 |
| | |||||
* | Repository must have commits to be searchable | James Moger | 2012-03-14 | 1 | -1/+3 |
| | |||||
* | A bunch more Lucene work | James Moger | 2012-03-14 | 4 | -22/+81 |
| | | | | | * Only list user-accessible repositories * Syntax-highlight matched blob fragments * Improve look and layout of search results | ||||
* | Adjusted spacing on summary page | James Moger | 2012-03-14 | 1 | -5/+5 |
| | |||||
* | Replaced "committed" with "authored" on activity page | James Moger | 2012-03-14 | 2 | -2/+4 |
| | |||||
* | Wrapped activity page charts with table due to GoogleCharts update :( | James Moger | 2012-03-14 | 1 | -3/+7 |
| | |||||
* | Removed reference to old css file | James Moger | 2012-03-14 | 1 | -4/+0 |
| | |||||
* | Added Lucene Memory lib dependency | James Moger | 2012-03-14 | 1 | -0/+6 |
| | |||||
* | Made LucenePage stateless | James Moger | 2012-03-13 | 2 | -65/+71 |
| | |||||
* | Revise indexed fields and improve Lucene page usability | James Moger | 2012-03-12 | 5 | -27/+97 |
| | |||||
* | Add Lucene Highlighter dependency | James Moger | 2012-03-12 | 1 | -0/+7 |
| | |||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 3 | -96/+149 |
| | |||||
* | Lucene adjustments | James Moger | 2012-03-10 | 1 | -7/+4 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 13 | -136/+367 |
| | |||||
* | Not all GitNotes were displayed on the commit page (issue 70) | James Moger | 2012-03-05 | 1 | -2/+15 |
| | |||||
* | Replace ChoiceRenderer with StringChoiceRenderer (issue 71) | James Moger | 2012-03-05 | 4 | -16/+59 |
| | |||||
* | Improved look of Lucene page | James Moger | 2012-03-02 | 2 | -4/+6 |
| | |||||
* | Whoops. x2. LucenePage.html | James Moger | 2012-03-02 | 1 | -0/+22 |
| | |||||
* | Whoops. Missed adding LucenePage. | James Moger | 2012-03-02 | 1 | -0/+109 |
| | |||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 4 | -27/+51 |
| | |||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 4 | -8/+50 |
| | |||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 3 | -40/+356 |
| | |||||
* | Split refs into 2 lines if there are remotes. Use more glyphicons. | James Moger | 2012-02-25 | 17 | -38/+95 |
| | |||||
* | Use proper timezone to generate all metrics | James Moger | 2012-02-25 | 6 | -9/+17 |
| | |||||
* | Activity page now considers all local branches (issue 65) | James Moger | 2012-02-24 | 4 | -64/+97 |
| | |||||
* | Fixed nullpointer on pushing to an empty repository (issue 69) | James Moger | 2012-02-23 | 3 | -22/+18 |
| | |||||
* | Fixed UTF-8 encoding bug in diff formatter (issue 66) | James Moger | 2012-02-23 | 2 | -10/+13 |
| | |||||
* | Account for null real path from servlet container (issue 67) | James Moger | 2012-02-23 | 1 | -4/+8 |
| | |||||
* | Allow specifying a timezone in gitblit.properties/web.xml (issue 54) | James Moger | 2012-02-21 | 4 | -14/+49 |
| | |||||
* | Fixed activity page timezone bug (issue 54) | James Moger | 2012-02-21 | 1 | -3/+2 |
| | |||||
* | Expand age coloring from 2 days to 30 days (issue 57) | James Moger | 2012-02-21 | 3 | -6/+12 |
| | |||||
* | Update to JGit 1.3.0 | James Moger | 2012-02-21 | 1 | -8/+8 |
| | |||||
* | Workaround 1 sec resolution of File.lastModified on Linux (issue-55) | James Moger | 2012-02-20 | 3 | -3/+23 |
| | | | | | | | Shockingly, File.lastModified() does not always support millisecond resolution on all platforms even if the underlying filesystem supports it. Added a forceReload flag (in addition to last modified checks) to ensure that user backends and configuration properties are properly reloaded. | ||||
* | Updated MarkdownPapers 1.2.7 | James Moger | 2012-02-19 | 1 | -4/+4 |
| | |||||
* | Merged issues/lucene branch | James Moger | 2012-02-19 | 7 | -13/+2101 |
|\ | |||||
| * | Properly index blobs on a branch | James Moger | 2012-02-19 | 2 | -3/+75 |
| | | |||||
| * | Implemented multi-repository Lucene search | James Moger | 2012-02-17 | 2 | -15/+76 |
| | | |||||
| * | Fixed date bugs on IssueModel | James Moger | 2012-02-17 | 2 | -2/+8 |
| | | |||||
| * | Fairly functional Lucene backend for commits, blobs, and issues | James Moger | 2012-01-24 | 5 | -1/+565 |
| | |