summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Externalized the Lucene ignore extensionsJames Moger2012-03-211-5/+7
* Restore the leading hunk of the first line of a fragmentJames Moger2012-03-212-40/+81
* Only show pager if the total search hits exceed the page sizeJames Moger2012-03-211-2/+4
* Corrected sample syntax for branch and path termsJames Moger2012-03-211-3/+3
* Added a file icon to the changed paths tablesJames Moger2012-03-202-2/+2
* Display tag links on indexed commits and tweaked term highlight colorJames Moger2012-03-202-51/+34
* Include tags on incremental commit indexingJames Moger2012-03-201-2/+11
* Adjust translation for default branch (HEAD)James Moger2012-03-203-2/+3
* Disable default branch/HEAD selector on create/empty repositoryJames Moger2012-03-201-1/+1
* Properly handle renames on incremental indexingJames Moger2012-03-202-1/+5
* Shrink summary page activity graph a littleJames Moger2012-03-191-1/+1
* Display fewer content fragments for blobsJames Moger2012-03-191-1/+1
* DocumentationJames Moger2012-03-191-1/+1
* Eliminated Lucene settingsJames Moger2012-03-193-39/+6
* Indicate 0 search resultsJames Moger2012-03-191-2/+7
* Polish the Lucene search page. Integrate both search mechanisms.James Moger2012-03-1913-89/+58
* Ensure repository indexes are properly closed before deletionJames Moger2012-03-191-29/+20
* Implemented RPC administration of indexed branchesJames Moger2012-03-175-11/+36
* Implemented Lucene search result pagingJames Moger2012-03-177-22/+237
* Incremental commit indexing was missing branch fieldJames Moger2012-03-171-0/+1
* Ensure that the welcome message is interpreted as UTF-8 (issue 74)James Moger2012-03-161-3/+7
* Repository-branch Lucene indexing is now opt-inJames Moger2012-03-167-92/+156
* Close the Lucene index writer/searcher on a repository rename or deleteJames Moger2012-03-152-0/+28
* Use reflection to determine source repository indexJames Moger2012-03-151-30/+66
* Refactored Lucene integration and fixed two index deleteDocument bugsJames Moger2012-03-157-1145/+1136
* Repository must have commits to be searchableJames Moger2012-03-141-1/+3
* A bunch more Lucene workJames Moger2012-03-144-22/+81
* Adjusted spacing on summary pageJames Moger2012-03-141-5/+5
* Replaced "committed" with "authored" on activity pageJames Moger2012-03-142-2/+4
* Wrapped activity page charts with table due to GoogleCharts update :(James Moger2012-03-141-3/+7
* Removed reference to old css fileJames Moger2012-03-141-4/+0
* Added Lucene Memory lib dependencyJames Moger2012-03-141-0/+6
* Made LucenePage statelessJames Moger2012-03-132-65/+71
* Revise indexed fields and improve Lucene page usabilityJames Moger2012-03-125-27/+97
* Add Lucene Highlighter dependencyJames Moger2012-03-121-0/+7
* Revised reindex method per JGit team recommendationJames Moger2012-03-123-96/+149
* Lucene adjustmentsJames Moger2012-03-101-7/+4
* More Lucene progressJames Moger2012-03-0913-136/+367
* Not all GitNotes were displayed on the commit page (issue 70)James Moger2012-03-051-2/+15
* Replace ChoiceRenderer with StringChoiceRenderer (issue 71)James Moger2012-03-054-16/+59
* Improved look of Lucene pageJames Moger2012-03-022-4/+6
* Whoops. x2. LucenePage.htmlJames Moger2012-03-021-0/+22
* Whoops. Missed adding LucenePage.James Moger2012-03-021-0/+109
* Draft integration of Lucene search mechanism and web uiJames Moger2012-02-284-27/+51
* Delete branch from index. Queue index update from the PostReceiveHook.James Moger2012-02-284-8/+50
* Partially working Lucene executor. Needs refactoring. (issue 16)James Moger2012-02-263-40/+356
* Split refs into 2 lines if there are remotes. Use more glyphicons.James Moger2012-02-2517-38/+95
* Use proper timezone to generate all metricsJames Moger2012-02-256-9/+17
* Activity page now considers all local branches (issue 65)James Moger2012-02-244-64/+97
* Fixed nullpointer on pushing to an empty repository (issue 69)James Moger2012-02-233-22/+18