acsone / manifestoo

A tool to reason about Odoo addons manifests.
MIT License
42 stars 17 forks source link

select addons that have changed between two git refs #8

Open sbidoul opened 3 years ago

sbidoul commented 3 years ago

Inspiration to be had in pre-commit and oca-github-bot.

To investigate: UI to reveal changed/new/deleted addons (could be json only). In a first iteration, a selection of changed and new is sufficient.

To investigate: the OCA git bot does a merge before comparing. Check if this is necessary / useful here.

sbidoul commented 2 years ago

This must be done in the selection stage.