Skip to content

Commit

Permalink
Merge branch 'main' into reindex-datastream-api-block-param
Browse files Browse the repository at this point in the history
  • Loading branch information
parkertimmins committed Jan 13, 2025
2 parents b8a257f + 67e1bd4 commit 88d0060
Show file tree
Hide file tree
Showing 75 changed files with 2,088 additions and 948 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ abstract class AbstractGitAwareGradleFuncTest extends AbstractGradleFuncTest {

def setup() {
remoteGitRepo = new File(setupGitRemote(), '.git')
"git clone ${remoteGitRepo.absolutePath} cloned".execute(Collections.emptyList(), testProjectDir.root).waitFor()
execute("git clone ${remoteGitRepo.absolutePath} cloned", testProjectDir.root)
buildFile = new File(testProjectDir.root, 'cloned/build.gradle')
settingsFile = new File(testProjectDir.root, 'cloned/settings.gradle')
}
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog/119798.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 119798
summary: "Add a `PostAnalysisAware,` distribute verification"
area: ES|QL
type: enhancement
issues: []
12 changes: 12 additions & 0 deletions docs/reference/esql/functions/kibana/definition/date_format.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/reference/esql/functions/types/date_format.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 88d0060

Please sign in to comment.