Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

chore: update backports to 7.x#1077

Merged
mdelapenya merged 7 commits intoelastic:7.xfrom
mdelapenya:7.x-backports
Apr 22, 2021
Merged

chore: update backports to 7.x#1077
mdelapenya merged 7 commits intoelastic:7.xfrom
mdelapenya:7.x-backports

Conversation

@mdelapenya
Copy link
Copy Markdown
Contributor

What does this PR do?

It backports the following commits tp 7.x:

Why is it important?

Keep 7.x branch up-to-date accepting backports, otherwise merge conflicts will appear.

Checklist

  • My code follows the style guidelines of this project
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have made corresponding change to the default configuration files
  • I have added tests that prove my fix is effective or that my feature works
  • I have run the Unit tests for the CLI, and they are passing locally
  • I have run the End-2-End tests for the suite I'm working on, and they are passing locally
  • I have noticed new Go dependencies (run make notice in the proper directory)

Author's Checklist

  • Compared master branch with 7.x, adding commits not in 7.x

Related issues

adam-stokes and others added 7 commits April 22, 2021 12:04
* cli: enable loading default profiles turnkey

Fixes elastic#933
* update NOTICE
* Fix additional lint issues in ingest_manager_test
* Cleanup comment and trace log in GetComposeFile
* Provide better trace feedback if missing docker-compose
* Update cli/config/config.go
* chore: add back traces when extracting the files from the box (elastic#946)
* fix: use a more comprehensive initialisation method for configs
   As go init() method is not deterministic, I found that the logger init was
   not called at the right time. With change we ensure that the Init is:
   1) called first
   2) existing it the config was already populated
* chore: add back traces when extracting the files from the box

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
…ic#957)

Fixes elastic#944

This adds a length check on the string split for verifying that the
<service/image name>:<tag> is defined when adding additional services to a
profile deployment.

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
Adds additional overrides to pulling in the proper licenses

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
This handles building for all supported architectures including running packr
for embedding the binary files.

This allows us to easily extend our release process for tagging official cli
releases, building in various package formats and publishing to different
package registries

Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>
* chore: archive releases in Jenkins UI

* chore: simplify release process on Jenkins

* chore: remove garbage

* chore: support retrying fetching the goreleaser script

It will also retry in the case the release command fails

* chore: set GITHUB_TOKEN

* chore: ensure workspace is clean in the worker

* chore: add release information for goreleaser
Signed-off-by: Adam Stokes <51892+adam-stokes@users.noreply.github.com>

Co-authored-by: Manuel de la Peña <mdelapenya@gmail.com>
* chore: remove unused files after refactor

* chore: run unit tests with new layout

* fix: run unit tests on CI

* chore: include unit tests for the e2e dir

* fix: move unit tests resources for installer tests

* fix: move more test resources for unit tests

* fix: abstract path calculation from OS
@mdelapenya mdelapenya self-assigned this Apr 22, 2021
@mdelapenya mdelapenya requested a review from a team April 22, 2021 10:44
@elasticmachine
Copy link
Copy Markdown
Contributor

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #1077 opened

  • Start Time: 2021-04-22T10:44:19.840+0000

  • Duration: 22 min 32 sec

  • Commit: 8a7ffaf

Test stats 🧪

Test Results
Failed 0
Passed 142
Skipped 0
Total 142

Trends 🧪

Image of Build Times

Image of Tests

💚 Flaky test report

Tests succeeded.

Expand to view the summary

Test stats 🧪

Test Results
Failed 0
Passed 142
Skipped 0
Total 142

Copy link
Copy Markdown
Member

@v1v v1v left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the CI says it works then +1 :)

@mdelapenya mdelapenya marked this pull request as ready for review April 22, 2021 11:09
@mdelapenya mdelapenya merged commit 1291c19 into elastic:7.x Apr 22, 2021
@mdelapenya mdelapenya deleted the 7.x-backports branch April 30, 2021 09:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants