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: couchbase/couchbase-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: couchbase/couchbase-python-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release12
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 10 files changed
  • 1 contributor

Commits on Oct 6, 2014

  1. PYCBC-258: Document TTL nuances

    Change-Id: I350245bbd8cc980534c1cb277b04b5c4d4e42c75
    Reviewed-on: http://review.couchbase.org/41916
    Tested-by: Mark Nunberg <mnunberg@haskalah.org>
    Reviewed-by: Mark Nunberg <mnunberg@haskalah.org>
    mnunberg committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    4980cd9 View commit details
    Browse the repository at this point in the history
  2. PYCBC-259: Don't delete old 'devmode' view after publish

    This makes the developer experience more consistent and aligns our
    behavior with that of the web UI.
    
    Change-Id: I918877d7b8564cfa30e803d78a0dc7c1681bb27d
    Reviewed-on: http://review.couchbase.org/41917
    Tested-by: Mark Nunberg <mnunberg@haskalah.org>
    Reviewed-by: Mark Nunberg <mnunberg@haskalah.org>
    mnunberg committed Oct 6, 2014
    Configuration menu
    Copy the full SHA
    8c3d731 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2015

  1. zero out flags for append/prepend

    This ensures that we don't get an odd error from the library when
    setting flags, since the flags on the server side are ignored.
    
    This is backported from master
    
    Change-Id: I834093d5fddefdd88160326ca3d408a44f58c242
    Reviewed-on: http://review.couchbase.org/46861
    Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
    Reviewed-by: Dave Rigby <daver@couchbase.com>
    mnunberg authored and Mark Nunberg committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    5e82f3e View commit details
    Browse the repository at this point in the history
  2. Modify version generation to conform with PEP-440

    Backported from master
    
    Change-Id: I44fc9592d3de23c0984b2478825208bd97c418a6
    Reviewed-on: http://review.couchbase.org/46862
    Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
    Reviewed-by: Dave Rigby <daver@couchbase.com>
    mnunberg authored and Mark Nunberg committed Feb 16, 2015
    Configuration menu
    Copy the full SHA
    6e04de1 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2015

  1. Update to latest mock version

    Change-Id: I59809cac23495e1fbecc2907e4cd5b963fd81ad6
    Reviewed-on: http://review.couchbase.org/46863
    Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
    Reviewed-by: Volker Mische <volker.mische@gmail.com>
    mnunberg authored and Mark Nunberg committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    4d70a7e View commit details
    Browse the repository at this point in the history
  2. Remove SASL/auth testing

    These code paths don't get traversed in most of our testing scenarios,
    and their use is mostly obsolete because of the new connection string
    constructor and the disambiguation in the C library w.r.t. username and
    password handling.
    
    Backported from master
    
    Change-Id: I738d38ac437531a4ef30b29606e3de8dacc72cc1
    Reviewed-on: http://review.couchbase.org/46865
    Reviewed-by: Volker Mische <volker.mische@gmail.com>
    Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
    mnunberg authored and Mark Nunberg committed Feb 17, 2015
    Configuration menu
    Copy the full SHA
    908d03e View commit details
    Browse the repository at this point in the history
Loading