- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 405 for elasticsearch (0.11 seconds)
-
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/test/RestTestPlugin.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ package org.elasticsearch.gradle.internal.test; import org.elasticsearch.gradle.internal.BuildPlugin;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.1K bytes - Click Count (0) -
build-tools-internal/src/integTest/java/org/elasticsearch/gradle/internal/test/TestClasspathUtils.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ package org.elasticsearch.gradle.internal.test; import java.io.File; import java.io.IOException;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 15:14:44 GMT 2021 - 2.9K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/VersionPropertiesLoader.java
String elasticsearch = loadedProps.getProperty("elasticsearch"); if (elasticsearch == null) { throw new IllegalStateException("Elasticsearch version is missing from properties."); } if (elasticsearch.matches("[0-9]+\\.[0-9]+\\.[0-9]+") == false) { throw new IllegalStateException(
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Aug 09 07:39:30 GMT 2021 - 2.7K bytes - Click Count (0) -
build-tools-internal/src/main/resources/checkstyle_suppressions.xml
<suppress files="modules[/\\]lang-painless[/\\]src[/\\]main[/\\]java[/\\]org[/\\]elasticsearch[/\\]painless[/\\]antlr[/\\]PainlessParser(|BaseVisitor|Visitor)\.java" checks="." /> <suppress files="modules[/\\]lang-painless[/\\]src[/\\]main[/\\]java[/\\]org[/\\]elasticsearch[/\\]painless[/\\]antlr[/\\]SuggestLexer\.java" checks="." />
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 5.5K bytes - Click Count (0) -
.ci/os.sh
Defaults env_keep += "SYSTEM_JAVA_HOME" SUDOERS_VARS sudo chmod 0440 /etc/sudoers.d/elasticsearch_vars # Bats tests still use this locationa sudo rm -Rf /elasticsearch sudo mkdir -p /elasticsearch/qa/ && sudo chown jenkins /elasticsearch/qa/ && ln -s $PWD/qa/vagrant /elasticsearch/qa/ # sudo sets it's own PATH thus we use env to override that and call sudo annother time so we keep the secure root PATH
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Feb 17 17:41:23 GMT 2021 - 2.3K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/bug.md
about: "Report a confirmed bug. For unconfirmed bugs please visit https://discuss.elastic.co/c/elasticsearch" labels: ">bug,needs:triage" --- <!-- GitHub is reserved for bug reports and feature requests; it is not the place for general questions. If you have a question or an unconfirmed bug , please visit the [forums](https://discuss.elastic.co/c/elasticsearch). Please also check your OS is [supported](https://www.elastic.co/support/matrix#show_os).
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 07 00:50:18 GMT 2020 - 1.3K bytes - Click Count (0) -
TESTING.asciidoc
Additional plugins may be built alongside elasticsearch, where their dependency on elasticsearch will be substituted with the local elasticsearch build. To add your plugin, create a directory called elasticsearch-extra as a sibling of elasticsearch. Checkout your plugin underneath elasticsearch-extra and the build will automatically pick it up. You can verify the plugin is included as part of the build by checking the projects of the build.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Mon Jun 07 13:55:20 GMT 2021 - 32.5K bytes - Click Count (0) -
BUILDING.md
Building Elasticsearch with Gradle ============================= Elasticsearch is built using the [Gradle](https://gradle.org/) open source build tools. This document provides a general guidelines for using and working on the elasticsearch build logic. ## Build logic organisation
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 23 07:45:59 GMT 2021 - 6.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalDistributionBwcSetupPlugin.java
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ package org.elasticsearch.gradle.internal; import org.elasticsearch.gradle.Version;
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Aug 18 09:11:28 GMT 2021 - 14.5K bytes - Click Count (0) -
.ci/scripts/packaging-test.sh
Defaults env_keep += "SYSTEM_JAVA_HOME" SUDOERS_VARS sudo chmod 0440 /etc/sudoers.d/elasticsearch_vars # Bats tests still use this locationa sudo rm -Rf /elasticsearch sudo mkdir -p /elasticsearch/qa/ && sudo chown jenkins /elasticsearch/qa/ && ln -s $PWD/qa/vagrant /elasticsearch/qa/ # sudo sets it's own PATH thus we use env to override that and call sudo annother time so we keep the secure root PATH
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 2.3K bytes - Click Count (0)