|
|
Pinned
1,924 contributions in the last year
Less
More
Contribution activity
October 2021
Created 30 commits in 8 repositories
Created a pull request in elastic/elasticsearch-py that received 3 comments
Only import numpy/pandas once in JSONSerializer.default()
Performance of JSONSerializer.default() was impacted when numpy/pandas wasn't installed. This changes the logic to only attempt importing numpy/pan…
+95
−52
•
3
comments
Opened 25 other pull requests in 6 repositories
elastic/elasticsearch-specification
10
merged
- [7.x] [ML] Updates specs for delete filter, forecast, job, and model snapshot APIs
- [7.x] [ML] Updates spec for flush job and forecast APIs
- [7.x] [ML] Updates spec for evaluate and explain DFA APIs
- [7.x] [ML] Updates spec for estimate model memory limit API
- [7.x] [ML] Updates specs for delete trained model and trained model alias APIs
- [7.x] [ML] Update the spec for delete expired data API
- [7.x] Updates the spec for ML delete datafeed API
- Add documentation for 'ml.delete_calendar*' APIs
- Backport ML documentation updates
- Fix indices.update_aliases API
elastic/elasticsearch-py
2
open
4
merged
1
closed
- Integrate 'elastic-transport-python'
- Run compatibility tests from the new 'compatTest' distribution
- Deprecate the broken 'send_get_body_as' parameter
- Use '_sync/_async' to have constant module depth for generated APIs
- Integrate the Elastic Transport package
- [7.x] Update body deprecations to specify 'future version' instead of '8.0.0'
- Remove the simplest .pyi stubs
elastic/elastic-transport-python
4
merged
urllib3/urllib3
2
open
elastic/eland
1
open
elastic/ecs-logging-python
1
merged
Reviewed 49 pull requests in 8 repositories
elastic/elasticsearch-specification
15 pull requests
- Updates the spec for ML delete datafeed API
- [ML] Update the spec for delete expired data API
- [ML] Updates specs for delete filter, forecast, job, and model snapshot APIs
- [ML] Updates specs for delete trained model and trained model alias APIs
- [ML] Updates spec for estimate model memory limit API
- [ML] Updates spec for evaluate and explain DFA APIs
- [ML] Updates spec for flush job and forecast APIs
- Fix normalizer definition in index settings
- Removing force push option from the update model info action
- Adds missing doc details for ML delete calendar APIs
- Adds missing doc details for ML add jobs to calendar API
- Adds missing doc details for ML create calendars API
- Adds missing doc details for ML add events to calendar API
- [Backport 7.x] Add centroid to search_mvt grid type
- Add centroid to search_mvt grid type
urllib3/urllib3
12 pull requests
- Convert non-relative imports
- Add type hints to test.test_response
- Add type hints to test.test_ssltransport
- Lean on SSLContext.check_hostname when supported
- [1.26] Vendor ssl.match_hostname to avoid Python 3.10 deprecation warning
- Add missing links in advance usage section
- Add type hints to test.contrib.test_securetransport
- Add type hints to test.contrib.test_pyopenssl
- [1.26] Use 3.10 release in CI
- [1.26] Fix CI on Windows + Python 2.7
- Add type hints to test.test_util
- Add Python 3.10 to ci python-version
elastic/elasticsearch
9 pull requests
- Add alias support to fleet search API
- Add new kNN search endpoint
- Use correct terms in GET feature migration status API
- Add fleet search api to wait on refreshes
- [Transform] remove the _data_frame/transform endpoints
- Get-templates APIs don't support lists
- [ML] Make get scheduled events endpoint and spec consistent with docs
- Remove indices_segments 'verbose' parameter
- Optimistic concurrency control for updating ingest pipelines
elastic/eland
4 pull requests
elastic/elasticsearch-py
4 pull requests
elastic/ecs-logging-python
3 pull requests
psf/requests
1 pull request
python-trio/trustme
1 pull request
Created an issue in elastic/elasticsearch that received 3 comments
[ML] ml.get_calendar_events API uses GET with an HTTP body without alternative method
Discovered in elastic/elasticsearch-specification#852 the ml.get_calendar_events API specifies a body and has a route with method: GET but unlike o…
3
comments
Opened 4 other issues in 3 repositories
elastic/elastic-transport-python
2
open
elastic/elasticsearch-specification
1
open
elastic/elasticsearch-py
1
open
1
contribution
in private repositories
Oct 11
