-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[17.0][MIG] web_dialog_size: Migration to 17.0 #2769
Conversation
jethavadakshal
commented
Mar 14, 2024
- Migrated web dialog size module.
- Removed LegacyComponent as it's deprecated on version 17 and used component instead.
- Created json controller to get the value of web_dialog_size.default_maximize from system parameters.
- Removed additional argument from dialog patch.
/ocabot migration web_dialog_size Please take car about the PR title for being proper, or it won't appear on searches over the module name. |
Hello @pedrobaeza , |
Don't worry about the codecov thing. It's just a quality measure about the test coverage. It's not mandatory to comply with it. Now the PR should be reviewed by people, as stated in https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md |
Thanks, @pedrobaeza |
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.
Hi @jethavadakshal!
First of all thanks for the work, but it's important to follow the steps defined on https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 because you have to preserve the commit history.
Please, force push the changes by following this steps 😄
d842899
to
129e8a9
Compare
Hello @CarlosRoca13, |
The steps are:
Then apply your changes and finally commit your changes to force push to this branch. 😄 The importance of doing this is to ensure that the work done by other contributors is not forgotten. |
And please avoid multiples commits for the migration process to avoid noice, your commits on the migration should be 2:
|
Superseded by #2919 |