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: py-workspace/elasticsearch-py
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: py-workspace/elasticsearch-py
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5.5.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 14 files changed
  • 5 contributors

Commits on Aug 15, 2017

  1. better handling of bytestrings in _escape

    fxdgear authored and honzakral committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ae2659b View commit details
    Browse the repository at this point in the history
  2. Additional fixes for UTF-8 surrogate escapes (elastic#629)

    * Fixes non UTF-8 surrogateescapes 
    
    Surrogate escapes in Unicode (non UTF-8 encoding) will be properly escaped with backslashes when encountered, versus breaking the transport layer.
    
    * Removes erroneous bytes decode and reraises
    
    Fixes to re-raise exceptions with different reasons
    Removes erroneous bytes decode where bytes are desired
    
    * Adds test for surrogate escapes in body
    
    Tests that a surrogate escape sequence is properly escaped
    with backslashes to produce valid UTF-8.
    
    * Use proper byte sequence for surrogate
    
    * Use if/else versus pass
    
    * Proper Unicode surrogate escape
    
    Use a Unicode Surrogate that properly escapes in both Python2 and Python3
    
    * Passing test once surrogatepass is used
    
    Updating test to pass once surrogatepass is used
    
    * Use surrogatepass instead of backslashreplace
    
    This replicates behavior between Python 2 and Python 3
    
    * Fixes whitespace
    
    * Simplifies with no exception block
    
    Since `surrogatepass` will only ever explicitly occur when there are surrogate bytes encountered, there is no need to let the error throw and catch it, also uses single-quotes for consistency.
    
    * Fixes Unicode Surrogate Escapes in request logging
    
    This is the same fix as accepted for ElasticSearch requests, except applied to the request logging mechanisms.
    tylerjharden authored and honzakral committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    084445f View commit details
    Browse the repository at this point in the history
  3. Add Python 3.5 and 3.6 to tox.ini (elastic#613)

    Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
    jonafato authored and honzakral committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    ac05e5e View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    34a12d1 View commit details
    Browse the repository at this point in the history
  2. Update tasks API (elastic#659)

    * Update cat.py
    
    * Update tasks.py
    nfsec authored and honzakral committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    dbea8d4 View commit details
    Browse the repository at this point in the history
  3. Fix tasks.list

    honzakral committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    bb70cdc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e591585 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2017

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

Commits on Nov 10, 2017

  1. Configuration menu
    Copy the full SHA
    c751b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fba897 View commit details
    Browse the repository at this point in the history
  3. Version bump to 5.5.0

    honzakral committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    461f673 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4844f38 View commit details
    Browse the repository at this point in the history
  5. Version bump to 5.5.1

    honzakral committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    033b2de View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2017

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

Commits on Jan 12, 2018

  1. fixing SSL auth issue in 5.x

    fxdgear committed Jan 12, 2018
    Configuration menu
    Copy the full SHA
    97fde9c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2018

  1. Bump to version 5.5.2

    fxdgear committed Jan 16, 2018
    Configuration menu
    Copy the full SHA
    719a94a View commit details
    Browse the repository at this point in the history
Loading