-
Notifications
You must be signed in to change notification settings - Fork 69
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
[TEMP] Investigate component tests failures #1173
[TEMP] Investigate component tests failures #1173
Commits on Jan 31, 2024
-
Fixed link in open_basedir related log message (elastic#1129)
* Fixed link in open_basedir related log message * Fixed link from Troubleshooting to Limitations / open_basedir
Configuration menu - View commit details
-
Copy full SHA for 9e35092 - Browse repository at this point
Copy the full SHA 9e35092View commit details
Commits on Feb 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7a7b0e0 - Browse repository at this point
Copy the full SHA 7a7b0e0View commit details
Commits on Mar 19, 2024
-
ci bump the github-actions group with 3 updates (elastic#1141)
Bumps the github-actions group with 3 updates: [hashicorp/vault-action](https://github.com/hashicorp/vault-action), [google-github-actions/auth](https://github.com/google-github-actions/auth) and [google-github-actions/upload-cloud-storage](https://github.com/google-github-actions/upload-cloud-storage). Updates `hashicorp/vault-action` from 2.7.4 to 3.0.0 - [Release notes](https://github.com/hashicorp/vault-action/releases) - [Changelog](https://github.com/hashicorp/vault-action/blob/main/CHANGELOG.md) - [Commits](hashicorp/vault-action@v2.7.4...v3.0.0) Updates `google-github-actions/auth` from 1 to 2 - [Release notes](https://github.com/google-github-actions/auth/releases) - [Changelog](https://github.com/google-github-actions/auth/blob/main/CHANGELOG.md) - [Commits](google-github-actions/auth@v1...v2) Updates `google-github-actions/upload-cloud-storage` from 1 to 2 - [Release notes](https://github.com/google-github-actions/upload-cloud-storage/releases) - [Changelog](https://github.com/google-github-actions/upload-cloud-storage/blob/main/CHANGELOG.md) - [Commits](google-github-actions/upload-cloud-storage@v1...v2) --- updated-dependencies: - dependency-name: hashicorp/vault-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/auth dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: google-github-actions/upload-cloud-storage dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f12d3ef - Browse repository at this point
Copy the full SHA f12d3efView commit details
Commits on Mar 29, 2024
-
fix: use latest fpm version (elastic#1144)
Signed-off-by: Adrien Mannocci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1469804 - Browse repository at this point
Copy the full SHA 1469804View commit details
Commits on Apr 3, 2024
-
security: add permissions block to workflows (elastic#1136)
* security: add permissions block to workflows * Add permissions * Remove actions permissions
Configuration menu - View commit details
-
Copy full SHA for ccd4cfa - Browse repository at this point
Copy the full SHA ccd4cfaView commit details
Commits on Apr 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 249c1e8 - Browse repository at this point
Copy the full SHA 249c1e8View commit details
Commits on Apr 18, 2024
-
feat: use pre-built fpm container image (elastic#1145)
* feat: use pre-built fpm container image Signed-off-by: Adrien Mannocci <[email protected]> * fix: docker login before build phase Signed-off-by: Adrien Mannocci <[email protected]> * ci: inherit secrets from upstream workflow Signed-off-by: Adrien Mannocci <[email protected]> * ci(fix): docker login for test packages too Signed-off-by: Adrien Mannocci <[email protected]> * feat: build container image in the project itself Signed-off-by: Adrien Mannocci <[email protected]> * ci: enable cache build on push for testing purpose Signed-off-by: Adrien Mannocci <[email protected]> * chore: push only latest Signed-off-by: Adrien Mannocci <[email protected]> * fix: correct container tags Signed-off-by: Adrien Mannocci <[email protected]> * ci: switch to github packages Signed-off-by: Adrien Mannocci <[email protected]> * ci: disable push publish Signed-off-by: Adrien Mannocci <[email protected]> * fix: correct permissions Signed-off-by: Adrien Mannocci <[email protected]> * fix: correct permissions Signed-off-by: Adrien Mannocci <[email protected]> * ci: add version in comments Signed-off-by: Adrien Mannocci <[email protected]> * ci: use hardcode literal when useful Signed-off-by: Adrien Mannocci <[email protected]> * ci: use a less specific tag Signed-off-by: Adrien Mannocci <[email protected]> * ci: test package before publishing the container image Signed-off-by: Adrien Mannocci <[email protected]> * ci: re-enable cache on push Signed-off-by: Adrien Mannocci <[email protected]> * ci: forward test image tag Signed-off-by: Adrien Mannocci <[email protected]> * fix: forward correctly image tag Signed-off-by: Adrien Mannocci <[email protected]> * fix: push to env instead of output Signed-off-by: Adrien Mannocci <[email protected]> * fix: tag correctly test container image Signed-off-by: Adrien Mannocci <[email protected]> * ci: cleanup Signed-off-by: Adrien Mannocci <[email protected]> --------- Signed-off-by: Adrien Mannocci <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 627a3db - Browse repository at this point
Copy the full SHA 627a3dbView commit details
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1d68a37 - Browse repository at this point
Copy the full SHA 1d68a37View commit details
Commits on May 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 04142bf - Browse repository at this point
Copy the full SHA 04142bfView commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 56d44b9 - Browse repository at this point
Copy the full SHA 56d44b9View commit details
Commits on May 20, 2024
-
Bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the githu…
…b-actions group (elastic#1156) Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@951c0c5...173725a)
Configuration menu - View commit details
-
Copy full SHA for 0273f82 - Browse repository at this point
Copy the full SHA 0273f82View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3c00d4 - Browse repository at this point
Copy the full SHA a3c00d4View commit details
Commits on Jun 3, 2024
-
Bump docker/login-action from 3.1.0 to 3.2.0 in the github-actions gr…
…oup (elastic#1160) Bumps the github-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@e92390c...0d4c9c5) --- updated-dependencies: - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for fae8e13 - Browse repository at this point
Copy the full SHA fae8e13View commit details
Commits on Jun 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9de0e79 - Browse repository at this point
Copy the full SHA 9de0e79View commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4935fd4 - Browse repository at this point
Copy the full SHA 4935fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for de0870e - Browse repository at this point
Copy the full SHA de0870eView commit details
Commits on Jun 10, 2024
-
Bump actions/attest-build-provenance from 1.1.2 to 1.2.0 in the githu…
…b-actions group (elastic#1168) Bumps the github-actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)
Configuration menu - View commit details
-
Copy full SHA for ab8d985 - Browse repository at this point
Copy the full SHA ab8d985View commit details
Commits on Jun 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d0b3530 - Browse repository at this point
Copy the full SHA d0b3530View commit details -
Configuration menu - View commit details
-
Copy full SHA for b503108 - Browse repository at this point
Copy the full SHA b503108View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8805a1 - Browse repository at this point
Copy the full SHA a8805a1View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 32042df - Browse repository at this point
Copy the full SHA 32042dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fddc3e3 - Browse repository at this point
Copy the full SHA fddc3e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebde4f6 - Browse repository at this point
Copy the full SHA ebde4f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1aa0dd4 - Browse repository at this point
Copy the full SHA 1aa0dd4View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for eb1812d - Browse repository at this point
Copy the full SHA eb1812dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69f3b15 - Browse repository at this point
Copy the full SHA 69f3b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for c549891 - Browse repository at this point
Copy the full SHA c549891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b0bcfb - Browse repository at this point
Copy the full SHA 7b0bcfbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 581ee6f - Browse repository at this point
Copy the full SHA 581ee6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bf8f5f - Browse repository at this point
Copy the full SHA 6bf8f5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3237fb6 - Browse repository at this point
Copy the full SHA 3237fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95df446 - Browse repository at this point
Copy the full SHA 95df446View commit details -
Configuration menu - View commit details
-
Copy full SHA for fadc64c - Browse repository at this point
Copy the full SHA fadc64cView commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b7a8c75 - Browse repository at this point
Copy the full SHA b7a8c75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e524c2 - Browse repository at this point
Copy the full SHA 6e524c2View commit details
Commits on Jul 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e37a615 - Browse repository at this point
Copy the full SHA e37a615View commit details