summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Moved windows environment helper functions to their own modulejdmundrawala/windows_env_pathJay Mundrawala2014-09-112-23/+58
* Use windows api to expand path. Cleaned up testsJay Mundrawala2014-09-114-51/+125
* Fix setting Path for WindowsAlex Slynko2014-09-102-1/+30
* Merge pull request #2025 from opscode/lcg/fix-e2elamont-granquist2014-09-102-4/+1
|\
| * use the released artifactsLamont Granquist2014-09-091-3/+0
| * pull ohai rc releaseLamont Granquist2014-09-091-1/+1
|/
* Merge pull request #2020 from opscode/lcg/fix-lc-all-travislamont-granquist2014-09-091-6/+6
|\
| * fixing travis LC_ALL errorsLamont Granquist2014-09-091-6/+6
* | Add ChefFS rdoc, format existing ChefFS rdoc correctlyjk/docJohn Keiser2014-09-094-22/+148
|/
* fix broken pedant testsLamont Granquist2014-09-091-0/+3
* Merge pull request #1977 from opscode/lcg/unicodelamont-granquist2014-09-0946-425/+433
|\
| * bump mixlib-shellout to 2.0, track ohai+mixlib-shellout masterLamont Granquist2014-09-082-3/+2
| * remove setting the internal encodingLamont Granquist2014-09-081-1/+0
| * Marshall.dump can't dump an IOLamont Granquist2014-09-082-6/+4
| * spec fixes for aix package providerLamont Granquist2014-09-081-17/+5
| * spec fixes for ips package providerLamont Granquist2014-09-081-21/+8
| * spec fixes for pacman package providerLamont Granquist2014-09-081-12/+4
| * spec fixes for macports providerLamont Granquist2014-09-081-12/+12
| * spec fixes for portage package providerLamont Granquist2014-09-081-15/+5
| * spec fixes for rpm package providerLamont Granquist2014-09-081-22/+7
| * spec fixes for solaris package providerLamont Granquist2014-09-081-16/+5
| * spec fixes for arch serviceLamont Granquist2014-09-082-15/+9
| * spec fixes for freebsd providerLamont Granquist2014-09-081-6/+6
| * spec fix for gentoo serviceLamont Granquist2014-09-081-2/+2
| * spec fixes for init serviceLamont Granquist2014-09-081-10/+10
| * spec fixes for insserv serviceLamont Granquist2014-09-081-4/+3
| * spec fix for invokercd service providerLamont Granquist2014-09-081-9/+8
| * spec fixes for macosx service providerLamont Granquist2014-09-081-5/+5
| * spec fixes for simple service providerLamont Granquist2014-09-081-4/+4
| * spec fix for solaris service providerLamont Granquist2014-09-081-3/+1
| * spec fixes for systemd providerLamont Granquist2014-09-081-20/+20
| * spec and code fixes for upstart providerLamont Granquist2014-09-082-18/+16
| * spec and code fixes for subversion providerLamont Granquist2014-09-082-9/+8
| * force the default internal/external encodingLamont Granquist2014-09-082-0/+16
| * change run_command to shell_out in svn providerLamont Granquist2014-09-081-6/+6
| * add config option for the default_localeLamont Granquist2014-09-082-2/+38
| * fix shell_out/run_command usageLamont Granquist2014-09-0817-115/+71
| * unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-085-82/+168
* | Add Jesse Hu as 11.16.0 MVPBryan McLellan2014-09-091-0/+1
|/
* 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
* 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
* Merge pull request #1555 from opscode/shain/search_filterClaire McQuin2014-09-057-66/+439
|\
| * 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