generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Cache runtime objects only created by the EventingManager #273
Merged
kyma-bot
merged 2 commits into
kyma-project:main
from
marcobebway:258-load-only-needed-objects-in-cache
Nov 30, 2023
Merged
Cache runtime objects only created by the EventingManager #273
kyma-bot
merged 2 commits into
kyma-project:main
from
marcobebway:258-load-only-needed-objects-in-cache
Nov 30, 2023
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
3 tasks
kyma-bot
added
the
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
label
Nov 29, 2023
marcobebway
added
kind/bug
Categorizes issue or PR as related to a bug.
area/eventing
Issues or PRs related to eventing
labels
Nov 29, 2023
marcobebway
force-pushed
the
258-load-only-needed-objects-in-cache
branch
from
November 29, 2023 16:43
c846ac5
to
8e7945c
Compare
k15r
reviewed
Nov 30, 2023
k15r
reviewed
Nov 30, 2023
k15r
approved these changes
Nov 30, 2023
friedrichwilken
pushed a commit
to friedrichwilken/eventing-manager
that referenced
this pull request
Dec 14, 2023
…ct#273) * Cache runtime objects only created by the EventingManager * Update test case name
friedrichwilken
pushed a commit
to friedrichwilken/eventing-manager
that referenced
this pull request
Dec 14, 2023
…ct#273) * Cache runtime objects only created by the EventingManager * Update test case name
friedrichwilken
pushed a commit
to friedrichwilken/eventing-manager
that referenced
this pull request
Dec 14, 2023
…ct#273) * Cache runtime objects only created by the EventingManager * Update test case name
friedrichwilken
pushed a commit
to friedrichwilken/eventing-manager
that referenced
this pull request
Dec 14, 2023
…ct#273) * Cache runtime objects only created by the EventingManager * Update test case name
kyma-bot
pushed a commit
that referenced
this pull request
Dec 14, 2023
* Moved api pkg from eventing-controller (#260) * Moved api pkg from eventing-controller * updated samples * Fix failing tests * Delete external CRD folder * Revert 02-configuration.md doc --------- Co-authored-by: Mansur Uralov <[email protected]> * Cache runtime objects only created by the EventingManager (#273) * Cache runtime objects only created by the EventingManager * Update test case name * Semantic versioning in security scan config (#319) * check_image.sh * check_image.sh * release.sh * Remove `.version` file check in release * Call retry function * Refactoring * Verify status * Check tags in security-scan-config.yaml * Check on both place * Collect latest run related data * Checkout code (#323) * Release input variable for tag checking (#324) * Release input variable for tag checking (#326) * Release input variable for tag checking * Remove whitespace * Remove white space at rc-tag * Initial Wait Time (#327) * Initial Wait Time * Parameters * Remove first check * Run github action workflows on release-branches. (#330) * tidy go.mod * bump golangcli-lint vesion * bump release version --------- Co-authored-by: Muhammad Faizan <[email protected]> Co-authored-by: Mansur Uralov <[email protected]> Co-authored-by: Marco Bebway <[email protected]> Co-authored-by: Tibor Kiss <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/documentation
Issues or PRs related to documentation
area/eventing
Issues or PRs related to eventing
cla: yes
Indicates the PR's author has signed the CLA.
kind/bug
Categorizes issue or PR as related to a bug.
lgtm
Looks good to me!
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
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
Cache runtime objects only created by the EventingManager.
Related issue(s)