summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix typomcquin/transfer_trusted_certsClaire McQuin2014-09-151-1/+1
|
* Update for trusted cert transfer during bootstrap.Claire McQuin2014-09-081-0/+1
|
* reliably stub cert transfer testsClaire McQuin2014-09-081-7/+11
|
* Stub reading of validation keyClaire McQuin2014-09-081-0/+2
|
* Look for certs only if :trusted_certs_dir is not nilClaire McQuin2014-09-081-3/+5
|
* Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-085-27/+24
|
* Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-083-4/+4
|
* add trusted_certs_dir to generated configClaire McQuin2014-09-081-0/+4
|
* Transfer trusted certs during bootstrapClaire McQuin2014-09-085-0/+64
|
* Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-075-4/+89
|
* Make Chef::Config.versioned_cookbooks configurable by consumersjk/versioned_cookbooks_configJohn Keiser2014-09-057-15/+22
| | | | without having to modify Chef::Config itself
* Fix crash when repo root does not existJohn Keiser2014-09-052-7/+16
|
* Add many comments to DataHandler and FileSystem classesJohn Keiser2014-09-0517-23/+139
|
* Add org.json, members.json, invitations.json for full org downloadJohn Keiser2014-09-0518-31/+653
| | | | and upload support
* Merge pull request #1555 from opscode/shain/search_filterClaire McQuin2014-09-057-66/+439
|\ | | | | Result filtering on search (also known as Partial Search)
| * Remove old notes that crept in.Claire McQuin2014-09-051-3/+0
| |
| * Update for search filtering.Claire McQuin2014-09-043-0/+66
| |
| * Add InvalidSearchQuery exception for malformed searches.Claire McQuin2014-09-043-6/+22
| |
| * Added logic to enable -a to utilize search filtering, for performances's sakeScott Hain2014-09-041-6/+6
| |
| * Modified -a ATTR search to use search filtering natively. Feels sort of hack-yScott Hain2014-09-041-11/+21
| |
| * Fix typos, add partial_search spec.Claire McQuin2014-09-042-59/+106
| |
| * Comment :keys => :filter_result in partial_searchClaire McQuin2014-09-041-3/+5
| |
| * wordingScott Hain2014-09-041-1/+1
| |
| * DEPRECATIONScott Hain2014-09-041-0/+1
| |
| * updated partial againScott Hain2014-09-041-2/+20
| |
| * Updated based on mcq and others feedbackScott Hain2014-09-042-288/+164
| |
| * 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-042-32/+21
| |
| * Fixed the stupid typo that broke the last buildScott Hain2014-09-041-2/+2
| |
| * fixed up some little naming nuancesScott Hain2014-09-041-2/+4
| |
| * Updated based on awesome feedbackScott Hain2014-09-043-67/+97
| |
| * Finished up search with filteringScott Hain2014-09-043-29/+348
|/
* Merge pull request #1982 from opscode/sersut/user-dscl-fixSerdar Sutay2014-09-042-29/+34
|\ | | | | Fix dscl user provider to be able to manage home and password at the same time.
| * Spec updates for dscl changes.Serdar Sutay2014-09-041-1/+2
| |
| * Updates based on @jaymzh's comments.Serdar Sutay2014-09-041-2/+6
| |
| * Set the password at the right time using the correct info in order not to ↵Serdar Sutay2014-09-041-28/+28
|/ | | | overwrite other changes.
* Update license to appropriate SPDX IDBryan McLellan2014-09-031-1/+1
|
* Add license information to gemspecAnatol2014-09-031-0/+1
| | | | Obvious fix.
* Merge branch 'just-config-rb'danielsdeleo2014-09-0315-331/+614
|\
| * Update doc files for knife `config.rb` support.danielsdeleo2014-09-033-0/+28
| |
| * Add debug/info logging for knife config file findingdanielsdeleo2014-09-034-4/+105
| | | | | | | | | | | | | | To resolve a chicken/egg issue with the logger being configured *after* the config is located and read, knife will now check for a KNIFE_DEBUG variable and initialize the logger to debug early in the startup process when that variable is set.
| * rename '--dont-use-config' to '--disable-config'danielsdeleo2014-09-032-6/+6
| | | | | | | | A little clearer/less verbose
| * Remove config file jail, replaced with config skip optiondanielsdeleo2014-09-035-35/+10
| |
| * Knife now prefers DIR/config.rb to DIR/knife.rbdanielsdeleo2014-09-032-22/+72
| | | | | | | | | | | | | | | | | | | | `knife.rb` is not deprecated at this time. The precedence of directories is the same. Directories are searched in the same order, so that the presence of config.rb in a low precedence directory, e.g., `~/.chef/config.rb` does not prevent knife from loading a knife.rb located in a higer precedence directory, e.g., `$PWD/.chef/knife.rb`.
| * Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-037-297/+426
|/
* Merge pull request #1973 from opscode/sersut/group-spec-fixSerdar Sutay2014-09-031-3/+5
|\ | | | | Check the group membership using dscl on Mac in specs.
| * Check the group membership using dscl on Mac.Serdar Sutay2014-09-031-3/+5
|/
* Merge pull request #1583 from juliandunn/fix-hardcoded-binariesSerdar Sutay2014-09-022-3/+4
|\ | | | | Make sure to call chef-client and knife that we just built
| * Make sure to call chef-client and knife that we just built, notbtm/fix-hardcoded-binariesJulian C. Dunn2014-06-302-3/+4
| | | | | | | | just some random ones hanging around in $PATH.