Releases: OCA/oca-port
Releases · OCA/oca-port
v0.21
What's Changed
- [IMP] Introduce platform gating for existing PR detection by @dzungtran89 in #89
New Contributors
- @dzungtran89 made their first contribution in #89
Full Changelog: v0.20...v0.21
v0.20
What's Changed
- [FIX] processing prs with the proper syntax by @FranzPoize in #91
New Contributors
- @FranzPoize made their first contribution in #91
Full Changelog: v0.19...v0.20
v0.19
What's Changed
- Update README.md by @remyAuneor in #69
- Fix README odoo-module-migrator installation by @sebastienbeau in #70
- [FIX] PortAddonPullRequest: retrieve original PR based on Odoo Version branch pattern by @sebalix in #71
- fix error when gh is not installed by @hparfr in #72
- [CI] .github/workflows/pre-commit.yml: switch to actions/cache@v4 by @sebalix in #73
- [IMP] Allow untracked files in repository, like any git command by @sebalix in #75
- PortAddonPullRequest: fix
print_satellite_diff(), use whole rootdir path by @sebalix in #76 - MigrateAddon: ensure to run pre-commit by @sebalix in #77
- [FIX] utils.git.run_pre_commit: do not commit untracked files by @sebalix in #78
- [FIX] UserCache: fix cache for modules that were moved to another repo by @sebalix in #79
- [FIX] utils.github.get_original_pr() and utils.git.check_path_exists() by @sebalix in #80
- MigrateAddon: always run local pre-commit implementation, not the one from
odoo-module-migratorby @sebalix in #81 - utils.github.GitHub.request: fix how URL is built (avoid 404) by @sebalix in #82
- [IMP] Add support for module renaming by @sebalix in #74
- [IMP] allow to disable pre-commit or module-migrator by @ivantodorovich in #85
- Update README by @sebalix in #86
New Contributors
- @remyAuneor made their first contribution in #69
- @sebastienbeau made their first contribution in #70
- @hparfr made their first contribution in #72
- @ivantodorovich made their first contribution in #85
Full Changelog: v0.18...v0.19
v0.18
What's Changed
- [IMP] integrate with odoo-module-migrator by @trisdoan in #53
- [IMP] integrate gh tool by @trisdoan in #63
- MigrateAddon: rework generation of tips by @sebalix in #65
- [FIX] replace pkg_resources with importlib.metadata by @trisdoan in #68
- PortAddonPullRequest: reduce noise by filtering PRs to port by @sebalix in #67
New Contributors
Full Changelog: v0.17...v0.18
v0.17
v0.16
What's Changed
- utils.git.Commit: leverage user's cache to get commit file paths by @sebalix in #50
- Refactor main arguments + other improvements by @sebalix in #51
- [IMP] Migrate/port modules located in subfolder (module path as input instead of module name) by @sebalix in #52
- PortAddonPullRequest: fix PR blacklisting by @sebalix in #57
- Update README.md + fix port of modules located in a subfolder by @sebalix in #58
Full Changelog: v0.15...v0.16
v0.15
v0.14
What's Changed
- PortAddonPullRequest: use previous branch as base by @sebalix in #25
- Make 'oca-port' available as a Python package + JSON output by @sebalix in #26
- Move out code from init by @simahawk in #30
- Sort files round 2 + rename some vars by @simahawk in #31
- Add PR blacklist by @simahawk in #32
- Improve blacklisting by @simahawk in #35
- README: how to use
oca-port-prby @sebalix in #34 - Make 'App' class available as
oca_port.Appby @sebalix in #37 - Operation: test coverage! by @simahawk in #36
- [FIX] github.search_migration_pr: fix matching of module name in PR title by @sebalix in #38
- utils.search_migration_pr: check open then closed PRs by @sebalix in #39
- App: add
github_tokenparameter by @sebalix in #40 - App: make returned result consistent with output options by @sebalix in #42
- Improve tests by @sebalix in #43
- PortAddonPullRequest: skip diff on auto-generated files by @sebalix in #44
New Contributors
Full Changelog: v0.13...v0.14
v0.13
What's Changed
- Add video link from OCA 2022 by @flotho in #14
- [IMP] Skip translation commits from noreply@weblate.org by @sebalix in #15
- blacklist: fix commit of storage folder by @sebalix in #22
- Enable editable install (pip install -e) by @sebalix in #23
- [IMP] Add user's cache (default to ~/.cache/oca-port/) by @sebalix in #16
- Configure
pre-commitby @sebalix in #24
New Contributors
Full Changelog: v0.12...v0.13