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: basho/riak-python-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.7
Choose a base ref
...
head repository: basho/riak-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.
  • 18 commits
  • 16 files changed
  • 7 contributors

Commits on Feb 9, 2017

  1. Add global disable_list_exceptions variable to disable exceptions thr…

    …own during expensive operations.
    
    Raise ListError if mapreduce over a bucket is attempted
    Luke Bakken committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    488c22b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fee03a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #518 from basho/features/lrb/gh-517_CLIENTS-1070

    Implement exceptions for listing operations.
    lukebakken authored Feb 9, 2017
    Configuration menu
    Copy the full SHA
    ac36ad1 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2017

  1. Add a workaround for Python bug 19542

    Luke Bakken committed Mar 7, 2017
    Configuration menu
    Copy the full SHA
    b27163d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

  1. fix missing str to byte operation of fl params in encode_search_query…

    … method of codecs.pbuf module
    alirizakeles committed Mar 21, 2017
    Configuration menu
    Copy the full SHA
    b0ee21a View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. Merge pull request #524 from zetaops/master

    fix missing str to byte operation of fl params in encode_search_query
    lukebakken authored Mar 27, 2017
    Configuration menu
    Copy the full SHA
    45cd074 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #523 from basho/features/lrb/gh-405

    Add a workaround for Python bug 19542
    lukebakken authored Mar 27, 2017
    Configuration menu
    Copy the full SHA
    ddb47b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a190e87 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

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

Commits on Mar 19, 2018

  1. Do not use deprecated argument verbose in namedtuple

    Argument `verbose` to nametuple constructor was deprecated in Python
    3.3, and was removed in Python 3.7.
    romuloceccon committed Mar 19, 2018
    Configuration menu
    Copy the full SHA
    648f905 View commit details
    Browse the repository at this point in the history
  2. disable spurious flake8 python style warnings

    bryanhuntesl authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    95e61a0 View commit details
    Browse the repository at this point in the history
  3. and again... add more exclusions..

    bryanhuntesl authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    c52b745 View commit details
    Browse the repository at this point in the history
  4. Reduce test time - test only 2.7, 3.6, and nightly

    test only 2.7 (stable), 3.6 (3 series stable) and nightly - the matrix was too big - 3.2, 3.3, 3.4, and 3.5 are the least used.
    bryanhuntesl authored Mar 19, 2018
    Configuration menu
    Copy the full SHA
    b3a7d2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a2bf99 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2018

  1. Merge pull request #531 from bryanhuntesl/patch-1

    Disable spurious flake8 python style warnings
    nickkeers authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    11ecc62 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #532 from bryanhuntesl/patch-2

    Reduce test time - test only 2.7, 3.6, and nightly in CI
    nickkeers authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    2c19d2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #530 from romuloceccon/fix-namedtuple-arg-python3.7

    Do not use deprecated argument `verbose` in namedtuple
    nickkeers authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    78e3c41 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #529 from StreetHawkInc/master

    Expose facet_counts in riak http results
    nickkeers authored Mar 20, 2018
    Configuration menu
    Copy the full SHA
    91de13a View commit details
    Browse the repository at this point in the history
Loading