Commit Graph

1238 Commits

Author SHA1 Message Date
Seth Michael Larson 36cd483bc4 [7.x] Add 7.11.0 release to changelog 2021-02-10 15:07:41 -06:00
github-actions[bot] 10e76d7234 [7.x] Fix config of client pytest fixtures
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-02-05 13:18:53 -06:00
Seth Michael Larson 9744eae1b6 [7.x] [CI] Update integration test suite with new Docker distribution format 2021-01-29 15:22:58 -06:00
István Zoltán Szabó da6629d1a4 [7.x][DOCS] Adds Configuration section to Python book 2021-01-27 12:33:32 -06:00
Seth Michael Larson ca0db1a426 [7.x] Implement 'arbitrary_key' feature for REST API tests
Co-authored-by: P. Sai Vinay <33659563+V1NAY8@users.noreply.github.com>
2021-01-25 09:36:15 -06:00
Seth Michael Larson 42752953ec [7.x] Implement 'contains' feature for REST API tests
Co-authored-by: P. Sai Vinay <33659563+V1NAY8@users.noreply.github.com>
2021-01-25 08:44:39 -06:00
Seth Michael Larson 7c65d9eabe [7.x] Fix async documentation link 2021-01-21 13:57:31 -06:00
Seth Michael Larson a728aaa491 [7.x] Sort imports with isort and regenerate APIs 2021-01-13 14:21:04 -06:00
github-actions[bot] e0e54a1128 [7.x] Use gzip to compress the release tarball
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-01-11 15:19:17 -06:00
github-actions[bot] f9f6eac9f1 [7.x] Use ElasticsearchWarning instead of ElasticsearchDeprecationWarning
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-01-04 17:07:55 -06:00
Seth Michael Larson b1e7bd501b [7.x] Skip REST API test search/highlight/20_fvh[3] 2021-01-04 08:04:41 -06:00
github-actions[bot] 32f17b5507 [7.x] Move tarball step into .ci/make.sh
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-12-22 14:26:17 -06:00
Seth Michael Larson aa78a434e9 [7.x] Remove duplicate IndicesClient in Elasticsearch constructor
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
Co-authored-by: Graywd <k.gray.jonescn@gmail.com>
2020-12-22 08:52:34 -06:00
github-actions[bot] fe5367382b [7.x] Move client meta header logic to Transport
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-12-17 15:25:08 -06:00
Seth Michael Larson 82e42e6435 Bump version to 7.12.0 2020-12-16 10:00:39 -06:00
github-actions[bot] 58b376159c [7.x] Handle Python pre-releases properly in meta header
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-12-15 16:32:27 -06:00
github-actions[bot] b894e359df [7.x] Add the 'X-Elastic-Client-Meta' header
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-12-14 17:50:14 -06:00
Seth Michael Larson 2e06989ca1 [API] Update REST APIs to 7dfb1ed9790 2020-12-08 13:18:08 -06:00
Seth Michael Larson 77b7f47339 [7.x] [DOCS] Adds Connecting section to Python book
Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
2020-12-04 08:14:42 -06:00
Seth Michael Larson b33e18ba0d [7.x] Start using wipe_cluster() for consistent cluster state
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-12-04 08:10:37 -06:00
github-actions[bot] 876bf90943 [7.x] Support IPv6 braces in Connection.host
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-12-01 17:42:50 -06:00
Seth Michael Larson 3d14e4ff27 [7.x] Handle qualified version snapshots with make.sh
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-11-23 17:33:00 -06:00
Seth Michael Larson 00a4f1edab [7.x] Remove -it option from make.sh Docker call
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-11-23 17:32:35 -06:00
github-actions[bot] bbb72cd932 [7.x] Allow '_shards.skipped' to be absent on scroll responses
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-11-20 16:41:58 -06:00
github-actions[bot] a1cac1aaad [7.x] Add Python 3.9 to CI
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-11-19 13:46:10 -06:00
Seth Michael Larson 465185d3a0 [7.x] Fix typo (collections.abs -> collections.abc) to restore Python 3.9 support
Co-authored-by: Jeppe Fihl-Pearson <tenzer@tenzer.dk>
2020-11-19 12:30:06 -06:00
Seth Michael Larson 0ff76b1648 [7.x] Update build-dists to support all Elastic version specifiers 2020-11-17 12:06:14 -06:00
github-actions[bot] acddcebd8e [7.x] Add 'Type Hints' section to documentation
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-11-16 12:38:54 -06:00
github-actions[bot] 21f25419eb [7.x] Change 'make.sh release' to 'make.sh assemble'
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-11-10 13:45:05 -06:00
Seth Michael Larson 7fb43ae64d [7.x] Fix sniffer_timeout typo in AsyncTransport
Co-authored-by: Igor Nehoroshev <HarrySky@users.noreply.github.com>
2020-11-10 13:43:56 -06:00
Seth Michael Larson 708e282eaf [7.x] Actually dockerize repo, update build-dists for release manager 2020-11-04 13:58:42 -06:00
github-actions[bot] acc37ea1e4 [7.x] Skip the snapshot/clone/10_basic[1] test for now
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-10-29 09:13:28 -05:00
Seth Michael Larson d08860a357 [7.x] Document all APIs, add stability warning 2020-10-28 13:49:05 -05:00
Seth Michael Larson c1fbdef75e API: Update Elasticsearch APIs for 7.x 2020-10-20 15:22:43 -05:00
Seth Michael Larson 2ce9fd3914 [7.x] Test typing metadata in build-dist script 2020-10-20 15:22:43 -05:00
github-actions[bot] 0cdeeb654a [7.x] Remove yarl from [async] extra
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-10-13 15:18:07 -05:00
Seth Michael Larson 9b8cee0199 [7.x] Add .ci/make.sh script for building releases
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-10-12 16:42:23 -05:00
Seth Michael Larson f6d2da6740 Switch version to '7.10.0.dev0' 2020-10-07 11:07:14 -05:00
Seth Michael Larson 449bba6781 API: Update APIs for Elasticsearch 7.10 2020-10-07 10:22:43 -05:00
Seth Michael Larson b8e2443ae9 [7.x] Update MANIFEST.in for new docs structure 2020-10-07 10:18:59 -05:00
Seth Michael Larson 1f4e947821 [7.x] [DOCS] Reorganizes Overview and Installation chapters (#1396)
Co-authored-by: István Zoltán Szabó <istvan.szabo@elastic.co>
2020-10-05 11:43:53 -05:00
github-actions[bot] 52a7cfe3fb [7.x] Fix Connection.log_*() body parameter type
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-10-05 11:38:13 -05:00
Seth Michael Larson cde2a53468 [7.x] Switch to MutableMapping for headers/params 2020-09-28 15:49:14 -05:00
Seth Michael Larson 631a6d2fa8 [7.x] Generate new API type stubs 2020-09-28 15:49:14 -05:00
Seth Michael Larson c8d0a71a63 [7.x] Add type stub template to API generator 2020-09-28 15:49:14 -05:00
Seth Michael Larson 6daa14315a [7.x] Add typing metadata and manual types to package 2020-09-28 15:49:14 -05:00
github-actions[bot] ff378f6b0d [7.x] Add optimistic concurrency and update+_source options to bulk
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-09-28 09:17:16 -05:00
github-actions[bot] 6250aacafe [7.x] Update build_dists.py to build namespaced packages
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-09-21 16:44:39 -05:00
github-actions[bot] 7802eeea86 [7.x] Split 'docs/' folder into 'docs/sphinx' and 'docs/guide'
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2020-09-21 10:44:25 -05:00
Seth Michael Larson 40aeeffdf4 [7.x] Fix typo in ScanError
Co-authored-by: Nathan Meisels <nathan@forter.com>
2020-09-14 17:19:56 -05:00