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: bashosync/riak-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: 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.
  • 10 commits
  • 4 files changed
  • 4 contributors

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
    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
    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
    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 basho#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 basho#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 basho#530 from romuloceccon/fix-namedtuple-arg-pyt…

    …hon3.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 basho#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