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: naemono/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: objectrocket/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.
  • 15 commits
  • 12 files changed
  • 7 contributors

Commits on Jan 17, 2018

  1. Release 0.4.9

    Adjusting pypi url per recommendation
    naemono committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    3966b54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e60d26 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. don't try to subtract dicts from each other (objectrocket#51)

    * don't try to subtract dicts from each other
    
    mongo 3.6 has added some additional information in the form of dicts to the network stats that is causing new relic stats collection to fail
    
    also upgrade to circleci 2
    fandrews authored Sep 5, 2018
    Configuration menu
    Copy the full SHA
    6dd702c View commit details
    Browse the repository at this point in the history
  2. more circle

    fandrews committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    a65868c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2019

  1. Configuration menu
    Copy the full SHA
    3082c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    933b4f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    beab54c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Bump pymongo (objectrocket#56)

    * remove version number joined by dots, does  not work well with release candidates. remove automatically upload to pypi. pymongo version bump.
    * python bump in circleci config
    * add py2 tests in circleci
    * version bump
    
    Co-authored-by: Freddy Esteban Perez <[email protected]>
    2 people authored and jessewiles committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    725be1d View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Mongodb 4 2 support (objectrocket#58)

    * Changelog update
    * Update to python 3.8
    * Fix doc generation
    * Add ability to pass additional keyword arguments to client connection
    * version bump and changelog update
    freddyesteban authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    d5ed0f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89ef5c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Add docker authentication

    Eric Bellefontaine committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    56451b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. Add stale.yml

    Eric Bellefontaine committed Dec 15, 2020
    Configuration menu
    Copy the full SHA
    d27778a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b22d29 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

  1. Merge branch 'master' into PLAT-10861

    Eric Bellefontaine authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    c2f0804 View commit details
    Browse the repository at this point in the history
  2. Merge pull request objectrocket#60 from objectrocket/PLAT-10861

    [PLAT-10861] Add docker authentication to avoid rate-limiting
    Eric Bellefontaine authored Dec 16, 2020
    Configuration menu
    Copy the full SHA
    ae739b4 View commit details
    Browse the repository at this point in the history
Loading