-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
feat: a script to check if existing org can be sync with the crm #10507
feat: a script to check if existing org can be sync with the crm #10507
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #10507 +/- ##
==========================================
- Coverage 49.54% 49.30% -0.24%
==========================================
Files 67 76 +9
Lines 20650 21840 +1190
Branches 4980 5231 +251
==========================================
+ Hits 10231 10769 +538
- Misses 9131 9751 +620
- Partials 1288 1320 +32 ☔ View full report in Codecov by Sentry. |
c343152
to
7117266
Compare
bc62047
to
67e1095
Compare
dfa9285
to
520249a
Compare
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.
Awesome
<!-- IMPORTANT CHECKLIST Make sure you've done all the following (You can delete the checklist before submitting) - [ ] PR title is prefixed by one of the following: feat, fix, docs, style, refactor, test, build, ci, chore, revert, l10n, taxonomy - [ ] Code is well documented - [ ] Include unit tests for new functionality - [ ] Code passes GitHub workflow checks in your branch - [ ] If you have multiple commits please combine them into one commit by squashing them. - [ ] Read and understood the [contribution guidelines](https://github.com/openfoodfacts/openfoodfacts-server/blob/main/CONTRIBUTING.md) --> ### What Existing orgs have been manually reviewed by @manon-corneille, using a dump generated by this script #10507. This PR provides a migration script (`scripts/migration/2024_08_validate_and_sync_crm_existing_orgs.pl`) to accept the selected orgs. The others are rejected and receive a rejection email notification. - added sync of org's country - few fixes in CRM.pm - [x] Awaiting email's wording. ### Screenshot <!-- Optional, you can delete if not relevant --> ### Related issue(s) and discussion - Fixes #7355 - Fixes #7359
What
The script create a csv file that tells what will be matched in the crm and what will be created.
It's like a verbose dry run of accepting the org.
Screenshot
Related issue(s) and discussion