summaryrefslogtreecommitdiff
path: root/spec/unit/application_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* rescue all configuration errors and re-raiseNaomi Reeves2020-08-201-6/+4
* Set log level to :fatal in test to prevent excess logging.fix-excess-logging-in-functional-testPete Higgins2020-07-221-1/+4
* Reset logger in test to avoid global state persisting.Pete Higgins2020-07-161-1/+0
* Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-081-0/+7
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-2/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* fail on interval runs on windowsLamont Granquist2019-08-281-1/+1
* Fixed issue for chef-client run was throwing error when provided empty string...vinay sharma2019-05-251-0/+88
* Use keyword arguments for acceptanceMark Anderson2019-05-031-1/+1
* knife bootstrap is only knife command to have license acceptance flowtyler-ball2019-05-031-4/+5
* Adding in the license-acceptance flowtyler-ball2019-05-031-0/+6
* Break the error message into 2 sentencesTim Smith2019-04-171-1/+1
* Improve the error message when no config can be loadedTim Smith2019-04-171-1/+1
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Layout/DotPositionLamont Granquist2018-07-021-8/+8
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* fix application tests on linuxThom May2018-04-301-0/+1
* Stop mixlib-cli default clobbering mixlib-config settingslcg/fix-default-precedenceLamont Granquist2018-02-261-2/+66
* another fix for windows specsLamont Granquist2017-04-061-1/+1
* fixing specs for windowslcg/restore-log-locationLamont Granquist2017-04-061-1/+1
* fix specLamont Granquist2017-04-061-0/+2
* CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-051-26/+27
* use rfc exit codesSteven Murawski2017-04-041-3/+10
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-1/+1
* Add shorthand :syslog and :win_evt for log_location configjr/logger-configJordan Running2016-03-291-0/+27
* autofixing whitespace copsLamont Granquist2016-02-051-2/+0
* Merge pull request #4481 from chef/jdm/fips-58Jay Mundrawala2016-02-031-1/+1
|\
| * Refactor chef-config fips configjdm/fips-58Jay Mundrawala2016-01-281-1/+1
* | Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
|/
* Fix config load expectations for windowsdanielsdeleo2016-01-271-1/+1
* Reorganize application tests to catch fatalsdanielsdeleo2016-01-271-146/+158
* Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-1/+1
* Do openssl initialization from applicationsJay Mundrawala2016-01-251-0/+10
* Use double quotes by defaultThom May2016-01-141-8/+8
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-181/+1
* Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-091-0/+35
* Update to RSpec 3.Claire McQuin2014-10-291-74/+74
* add spec tests for http_proxy fixesLamont Granquist2014-08-141-9/+32
* fix indentingClaire McQuin2014-06-031-2/+2
* add error handling, set *_proxy instead of *_PROXYClaire McQuin2014-06-031-47/+105
* use URI to parse/build proxiesClaire McQuin2014-06-031-35/+11
* rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-031-19/+19
* percent encode @, : in proxy user/passClaire McQuin2014-06-031-0/+18
* set ENV vars for http proxiesClaire McQuin2014-06-031-0/+105
* Fix rspec warningsdanielsdeleo2014-04-241-0/+6
* Prevent tests from overriding rspec's trap handlerdanielsdeleo2014-04-241-0/+1