summaryrefslogtreecommitdiff
path: root/lib/chef/search
Commit message (Expand)AuthorAgeFilesLines
* autoload addressable/uri on :URI inside addressable modulemwrock2020-09-241-1/+3
* use autoloading for many required gemsmwrock2020-09-081-5/+4
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* use to_sym rather than using arrayMia Henderson2020-01-291-1/+1
* Fix ChefStyleMia Henderson2020-01-271-1/+1
* Fix fuzzy node search to work when the search type is a string rather than a ...Mia Henderson2020-01-271-1/+1
* Remove useless search arg manglingLamont Granquist2019-11-051-3/+0
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-2/+1
* Set explicit page size for every search requestssd/always-forwardSteven Danna2017-07-311-1/+6
* add a few testsLamont Granquist2017-03-311-1/+1
* apply knife search node fuzzifier to knife sshLamont Granquist2017-03-311-1/+17
* Remove support for the sort option to searches.Noah Kantrowitz2017-03-201-8/+9
* remove partial_searchtm/remove_partial_searchThom May2017-03-081-22/+0
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-6/+9
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-13/+13
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-4/+18
* Fix search result paginationssd/search-pagination-fixSteven Danna2015-10-091-2/+16
* Ensure that a search query makes progressTom Hughes2015-03-251-1/+1
* Build configurable search string.mcquin/bugfix/search-filteringClaire McQuin2014-12-191-1/+9
* Remaining fixes.Claire McQuin2014-12-191-3/+3
* Fix spelling.Claire McQuin2014-12-191-1/+1
* Make config a reader.Claire McQuin2014-12-191-2/+2
* Use 2.0 syntax (required keyword arguments are 2.1+).Claire McQuin2014-12-191-2/+2
* Fix whitespace.Claire McQuin2014-12-191-5/+4
* Allow search to receive either an array or hash of arguments.Claire McQuin2014-12-191-44/+37
* Add optional config parameter.Claire McQuin2014-12-181-3/+9
* Return all matches by default.Claire McQuin2014-12-181-2/+1
* Make search with filtering match partial_search.Claire McQuin2014-12-181-86/+60
* Add InvalidSearchQuery exception for malformed searches.Claire McQuin2014-09-041-4/+17
* Fix typos, add partial_search spec.Claire McQuin2014-09-041-13/+7
* Comment :keys => :filter_result in partial_searchClaire McQuin2014-09-041-3/+5
* DEPRECATIONScott Hain2014-09-041-0/+1
* updated partial againScott Hain2014-09-041-2/+20
* Updated based on mcq and others feedbackScott Hain2014-09-041-38/+53
* added a default for ruby 1.8 compatibilityScott Hain2014-09-041-1/+2
* Last round of life improvementScott Hain2014-09-041-10/+9
* Refactored thanks to some great inputScott Hain2014-09-041-32/+17
* Fixed the stupid typo that broke the last buildScott Hain2014-09-041-2/+2