generated from kyma-project/template-repository
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore reconciling the EPP deployment if the only diff is in the spec…
… replicas (#227) * Ignore reconciling the EPP deployment if the only diff is in the spec replicas * Fix tests * Fix lint issues * Set desired EPP deployment replicas to nil if there is not HPA * Add integration test * Ignore setting HPA * fix equality tests for EPP * moarcrap * Update module docs (#230) * Update module docs * Further improvements * Remove parallel test run (#224) * Change spelling. * Remove parallel execution from test `Update Eventing CR`. * Remove all parallel running. * Eventing Manager Module Documentation (#226) * Add the docs for contributor * User documentation * Add automatically generated CRD documentation * Small improvements * Replace link * Apply review comments * Add review comments * Fix typo * Add review comments * Bump golang.org/x/oauth2 from 0.13.0 to 0.14.0 (#232) Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.13.0 to 0.14.0. - [Commits](golang/oauth2@v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump github.com/vektra/mockery/v2 from 2.36.0 to 2.36.1 (#219) Bumps [github.com/vektra/mockery/v2](https://github.com/vektra/mockery) from 2.36.0 to 2.36.1. - [Release notes](https://github.com/vektra/mockery/releases) - [Changelog](https://github.com/vektra/mockery/blob/master/docs/changelog.md) - [Commits](vektra/mockery@v2.36.0...v2.36.1) --- updated-dependencies: - dependency-name: github.com/vektra/mockery/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump github.com/onsi/gomega from 1.29.0 to 1.30.0 (#229) Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](onsi/gomega@v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Closing NATS connection on subscription manager shutdown and disable parallel reconciliations (#233) * Closing NATS connection on subscription manager shutdown * added logs * set concurrent reconciliations to 0 * updated * revert doc change * fix tests by reverting most of the previous changes and introducing predicates for all watched resources * change predicates introduce some logging * skip on create * ignore updates on cr /crb * cleanup predicate code * add more info to predicates * change loglevel for predicates * fix broken build * more cleanup * debug * debug * debug * debug * Address review comments - Refactoring - Add unit tests * fix imports * fix tests * fix tests * fix equality for envs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Korbinian Stoemmer <[email protected]> Co-authored-by: Iwona Langer <[email protected]> Co-authored-by: Friedrich <[email protected]> Co-authored-by: Carina Kothe <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Muhammad Faizan <[email protected]>
- Loading branch information
1 parent
f0d0636
commit f992d70
Showing
14 changed files
with
1,750 additions
and
88 deletions.
There are no files selected for viewing
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 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 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 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 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
Oops, something went wrong.