Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#762 rspec #832

Merged
merged 52 commits into from Nov 26, 2018
Merged

Feature/#762 rspec #832

merged 52 commits into from Nov 26, 2018

Commits on Jan 27, 2018

  1. Adds RSpec minimal config

    Adds bin folder with console and setup commands
    iMacTia committed Jan 27, 2018
    Copy the full SHA
    b910c06 View commit details
    Browse the repository at this point in the history
  2. Faraday::Utils specs

    iMacTia committed Jan 27, 2018
    Copy the full SHA
    dbd2588 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e45b970 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fcc2f49 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6842a8e View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Copy the full SHA
    2f550e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2018

  1. Copy the full SHA
    2596fbb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72ae7ca View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2230667 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Copy the full SHA
    46b16f5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fe9c30e View commit details
    Browse the repository at this point in the history
  3. Introduces webmock

    started implementation of shared examples for adapters based on webmock rather than the live server
    iMacTia committed Feb 11, 2018
    Copy the full SHA
    97bd2e8 View commit details
    Browse the repository at this point in the history
  4. fix

    iMacTia committed Feb 11, 2018
    Copy the full SHA
    cc3fed6 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Copy the full SHA
    296fc9b View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Copy the full SHA
    ce7c730 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d3ec206 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1610d30 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    575a4af View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2018

  1. Skips some tests under Patron as there's an issue with PATCH body (to…

    …land/patron#163)
    
    Hides skipped test form RSpec result
    iMacTia committed Mar 13, 2018
    Copy the full SHA
    5c544e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2018

  1. fixes

    iMacTia committed Mar 19, 2018
    Copy the full SHA
    fc3542f View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Streaming WIP

    iMacTia committed Mar 26, 2018
    Copy the full SHA
    1030d2e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2018

  1. Finish converting streaming tests.

    Converts parallel tests.
    iMacTia committed Mar 30, 2018
    Copy the full SHA
    79746fd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2018

  1. Copy the full SHA
    eb08c1e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2018

  1. Merge branch '1.0' of https://github.com/lostisland/faraday into feat…

    …ure/#762-rspec
    
    # Conflicts:
    #	lib/faraday.rb
    #	lib/faraday/connection.rb
    #	test/adapters/logger_test.rb
    #	test/parameters_test.rb
    iMacTia committed Jul 21, 2018
    Copy the full SHA
    c4f03b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Merge branch '1.0' of https://github.com/lostisland/faraday into feat…

    …ure/#762-rspec
    
    # Conflicts:
    #	lib/faraday.rb
    iMacTia committed Sep 21, 2018
    Copy the full SHA
    bac1da1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    50b8568 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    752b64f View commit details
    Browse the repository at this point in the history
  4. Converts autorization middleware tests.

    Moves Faraday::Utils classes (Headers and ParamsHash) into separate files.
    Converts Faraday::Utils::Headers tests.
    iMacTia committed Sep 21, 2018
    2
    Copy the full SHA
    54b24cd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. Style fixes to headers.rb

    iMacTia committed Sep 28, 2018
    Copy the full SHA
    f774396 View commit details
    Browse the repository at this point in the history
  2. Ignores /spec folder from when calculating coverage %.

    Converts and isolates Faraday::Request and Faraday::Response tests.
    iMacTia committed Sep 28, 2018
    Copy the full SHA
    7cfc584 View commit details
    Browse the repository at this point in the history
  3. Test SSL enabled and disabled in the same test run.

    Comments out unused function.
    iMacTia committed Sep 28, 2018
    Copy the full SHA
    e1d7548 View commit details
    Browse the repository at this point in the history
  4. Actaully, let's remove it!

    iMacTia committed Sep 28, 2018
    Copy the full SHA
    20cff7b View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2018

  1. Fix proxy and timeout tests.

    iMacTia committed Oct 3, 2018
    Copy the full SHA
    e137e0b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2018

  1. Copy the full SHA
    374ffed View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6f46db6 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Copy the full SHA
    30fb4b7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    62d3f95 View commit details
    Browse the repository at this point in the history
  3. Merge branch '1.0' of https://github.com/lostisland/faraday into feat…

    …ure/#762-rspec
    
    # Conflicts:
    #	lib/faraday/utils.rb
    iMacTia committed Oct 29, 2018
    Copy the full SHA
    89df1a1 View commit details
    Browse the repository at this point in the history
  4. Merge branch '1.0' of https://github.com/lostisland/faraday into feat…

    …ure/#762-rspec
    
    # Conflicts:
    #	lib/faraday/utils.rb
    iMacTia committed Oct 29, 2018
    Copy the full SHA
    340122a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    f0ff87b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    80fdc7e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Converts RackBuilder tests into specs.

    Fixes an issue with `rack_builder#dup`.
    Adds new `unregister_middleware` method to Faraday::Middleware.
    iMacTia committed Oct 30, 2018
    Copy the full SHA
    d49ad85 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    393cb2c View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. Copy the full SHA
    27b5d5e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2018

  1. Copy the full SHA
    3bc27a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f016ebb View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e31d7af View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8826971 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e5c7f83 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Copy the full SHA
    8b1c857 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Merge branch '1.0' of https://github.com/lostisland/faraday into feat…

    …ure/#762-rspec
    
    # Conflicts:
    #	test/adapters/net_http_persistent_test.rb
    iMacTia committed Nov 26, 2018
    Copy the full SHA
    58a3174 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4325812 View commit details
    Browse the repository at this point in the history