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

Introduce Docker images build #36246

Merged
merged 18 commits into from
Dec 6, 2018
Merged

Commits on Dec 5, 2018

  1. Introduce Docker images build

    This commit introduces the building of the Docker images as bonafide
    packaging formats alongside our existing archive and packaging
    distributions. This build is migrated from a dedicated repository, and
    converted to Gradle in the process.
    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    39c2372 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    a12dc3c View commit details
    Browse the repository at this point in the history
  3. More cleaup

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b7d2f08 View commit details
    Browse the repository at this point in the history
  4. Rename

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    efad7cb View commit details
    Browse the repository at this point in the history
  5. Remove unnecessary files

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    a9c9166 View commit details
    Browse the repository at this point in the history
  6. Fix SCM URL

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    f8364d3 View commit details
    Browse the repository at this point in the history
  7. Add missing newline

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    d50a5ce View commit details
    Browse the repository at this point in the history
  8. Simplify copy tasks

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    8e78667 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    684fcb5 View commit details
    Browse the repository at this point in the history
  10. More checks

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    26fe606 View commit details
    Browse the repository at this point in the history
  11. Remove newline

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    e065cd8 View commit details
    Browse the repository at this point in the history
  12. Add comments

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    6419019 View commit details
    Browse the repository at this point in the history
  13. Move config to config

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    0c2e6ff View commit details
    Browse the repository at this point in the history
  14. Add build.docker property

    jasontedor committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    b20be22 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Merge branch 'master' into build-docker-images

    * master: (133 commits)
      SNAPSHOT: Increase Timeout to Stabilize Test (elastic#36294)
      Fix get certificates HLRC API (elastic#36198)
      Avoid shutting down the only master (elastic#36272)
      Fix typo in comment
      Fix total hits serialization of the search response (elastic#36290)
      Fix FullClusterRestartIT#testRollupIDSchemeAfterRestart
      Mute FullClusterRestartIT#testRollupIDSchemeAfterRestart as we await a fix.
      [Docs] Add Profile API limitations (elastic#36252)
      Make sure test don't use Math.random for reproducability (elastic#36241)
      Fix compilation
      ingest: support default pipeline through an alias (elastic#36231)
      Zen2: Rename tombstones to exclusions (elastic#36226)
      [Zen2] Hide not recovered state (elastic#36224)
      Test: mute testDataNodeRestartWithBusyMasterDuringSnapshot
      Test: mute testSnapshotAndRestoreWithNested
      Revert "Test: mute failing mtermvector rest test"
      Test: mute failing mtermvector rest test
      add version 6.5.3 (elastic#36268)
      Make hits.total an object in the search response (elastic#35849)
      [DOCS] Fixes broken link in execute watch
      ...
    jasontedor committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    859a87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed4bf10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    507eaec View commit details
    Browse the repository at this point in the history
  4. Simplify

    jasontedor committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    cc31ddd View commit details
    Browse the repository at this point in the history