Commit Graph

1301 Commits

Author SHA1 Message Date
Rushi Agrawal 07c21725e8 remove platinum and change free -> oss
Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-08-13 11:29:59 +05:30
Rushi Agrawal 87cf44ccd6 Rename dockerfiles for clarity
also rename image name to just 'odfe'

Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-08-13 11:19:49 +05:30
Rushi Agrawal 98cfd25604 change docker image to point to opendistro 1.13.2 image
Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-08-13 11:19:49 +05:30
Rushi Agrawal a41fd13d2d remove all code related to xpack features
Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-08-12 11:06:07 +05:30
Rushi Agrawal 633196a305 remove migration and deprecation client -- xpack features
Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-08-12 11:06:07 +05:30
Shephali Mittal 924d71729a Add SPDX and OpenSearch Modification license header
Signed-off-by: Shephali Mittal <shephalm@amazon.com>
2021-08-10 19:36:47 +05:30
Rushi Agrawal 249c6217ac Add Rushi and Shephali to ADMINS.md
Signed-off-by: Rushi Agrawal <rushi.agr@gmail.com>
2021-08-10 18:37:42 +05:30
Rushi Agrawal 5104ad9aee Remove xpack api code
Signed-off-by: Rushi Agrawal <agrrushi@amazon.com>
2021-08-06 12:25:34 +05:30
Rushi Agrawal 200d3c584f Set up CI for elasticsearch-oss
Signed-off-by: Rushi Agrawal <agrrushi@amazon.com>
2021-08-06 12:25:34 +05:30
Shephali Mittal 934ea8cc5e Revert product checker commits:
023cf5380f: "[7.x] Document 'UnsupportedProductError'"
	d381491482: "[7.x] Rename product error to 'UnsupportedProductError'"
	b56fbcb155: "Document the Elasticsearch product check"
	b63d005138: "Don't swallow unexpected errors during Elasticsearch verification"
	801a839093: "Verify we're connected to Elasticsearch before requests"

Signed-off-by: Shephali Mittal <shephalm@amazon.com>
2021-08-06 12:17:51 +05:30
Shephali Mittal 18b39afcbf Fix Broken README
Signed-off-by: Shephali Mittal <shephalm@amazon.com>
2021-08-06 11:49:30 +05:30
Shephali Mittal 7fa3e4d9e2 Copied OpenSearch repository template files.
Signed-off-by: Shephali Mittal <shephalm@amazon.com>
2021-08-04 19:05:18 +05:30
github-actions[bot] e034024586 [7.x] Add release notes for 7.13.4
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-07-20 13:06:49 -05:00
Seth Michael Larson 023cf5380f [7.x] Document 'UnsupportedProductError' 2021-07-20 11:58:36 -05:00
Seth Michael Larson d381491482 [7.x] Rename product error to 'UnsupportedProductError' 2021-07-20 11:38:41 -05:00
Seth Michael Larson de52e149a5 Update APIs to 7.x-SNAPSHOT 2021-07-15 15:23:11 -05:00
Seth Michael Larson 82b3daf6aa Allow integration tests to be run from IDE 2021-07-15 15:23:11 -05:00
P. Sai Vinay 45616bd862 [7.x] Add support for transform_and_set REST API test instruction 2021-07-14 15:01:35 -05:00
Seth Michael Larson ef913450c7 Update to 7.x-SNAPSHOT 2021-07-13 19:57:03 -05:00
Seth Michael Larson b56fbcb155 Document the Elasticsearch product check 2021-07-12 16:42:18 -05:00
Seth Michael Larson b63d005138 Don't swallow unexpected errors during Elasticsearch verification 2021-07-12 13:20:13 -05:00
github-actions[bot] 4be190ef70 [7.x] Add release notes for 7.13.3
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-07-07 16:08:36 -05:00
github-actions[bot] 29f6a1ec42 [7.x] Forward auth parameters to APIs in scan helpers
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-07-01 16:56:23 -05:00
Seth Michael Larson 0bfac34b88 Update APIs to 7.x-SNAPSHOT 2021-06-30 11:29:29 -05:00
Seth Michael Larson a893d74c3e Bump version to 7.15.0 2021-06-30 11:09:01 -05:00
Seth Michael Larson 801a839093 Verify we're connected to Elasticsearch before requests 2021-06-30 10:58:05 -05:00
github-actions[bot] a2bacb2704 [7.x] Tolerate RecursionError not being defined in Python<3.5
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-06-29 10:42:45 -05:00
github-actions[bot] b2c05d430d [7.x] AsyncTransport(sniff_on_start=True) should block further requests until complete
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-06-24 09:46:33 -05:00
Seth Michael Larson 20d23a374c 7.x-SNAPSHOT 2021-06-23 08:59:42 -05:00
Seth Michael Larson a82b2920e0 Fix test-matrix, mypy, and bad backport
- test-matrix.yml was intepreting 3.10 as '3.1' via float
- mypy recently removed its built-in type stubs for many
  third-party libraries so now need to install 'types-requests'
- Backport of the ELASTIC_CLIENT_APIVERSIONING test case
  included '8' instead of '7'
2021-06-23 08:51:33 -05:00
github-actions[bot] 8438a24c6c [7.x] Add release notes for 7.13.1 and 7.13.2 to elastic.co/guide
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-06-22 13:07:47 -05:00
Seth Michael Larson 3eb605ed9f Update APIs to 7.x-SNAPSHOT 2021-06-21 11:55:24 -05:00
Hrvoje Milković 12aa9972dc [7.x] Reraise RecursionError in Transport.perform_request() 2021-06-07 13:33:22 -05:00
github-actions[bot] 1787f64d02 [7.x] Start testing on Python 3.10
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-06-07 13:30:04 -05:00
Seth Michael Larson ce6be4cd98 [7.x] Update link to bulk ingest example 2021-06-04 16:45:27 -05:00
github-actions[bot] 07151b3807 [7.x] Skip default headers from AIOHttpConnection
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-06-04 15:14:51 -05:00
Seth Michael Larson c781f3e78c Update APIs to 7.x-SNAPSHOT 2021-06-04 10:17:58 -05:00
Seth Michael Larson ae522ebce2 [7.x] Add 7.13.0 release notes, point users to elastic.co/guide 2021-05-25 14:39:50 -05:00
Pierre Grimaud 305f894c1f [7.x] Fix typos in documentation
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-05-25 07:48:43 -05:00
Seth Michael Larson eba1c0d9dc Update APIs to 7.x-SNAPSHOT 2021-05-03 10:30:13 -05:00
github-actions[bot] 2c5f1d1569 [7.x] Add support for the HTTP API compatibility header
Co-authored-by: Seth Michael Larson <seth.larson@elastic.co>
2021-04-26 16:55:59 -05:00
István Zoltán Szabó 5ab523b703 [7.x] Add Release Notes section to the Python book 2021-04-26 14:37:47 -05:00
Seth Michael Larson 54a1d56870 [7.x] Reorganize API documentation 2021-04-26 10:14:29 -05:00
Seth Michael Larson 794a97578f [7.x] Start using the Elastic Artifacts API for YAML REST tests 2021-04-22 12:08:05 -05:00
Seth Michael Larson 1d96f26fab Bump version to 7.14.0 2021-04-21 08:15:11 -05:00
Vladimir Kaspar a8cf8d93ee [7.x] Add ignore_status option to bulk helpers 2021-04-20 10:19:38 -05:00
Seth Michael Larson e4cdd4544d [7.x] Add per-request authentication for http_auth and api_key 2021-04-19 17:26:44 -05:00
Seth Michael Larson f8ffb2cd0a [7.x] Generate APIs using Elastic build artifacts API 2021-04-19 14:39:21 -05:00
Vladimir Kaspar bde62d79a4 [7.x] Add client_cert and client_key support to AIOHttpConnection 2021-04-15 14:40:43 -05:00
Dan Roscigno 123aa27978 Fix spelling of 'interesting' 2021-04-15 14:33:30 -05:00