Commit Graph

  • 498f6027a1 Load the test adapter now that it's the default one. Matt 2021-10-28 10:43:42 +01:00
  • de1e9f82d2
    Explain plan for faraday_middleware in UPGRADING.md (#1339) Matt 2021-10-27 11:31:19 +01:00
  • b8e0a79147
    Apply suggestions from code review #1339 Matt 2021-10-27 11:29:12 +01:00
  • 25693ddc3d
    Explain plan for faraday_middleware in UPGRADING.md Matt 2021-10-27 08:58:35 +01:00
  • b3f417dc20 update changelog 1.8.0 Thomas 2021-10-26 09:45:18 +02:00
  • 390df08451 update changelog 1.8.0 #1338 Thomas 2021-10-26 09:45:18 +02:00
  • de78dff26d
    Update version.rb v2.0.0.alpha-1 Matt 2021-10-25 11:18:02 +01:00
  • c010031269
    Remove net-http adapter and update docs (#1336) Matt 2021-10-25 11:17:11 +01:00
  • 03fdc34663
    Update UPGRADING.md #1336 Matt 2021-10-25 09:39:02 +01:00
  • 037645e540 Remove net_http dependency and code referencies. Adapt tests to work without net_http adapter. Switch Faraday.default_adapter to :test. Update UPGRADING.md and README.md Matt 2021-10-25 09:27:59 +01:00
  • ceeaa7476f
    Improve request info in exceptions raised by RaiseError Middleware (#1335) willianzocolau 2021-10-16 05:31:49 -03:00
  • b1e320a7b4 minor improvement #1335 willianzocolau 2021-10-15 18:46:11 -03:00
  • f0ff569657 add url and fix query params willianzocolau 2021-10-15 18:10:24 -03:00
  • 62924c992a add url to description willianzocolau 2021-10-15 16:32:26 -03:00
  • 1d567df2ee
    Retry middleware, exceptions option should handle string exception class name consistently (#1334) Jonathan Rochkind 2021-10-12 10:16:52 -04:00
  • 270f1bf660 Retry middleware, exceptions option should handle string exception class name consistently #1334 Jonathan Rochkind 2021-10-11 10:01:10 -04:00
  • 77a464344a
    Swap Gitter badge for GitHub Discussions one in README Matt 2021-10-09 10:47:55 +02:00
  • 5366029282
    Register json middleware correctly (#1331) Jens Dahl Møllerhøj 2021-10-08 14:38:11 +02:00
  • 21d30a9ed4 Register json middleware #1331 Jens Dahl Møllerhøj 2021-10-07 19:14:20 +02:00
  • d0efa09282
    Version bump to 1.8.0 v1.8.0 Matt 2021-09-18 09:20:47 +02:00
  • 8cd1bf1190
    Proc auth value backport cleanup (#1326) Matt 2021-09-18 09:19:37 +02:00
  • 37427ab4e9 typo #1326 Matt 2021-09-17 10:50:53 +02:00
  • be8d086baa attempt to fix missing apt-get dependency Matt 2021-09-17 10:48:34 +02:00
  • f329a49f85 adapt 2.x implementation to 1.x branch Matt 2021-09-17 09:59:56 +02:00
  • 2a5702a616
    Backport authorization procs to 1.x branch (#1322) Jarl Friis 2021-09-17 09:39:56 +02:00
  • 6c99a94a4f
    Fixup backward compatibility on top of cherry-pick commit #1322 Jarl Friis 2021-09-10 10:38:46 +02:00
  • d881f163c0
    Version bump to 1.7.2 v1.7.2 Matt 2021-09-13 17:41:35 +02:00
  • 506e97afe6
    Fix passing a URL with embedded basic auth (#1324) Matt 2021-09-13 16:36:26 +01:00
  • 47029930e2 fix rubocop #1324 Matt 2021-09-13 14:55:28 +01:00
  • fc230dcd1a fix broken test Matt 2021-09-13 14:51:19 +01:00
  • 18ba248d14
    Fix deprecation warning (#1323) Matt 2021-09-13 14:45:18 +01:00
  • 5a66c5def0 fix rubocop Matt 2021-09-13 14:45:02 +01:00
  • 3dc9f0e3b3 add broken test Matt 2021-09-13 14:42:21 +01:00
  • 1c1c1b96f8 fix rubocop #1323 Matt 2021-09-13 14:41:06 +01:00
  • cf8b2ffb1a fix script/console Matt 2021-09-13 14:39:38 +01:00
  • 46b4717d00 Fix rubocop Matt 2021-09-13 14:19:24 +01:00
  • 3120bd1985 Fix deprecation warning Matt 2021-09-13 14:16:38 +01:00
  • 04c43898ee
    Add Connection#*_auth helpers deprecation to UPGRADING.md Matt 2021-09-13 14:53:35 +02:00
  • 3fee0151b7
    Drop deprecated auth helpers from Connection. (#1308) Matt 2021-08-15 09:28:49 +01:00
  • fdf797bb28 Add Faraday 1.x examples in authentication.md docs Fixes #1317 Fixes #1314 Matt 2021-09-01 09:48:56 +01:00
  • afa10df037 Add Faraday 1.x examples in authentication.md docs Fixes #1317 Fixes #1314 #1320 Matt 2021-09-01 09:48:56 +01:00
  • 137f1c82ad
    Update documentation using basic auth middleware #1318 Peter Berkenbosch 2021-09-01 01:03:05 +02:00
  • 0f9626c48d Respect the params_encoder in Faraday::Adapter::Test (#1316) Yutaka Kamei 2021-08-30 17:25:24 +09:00
  • a84e6b4dba
    Version bump to 1.7.1 v1.7.1 Matt 2021-08-30 09:30:03 +01:00
  • 8f32d7d59d
    Respect the params_encoder in Faraday::Adapter::Test (#1316) Yutaka Kamei 2021-08-30 17:25:24 +09:00
  • 91689f0e17
    Set env[:params] and env.request.params_encoder in advance #1316 Yutaka Kamei 2021-08-29 20:43:18 +09:00
  • 6896cccae7
    Update examples/client_spec.rb Yutaka Kamei 2021-08-29 10:09:02 +09:00
  • 9bfb839acb
    Respect the params_encoder in Faraday::Adapter::Test Yutaka Kamei 2021-08-28 21:41:33 +09:00
  • dd1552f3ff
    Automatically refresh website Team page on commit to default branch (#1315) Matt 2021-08-21 10:27:27 +01:00
  • 20d37bcd46 Move stats refresh into separate workflow #1315 Matt 2021-08-21 09:36:41 +01:00
  • 2e45fc2d1a Reintroduce if condition Matt 2021-08-21 09:32:25 +01:00
  • 63dde7017b Just use curl Matt 2021-08-21 09:28:21 +01:00
  • 9faf45176a Try to use a fake GITHUB_TOKEN Matt 2021-08-21 09:24:41 +01:00
  • 3eb07ee1cc Fix CI workflow file Matt 2021-08-21 09:18:21 +01:00
  • ed73399340 Temporarily remove if condition Matt 2021-08-21 09:16:57 +01:00
  • 746db7b007 Automatically refresh website Team page on commit to default branch Matt 2021-08-21 09:11:38 +01:00
  • 94b7bf4bf8
    Update copyright year in README Matt 2021-08-21 08:50:38 +01:00
  • 7de0a389dc
    Say "2021" on the docs website Olle Jonsson 2021-08-20 17:58:17 +02:00
  • 1dd6d98a28
    Update CHANGELOG.md Matt 2021-08-20 09:36:42 +01:00
  • abe78b5df5 Lint: Lint/RedundantSafeNavigation Olle Jonsson 2021-08-16 18:04:25 +02:00
  • fa26357178 Lint: Performance/BlockGivenWithExplicitBlock, and... Olle Jonsson 2021-08-16 17:59:46 +02:00
  • 120c56988e Lint: skip Performance/StringInclude Olle Jonsson 2021-08-16 17:58:17 +02:00
  • f1f36be663 Lint: Style/PerlBackrefs Olle Jonsson 2021-08-16 17:41:28 +02:00
  • f0bc54fecb Gem rubocop-inclusivity features are now upstream Olle Jonsson 2021-08-16 17:37:58 +02:00
  • b79a36f65f Lint: Style/NegatedIfElseCondition Olle Jonsson 2021-08-16 17:34:05 +02:00
  • 4f6d2f830e RuboCop: Update .rubocop_todo.yml Olle Jonsson 2021-08-16 17:31:51 +02:00
  • babfdeaf04 Lint: Avoid an issue with numeric suffix Olle Jonsson 2021-08-16 17:29:08 +02:00
  • c95038abb5 Lint: Style/RedundantSelfAssignmentBranch Olle Jonsson 2021-08-16 17:27:20 +02:00
  • 9fa6a7e2aa Lint: Layout/LineEndStringConcatenationIndentation Olle Jonsson 2021-08-16 17:26:02 +02:00
  • c0d97cefa5 Lint: Layout/EmptyLineBetweenDefs Olle Jonsson 2021-08-16 17:25:25 +02:00
  • 33235f482e Lint: Layout/LineEndStringConcatenationIndentation Olle Jonsson 2021-08-16 17:24:48 +02:00
  • b183095c52 Lint: Style/HashConversion Olle Jonsson 2021-08-16 15:56:16 +02:00
  • 01e840e151 RuboCop: add new rules Olle Jonsson 2021-08-16 15:54:52 +02:00
  • cc5391bc0d Gemfile: unlock RuboCop to get 1.x Olle Jonsson 2021-08-16 15:53:07 +02:00
  • e640be9866 Lint Style/RedundantBegin Olle Jonsson 2021-08-16 14:46:26 +02:00
  • 59c32867b3 Regenerate RuboCop TODO file Olle Jonsson 2021-08-16 14:37:57 +02:00
  • 0b719c18a6 Add all new RuboCop rules Olle Jonsson 2021-08-16 14:37:30 +02:00
  • d143b2d4f0 chore: Remove unnecessary lint skip Olle Jonsson 2021-08-16 14:22:43 +02:00
  • 006940a359 Use latest RuboCop, and bump Ruby req to 2.6 Olle Jonsson 2021-08-16 14:22:10 +02:00
  • 80dd7d86b2 Lint: Lint/RedundantSafeNavigation #1311 Olle Jonsson 2021-08-16 18:04:25 +02:00
  • 56a24566f8 Lint: Performance/BlockGivenWithExplicitBlock, and... Olle Jonsson 2021-08-16 17:59:46 +02:00
  • 9481d7d147 Lint: skip Performance/StringInclude Olle Jonsson 2021-08-16 17:58:17 +02:00
  • 0ae60626f4 Lint: Style/PerlBackrefs Olle Jonsson 2021-08-16 17:41:28 +02:00
  • 7afb26eee6 Gem rubocop-inclusivity features are now upstream Olle Jonsson 2021-08-16 17:37:58 +02:00
  • aea55cbf3c Lint: Style/NegatedIfElseCondition Olle Jonsson 2021-08-16 17:34:05 +02:00
  • c6a027474f RuboCop: Update .rubocop_todo.yml Olle Jonsson 2021-08-16 17:31:51 +02:00
  • 495ae8856a Lint: Avoid an issue with numeric suffix Olle Jonsson 2021-08-16 17:29:08 +02:00
  • d4539a2ceb Lint: Style/RedundantSelfAssignmentBranch Olle Jonsson 2021-08-16 17:27:20 +02:00
  • 3ffa1f8e63 Lint: Layout/LineEndStringConcatenationIndentation Olle Jonsson 2021-08-16 17:26:02 +02:00
  • 4a1a7e553b Lint: Layout/EmptyLineBetweenDefs Olle Jonsson 2021-08-16 17:25:25 +02:00
  • b3fcff7378 Lint: Layout/LineEndStringConcatenationIndentation Olle Jonsson 2021-08-16 17:24:48 +02:00
  • 067f85643b Lint: Style/HashConversion Olle Jonsson 2021-08-16 15:56:16 +02:00
  • 50614b4f21 RuboCop: add new rules Olle Jonsson 2021-08-16 15:54:52 +02:00
  • 1b09973c0f Gemfile: unlock RuboCop to get 1.x Olle Jonsson 2021-08-16 15:53:07 +02:00
  • 1fcfef4cf1 Lint Style/RedundantBegin Olle Jonsson 2021-08-16 14:46:26 +02:00
  • 64b5d96cab Regenerate RuboCop TODO file Olle Jonsson 2021-08-16 14:37:57 +02:00
  • a782d48176 Add all new RuboCop rules Olle Jonsson 2021-08-16 14:37:30 +02:00
  • 43d5ef8fb5 chore: Remove unnecessary lint skip Olle Jonsson 2021-08-16 14:22:43 +02:00
  • 00303b648d Use latest RuboCop, and bump Ruby req to 2.6 Olle Jonsson 2021-08-16 14:22:10 +02:00
  • fe600c72ad
    Drop deprecated auth helpers from Connection. (#1308) Matt 2021-08-15 09:28:49 +01:00