DO NOT MERGE: Custom changes#1
Open
carmenbianca wants to merge 27 commits into
Open
Conversation
Member
Author
|
The failing tests here are ultimately not very interesting. |
Member
Author
|
In 8b8df74 I upped the prettier version for both Odoo 12 and Odoo 14. I get a super weird bug on Fedora 35 where an older version just wipes the contents of all XML files. I'm not sure how to debug that, and it'll be really annoying for development work on OCA 14.0. |
b66b368 to
642b9e6
Compare
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
The new tests were copied from the 13.0 template. Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
black 19.x doesn't respect trailing commas in lists flake8 3.4.x does not run on Python <3.8. The old prettier version doesn't behave correctly on new operating systems (Fedora 35). pylint-odoo 3.5.0 doesn't work on Python <3.10. Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca Bakker <carmen@coopiteasy.be>
Conflicts:
src/.github/workflows/{% if ci == 'GitHub' %}test.yml{% endif %}.jinja
src/.github/workflows/{% if github_enable_stale_action %}stale.yml{% endif %}
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
This reverts commit f42c830.
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
Signed-off-by: Carmen Bianca BAKKER <carmen@coopiteasy.be>
* use ubuntu 22.04 for all github actions instead of using ubuntu 20.04 for versions < 14, as ubuntu 20.04 has been retired by github. * use python 3.7 (instead of 3.6) for pre-commit, as this is the minimal available version on github's ubuntu 22.04 environment.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Custom changes on top of OCA#117
This PR exists to track + discuss the changes