Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | fix linting errors + add unit test for is_set_properly? method | Patrick Schaumburg | 2020-03-30 | 2 | -6/+67 | |
| * | | | | add check for protocol and icmp_type during action create | Patrick Schaumburg | 2020-03-30 | 1 | -1/+31 | |
| * | | | | add existing examples to code | Patrick Schaumburg | 2020-03-30 | 1 | -0/+28 | |
| * | | | | fix test for group | Patrick Schaumburg | 2020-03-27 | 1 | -2/+2 | |
| * | | | | use double quotes instead of single quotes | Patrick Schaumburg | 2020-03-27 | 1 | -1/+1 | |
| * | | | | fix wrong property names again in tests | Patrick Schaumburg | 2020-03-27 | 1 | -13/+3 | |
| * | | | | fix wrong property name in tests | Patrick Schaumburg | 2020-03-27 | 1 | -2/+2 | |
| * | | | | remove space in test as it should not be there | Patrick Schaumburg | 2020-03-27 | 1 | -4/+4 | |
| * | | | | add and change tests | Patrick Schaumburg | 2020-03-27 | 1 | -45/+90 | |
| * | | | | add icmp_type property | Patrick Schaumburg | 2020-03-26 | 1 | -2/+10 | |
| * | | | | remove default value for description | Patrick Schaumburg | 2020-03-26 | 1 | -1/+0 | |
* | | | | | Bump version to 16.0.183 by Chef Expeditorv16.0.183 | Chef Expeditor | 2020-04-04 | 7 | -19/+20 | |
* | | | | | Merge pull request #9591 from chef/btm/fix-windows-func-test | Tim Smith | 2020-04-04 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use $env:temp instead of c:/btm/fix-windows-func-test | Bryan McLellan | 2020-04-03 | 1 | -3/+3 | |
* | | | | | | Bump version to 16.0.182 by Chef Expeditorv16.0.182 | Chef Expeditor | 2020-04-04 | 7 | -19/+20 | |
* | | | | | | Merge pull request #9593 from chef/lcg/eager-load-libraries-option | Tim Smith | 2020-04-04 | 7 | -48/+252 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fix accidental mangling of the glob patternlcg/eager-load-libraries-option | Lamont Granquist | 2020-04-03 | 1 | -1/+1 | |
| * | | | | | | Fix chefspec monkeypatching madness | Lamont Granquist | 2020-04-03 | 1 | -2/+2 | |
| * | | | | | | Implement eager_load_libraries metadata option | Lamont Granquist | 2020-04-03 | 7 | -48/+252 | |
| |/ / / / / | ||||||
* | | | | | | Bump version to 16.0.181 by Chef Expeditorv16.0.181 | Chef Expeditor | 2020-04-04 | 7 | -19/+20 | |
* | | | | | | Merge pull request #9596 from cinc-project/dist_windows_bootstrap_template | Tim Smith | 2020-04-04 | 3 | -6/+6 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Fix missing dist constants in bootstrap logic | Marc Chamberland | 2020-04-03 | 2 | -5/+5 | |
| * | | | | | revert dist constant to hardcoded in default_bootstrap_template | Marc Chamberland | 2020-04-03 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Bump version to 16.0.180 by Chef Expeditorv16.0.180 | Chef Expeditor | 2020-04-03 | 7 | -19/+20 | |
* | | | | | Merge pull request #9581 from chef/lcg/redundant-identity | Tim Smith | 2020-04-03 | 24 | -38/+56 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | remove identity: false herelcg/redundant-identity | Lamont Granquist | 2020-04-02 | 1 | -1/+1 | |
| * | | | | remove debugging | Lamont Granquist | 2020-04-02 | 1 | -11/+0 | |
| * | | | | Change name_property to be identity and not desired_state by default | Lamont Granquist | 2020-04-02 | 6 | -17/+45 | |
| * | | | | remove redundant identity | Lamont Granquist | 2020-04-02 | 19 | -22/+23 | |
* | | | | | Bump version to 16.0.179 by Chef Expeditorv16.0.179 | Chef Expeditor | 2020-04-02 | 7 | -19/+20 | |
* | | | | | Merge pull request #9584 from chef/more_platforms | Tim Smith | 2020-04-02 | 1 | -1/+3 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Add Ubuntu 20.04 x86_64 and Ubuntu 18.04 aarch64 testers | Tim Smith | 2020-04-02 | 1 | -1/+3 | |
|/ / / / | ||||||
* | | | | Bump version to 16.0.178 by Chef Expeditorv16.0.178 | Chef Expeditor | 2020-04-02 | 7 | -19/+20 | |
* | | | | Merge pull request #9574 from chef/lcg/fix-breakage | Tim Smith | 2020-04-02 | 1 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | fix chef_vault_secret after_resource breakage | Lamont Granquist | 2020-04-02 | 1 | -0/+2 | |
|/ / / / | ||||||
* | | | | Bump version to 16.0.177 by Chef Expeditorv16.0.177 | Chef Expeditor | 2020-04-02 | 7 | -19/+20 | |
* | | | | Merge pull request #9562 from chef/lcg/after-resource | Tim Smith | 2020-04-02 | 8 | -60/+237 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | remove duping for load_current_value and code duplicationlcg/after-resource | Lamont Granquist | 2020-03-31 | 2 | -52/+24 | |
| * | | | Add after_resource to pair with current_resource | Lamont Granquist | 2020-03-31 | 7 | -37/+242 | |
* | | | | Bump version to 16.0.176 by Chef Expeditorv16.0.176 | Chef Expeditor | 2020-04-02 | 7 | -19/+20 | |
* | | | | Merge pull request #9570 from chef/lcg/unified-mode4 | Tim Smith | 2020-04-01 | 25 | -65/+85 | |
|\ \ \ \ | ||||||
| * | | | | Convert more resources to unified_modelcg/unified-mode4 | Lamont Granquist | 2020-04-01 | 25 | -65/+85 | |
* | | | | | Bump version to 16.0.175 by Chef Expeditorv16.0.175 | Chef Expeditor | 2020-04-02 | 7 | -19/+20 | |
* | | | | | Merge pull request #9572 from chef/noko_bump | Tim Smith | 2020-04-01 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update Nokogiri to 1.11.0.rc2 | Tim Smith | 2020-04-01 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Bump version to 16.0.174 by Chef Expeditorv16.0.174 | Chef Expeditor | 2020-04-02 | 7 | -19/+20 | |
* | | | | | Merge pull request #9569 from chef/bumps | Tim Smith | 2020-04-01 | 4 | -28/+28 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Update Ruby to 2.7.1 / bundler to 2.1.4 | Tim Smith | 2020-04-01 | 4 | -28/+28 | |
|/ / / / | ||||||
* | | | | Bump version to 16.0.173 by Chef Expeditorv16.0.173 | Chef Expeditor | 2020-04-01 | 7 | -19/+20 | |
* | | | | Merge pull request #9568 from chef/s390x | Tim Smith | 2020-04-01 | 1 | -5/+1 | |
|\ \ \ \ |