summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* CHEF-3714: Update tests for changes from CHEF-5018Bryan McLellan2014-03-192-40/+18
| | | | Signed-off-by: Bryan McLellan <btm@opscode.com>
* CHEF-3714: Check for file existence before openingBryan McLellan2014-03-191-0/+1
| | | | | | Add back an existence check for the file passed to FileEdit Signed-off-by: Bryan McLellan <btm@opscode.com>
* CHEF-4173: Test that insert_line_if_no_match works more than onceChris Bandy2014-03-191-0/+8
|
* CHEF-3714: New method to advertise unwritten editsChris Bandy2014-03-192-0/+13
|
* CHEF-3714: Use Editor to manipulate textChris Bandy2014-03-193-56/+45
|
* CHEF-3714: New object dedicated to manipulating textChris Bandy2014-03-192-0/+244
|
* CHEF-4851 - Broke testing of cookbooks and versions into own includes.Josh Murphy2014-03-191-1/+3
| | | | | - This is to fix Travis builds for 1.8.7 which has brought back the dependencies in different orders - I can replicate Travis behavior on my Mac where sometimes the tests pass and sometimes the pass fail before this fix
* CHEF-4851 - Tested stderr string output compared to what function is being ↵Josh Murphy2014-03-191-6/+8
| | | | called
* CHEF-4851 - Replaced #select with negation for finding missing dependencies ↵Josh Murphy2014-03-191-2/+2
| | | | with #reject
* CHEF-4851 - Added testing for missing dependencies in cookbook uploadJosh Murphy2014-03-191-0/+42
|
* CHEF-4851 - Display all missing dependencies in cookbook uploadJosh Murphy2014-03-191-7/+11
|
* CHEF-1752: Support epochs in debian package versionsBryan McLellan2014-03-192-1/+6
| | | | | | | | Debian allows a colon in package versions to handle cases where the upstream version of a release may be newer than a prior release, but not numerically sort as higher. H/T to Eric Herot <eric@where.com> for the original patch
* Exctracted resource exception message to separate method to be able to ↵Pavel Brylov2014-03-193-2/+15
| | | | overwrite it in subclasses. Added custom_exception_message to subversion resource to filter out password if any
* Merge pull request #1320 from opscode/CC-52Serdar Sutay2014-03-192-0/+9
|\ | | | | CC-52: Contribution information for the tickets merged from community.
| * Contribution information for CHEF-4990.sersut2014-03-192-0/+2
| |
| * Contribution information for CHEF-5017.sersut2014-03-192-0/+2
| |
| * Contribution information for CHEF-4643.sersut2014-03-191-0/+2
| |
| * Contribution information for CHEF-4962.sersut2014-03-192-1/+2
| |
| * Contribution information for CHEF-4075sersut2014-03-192-0/+2
| |
* | Merge pull request #1235 from higanworks/CHEF-4990Serdar Sutay2014-03-192-17/+46
|\ \ | | | | | | CHEF-4990 Fix provider for the state of 'maintenance' Solaris services.
| * | CHEF-4990sawanoboly2014-02-202-17/+46
| | |
* | | Merge pull request #1260 from ryotarai/refactor-shell_outSerdar Sutay2014-03-191-3/+9
|\ \ \ | | | | | | | | [CHEF-5017][Chef::Mixin::ShellOut] Create a method to get IO for live stream.
| * | | Create a method to get IO for live stream.Ryota Arai2014-02-111-3/+9
| | | | | | | | | | | | | | | | in Chef::Mixin::ShellOut
* | | | Merge pull request #1059 from opscode/jhs/CHEF-4643Serdar Sutay2014-03-191-2/+2
|\ \ \ \ | | | | | | | | | | CHEF-4643 Add cookbook versions to chef-client INFO and DEBUG logs
| * | | | CHEF-4643 Add cookbook versions to chef-client INFO and DEBUG logsJeremiah Snapp2013-10-171-2/+2
| | | | |
* | | | | Merge pull request #1213 from MSOpenTech/CHEF-4962Serdar Sutay2014-03-192-36/+60
|\ \ \ \ \ | | | | | | | | | | | | CHEF-4962, knife ssh will use a cloud attribute for port if available.
| * | | | | Refactor node search for knife ssh.Jeff Mendoza2014-02-201-32/+36
| | | | | |
| * | | | | Change ssh port attribute to use cloud, reorder priority.Jeff Mendoza2014-02-201-4/+2
| | | | | |
| * | | | | CHEF-4962, knife ssh will use a cloud atttribute for port if available.Jeff Mendoza2014-02-202-19/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Azure cloud can have multiple nodes behind a single ip/fqdn with different ssh ports for each. knife ssh should be able to run on a search of nodes and use the correct ssh port for each.
* | | | | | Merge pull request #1245 from slantview/CHEF-4075Serdar Sutay2014-03-192-4/+76
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Update to allow boolean and numeric attributes
| * | | | | update tests and add new tests for limiting attribute typesSteve Rude2014-02-041-1/+45
| | | | | |
| * | | | | fix for checking choice array correctly.Steve Rude2014-02-041-5/+20
| | | | | |
| * | | | | Update to allow boolean and numeric attributesSteve Rude2014-02-031-3/+16
| | | | | |
* | | | | | CHEF-5135: Add contribution documentationBryan McLellan2014-03-192-0/+2
| | | | | |
* | | | | | Map 'ibm_powerkvm' to Red Hat-like package managerLance Bragstad2014-03-192-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include 'ibm_powerkvm' in provider mappings. Fixes CHEF-5135
* | | | | | CHEF-3698: Do not set log_level by defaultBryan McLellan2014-03-193-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default log level for Chef 10 was "info" but on Chef 11 it is "auto" which does not work on Chef 10. This prevents you from bootstrapping a Chef 10 node from a Chef 11 workstation. We can leave out log_level and Chef will use the built in defaults.
* | | | | | Merge pull request #1308 from opscode/CHEF-4396Serdar Sutay2014-03-183-25/+74
|\ \ \ \ \ \ | | | | | | | | | | | | | | Don't honor splay setting when sent USR1 signal.
| * | | | | | Workaround ruby 1.8 IO#getc returning integer typesdanielsdeleo2014-03-182-13/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also make test more likely to halt when failing.
| * | | | | | Make the spec for USR1 signal faster.sersut2014-03-181-8/+16
| | | | | | |
| * | | | | | Updates based on PR comments.sersut2014-03-182-38/+28
| | | | | | |
| * | | | | | Don't honor splay setting when sent USR1 signal.sersut2014-03-183-6/+39
| | | | | | |
* | | | | | | Merge pull request #1306 from opscode/CHEF-5123Serdar Sutay2014-03-188-59/+204
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Logic proposal for --force flag to delete the validators during client bulk delete.
| * | | | | | Fix the spec failures on ruby 1.8.7.sersut2014-03-181-2/+2
| | | | | | |
| * | | | | | Break apart logic of ClientBulkDelete#run into smaller pieces.sersut2014-03-181-7/+14
| | | | | | |
| * | | | | | Spec for new option to ui.confirm.sersut2014-03-171-0/+9
| | | | | | |
| * | | | | | Update CHANGELOG and DOC_CHANGES for --delete-validators option.sersut2014-03-172-2/+12
| | | | | | |
| * | | | | | Convert --force option of knife client delete to --delete-validators to be ↵sersut2014-03-172-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | consistent with knife client bulk delete.
| * | | | | | Specs for --delete-validators options.sersut2014-03-172-43/+126
| | | | | | |
| * | | | | | Logic proposal for --force flag to delete the validators during client bulk ↵sersut2014-03-172-11/+47
|/ / / / / / | | | | | | | | | | | | | | | | | | delete.
* | | | | | Merge branch 'CHEF-4367'danielsdeleo2014-03-1411-15/+100
|\ \ \ \ \ \