This repository was archived by the owner on Oct 28, 2024. It is now read-only.
fix: use toJSON instead readJSON#1071
Merged
kuisathaverat merged 1 commit intoelastic:masterfrom Apr 12, 2021
Merged
Conversation
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪💚 Flaky test reportTests succeeded. Expand to view the summary
Test stats 🧪
|
cachedout
approved these changes
Apr 12, 2021
v1v
referenced
this pull request
in v1v/apm-pipeline-library
Apr 15, 2021
* 'master' of github.com:elastic/apm-pipeline-library: fix: use toJSON instead readJSON (#1071) test-infra: add curl validation on windows (#1069) CI: skip using ubuntu label in the beats test-infra (#1070)
v1v
added a commit
that referenced
this pull request
Apr 18, 2021
* upstream/master: (56 commits) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.209 security: disable codecov bash updater chore(deps-dev): bump mockito-core from 3.8.0 to 3.9.0 (#1073) fix: use toJSON instead readJSON (#1071) test-infra: add curl validation on windows (#1069) CI: skip using ubuntu label in the beats test-infra (#1070) test: add Ubuntu 20.04 to the tests (#1068) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.208 Disable unique ephemeral worker by default (#1067) Fix and simplify buildStatus step (#1066) Add benchmark reporter image to build pipeline (#1065) docs: update CHANGELOG.md [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release v1.1.207 feat: stage status cache (#1061) feat: step hasCommentAuthorWritePermissions (#1064) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
replace the use of readJSON with toJSON.