-
Notifications
You must be signed in to change notification settings - Fork 11
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
[WAF] Instances and hosts support for dedicated version #529
Merged
Conversation
This file contains 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
anton-sidelnikov
requested review from
Aloento,
vladimirvshivkov and
artem-lifshits
May 17, 2023 15:35
5 tasks
Aloento
previously approved these changes
May 17, 2023
artem-lifshits
previously approved these changes
May 18, 2023
anton-sidelnikov
dismissed stale reviews from artem-lifshits and Aloento
via
June 5, 2023 08:57
b96c918
This was referenced Jun 5, 2023
* waf dedicated hosts * minor fixes * timestamp type
anton-sidelnikov
changed the title
[WAF] Instances support for dedicated version (works only in eu-ch2)
[WAF] Instances and hosts support for dedicated version (works only in eu-ch2)
Jun 9, 2023
anton-sidelnikov
changed the title
[WAF] Instances and hosts support for dedicated version (works only in eu-ch2)
[WAF] Instances and hosts support for dedicated version
Jun 15, 2023
Aloento
previously approved these changes
Jul 24, 2023
artem-lifshits
previously approved these changes
Jul 24, 2023
anton-sidelnikov
dismissed stale reviews from artem-lifshits and Aloento
via
July 25, 2023 12:52
9365b5d
anton-sidelnikov
requested review from
Aloento,
artem-lifshits and
Polina-Gubina
July 25, 2023 12:52
Polina-Gubina
approved these changes
Jul 25, 2023
artem-lifshits
approved these changes
Jul 25, 2023
Aloento
approved these changes
Jul 25, 2023
Build succeeded. ✔️ otc-golangci-lint SUCCESS in 2m 37s |
artem-lifshits
pushed a commit
that referenced
this pull request
Jan 11, 2024
[WAF] Instances and hosts support for dedicated version WAFD instances and hosts === RUN TestWafPremiumInstanceWorkflow instance_test.go:48: Attempting to create WAF premium instance instance_test.go:77: Created WAF instance: 7a3add85fb7743cd89f6164f0b0bb08f instance_test.go:23: Attempting to delete WAF Premium instance: 7a3add85fb7743cd89f6164f0b0bb08f instance_test.go:26: Deleted WAF Premium instance: 7a3add85fb7743cd89f6164f0b0bb08f --- PASS: TestWafPremiumInstanceWorkflow (274.56s) PASS Process finished with the exit code 0 === RUN TestWafPremiumHostWorkflow host_test.go:65: Attempting to create WAF premium host host_test.go:82: Created WAF host: ccf29330ded847fbaaa4325b08633e10 host_test.go:40: Attempting to Get WAF Premium host: ccf29330ded847fbaaa4325b08633e10 host_test.go:45: Attempting to List WAF Premium hosts host_test.go:35: Attempting to delete WAF Premium host: ccf29330ded847fbaaa4325b08633e10 host_test.go:37: Deleted WAF Premium host: ccf29330ded847fbaaa4325b08633e10 --- PASS: TestWafPremiumHostWorkflow (2.63s) PASS Process finished with the exit code 0 Reviewed-by: Aloento Reviewed-by: Artem Lifshits Reviewed-by: Polina Gubina
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
WAFD instances and hosts
=== RUN TestWafPremiumInstanceWorkflow
instance_test.go:48: Attempting to create WAF premium instance
instance_test.go:77: Created WAF instance: 7a3add85fb7743cd89f6164f0b0bb08f
instance_test.go:23: Attempting to delete WAF Premium instance: 7a3add85fb7743cd89f6164f0b0bb08f
instance_test.go:26: Deleted WAF Premium instance: 7a3add85fb7743cd89f6164f0b0bb08f
--- PASS: TestWafPremiumInstanceWorkflow (274.56s)
PASS
Process finished with the exit code 0
=== RUN TestWafPremiumHostWorkflow
host_test.go:65: Attempting to create WAF premium host
host_test.go:82: Created WAF host: ccf29330ded847fbaaa4325b08633e10
host_test.go:40: Attempting to Get WAF Premium host: ccf29330ded847fbaaa4325b08633e10
host_test.go:45: Attempting to List WAF Premium hosts
host_test.go:35: Attempting to delete WAF Premium host: ccf29330ded847fbaaa4325b08633e10
host_test.go:37: Deleted WAF Premium host: ccf29330ded847fbaaa4325b08633e10
--- PASS: TestWafPremiumHostWorkflow (2.63s)
PASS
Process finished with the exit code 0