Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: bryankocol/python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: core-api/python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 9 files changed
  • 4 contributors

Commits on Aug 7, 2017

  1. Configuration menu
    Copy the full SHA
    b550a2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fd5f1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

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

Commits on Oct 5, 2017

  1. Configuration menu
    Copy the full SHA
    27f4f6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2685e5d View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Merge environment settings for SSL requests

    When using requests' builder, we bypass the environment settings,
    which include information about SSL certificates. This makes requests
    to a SSL endpoint fail.
    This commit adds a call to `session.merge_environment_settings` to fix
    this issue, and updates the test suite accordingly.
    Damien Toma committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    6875426 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2018

  1. Merge pull request core-api#153 from dtoma/master

    Merge environment settings for SSL requests
    lovelydinosaur authored Jan 29, 2018
    Configuration menu
    Copy the full SHA
    c471247 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. use input session for get default transports

    saeedesfandi authored and esfandi committed Jan 30, 2018
    Configuration menu
    Copy the full SHA
    c4000c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request core-api#155 from saeedesfandi/use-input-session

    use input session for get default transports
    lovelydinosaur authored Jan 30, 2018
    Configuration menu
    Copy the full SHA
    e1c8dba View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Create LICENSE.md

    lovelydinosaur authored Jun 4, 2018
    Configuration menu
    Copy the full SHA
    d264fd2 View commit details
    Browse the repository at this point in the history
Loading