Olle Jonsson
f0c76f826f
Remove Codeclimate coverage badge
...
- Until it supports SimpleCov 0.18, we drop this from our CI and README
2020-04-02 10:40:38 +02:00
Mattia
5547e9131a
Bump version to 1.0.1
v1.0.1
2020-03-29 14:46:47 +01:00
Karl Entwistle
864a7e52f3
Encode Spaces in Query Strings as '%20' Instead of '+' ( #1125 )
2020-03-29 11:48:15 +01:00
Mattia
b4ad6e386e
Update publish.yml
...
Replace deprecated `version` with `ruby-version`
2020-03-29 11:12:08 +01:00
Olle Jonsson
f6401225a4
Adapter Registry reads also use mutex
2020-03-25 12:58:36 +01:00
Olle Jonsson
5d24afc373
External adapters exposed
...
- this was inadvertently removed in 0c873c1500b0849cafcc6a0c4d7ccfeedcc7a48a
- the feature was introduced in #941
2020-03-07 06:40:32 +01:00
Marjan Povolni
e2c56e90c9
docs(website): fix request/response mix-up in text
2020-02-24 09:36:13 +01:00
Olle Jonsson
52e30bf8e8
spec: JRuby-proof a test about error messages
2020-02-10 16:04:04 +01:00
Olle Jonsson
284d920cf3
specs: JRuby-Skip EM specs
2020-02-10 16:04:04 +01:00
Olle Jonsson
e80b829976
specs: JRuby-Skip Patron specs
2020-02-10 16:04:04 +01:00
nic-lan
1042a45618
Allows parse
method to be private/protected in response middleware ( #1123 )
2020-02-10 14:38:27 +00:00
Bobby McDonald
a4837c8509
Update org name for typhoeus repo
2020-02-07 18:14:34 +01:00
Olle Jonsson
d77c9efee9
Fully qualify constants to be checked ( #1122 )
2020-02-07 15:57:00 +00:00
Justin Bull
8560572d16
Use Net::HTTP#start(&block) to ensure closed TCP connections ( #1117 )
...
Co-authored-by: Byron Wolfman <byronwolfman@users.noreply.github.com>
2020-02-07 14:54:18 +00:00
Mattia
614c26fe9d
Limits rack to v2.0.x ( #1127 )
...
Fixes #1119
2020-02-06 20:31:26 +00:00
Olle Jonsson
099dd45f63
Merge pull request #1116 from vvo/docs/add-documentation-search
...
docs(website): add search to the website
2020-01-22 11:03:36 +01:00
Vincent Voyer
47dcf037a7
Merge branch 'master' into docs/add-documentation-search
2020-01-21 12:38:59 +01:00
Vincent Voyer
008321b24f
docs(website): add search to the website
...
This commit adds documentation search to the whole website using Algolia's
DocSearch project: https://community.algolia.com/docsearch/ .
Analytics are available via an Algolia account, ask vincent@codeagain.com for
more information.
I tried to be as close as the Faraday design as possible.
2020-01-21 12:38:12 +01:00
Olle Jonsson
e346b8bdb4
README: Link the logo to the website ( #1112 )
2020-01-09 11:45:11 +00:00
Olle Jonsson
b30ec73e99
docs(retry): precise usage of retry-after ( #1111 )
...
* docs(retry): precise usage of retry-after
Fixes https://github.com/lostisland/faraday/pull/1109#issuecomment-572448991
2020-01-09 10:46:43 +01:00
Olle Jonsson
6015ae97d6
[docs] Use "including" wording
...
By mentioning "including" instead of "configuring like this", we avoid the possible understanding "replace the whole list".
2020-01-09 10:37:22 +01:00
Vincent Voyer
024bfebd1a
docs(retry): precise usage of retry-after
...
fixes https://github.com/lostisland/faraday/pull/1109#issuecomment-572448991
2020-01-09 09:48:13 +01:00
Mattia
8a43a47919
Retry middleware documentation fix ( #1109 )
...
Fixes https://github.com/lostisland/faraday/pull/773#issuecomment-571089608
2020-01-08 20:20:44 +00:00
risk danger olson
ff9dc1d121
Merge pull request #1101 from lostisland/ship-1.0
...
Ship 1.0
v1.0.0
2019-12-31 17:03:26 -07:00
technoweenie
cd9f83d86c
indent so yard-junk doesn't think it's a 'tag'
2019-12-31 16:51:53 -07:00
risk danger olson
9f8e13753b
Update CHANGELOG.md
2019-12-31 16:41:38 -07:00
technoweenie
94e4e48ef4
Merge branch 'master' into ship-1.0
2019-12-31 08:55:20 -07:00
risk danger olson
bf454e6369
Update CHANGELOG.md
2019-12-31 08:54:02 -07:00
risk danger olson
688d5706b4
Merge pull request #1095 from lostisland/upstream-error-init
...
improve error initializer consistency
2019-12-31 08:21:09 -07:00
Mattia
41bc84e15f
Merge branch 'master' into upstream-error-init
2019-12-31 10:15:48 +00:00
Olle Jonsson
dac0eee62d
Merge pull request #1104 from lostisland/remove-connect-method
...
remove CONNECT method
2019-12-31 07:27:27 +01:00
technoweenie
df5fc690df
remove ruby 2.7 deprecation
...
spec/faraday/response/logger_spec.rb:73: warning: Using the last argument as
keyword parameters is deprecated; maybe ** should be added to the call
lib/faraday/logging/formatter.rb:13: warning: The called method 'initialize'
is defined here
2019-12-30 08:11:59 -07:00
technoweenie
5b6f9d87d3
remove CONNECT method
2019-12-30 08:09:02 -07:00
technoweenie
61d466df87
start on changelog update
2019-12-29 23:32:53 -07:00
technoweenie
a0fd827dc5
version 1.0.0
2019-12-29 23:26:10 -07:00
technoweenie
d2372224f2
bump documented support up to ruby 2.4
2019-12-29 23:25:16 -07:00
risk danger olson
aea390a67c
Merge pull request #1084 from mrexox/fix-empty-body-for-flat-params-encoder
...
Fix empty array for FlatParamsEncoder {key: []} -> "key="
2019-12-29 23:18:21 -07:00
risk danger olson
cbedb826c9
Merge branch 'master' into fix-empty-body-for-flat-params-encoder
2019-12-29 23:08:05 -07:00
technoweenie
b4b328b720
Merge branch 'master' into upstream-error-init
2019-12-29 22:44:04 -07:00
risk danger olson
5a2bb2e5e6
Ci: ruby 2.7 ( #1100 )
...
* ci: run against ruby 2.7
* fix ruby 2.7 warning
lib/faraday/adapter/net_http_persistent.rb:13: warning: Using the last
argument as keyword parameters is deprecated; maybe ** should be added to the
call
https://github.com/lostisland/faraday/pull/1099/checks?check_run_id=367324080
https://www.ruby-lang.org/en/news/2019/12/12/separation-of-positional-and-keyword-arguments-in-ruby-3-0/
* use rvm to install ruby 2.7
2019-12-29 22:43:23 -07:00
technoweenie
b322331923
revert error subclass changes
2019-12-29 18:37:05 -07:00
technoweenie
7ba417400f
how do i get this to init
2019-12-27 13:14:08 -07:00
technoweenie
6833062a5c
dont re-init them
2019-12-27 13:04:11 -07:00
technoweenie
5efd43f749
init these ivars
2019-12-27 12:46:56 -07:00
technoweenie
24b99b8231
don't force response to be {}
2019-12-27 12:35:23 -07:00
technoweenie
e4aee9f7f2
improve error initializer consistency
2019-12-27 12:25:22 -07:00
Mattia
3301356e7d
Merge branch 'master' into fix-empty-body-for-flat-params-encoder
2019-12-27 17:02:59 +00:00
Amr El-Bakry
9726bc2029
Add log_level option to logger default formatter ( #1079 )
2019-12-27 17:02:08 +00:00
Samuel Williams
15595d0370
Add Adapter#close
so that derived classes can call super. ( #1091 )
2019-12-27 16:48:45 +00:00
Mattia
a53a4360e2
Adds compatibility with latest rubocop ( #1093 )
2019-12-27 16:43:11 +00:00