Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 61 - 70 of 323 for elasticsearch (0.1 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. .ci/README.md

    CI configuration for Elasticsearch
    ==================================
    
    Layout and Syntax
    -----------------
    
    CI is run by Jenkins at [elasticsearch-ci](https://elasticsearch-ci.elastic.co/).
    Jobs live in the [jobs.t](jobs.t) directory, these are defined in YML using a syntax 
    simmilar to [JJB](https://elasticsearch-ci.elastic.co/view/Elasticsearch%20master/).
    Macros are not allowed, and each job must be defined in its own file.
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Wed Nov 13 15:12:00 GMT 2019
    - 679 bytes
    - Click Count (0)
  2. .ci/templates.t/pull-request-gradle-unix.yml

    ---
    - job:
        name: "elastic+elasticsearch+pull-request+{pr-job}"
        display-name: "elastic / elasticsearch - pull request {pr-job}"
        description: "Testing of Elasticsearch pull requests - {pr-job}"
        workspace: "/dev/shm/elastic+elasticsearch+pull-request+{pr-job}"
        scm:
          - git:
              refspec: "+refs/pull/${ghprbPullId}/*:refs/remotes/origin/pr/${ghprbPullId}/*"
              branches:
                - "${ghprbActualCommit}"
        triggers:
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Thu Jul 01 20:27:05 GMT 2021
    - 1.3K bytes
    - Click Count (0)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. .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)
  8. .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)
  9. 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)
  10. 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)
Back to Top