Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Use the default distribution to test docs #31251

Merged
merged 13 commits into from
Jun 18, 2018

Commits on Jun 5, 2018

  1. Docs: Test snippets against default distro

    This switches the docs tests from the `oss-zip` distribution to the
    `zip` distribution so they have xpack installed and configured with the
    default basic license. The goal is to be able to merge the
    `x-pack/docs` directory into the `docs` directory, marking the x-pack
    docs with some kind of marker. This is the first step in that process.
    
    This also enables `-Dtests.distribution` support for the `docs`
    directory so you can run the tests against the `oss-zip` distribution
    with something like
    ```
    ./gradlew -p docs check -Dtests.distribution=oss-zip
    ```
    
    We can set up Jenkins to run both.
    
    Relates to elastic#30665
    nik9000 committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    34eef6a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2018

  1. Configuration menu
    Copy the full SHA
    274c60e View commit details
    Browse the repository at this point in the history
  2. Docs: Use the default distribution for docs tests

    This will allow us to merge xpack docs into the regular docs directory!
    
    Relates to elastic#30665
    nik9000 committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    18a77a0 View commit details
    Browse the repository at this point in the history
  3. Fix distribution

    nik9000 committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    cfba4ba View commit details
    Browse the repository at this point in the history
  4. Revert extra

    nik9000 committed Jun 11, 2018
    Configuration menu
    Copy the full SHA
    567996e View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2018

  1. Configuration menu
    Copy the full SHA
    83ebc69 View commit details
    Browse the repository at this point in the history
  2. Increase timeout

    nik9000 committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    a416fd4 View commit details
    Browse the repository at this point in the history
  3. Filter out xpack templates

    nik9000 committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    588864e View commit details
    Browse the repository at this point in the history
  4. Drop extra timeout

    nik9000 committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    038a99b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2018

  1. Remove extra newline

    nik9000 committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    6eab823 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

  1. Merge remote-tracking branch 'elastic/master' into pr/31251

    * elastic/master: (40 commits)
      [DOC] Extend SQL docs
      Immediately flush channel after writing to buffer (elastic#31301)
      [DOCS] Shortens ML API intros
      Use quotes in the call invocation (elastic#31249)
      move security ingest processors to a sub ingest directory (elastic#31306)
      Add 5.6.11 version constant.
      Fix version detection.
      SQL: Whitelist SQL utility class for better scripting (elastic#30681)
      [Docs] All Rollup docs experimental, agg limitations, clarify DeleteJob (elastic#31299)
      CCS: don't proxy requests for already connected node (elastic#31273)
      Mute ScriptedMetricAggregatorTests testSelfReferencingAggStateAfterMap
      [test] opensuse packaging turn up debug logging
      Add unreleased version 6.3.1
      Removes experimental tag from scripted_metric aggregation (elastic#31298)
      [Rollup] Metric config parser must use builder so validation runs (elastic#31159)
      [ML] Check licence when datafeeds use cross cluster search  (elastic#31247)
      Add notion of internal index settings (elastic#31286)
      Test: Remove broken yml test feature (elastic#31255)
      REST hl client: cluster health to default to cluster level (elastic#31268)
      [ML] Update test thresholds to account for changes to memory control (elastic#31289)
      ...
    jasontedor committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    95a4d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a7d636 View commit details
    Browse the repository at this point in the history
  3. Document funky subs

    nik9000 committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    1b402d3 View commit details
    Browse the repository at this point in the history