-
Notifications
You must be signed in to change notification settings - Fork 1
feat(user): support mailing list #745
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
Conversation
On-behalf-of: SAP Michal Krzyz <michal.krzyz@sap.com> Signed-off-by: Michal Krzyz <michalkrzyz@gmail.com>
@@ -122,7 +122,7 @@ func (dbm *LocalTestDataBaseManager) Setup() error { | |||
return nil | |||
} | |||
|
|||
func (dbm *LocalTestDataBaseManager) ResetSchema() error { | |||
func (dbm *LocalTestDataBaseManager) ResetSchema(dbName string) error { |
There was a problem hiding this comment.
Choose a reason for hi 8000 ding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase to #742 please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase this branch onto #742. The rest of the changes look good and are approved.
@cesardsoto Please remove again the Makefile changes. The CodeQL GH action is failing due to that |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* Fix heureka cmd migration On-behalf-of: SAP Michal Krzyz <michal.krzyz@sap.com> Signed-off-by: Michal Krzyz <michalkrzyz@gmail.com> * feat(user): add mail list as user type and add email to user table * Automatic application of license header * feat(user): changes to Makefile --------- Signed-off-by: Michal Krzyz <michalkrzyz@gmail.com> Co-authored-by: Michal Krzyz <michalkrzyz@gmail.com> Co-authored-by: I753677 <cesar.soto01@sap.com> Co-authored-by: License Bot <license_bot@github.com> Co-authored-by: Michael Reimsbach <MR201190@gmail.com>
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
1 similar comment
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
2 similar comments
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change.
What type of PR is this? (check all applicable)
Related Tickets & Documents
Related Issue #
Closes feat(user): support mailing list #729
Fixes # (issue)
Added tests?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Added to documentation?
Checklist