-
Notifications
You must be signed in to change notification settings - Fork 19
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
Adding support to HeartBeat Monitor type #18
base: master
Are you sure you want to change the base?
Adding support to HeartBeat Monitor type #18
Conversation
@mnaser PTAL on this new MR. |
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.
one tiny nit but the refactor looks great.
docs/resources/monitor.md
Outdated
* `http_method` - available for HTTP monitoring. Can be one of the following: | ||
- `HEAD` (default for non-keyword) | ||
- `GET` (default for keyword) | ||
- `POST` | ||
- `PUT` | ||
- `PATCH` | ||
- `DELETE` | ||
- `OPTIONS` |
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.
I think this was accidentally swallowed in the refactor :)
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.
Yep, you are right, thanks for the review.
Fixed - 8452343
It looks like the tests failed, could you perhaps try and run them locally and see if you can reproduce and fix this? I appreciate your follow up on this! |
I'll do it later today. |
Done 9b5e31c |
The tests were failing since we were making use of the same name.
It was super late, and I misread the test outputs, now that I saw your commit I realized the tests problems. BTW, is there a special reason for the tests do not run right after the pull request is created? |
It's a GitHub thing since you have not had any contributions yet. https://docs.github.com/en/actions/managing-workflow-runs/approving-workflow-runs-from-public-forks |
Looks like it needs to add the TF and API KEY env variables into the Repo configuration, for some reason that I do not know looks like those are not being loaded into this one. Will you have time to TAL on this? |
Ping... |
Any progress here? Would like to use this feature too and this seams to be the best maintained fork of the original repo. |
@mnaser .... |
Not sure what else can I do as well. |
Ping... |
@rogerioefonseca I also sent a PR to this repository, but since they seem to be busy, we decided to manage our own provider. |
Nice, I'll do it on the weekend. |
Any Update here? Would like to use this feature to not do this manually... |
close #14