Skip to content
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

chore: upgrade to off-dart 3.0.0 #4686

Merged

Conversation

monsieurtanuki
Copy link
Contributor

What

  • Upgrade to off-dart 3.0.0

Impacted files

  • background_task.dart: minor refactoring
  • background_task_crop.dart: added the UriProductHelper parameter
  • background_task_details.dart: added the UriProductHelper parameter
  • background_task_download_products.dart: added the UriProductHelper parameter
  • background_task_image.dart: added the UriProductHelper parameter
  • background_task_top_barcodes.dart: added the UriProductHelper parameter
  • background_task_unselect.dart: added the UriProductHelper parameter
  • forgot_password_page.dart: added the UriProductHelper parameter
  • ocr_ingredients_helper.dart: added the UriProductHelper parameter
  • ocr_packaging_helper.dart: added the UriProductHelper parameter
  • onboarding_data_product.dart: added the UriProductHelper parameter
  • ordered_nutrients_cache.dart: added the UriProductHelper parameter
  • paged_product_query.dart: added the UriProductHelper parameter
  • product_cards_helper.dart: now using an off-dart method
  • product_image_server_button.dart: added the UriProductHelper parameter
  • product_list_import_export.dart: added the UriProductHelper parameter
  • product_list_page.dart: added the UriProductHelper parameter
  • product_query.dart: added a static UriProductHelper that more or less replaces the QueryType; minor refactoring
  • product_refresher.dart: added the UriProductHelper parameter
  • pubspec.lock: wtf
  • pubspec.yaml: upgraded off-dart to 3.0.0
  • random_questions_query.dart: countries instead of country
  • sign_up_page.dart: added the UriProductHelper parameter
  • temp_product_list_share_helper.dart: now using a UriProductHelper
  • user_management_provider.dart: added the UriProductHelper parameter
  • user_preferences_account.dart: added the UriProductHelper parameter
  • user_preferences_dev_debug_info.dart: minor refactoring
  • user_preferences_dev_mode.dart: minor refactoring

Impacted files:
* `background_task.dart`: minor refactoring
* `background_task_crop.dart`: added the `UriProductHelper` parameter
* `background_task_details.dart`: added the `UriProductHelper` parameter
* `background_task_download_products.dart`: added the `UriProductHelper` parameter
* `background_task_image.dart`: added the `UriProductHelper` parameter
* `background_task_top_barcodes.dart`: added the `UriProductHelper` parameter
* `background_task_unselect.dart`: added the `UriProductHelper` parameter
* `forgot_password_page.dart`: added the `UriProductHelper` parameter
* `ocr_ingredients_helper.dart`: added the `UriProductHelper` parameter
* `ocr_packaging_helper.dart`: added the `UriProductHelper` parameter
* `onboarding_data_product.dart`: added the `UriProductHelper` parameter
* `ordered_nutrients_cache.dart`: added the `UriProductHelper` parameter
* `paged_product_query.dart`: added the `UriProductHelper` parameter
* `product_cards_helper.dart`: now using an off-dart method
* `product_image_server_button.dart`: added the `UriProductHelper` parameter
* `product_list_import_export.dart`: added the `UriProductHelper` parameter
* `product_list_page.dart`: added the `UriProductHelper` parameter
* `product_query.dart`: added a static `UriProductHelper` that more or less replaces the `QueryType`; minor refactoring
* `product_refresher.dart`: added the `UriProductHelper` parameter
* `pubspec.lock`: wtf
* `pubspec.yaml`: upgraded off-dart to 3.0.0
* `random_questions_query.dart`: `countries` instead of `country`
* `sign_up_page.dart`: added the `UriProductHelper` parameter
* `temp_product_list_share_helper.dart`: now using a `UriProductHelper`
* `user_management_provider.dart`: added the `UriProductHelper` parameter
* `user_preferences_account.dart`: added the `UriProductHelper` parameter
* `user_preferences_dev_debug_info.dart`: minor refactoring
* `user_preferences_dev_mode.dart`: minor refactoring
@monsieurtanuki monsieurtanuki requested a review from a team as a code owner October 2, 2023 18:31
@github-actions github-actions bot added 🥫 Product page 👥 User management Account login, signup, signout dependencies ✏️ Editing - Packaging input Related to the structured input of food packaging. User lists labels Oct 2, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #4686 (17272fd) into develop (c31e458) will decrease coverage by 0.02%.
Report is 2 commits behind head on develop.
The diff coverage is 3.92%.

@@            Coverage Diff             @@
##           develop   #4686      +/-   ##
==========================================
- Coverage     9.91%   9.90%   -0.02%     
==========================================
  Files          310     310              
  Lines        15792   15816      +24     
==========================================
  Hits          1566    1566              
- Misses       14226   14250      +24     
Files Coverage Δ
...ib/pages/preferences/user_preferences_account.dart 60.78% <100.00%> (-0.66%) ⬇️
...s/preferences/user_preferences_dev_debug_info.dart 2.22% <ø> (ø)
...mooth_app/lib/background/background_task_crop.dart 0.00% <0.00%> (ø)
.../background/background_task_download_products.dart 0.00% <0.00%> (ø)
...p/lib/background/background_task_top_barcodes.dart 0.00% <0.00%> (ø)
...h_app/lib/background/background_task_unselect.dart 0.00% <0.00%> (ø)
...h_app/lib/data_models/onboarding_data_product.dart 0.00% <0.00%> (ø)
...pers/data_importer/product_list_import_export.dart 0.00% <0.00%> (ø)
...pp/lib/helpers/temp_product_list_share_helper.dart 0.00% <0.00%> (ø)
...pp/lib/pages/product/common/product_list_page.dart 0.00% <0.00%> (ø)
... and 16 more

... and 2 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@g123k g123k left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems OK 👌

@monsieurtanuki monsieurtanuki merged commit 2b49c87 into openfoodfacts:develop Oct 4, 2023
6 checks passed
@monsieurtanuki
Copy link
Contributor Author

Thank you @g123k for your review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies ✏️ Editing - Packaging input Related to the structured input of food packaging. 🥫 Product page User lists 👥 User management Account login, signup, signout
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants