-
Notifications
You must be signed in to change notification settings - Fork 592
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
first release #1
Merged
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
This was referenced Sep 19, 2018
sjwoodman
pushed a commit
to sjwoodman/eventing
that referenced
this pull request
Oct 19, 2018
remove reference that Source has subscriptions
sjwoodman
pushed a commit
to sjwoodman/eventing
that referenced
this pull request
Oct 19, 2018
Remove EventType resource
jcrossley3
pushed a commit
to jcrossley3/eventing
that referenced
this pull request
Apr 29, 2019
Closed
5 tasks
skonto
pushed a commit
to skonto/eventing
that referenced
this pull request
Nov 21, 2022
* Use openshift-knative org in release scripts * Force PR title for sync job
knative-prow bot
pushed a commit
that referenced
this pull request
Dec 5, 2023
* Implement the auth check in the event receiver * Reject request for wrong audience in IMC event_receiver (#1) * Running the rekt test Co-authored-by: Christoph Stäbler <cstabler@redhat.com> * Update pkg/channel/fanout/fanout_event_handler.go Co-authored-by: Calum Murray <cmurray@redhat.com> * Update the variable naming Signed-off-by: Leo Li <leoli@redhat.com> * Refactor the jwt event auth header verification Signed-off-by: Leo Li <leoli@redhat.com> * Revert the refactoring Signed-off-by: Leo Li <leoli@redhat.com> * Fix the linter issue Signed-off-by: Leo Li <leoli@redhat.com> --------- Signed-off-by: Leo Li <leoli@redhat.com> Co-authored-by: Christoph Stäbler <cstabler@redhat.com> Co-authored-by: Calum Murray <cmurray@redhat.com>
Cali0707
added a commit
to Cali0707/eventing
that referenced
this pull request
Jul 5, 2024
Signed-off-by: Calum Murray <cmurray@redhat.com>
knative-prow bot
pushed a commit
that referenced
this pull request
Jul 9, 2024
…ger (#7933) * data plane changes * moved global variables inside function * updated other functions * feature flag * verifying events get delivered * main test * test for broker in different namespace * changed to two environments * updated namespace variables * moved feature flag prerequisite * fix global undefined problem * updated creating namespace * ctx variable name update * getting rid of trigger goes ready since it's done in feature * adding withbrokerref option for trigger install * changing the way parameter is passed in * refactor brokername parameter * clean up unused variables * added missing broker name * deleted unused parameter * enabling feature flag * fixed argument * cleaned up unused variable * manually resolving URL for sending events * use StartSenderToNamespacedResource * Update code * comments clean up * Update go.mod * Update go.sum * Update modules.txt * Update forwarder.go * update codegen * debug unit test * comments clean up * clean up unused variables * undo changes to owners_aliases * updated broker filter handler * install broker * install trigger and broker * adding subscriber to triggerCfg * added withbrokerref function * updated filter handler checks * updated broker in reportArgs * updated broker handling in handleDispatchToSubscribeRequest * updated brokerref in handleDispatchToReplyRequest * updated WithBrokerRef fcn * fix(test): the crossnamespace e2e test passes now (#1) Signed-off-by: Calum Murray <cmurray@redhat.com> * fixed typo * fix: feature flags are passed correctly (#2) Signed-off-by: Calum Murray <cmurray@redhat.com> * Update test/rekt/crossnamespace_test.go Co-authored-by: Calum Murray <cmurray@redhat.com> * Update test/rekt/features/broker/crossnamespace.go Co-authored-by: Calum Murray <cmurray@redhat.com> * Update test/rekt/features/trigger/crossnamespace.go Co-authored-by: Calum Murray <cmurray@redhat.com> * cleaned up comments --------- Signed-off-by: Calum Murray <cmurray@redhat.com> Co-authored-by: Calum Murray <cmurray@redhat.com>
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.
No description provided.