Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganized to Apache Standard Directory Layout & integrated Moxie | James Moger | 2013-03-27 | 1 | -1375/+0 |
| | | | | | | | | | 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. | ||||
* | Don't even bother running Lucene indexer if we are GCing anything | James Moger | 2012-10-31 | 1 | -0/+5 |
| | |||||
* | Experimental JGit-based GC Executor | James Moger | 2012-10-28 | 1 | -0/+6 |
| | |||||
* | LuceneExecutor could not delete the Lucene index from a working copy | James Moger | 2012-08-17 | 1 | -1/+1 |
| | |||||
* | Improve submodule checking in LuceneExecutor (issue-119) | James Moger | 2012-08-10 | 1 | -0/+3 |
| | |||||
* | Do not incrementally index blobs in submodules (issue 119) | James Moger | 2012-08-07 | 1 | -2/+5 |
| | |||||
* | Don't try to index git submodules, they are seperate repositories and should ↵ | Peter Allin | 2012-08-07 | 1 | -1/+4 |
| | | | | be handled seperately. | ||||
* | Bumped index version (issue 112) | James Moger | 2012-08-02 | 1 | -1/+1 |
| | |||||
* | Properly decode blobs on reindex (issue 112) | James Moger | 2012-07-23 | 1 | -2/+3 |
| | |||||
* | Fixed broken Lucene blob delete | James Moger | 2012-07-12 | 1 | -14/+38 |
| | |||||
* | Fix for line number identification bug in LuceneExecutor (issue 105) | James Moger | 2012-07-11 | 1 | -4/+8 |
| | |||||
* | Update Lucene index version (issue 97) | James Moger | 2012-06-15 | 1 | -1/+1 |
| | |||||
* | Try multiple encodings when working with string blobs (issue 97) | James Moger | 2012-06-07 | 1 | -1/+2 |
| | |||||
* | Release 0.9.1v0.9.1 | James Moger | 2012-03-27 | 1 | -2/+3 |
| | |||||
* | Implemented support for "default" branch | James Moger | 2012-03-27 | 1 | -7/+56 |
| | |||||
* | Index tags consistently | James Moger | 2012-03-25 | 1 | -1/+1 |
| | |||||
* | Added web.allowLuceneIndexing to enable/disable Lucene integration | James Moger | 2012-03-25 | 1 | -0/+4 |
| | |||||
* | Fixed null pointer for LuceneExecutor unit tests | James Moger | 2012-03-24 | 1 | -1/+6 |
| | |||||
* | Properly escape fragment for HTML | James Moger | 2012-03-22 | 1 | -7/+8 |
| | |||||
* | Ensure that the line counts start at 1 | James Moger | 2012-03-22 | 1 | -1/+1 |
| | |||||
* | Externalized the Lucene ignore extensions | James Moger | 2012-03-21 | 1 | -5/+7 |
| | |||||
* | Restore the leading hunk of the first line of a fragment | James Moger | 2012-03-21 | 1 | -40/+55 |
| | | | Also correctly determine the line number of a fragment. | ||||
* | Include tags on incremental commit indexing | James Moger | 2012-03-20 | 1 | -2/+11 |
| | |||||
* | Properly handle renames on incremental indexing | James Moger | 2012-03-20 | 1 | -1/+1 |
| | |||||
* | Display fewer content fragments for blobs | James Moger | 2012-03-19 | 1 | -1/+1 |
| | |||||
* | Eliminated Lucene settings | James Moger | 2012-03-19 | 1 | -17/+3 |
| | |||||
* | Ensure repository indexes are properly closed before deletion | James Moger | 2012-03-19 | 1 | -29/+20 |
| | |||||
* | Implemented Lucene search result paging | James Moger | 2012-03-17 | 1 | -13/+20 |
| | |||||
* | Incremental commit indexing was missing branch field | James Moger | 2012-03-17 | 1 | -0/+1 |
| | |||||
* | Repository-branch Lucene indexing is now opt-in | James Moger | 2012-03-16 | 1 | -74/+76 |
| | |||||
* | Close the Lucene index writer/searcher on a repository rename or delete | James Moger | 2012-03-15 | 1 | -0/+25 |
| | |||||
* | 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 | 1 | -90/+1088 |
| | |||||
* | Revised reindex method per JGit team recommendation | James Moger | 2012-03-12 | 1 | -5/+4 |
| | |||||
* | More Lucene progress | James Moger | 2012-03-09 | 1 | -25/+27 |
| | |||||
* | Draft integration of Lucene search mechanism and web ui | James Moger | 2012-02-28 | 1 | -10/+17 |
| | |||||
* | Delete branch from index. Queue index update from the PostReceiveHook. | James Moger | 2012-02-28 | 1 | -4/+12 |
| | |||||
* | Partially working Lucene executor. Needs refactoring. (issue 16) | James Moger | 2012-02-26 | 1 | -0/+177 |