Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
679 contributions in the last year
Activity overview
Contribution activity
December 2020
November 2020
Created 9 commits in 4 repositories
Created a pull request in elastic/elasticsearch that received 2 comments
Mark component and composable index template APIs as stable
These were previously marked as experimental, but as we have not had any changes made or needed, we are marking these as stable.
Opened 7 other pull requests in 1 repository
elastic/elasticsearch
7
merged
- [7.x] Mark component and composable index template APIs as stable (#65013)
- [7.10] Fix SetSingleNodeAllocateStep for data tier deployments (#64679)
- [7.x] Fix SetSingleNodeAllocateStep for data tier deployments (#64679)
- Fix SetSingleNodeAllocateStep for data tier deployments
- Fix expected warning header in data stream tests
- [7.x] Make legacy template noop updates not change cluster state (#64493)
- Make legacy template noop updates not change cluster state
Reviewed 30 pull requests in 5 repositories
elastic/elasticsearch 24 pull requests
- [DOCS] ILM: Add alloc ex with multiple node attributes
- Ignore system indices from mapping stats and analysis stats.
- Additionl logging for ScheduleTriggerEngineMock
- Use WaitForIndexColorStep and drop WaitForYellowStep
- Tests: fix testExplainLifecycle flakiness
- Remove deprecated _upgrade API
- ILM: Add support for the searchable_snapshot action in the hot phase
- Remove the deprecated local parameter for _cat/indices
- Remove the deprecated local parameter for _cat/shards
- Remove redundant check in RestNodesAction
- [DOCS] Add data tier defs
- remove node.ingest setting in the documentation
- Use data stream for ILM history
- Unmute testFullPolicySnapshot
- Add validation of the SLM schedule frequency
- Fix ESRestTestCase#wipeDataStreams in 7.x
- Fix DataTiersUsageTransportActionTests testCalculateMAD
- Fix job scheduling for same scheduled time
- [DOCS] Clarify index size in ILM overview
- Reimplement the readonly action in terms of the index block API
- Tests: fix testMoveToStepRereadsPolicy flakiness
- Tests: Disable ilm history index for doc tests
- Change deprecation indexing to use a custom template
- Document Recommended Maximum Repository Size in SLM Docs
dakrone/es-mode 2 pull requests
dakrone/clj-http 2 pull requests
dakrone/emacs-java-imports 1 pull request
dakrone/cheshire 1 pull request
Created an issue in elastic/elasticsearch that received 1 comment
Add ability to use date math for data stream backing indices
Currently we generated indices that look like .ds-mystream-000001 for a data stream called mystream. It would be beneficial from an administration …