Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

dakrone

dakrone created a comment on an issue on elastic/kibana
Can you show an example of the index settings and the output?

View on GitHub

dakrone starred gabenasci/yt-remove-watched-videos
dakrone created a review on a pull request on elastic/elasticsearch
LGTM

View on GitHub

dakrone pushed 43 commits to 8.x-pr-120505 gmarouli/elasticsearch
  • Async repo contents iterator (#120819) (#121012) Reifies the iterator over each repository's contents so that we can... e171fe6
  • [8.x] Forbid the removal of the `write` block if the index is read-only (#120647) Forbids on 8.x the removal/update ... 76a4a05
  • [8.x] Esql - Support date nanos in date extract function (#120727) (#120908) * Esql - Support date nanos in date ext... 1a4ceb4
  • Fix NPE on disabled API key auth cache (#120483) (#121008) Currently, when `xpack.security.authc.api_key.cache.ttl` ... f146691
  • Update README.asciidoc (#96455) (#121029) Co-authored-by: ARPIT SHARMA <[email protected]> c705aea
  • Update match-phrase-query.asciidoc (#118828) (#121034) (cherry picked from commit 8e9cccba6a9aa2eef2e109d250409bcb67... 6e3592e
  • [8.x] Added query param ?include_source_on_error for ingest requests (#120725) (#121010) A new query parameter `?inc... 37fa39d
  • Lazy initialization for `SyntheticSourceSupport.loader()` (#120896) (#120915) * Lazy initialization for `SyntheticSo... b108530
  • Breakup release tests in PR (#120692) (#120728) * Breakup release tests in PR * fix test release task dependencies ... c3e15ac
  • Mute org.elasticsearch.xpack.security.authc.service.ServiceAccountIT testAuthenticateShouldNotFallThroughInCaseOfFail... ec0dcf2
  • Fix incorrect use of "updateable" flag in synonyms documentation (#120866) (#121046) Co-authored-by: Amine GANI <gan... e807b44
  • Re-enable geoip FullClusterRestartIT (#120966) (#120976) ff4f9d7
  • ESQL: Ignore multivalued key columns in lookup index on JOIN (#120726) (#121037) Fixes https://github.com/elastic/el... 6289402
  • [Docs] Update Query Roles API documentation (#120740) (#121058) The query role API now returns built-in roles as wel... 442fc1f
  • [8.x] Record whether data streams for logs-*-* exist for logsdb enablement in 9.x (#121025) Backporting #120708 to 8... bb9ee76
  • Normalize negative scores for text_similarity_reranker retriever (#120930) (#121050) 751c1c5
  • Add Minimal Service Settings to the Model Registry (#120560) (#120946) This commit introduces minimal service settin... 7e03356
  • [DOCS] Documents that deployment_id can be used as inference_id in certain cases. (#121055) (#121059) 4614cb1
  • Use the system index descriptor in the snapshot blob cache cleanup task (#120937) (#121053) Clean up of the `.snapsh... 604c015
  • ESQL - Allow full text functions disjunctions for non-full text functions (#120291) (#121026) (cherry picked from co... 2db1d4f
  • and 23 more ...

View on GitHub

dakrone created a comment on a pull request on elastic/elasticsearch
> Obviously we can't merge the PR like this because the API response would be inconsistent depending on which node answers it. Absolutely, that would be bad. > The error information in the AP...

View on GitHub

dakrone created a comment on a pull request on elastic/elasticsearch
Closing this for now due to inactivity, feel free to re-open!

View on GitHub

dakrone closed a pull request on elastic/elasticsearch
Add indexing.write_load to _cat/shards
Add indexing.write_load to _cat/shards. Allows sorting shards by write load to spot potential "hot" shards, e.g. `GET _cat/shards?v&h=index,shard,prirep,state,docs,store,dataset,ip,node,indexin...
dakrone deleted a branch dakrone/elasticsearch

backport/8.17/pr-120963

dakrone deleted a branch dakrone/elasticsearch

backport/8.x/pr-120963

dakrone created a comment on an issue on elastic/kibana
I updated the docs for this in https://github.com/elastic/elasticsearch/pull/120963

View on GitHub

dakrone opened a pull request on elastic/elasticsearch
[8.17] Document that disabling stack templates is not recommended (#120963)
Backports the following commits to 8.17: - Document that disabling stack templates is not recommended (#120963)
dakrone created a branch on dakrone/elasticsearch

backport/8.17/pr-120963 - Open Source, Distributed, RESTful Search Engine

dakrone opened a pull request on elastic/elasticsearch
[8.x] Document that disabling stack templates is not recommended (#120963)
Backports the following commits to 8.x: - Document that disabling stack templates is not recommended (#120963)
dakrone created a branch on dakrone/elasticsearch

backport/8.x/pr-120963 - Open Source, Distributed, RESTful Search Engine

dakrone deleted a branch dakrone/elasticsearch

document-stack-template-disabling-is-bad

dakrone pushed 1 commit to main elastic/elasticsearch
  • Document that disabling stack templates is not recommended (#120963) There are many features of the Elasticsearch ec... e0f5a60

View on GitHub

dakrone closed a pull request on elastic/elasticsearch
Document that disabling stack templates is not recommended
There are many features of the Elasticsearch ecosystem that may malfunction, or fail to work entirely, if these templates are not installed. This commit adds documentation cautioning against disabl...
dakrone opened a pull request on elastic/elasticsearch
Document that disabling stack templates is not recommended
There are many features of the Elasticsearch ecosystem that may malfunction, or fail to work entirely, if these templates are not installed. This commit adds documentation cautioning against disabl...
dakrone created a branch on dakrone/elasticsearch

document-stack-template-disabling-is-bad - Open Source, Distributed, RESTful Search Engine

dakrone created a review on a pull request on elastic/elasticsearch
Test LGTM also assuming CI is happy, thanks Niels!

View on GitHub

dakrone created a review on a pull request on elastic/elasticsearch
LGTM

View on GitHub

dakrone created a review on a pull request on elastic/elasticsearch
LGTM, thanks Pete!

View on GitHub

dakrone created a review on a pull request on elastic/elasticsearch
Docs LGTM also

View on GitHub

dakrone deleted a branch dakrone/elasticsearch

backport/8.x/pr-120487

dakrone created a comment on a pull request on elastic/elasticsearch
If it's possible to add one without too much trouble, I think it's valuable to keep someone from accidentally undoing the cancellation support in the future.

View on GitHub

dakrone pushed 3 commits to backport/8.x/pr-120487 dakrone/elasticsearch
  • Mute org.elasticsearch.xpack.esql.action.CrossClusterAsyncEnrichStopIT testEnrichAfterStop #120757 47be8e5
  • Deduplicate code for getting cancellation checks out of a search context (#120828) (#120839) Just deduplicating the ... 7243adc
  • Merge branch '8.x' into backport/8.x/pr-120487 47d94bf

View on GitHub

dakrone opened a pull request on elastic/elasticsearch
[8.x] Fix cat_component_templates documentation (#120487)
Backports the following commits to 8.x: - Fix cat_component_templates documentation (#120487)
dakrone created a branch on dakrone/elasticsearch

backport/8.x/pr-120487 - Open Source, Distributed, RESTful Search Engine

dakrone pushed 1 commit to main elastic/elasticsearch
  • Fix cat_component_templates documentation (#120487) * fix_cat_component_templates_documentation * add changelog ... ea75dbe

View on GitHub

dakrone closed a pull request on elastic/elasticsearch
Fix cat_component_templates documentation
When call `GET _cat` we will get a response that `/_cat/component_templates/_cat/transforms` in one line. This PR add a '\n' at the end of `RestCatComponentTemplateAction#documentation` to fix thi...
Load more