-
Notifications
You must be signed in to change notification settings - Fork 41
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
fix: adding warning when pushing monitors from yaml files #977
fix: adding warning when pushing monitors from yaml files #977
Conversation
💚 CLA has been signed |
I've since signed the agreement. Let me know if you need anything else here. |
@Spoonsk Thank you for the contribution :) |
@Spoonsk Can you sign the CLA again? Thanks. |
I filled out the CLA again with my github name and we are still seeing the CLA failure. Is there something we need to do to retrigger the CLA evaluation? |
@Spoonsk i see commits from 2 users names, Joe Gast and you, maybe Joe Gast also need to sign? |
I just signed. |
I see the issue. We have some commits on here that were created by a user with an email that isn't associated with a github account. I will try to re-author those commits on this Branch, if that doesn't work. Then I may need to create another branch with another PR and we can abandon this one. |
- Validation/warning prior to UTF-8 decoding of files - warning when a 'browser' type monitor is ignored - removing unused variable (causing linter error)
changing warning text Co-authored-by: Vignesh Shanmugam <vignesh.shanmugam22@gmail.com>
…ding - updated types@node to be more in line with current version
Co-authored-by: Vignesh Shanmugam <vignesh.shanmugam22@gmail.com>
87d34bc
to
74933d0
Compare
There we go. I was able to re-author the Joe Gast commits. Should CLA should be happy now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @Spoonsk
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
Added warnings to npx push for scenarios where monitors are silently ignored. See Add warnings for silent failures during lightweight synthetics pushes #976