-
Notifications
You must be signed in to change notification settings - Fork 5
Chore/lint config migration #49
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
Merged
Merged
Changes from 12 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
444115b
chore: cherry-pick lint config changes from PR #11
jeremi 0289861
style: auto-format codebase with updated lint config
jeremi 811a351
style: auto-format codebase and fix ESLint errors
jeremi 0df50c2
docs: regenerate README files with oca-gen-addon-readme
jeremi 56fba1c
fix: resolve OCA hook failures for module checks and README generation
jeremi c2e3119
style: re-run prettier on edited files
jeremi b475877
fix: revert incorrectly uncommented manifest entries and fix fastapi …
jeremi 8ab04a7
fix: resolve all ruff lint errors across codebase
jeremi d5c3b96
fix: add setuptools dep for semgrep and fix fastapi demo tests
jeremi 8979100
fix: add test timeout and remove --no-http from CI
jeremi 7a7b17b
fix: pin setuptools<82 for semgrep and fix Odoo 19 TestCursor rename
jeremi f8ac3b9
fix: skip deadlocking endpoint_route_handler cross-env test on Odoo 19
jeremi 7829bf4
fix: skip OCA module tests incompatible with Odoo 19
jeremi 0ce2eb2
fix: move nosemgrep comments to sudo() lines for Semgrep suppression
jeremi 560b348
fix: exclude scripts/ from security.yml Semgrep scan
jeremi 9a34753
fix: use Generic[T] syntax for Python 3.11 compatibility
jeremi 7bd3831
chore: migrate lint config and fix codebase-wide lint issues
jeremi 25ee155
fix: remove ACL entries for non-existent models
jeremi 952025c
fix: resolve Semgrep SARIF suppression and CodeQL sensitive-data alert
jeremi 564f3f4
fix: remove debug log flagged by CodeQL as sensitive-data exposure
jeremi c328fa2
test: link Odoo 19 skips to tracking issues
jeremi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
CI test flag
--no-httpaccidentally removedHigh Severity
The
--no-httpflag was removed from the Odoo test command in CI. This flag prevents the HTTP server from starting during tests and is still present inci-full.ymlandscripts/test_single_module.sh. Without it, each test job starts an unnecessary HTTP server, wasting resources and risking port-conflict flakiness. In a lint-config-migration PR, this behavioral change looks unintentional.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.
No it was intended to test the rest API