summaryrefslogtreecommitdiff
path: root/lib/chef/knife/data_bag_from_file.rb
Commit message (Collapse)AuthorAgeFilesLines
* autofixing whitespace copsLamont Granquist2016-02-051-0/+1
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
| | | Generated via git ls-files | xargs perl -pi -e "s/(Author.*?<[^@]+@)(?:opscode\\.com|getchef\\.com)(>)/\\1chef.io\\2/gi"
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
| | | Created via git ls-files | xargs perl -pi -e "s/(Copyright.*?), Opscode(,)? Inc(\.)?/\\1, Chef Software Inc./gi"
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Use double quotes by defaultThom May2016-01-141-8/+8
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Fixing `data bag edit` according to spec, no longer requires --encrypttball/encrypted-data-bag-uxtyler-ball2014-09-291-1/+0
|
* Addressing review comments - better naming, comments, removed some TODOstyler-ball2014-09-291-0/+2
|
* Finishing specs for create and edit. During edit functional testing I ↵tyler-ball2014-09-291-1/+1
| | | | discovered some large refactors needed.
* Finishing spec work for data bag UX ↵tyler-ball2014-09-291-30/+3
| | | | (https://gist.github.com/sersut/94c8daad5c11369bd2e8). Tests up next, breaking into multiple commits to keep the review smaller.
* Remove requires path_helper from knife class, add to knife subclasses using ↵Claire McQuin2014-09-241-0/+1
| | | | PathHelper.
* Excape path for globbing.Claire McQuin2014-09-221-1/+1
|
* /me a pedant, fix indention level in optionsSeth Chisamore2013-10-171-6/+6
|
* [CHEF-4509] read `secret` `secret_file` from knife hashSeth Chisamore2013-10-171-2/+4
| | | | | | | | | | The new config values for specifying a raw secret or path to a secret file were being incorrectly read from the top-level of the `knife.rb` config keys. This commit fixes things to correctly read from the knife hash as documented here: http://docs.opscode.com/config_rb_knife.html https://github.com/opscode/chef/blob/11.6.0/lib/chef/knife/bootstrap.rb#L262
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+136
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!