summaryrefslogtreecommitdiffstats
path: root/gerrit-gwtui/src/main/java/com/google/gerrit/client/SearchSuggestOracle.java
Commit message (Expand)AuthorAgeFilesLines
* Add 'is:submittable' to search suggestionsDavid Pursehouse2019-03-071-0/+1
* Add search autocompletion for 'assignee' and 'is:assigned'David Pursehouse2018-01-091-0/+2
* Discontinue draft workflowDavid Ostrovsky2017-09-301-2/+0
* Add revertOf to ChangeIndexPatrick Hiesel2017-07-271-0/+2
* SearchSuggestOracle: Suggest "self" before other usersEdwin Kempin2017-06-281-1/+1
* Remove 'final' from method signatures across gerrit.Han-Wen Nienhuys2017-06-141-14/+13
* Add field for wip changes to index and QueryBuilderDavid Ostrovsky2017-04-281-0/+1
* Allow to search for ignored changes by "is:ignored"David Pursehouse2017-04-271-0/+1
* Merge branch 'stable-2.14'David Pursehouse2017-04-101-5/+3
|\
| * Leave assignee feature always enabledLuca Milanesio2017-04-101-5/+3
| * Hide assignee by default in Gerrit changes tableLuca Milanesio2017-04-091-1/+1
* | Implement Private ChangesEdwin Kempin2017-03-231-0/+1
|/
* Support "cc:" queryDave Borowitz2017-02-221-1/+3
* Store the number of unresolved comments in change indexChangcheng Xiao2017-02-131-0/+3
* Format all Java files with google-java-formatDave Borowitz2017-02-071-46/+60
* Suggest values for query shorthands o, r and pEdwin Kempin2016-11-041-3/+3
* Configuration option change.showAssigneeGustaf Lundh2016-09-231-3/+5
* Lucene: Support for "assignee:", "is:unassigned" search operatorsGustaf Lundh2016-09-201-1/+5
* Support star labelsEdwin Kempin2016-05-061-0/+2
* SearchSuggestOracle: Add "status:draft" as a search suggestionDavid Pursehouse2016-04-191-0/+1
* SearchSuggestOracle: Add account suggestion for more operatorsDavid Pursehouse2016-04-191-1/+3
* Remove redundant 'public' modifiersDavid Pursehouse2016-04-121-1/+1
* Remove unsupported search operatorsDoug Kelly2015-12-061-2/+0
* Support indexing changes by author and committerDavid Pursehouse2015-09-071-0/+2
* Add some missing search suggest suggestions; reorder slightlyDave Borowitz2015-06-011-2/+6
* Rename "topic:" to "intopic:" and "exacttopic:" to "topic:"Dave Borowitz2015-06-011-0/+1
* InlineEdit: Add "has:edit" search operatorDavid Ostrovsky2015-05-261-0/+1
* Add "hashtag: " to search suggestion oracleGustaf Lundh2014-12-021-0/+4
* Add search fields for # of changed lines.Jeff Davidson2014-05-231-0/+5
* Add suggestions for 'is:pending' and 'status:pending'Edwin Kempin2014-04-281-0/+2
* Add a "projects" field for searching projects by prefixDave Borowitz2014-03-251-0/+1
* Apply "type inference for generic instance creation" Java 7 featureDavid Ostrovsky2014-01-251-7/+5
* Add 'is:mergeable' operator to find changes without merge conflictEdwin Kempin2013-11-241-0/+1
* Merge "Add 'parentproject' operator that includes changes of child projects"Edwin Kempin2013-11-141-7/+3
|\
| * Add 'parentproject' operator that includes changes of child projectsEdwin Kempin2013-10-311-7/+3
* | Support 'conflicts:<change>' operator to find changes with same filesEdwin Kempin2013-11-051-1/+1
|/
* Support 'comment' query operator to search for inline/summary commentsEdwin Kempin2013-06-271-0/+1
* Merge "Quote values suggested for search operators only if needed"Shawn Pearce2012-12-061-1/+8
|\
| * Quote values suggested for search operators only if neededEdwin Kempin2012-12-061-1/+8
* | In search panel suggest 'self' as value for operators that expect a userEdwin Kempin2012-12-061-1/+29
|/
* Revert "Fix build error in SearchSuggestOracle"Edwin Kempin2012-11-211-0/+5
* Fix build error in SearchSuggestOracleShawn O. Pearce2012-11-201-5/+0
* Suggest projects, groups and users in search panelEdwin Kempin2012-10-281-0/+79
* Fix highlighting in search suggestionsEdwin Kempin2012-10-281-8/+19
* Add SuggestOracle to SearchPanelBrad Larson2012-07-301-0/+140