| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | redo of the redo of the patch to fix #5089lcg/issue5089 | Lamont Granquist | 2016-10-05 | 1 | -8/+7 |
| | | | | | | | | | see discussion in: https://github.com/chef/chef/pull/5096 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | drop warn all the way down to debuglcg/ignore-unknown-metdata-rb-fields | Lamont Granquist | 2016-09-21 | 1 | -1/+1 |
| | | | | | | | | we expect this to be forward compat, so that all this turns into is a nag message to upgrade which is probably better just not to display Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | ignore unknown metadata fields in metadata.rb | Lamont Granquist | 2016-09-21 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | if we're just using chef-zero there's no metadata.json file so chef-client doesn't do json parsing (which ignores unknown metadata fields already) but parses metadata.json which explodes. i believe since TK goes through berks it renders the rb to json before copying to the virt so we don't see this in TK or in running chef-client from a real server. this only affects the chef-client -z or chef-zolo mode of operation (and probably legacy chef-solo) Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade | Lamont Granquist | 2016-08-17 | 1 | -2/+2 |
| | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org> | ||||
| * | Fix symlink tests on Ruby 2.3 on Windows | John Keiser | 2016-08-17 | 1 | -9/+21 |
| | | |||||
| * | Merge pull request #5215 from chef/jk/windows-ruby-2.3 | John Keiser | 2016-08-17 | 1 | -21/+14 |
| |\ | | | | | Don't use relative_path_from on glob results | ||||
| | * | Don't use relative_path_from on glob resultsjk/windows-ruby-2.3 | John Keiser | 2016-08-16 | 1 | -21/+14 |
| | | | | | | | | | Windows Ruby 2.3 translates pathnames like ADMINI~1 to Administrator, making the comparison fail. | ||||
| * | | autofixing Style/RedundantException cop | Lamont Granquist | 2016-08-16 | 1 | -1/+1 |
| | | | |||||
| * | | autofixing Style/AccessModifierIndentation cop | Lamont Granquist | 2016-08-16 | 1 | -1/+1 |
| |/ | |||||
| * | make keepalives entirely optional | Lamont Granquist | 2016-08-09 | 1 | -1/+1 |
| | | | | | turn on only for the cookbook synchronizer | ||||
| * | stop constantly using new ServerAPI objects | Lamont Granquist | 2016-08-09 | 1 | -1/+1 |
| | | | | | keep one-per-thread though since i doubt we're threadsafe | ||||
| * | Ensure that solo specific code is run at the proper time | Thom May | 2016-05-16 | 1 | -1/+1 |
| | | | | | | | ie, only when we're in OG mode and not in local mode. Signed-off-by: Thom May <thom@chef.io> | ||||
| * | gem metadata command needs Gem.clear_pathslcg/gem-metadata-clear-paths | Lamont Granquist | 2016-05-12 | 1 | -0/+1 |
| | | | | | otherwise it'll crash on the first run and have to be re-run | ||||
| * | debug log the generated Gemfile | Lamont Granquist | 2016-04-07 | 1 | -0/+2 |
| | | |||||
| * | fix args to gem commandlcg/fix-gem-metadata | Lamont Granquist | 2016-04-07 | 1 | -1/+1 |
| | | |||||
| * | push ruby_bin first in path for exec'ing bundle intall | Lamont Granquist | 2016-04-07 | 1 | -1/+13 |
| | | |||||
| * | tighten up the chdir logic | Lamont Granquist | 2016-04-07 | 1 | -3/+1 |
| | | |||||
| * | remove now-unused code | Lamont Granquist | 2016-04-07 | 1 | -54/+0 |
| | | |||||
| * | MVP to fix gem metadata command | Lamont Granquist | 2016-04-07 | 1 | -6/+13 |
| | | | | | | simply use shell_out! to avoid bundler's state in the running chef-client process. | ||||
| * | Merge pull request #4640 from chef/tm/zero_deep_libraries | Thom May | 2016-03-15 | 1 | -1/+1 |
| |\ | | | | | Support libraries with sub directories | ||||
| | * | Ensure that chef-zero loads libraries recursivelytm/zero_deep_libraries | Thom May | 2016-03-03 | 1 | -1/+1 |
| | | | |||||
| * | | s/escape_glob/escape_glob_dir/lcg/fix-escape-glob | Lamont Granquist | 2016-03-10 | 1 | -2/+2 |
| | | | | | | | | | | | Removes all remaining references to the deprecated escape_glob helper routine. | ||||
| * | | Merge pull request #4478 from chef/lcg/rfc-060-gem-metadata | Lamont Granquist | 2016-03-03 | 3 | -2/+143 |
| |\ \ | |/ |/| | RFC-060 gem metadata MVP | ||||
| | * | need to require bundlerlcg/rfc-060-gem-metadata | Lamont Granquist | 2016-02-23 | 1 | -0/+1 |
| | | | | | | | | | for Bundler::UI | ||||
| | * | remove now-unnecessary require | Lamont Granquist | 2016-02-09 | 1 | -1/+0 |
| | | | |||||
| | * | rubocopisms | Lamont Granquist | 2016-02-09 | 1 | -2/+2 |
| | | | |||||
| | * | add comments and cleanup | Lamont Granquist | 2016-02-09 | 1 | -2/+12 |
| | | | |||||
| | * | remove unnecessary paranoia | Lamont Granquist | 2016-02-09 | 1 | -5/+1 |
| | | | |||||
| | * | make rubygems.org configurable | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | | | | | | | | for bonus points gem_package will pick this up as well. | ||||
| | * | get the formatting for cookbook gems correct | Lamont Granquist | 2016-02-09 | 2 | -13/+65 |
| | | | | | | | | | | | | | | | | | | | | | this leverages the PR: https://github.com/bundler/bundler/pull/4245 to redirect output from bundler into chef's logger/formatter to get the UI right. if you don't have that in the external bundler you'll just get output on STDOUT. fix is to upgrade bundler. | ||||
| | * | fixed my .vimrc auto-copyright header | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | | |||||
| | * | RFC-060 gem metadata MVP | Lamont Granquist | 2016-02-09 | 3 | -1/+84 |
| | | | |||||
| * | | use Pathname#cleanpath instead of Chef::Util::PathHelper.cleanpath to ↵ | Matt Wrock | 2016-02-29 | 1 | -2/+2 |
| | | | | | | | | | compare globed files with forward slashes | ||||
| * | | Fix style issue | danielsdeleo | 2016-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | Filter out directory paths from all_files when loadinglist-unignored-files | danielsdeleo | 2016-02-26 | 1 | -1/+1 |
| | | | |||||
| * | | Remove ignored files from all_files before segmenting | danielsdeleo | 2016-02-26 | 1 | -13/+3 |
| | | | |||||
| * | | Convert cookbook version loader to escape_glob_dir | danielsdeleo | 2016-02-26 | 1 | -4/+4 |
| | | | |||||
| * | | Load root files as a part of all_files | danielsdeleo | 2016-02-26 | 1 | -12/+25 |
| | | | |||||
| * | | Rename all_unignored_files -> all_files | danielsdeleo | 2016-02-26 | 1 | -9/+9 |
| | | | |||||
| * | | Load cookbook segements by fnmatch-ing from file list | danielsdeleo | 2016-02-26 | 1 | -3/+21 |
| | | | |||||
| * | | List all the unignored files when loading a cookbook | danielsdeleo | 2016-02-26 | 1 | -0/+30 |
| | | | |||||
| * | | flip multiline function arguments aroundlcg/rubocop-0.37.2 | Lamont Granquist | 2016-02-19 | 1 | -11/+11 |
| | | | | | | | | | no enforced trailing comma on arguments... | ||||
| * | | Add warning as suggested by Lamont Granquist (thanks!) | Jos Backus | 2016-02-17 | 1 | -1/+4 |
| | | | |||||
| * | | chef-client: add --[no]skip-cookbook-sync option | Jos Backus | 2016-02-17 | 1 | -0/+1 |
| | | | | | | | | | | | Use with caution. Useful for patching a set of cookbooks on a machine when iterating during development. | ||||
| * | | convert MultilineOperationIndentation style to "indented" | Lamont Granquist | 2016-02-12 | 2 | -2/+2 |
| | | | | | | | | | this looks nicer. | ||||
| * | | pull rubocop 0.37.2 into chefstyle | Lamont Granquist | 2016-02-12 | 1 | -1/+1 |
| | | | | | | | | | | | this is from the same ruleset that we had, but the new code catches more conditions. | ||||
| * | | Merge pull request #4541 from chef/lcg/chefstyle-batch | Lamont Granquist | 2016-02-11 | 1 | -1/+1 |
| |\ \ | | | | | | | fix a batch of cops | ||||
| | * | | autofixing auto-inserted delimiterslcg/chefstyle-batch | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | | | | |||||
| | * | | auto fixing some rubocops | Lamont Granquist | 2016-02-09 | 1 | -1/+1 |
| | |/ | | | | | | | | | | | | | | | | | Style/NegatedWhile Style/ParenthesesAroundCondition Style/WhileUntilDo Style/WordArray Performance/ReverseEach Style/ColonMethodCall | ||||
| * | | Ensure we do streaming requests correctly everywheretm/site_download_regression | Thom May | 2016-02-09 | 1 | -1/+1 |
| |/ | |||||
