forked from elastic/elasticsearch-py
-
Notifications
You must be signed in to change notification settings - Fork 0
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 14 files changed
- 5 contributors
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ae2659b - Browse repository at this point
Copy the full SHA ae2659bView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 084445f - Browse repository at this point
Copy the full SHA 084445fView commit details -
Add Python 3.5 and 3.6 to tox.ini (elastic#613)
Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
Configuration menu - View commit details
-
Copy full SHA for ac05e5e - Browse repository at this point
Copy the full SHA ac05e5eView commit details
Commits on Oct 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 34a12d1 - Browse repository at this point
Copy the full SHA 34a12d1View commit details -
Update tasks API (elastic#659)
* Update cat.py * Update tasks.py
Configuration menu - View commit details
-
Copy full SHA for dbea8d4 - Browse repository at this point
Copy the full SHA dbea8d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb70cdc - Browse repository at this point
Copy the full SHA bb70cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e591585 - Browse repository at this point
Copy the full SHA e591585View commit details
Commits on Nov 9, 2017
-
Check successful shards instead of failed
Fixes elastic#660, thanks @juke1
Configuration menu - View commit details
-
Copy full SHA for 2d4bc06 - Browse repository at this point
Copy the full SHA 2d4bc06View commit details
Commits on Nov 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c751b50 - Browse repository at this point
Copy the full SHA c751b50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fba897 - Browse repository at this point
Copy the full SHA 8fba897View commit details -
Configuration menu - View commit details
-
Copy full SHA for 461f673 - Browse repository at this point
Copy the full SHA 461f673View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4844f38 - Browse repository at this point
Copy the full SHA 4844f38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 033b2de - Browse repository at this point
Copy the full SHA 033b2deView commit details
Commits on Nov 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ea5d5fd - Browse repository at this point
Copy the full SHA ea5d5fdView commit details
Commits on Jan 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 97fde9c - Browse repository at this point
Copy the full SHA 97fde9cView commit details
Commits on Jan 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 719a94a - Browse repository at this point
Copy the full SHA 719a94aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...5.5.x