Conversation
Adds logic to convert `modified_after` timestamps from UTC to site-local time when querying products and variations. Includes utility function for adjusting time based on site timezone offset to ensure accurate API filtering.
… WooPosProductRestClient Introduces comprehensive unit tests to verify timestamp adjustment logic based on site timezone offsets, ensuring accurate handling across various edge cases.
…n in WooPosProductRestClient Introduces a try-catch block to handle `DateTimeException` during UTC to site-local time conversion. Logs the error and falls back to the UTC string.
Replaces manual calculation of seconds per hour with Kotlin's `Duration` API for improved readability and consistency.
…nc-misses-product-updates-for-sites-with [WOOMOB-2442] Fix incremental sync missing product updates for sites with negative UTC offsets
Add missing admin.php segment and use the correct /woocommerce/services/edit/ path for the next-admin URL.
…uct-webview-url [WOOMOB-2421] Fix product detail webview URL path
Generated by 🚫 Danger |
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2026-03-09 16:08:33.468307769 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2026-03-09 16:08:39.868328604 +0000
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.woocommerce.android"
- android:versionCode="732"
- android:versionName="24.3-rc-1" >
+ android:versionCode="734"
+ android:versionName="24.3-rc-3" >
<uses-sdk
android:minSdkVersion="26"Go to https://buildkite.com/automattic/woocommerce-android/builds/36400/canvas?sid=019cd351-990b-41f0-886b-4cb53c686390, click on the |
Project manifest changes for WooCommerce-WearThe following changes in the --- ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/base_manifest.txt 2026-03-09 16:08:49.228359072 +0000
+++ ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/head_manifest.txt 2026-03-09 16:08:53.958374468 +0000
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.woocommerce.android"
- android:versionCode="50732"
- android:versionName="24.3-rc-1w" >
+ android:versionCode="50734"
+ android:versionName="24.3-rc-3w" >
<uses-sdk
android:minSdkVersion="26"Go to https://buildkite.com/automattic/woocommerce-android/builds/36400/canvas?sid=019cd351-990b-41f0-886b-4cb53c686390, click on the |
|
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #15501 +/- ##
=========================================
Coverage 39.52% 39.53%
- Complexity 11204 11210 +6
=========================================
Files 2250 2250
Lines 129313 129326 +13
Branches 18091 18094 +3
=========================================
+ Hits 51116 51129 +13
Misses 72987 72987
Partials 5210 5210 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|

Merging
release/24.3intotrunk.Via intermediate branch
merge/release-24.3-into-trunk, to help fix conflicts if any: