summaryrefslogtreecommitdiff
path: root/spec/unit/http
Commit message (Expand)AuthorAgeFilesLines
* Don't pollute trusted_certs test data to keep bootstrap tests happy.fix-failures-in-ssl-handlerPete Higgins2020-12-171-10/+17
* Don't write to test data directories to avoid state leaking into other tests.Pete Higgins2020-12-161-13/+10
* Simplify test setup.Pete Higgins2020-12-161-14/+12
* Simplify some circuitous test setup.Pete Higgins2020-12-161-7/+7
* Backfill some missing tests and simplify the existing one.Pete Higgins2020-12-161-7/+11
* The port doesn't matter.Pete Higgins2020-12-161-1/+1
* Simplify test grouping.Pete Higgins2020-12-161-40/+30
* Remove outdated test cruft.Pete Higgins2020-12-161-3/+0
* Remove a test that was not testing behavior of the code under test.Pete Higgins2020-12-161-5/+0
* Handle bad certs in trusted_certs_dir.Pete Higgins2020-12-161-0/+14
* Add friendlier error messages for OpenSSL stuff.Pete Higgins2020-12-161-4/+16
* Properly handle DER encoded certs and keys.Pete Higgins2020-12-161-0/+14
* Allow remote_file consider certificates stored under /etc/chef/trusted_certsKapil Chouhan2020-12-021-0/+11
* Define local test variables to avoid test load order bug.fix-spec-load-order-bugPete Higgins2020-07-271-1/+19
* Fix some odd whitespacing in tests.Pete Higgins2020-06-241-1/+1
* Add ssl_verify option for remote_filePhil Dibowitz2020-05-181-0/+20
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-138-8/+8
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/EmptyLiteralLamont Granquist2019-07-051-1/+1
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-16/+16
* Fix duplicated query parametersLamont Granquist2018-07-131-1/+7
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-021-6/+6
* fix Layout/IndentHeredocLamont Granquist2018-07-021-10/+10
* fix Style/HashSyntaxLamont Granquist2018-07-023-4/+4
* Feed the Rubocop.Noah Kantrowitz2018-05-311-2/+2
* Add a test for ssh-agent mode.Noah Kantrowitz2018-05-301-8/+33
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* fix retries on JSON POST requests when negotiating protocol versionLamont Granquist2017-07-201-3/+6
* RFC 67: Remove cookbook segmentsThom May2017-04-041-1/+2
* Retry API requests if using an unsupported versiontm/retryable_apiThom May2017-03-292-0/+30
* Allow the best API version to be queriedThom May2017-03-281-1/+1
* Make it easier to have a versioned factorytm/versioned_apiThom May2017-02-141-0/+69
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-8/+8
* okay i really, really hate ruby 2.1 nowlcg/keepalives-again-againLamont Granquist2016-08-111-2/+2
* specs and lazying net-http client buildingLamont Granquist2016-08-111-0/+20
* Make handling of proxies more consistentNathan L Smith2016-03-171-83/+6
* Make chef style happy.Noah Kantrowitz2016-03-011-1/+1
* Split the negative check to its own log message.Noah Kantrowitz2016-02-291-1/+1
* Handle negative content length headers too.Noah Kantrowitz2016-02-291-0/+15
* deal with 0.37.2 renamed copsLamont Granquist2016-02-182-2/+2
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-4/+4
* auto fixing some rubocopsLamont Granquist2016-02-091-4/+4
* autofixing whitespace copsLamont Granquist2016-02-055-19/+17
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-024-4/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-7/+7
* Skip Version0 encrypted databag tests when in fips modeJay Mundrawala2016-01-251-1/+1
* Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-1/+3