| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | fixes #4968 and only retrieves the latest version of packages from chocolateychoco_ar | Matt Wrock | 2016-05-27 | 1 | -15/+1 | |
| | | | | | | ||||||
| * | | | | | break yum provider out into fileslcg/yum-readability | Lamont Granquist | 2016-05-25 | 1 | -0/+27 | |
| |/ / / / | ||||||
| * | | | | * define exit codes | Steven Murawski | 2016-05-23 | 3 | -4/+237 | |
| | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * exit code functional specs * audit exit codes * reboot now/reboot failed/reboot pending exit codes * Deal with forked and unforked process and get the right exit code * Reboot Now should really be reboot scheduled * pass exception rather than exit code * updated with sigint and sigterm * support legacy fatal!("", 2) behavior * fixup all fatal! and exit! calls | |||||
| * | | | Merge pull request #4902 from MichaelPereira/handle-user-id-git-resource | Thom May | 2016-05-18 | 1 | -0/+36 | |
| |\ \ \ | | | | | | | | | Handle numeric id for the user value in the git resource | |||||
| | * | | | remove extra space from expected unit test output | Michael Pereira | 2016-05-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | try @thommay suggestion for resolving unit test issue | Michael Pereira | 2016-05-10 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Handle numeric id for the user value in the git resource | Michael Pereira | 2016-05-05 | 1 | -0/+36 | |
| | | | | | ||||||
| * | | | | Load cookbook versions correctly for knifetm/fix_cb_show | Thom May | 2016-05-16 | 1 | -90/+89 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4934 Signed-off-by: Thom May <thom@may.lt> | |||||
| * | | | | Ensure that legacy mode and local mode work | Thom May | 2016-05-16 | 1 | -90/+120 | |
| | | | | | | | | | | | | | | | | | Signed-off-by: Thom May <thom@chef.io> | |||||
| * | | | | Ensure that solo specific code is run at the proper time | Thom May | 2016-05-16 | 8 | -14/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | ie, only when we're in OG mode and not in local mode. Signed-off-by: Thom May <thom@chef.io> | |||||
| * | | | | Merge pull request #4933 from chef/lcg/better-handler-wiring | Lamont Granquist | 2016-05-14 | 1 | -0/+87 | |
| |\ \ \ \ | | | | | | | | | | | wire up chef handlers directly from libraries | |||||
| | * | | | | wire up chef handlers directly from librarieslcg/better-handler-wiring | Lamont Granquist | 2016-05-13 | 1 | -0/+87 | |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | smear just a little bit of minimal DSL wiring into the Chef::Report class so that classes can wire themselves up automatically as handlers. this also extends the Chef::Config[*_handler] arrays to take classes as well as instances. in the case of passing a class that is not a singleton, a new instance will be created when the report is run. it will obviously be difficult to pass any state into this instance. if the class that is passed supports calling `#instance` we assume it is a Singleton and get the instance and use that. this is to support other chef code grabbing/creating the singleton instance and poking it with data (probably configuring where the reporter goes and what creds it needs to publish and other stuff). | |||||
| * | | | | reject malformed ini content | Nathan Williams | 2016-05-13 | 1 | -1/+26 | |
| |/ / / | ||||||
| * | | | Merge pull request #4760 from svmastersamurai/fix_choco_nil_chomp | Phil Dibowitz | 2016-05-05 | 1 | -0/+2 | |
| |\ \ \ | | | | | | | | | Chocolatey Package Provider chomps nil object | |||||
| | * | | | updated code + specs | Dan Sedlacek | 2016-03-28 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Merge pull request #4888 from chef/lcg/multipackage-apt-provider | Lamont Granquist | 2016-05-05 | 2 | -36/+109 | |
| |\ \ \ \ | | | | | | | | | | | Make apt package provider use_multipackage_api aware | |||||
| | * | | | | add tests around purging and removing virtual packageslcg/multipackage-apt-provider | Lamont Granquist | 2016-05-03 | 1 | -8/+30 | |
| | | | | | | ||||||
| | * | | | | add check for passing nil candidate_version to superclass | Lamont Granquist | 2016-05-03 | 1 | -0/+24 | |
| | | | | | | ||||||
| | * | | | | lazier assembly of data, more multipackaging | Lamont Granquist | 2016-05-03 | 1 | -9/+18 | |
| | | | | | | ||||||
| | * | | | | multipackage apt provider | Lamont Granquist | 2016-05-03 | 2 | -25/+43 | |
| | | | | | | ||||||
| * | | | | | nuke some out of date teststm/r_roles | Thom May | 2016-05-05 | 1 | -10/+8 | |
| | |_|_|/ |/| | | | ||||||
| * | | | | Merge pull request #4869 from chef/lcg/package-lazy-monads | Lamont Granquist | 2016-05-04 | 5 | -9/+285 | |
| |\ \ \ \ | |/ / / |/| | | | Lazy'ing candidate_version in package provider | |||||
| | * | | | MOAR comments | Lamont Granquist | 2016-05-02 | 1 | -0/+1 | |
| | | | | | ||||||
| | * | | | WIP | Lamont Granquist | 2016-05-02 | 3 | -0/+239 | |
| | | | | | ||||||
| | * | | | Update gem_package with version constraint on :upgrade action | Will Jordan | 2016-05-02 | 2 | -9/+45 | |
| | | |/ | |/| | | | | | | | | | | | | | Add Package#version_requirement_satisfied? to separate fuzzy-match (:install) and exact-match (:upgrade) version checks when supported by the package subclass. Wrap Package#candidate_version in a lazy-initialization object to minimize unnecessary API queries when candidate_version is not needed. (fixes #3867) | |||||
| * | | | Merge pull request #4873 from joshburt/jb_git_hwrp_shell_out_cleanup | Thom May | 2016-05-03 | 1 | -18/+41 | |
| |\ \ \ | | | | | | | | | Consolidate shell_out usage when calling git within it's HWRP. | |||||
| | * | | | address chefstyle offenses | Joshua C. Burt | 2016-04-27 | 1 | -10/+10 | |
| | | | | | ||||||
| | * | | | correct spacing in the tests | Joshua C. Burt | 2016-04-27 | 1 | -2/+2 | |
| | | | | | ||||||
| | * | | | merge of external updates from jgit repo | Joshua C. Burt | 2016-04-27 | 1 | -13/+36 | |
| | | | | | ||||||
| * | | | | Merge pull request #4886 from chef/ssl_check_win | Matt Wrock | 2016-05-03 | 1 | -0/+16 | |
| |\ \ \ \ | | | | | | | | | | | fixes knife ssl check on windows | |||||
| | * | | | | fixes knife ssl check on windowsssl_check_win | Matt Wrock | 2016-05-02 | 1 | -0/+16 | |
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #4871 from chef/tm/chef_fs_unit_tests | Thom May | 2016-05-03 | 1 | -0/+129 | |
| |\ \ \ \ | |/ / / |/| | | | add tests for ChefFS path formatting | |||||
| | * | | | add tests for path formattingtm/chef_fs_unit_tests | Thom May | 2016-04-28 | 1 | -0/+129 | |
| | | | | | ||||||
| * | | | | Merge pull request #4700 from nathwill/features/systemd-unit | Thom May | 2016-05-01 | 2 | -0/+930 | |
| |\ \ \ \ | |/ / / |/| | | | add systemd_unit resource | |||||
| | * | | | add systemd_unit resource/provider | Nathan Williams | 2016-04-16 | 2 | -0/+930 | |
| | | | | | ||||||
| * | | | | Merge pull request #4855 from kbruner/mdadm_layout | Thom May | 2016-04-26 | 2 | -2/+16 | |
| |\ \ \ \ | | | | | | | | | | | Add layout option support for device creation to mdadm resource provider | |||||
| | * | | | | fix existing bitmap unit test in mdadm resource | Karen Bruner | 2016-04-21 | 1 | -2/+2 | |
| | | | | | | ||||||
| | * | | | | add support for --layout option to mdadm resource provider | Karen Bruner | 2016-04-21 | 2 | -0/+14 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #4642 from chef/ksubrama/fips_acceptance | Kartik Null Cating-Subramanian | 2016-04-26 | 13 | -26/+20 | |
| |\ \ \ \ \ | | | | | | | | | | | | | Run the integration tests in FIPS mode | |||||
| | * | | | | | Too much log output and unnecessary warnings! Suppress that shit. | Kartik Null Cating-Subramanian | 2016-04-25 | 13 | -26/+20 | |
| | | |_|/ / | |/| | | | ||||||
| * | | | | | Merge pull request #4866 from chef/fix_acceptance | Matt Wrock | 2016-04-25 | 1 | -0/+1 | |
| |\ \ \ \ \ | | | | | | | | | | | | | fix fips acceptance failures | |||||
| | * | | | | | fix fips acceptance failures | Matt Wrock | 2016-04-25 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Merge branch 'lcg/shell_out_syntax' | Lamont Granquist | 2016-04-25 | 1 | -0/+4 | |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| | * | | | | | make deprecation warnings actual deprecation warnings | Lamont Granquist | 2016-04-25 | 1 | -0/+4 | |
| | | | | | | | ||||||
| * | | | | | | The easy_install provider (and resource) are deprecated and will be removed ↵ | Noah Kantrowitz | 2016-04-23 | 1 | -0/+6 | |
| | |/ / / / |/| | | | | | | | | | | | | | | | | | | | in Chef 13. This is because easy_install itself is long-since deprecated by the Python community and has been de-facto unmaintained for around 5 years. | |||||
| * | | | | | Update rubygems provider to support local install of gems if so specifiedksubrama+praj/FLOW-298/local_gem | Prajakta Purohit | 2016-04-21 | 1 | -4/+8 | |
| | |/ / / |/| | | | ||||||
| * | | | | Extract common ChefFS file code | Thom May | 2016-04-21 | 1 | -0/+128 | |
| | | | | | ||||||
| * | | | | update to latest chefstyle - fix casecmptm/fix_casecmp | Thom May | 2016-04-20 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | ignore deprecation warning in test | Lamont Granquist | 2016-04-15 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | add better resource manipulation API | Lamont Granquist | 2016-04-15 | 2 | -0/+365 | |
| |/ / | | | | | | | | | deprecates chef_rewind functionality completely and adds a few more features | |||||
