-
Notifications
You must be signed in to change notification settings - Fork 26
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
v2alpha1 CORS and Hosts #1157
Merged
Merged
v2alpha1 CORS and Hosts #1157
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
kyma-bot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Jul 10, 2024
Skipping CI for Draft Pull Request. |
kyma-bot
added
cla: yes
Indicates the PR's author has signed the CLA.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Jul 10, 2024
barchw
force-pushed
the
cors-policy-v2
branch
2 times, most recently
from
July 10, 2024 12:25
9372cc9
to
9d8405e
Compare
kyma-bot
added
size/XL
Denotes a PR that changes 500-999 lines, ignoring generated files.
and removed
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
labels
Jul 11, 2024
kyma-bot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Jul 11, 2024
kyma-bot
added
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Jul 11, 2024
This reverts commit 94e4eb0.
kyma-bot
removed
the
do-not-merge/work-in-progress
Indicates that a PR should not merge because it is a work in progress.
label
Jul 11, 2024
triffer
reviewed
Jul 12, 2024
internal/processing/processors/v2alpha1/virtual_service_processor.go
Outdated
Show resolved
Hide resolved
internal/processing/processors/v2alpha1/virtual_service_processor.go
Outdated
Show resolved
Hide resolved
internal/processing/processors/v2alpha1/virtual_service_processor_test.go
Outdated
Show resolved
Hide resolved
internal/processing/processors/v2alpha1/virtual_service_processor.go
Outdated
Show resolved
Hide resolved
triffer
previously approved these changes
Jul 15, 2024
triffer
previously approved these changes
Jul 15, 2024
docs/user/custom-resources/apirule/v2alpha1/04-10-apirule-custom-resource.md
Outdated
Show resolved
Hide resolved
…om-resource.md Co-authored-by: Natalia Sitko <[email protected]>
nataliasitko
approved these changes
Jul 15, 2024
mluk-sap
added a commit
to mluk-sap/api-gateway
that referenced
this pull request
Jul 16, 2024
* main: v2alpha1 CORS and Hosts (kyma-project#1157) gomod(deps): bump github.com/gardener/external-dns-management (kyma-project#1162) chore: add oathkeeper log collection (kyma-project#1164) Add rules validation for v2alpha1 (kyma-project#1156) Update security scanner config (kyma-project#1163) bug: increase retry attempts for ory scenarios (kyma-project#1160) Replace all context TODO (kyma-project#1158) Bump cypress from 13.12.0 to 13.13.0 in /tests/ui/tests (kyma-project#1144) feat: more log gathering in int test jobs (kyma-project#1154) gomod(deps): bump golang.org/x/net from 0.26.0 to 0.27.0 (kyma-project#1145) Remove blank spaces (kyma-project#1152) # Conflicts: # internal/validation/v2alpha1/v2alpha1.go # internal/validation/v2alpha1/v2alpha1_test.go
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.
Description
Changes proposed in this pull request:
Pre-Merge Checklist
Related issues