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
Bump github.com/vektra/mockery/v2 from 2.36.0 to 2.36.1 #219
Merged
kyma-bot
merged 1 commit into
main
from
dependabot/go_modules/github.com/vektra/mockery/v2-2.36.1
Nov 10, 2023
Merged
Bump github.com/vektra/mockery/v2 from 2.36.0 to 2.36.1 #219
kyma-bot
merged 1 commit into
main
from
dependabot/go_modules/github.com/vektra/mockery/v2-2.36.1
Nov 10, 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
kyma-bot
added
size/XS
Denotes a PR that changes 0-9 lines, ignoring generated files.
area/dependency
Issues or PRs related to dependency changes
and removed
dependencies
labels
Nov 6, 2023
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]>
dependabot
bot
force-pushed
the
dependabot/go_modules/github.com/vektra/mockery/v2-2.36.1
branch
from
November 10, 2023 09:41
beb9391
to
a313002
Compare
friedrichwilken
approved these changes
Nov 10, 2023
dependabot
bot
deleted the
dependabot/go_modules/github.com/vektra/mockery/v2-2.36.1
branch
November 10, 2023 09:53
marcobebway
pushed a commit
to marcobebway/eventing-manager
that referenced
this pull request
Nov 13, 2023
…#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>
kyma-bot
pushed a commit
that referenced
this pull request
Nov 14, 2023
… 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]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/dependency
Issues or PRs related to dependency changes
go
Pull requests that update Go code
lgtm
Looks good to me!
size/XS
Denotes a PR that changes 0-9 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.
Bumps github.com/vektra/mockery/v2 from 2.36.0 to 2.36.1.
Release notes
Sourced from github.com/vektra/mockery/v2's releases.
Commits
deb4860
Merge pull request #730 from LandonTClipp/issue_726b648c23
Add additional test2dd8f00
Use gotestsum for better testing outputd3515d1
Fix bug with sub-package inheritancee86d230
Simplifying some config in interface copying code5978bc5
Fix test with config initialization0310201
Add fix for showconfig command77064ad
Fix config bug where mockery crashes when package map is nil726d76c
Update running.mdDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)