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
Generated by 🚫 Danger |
Project manifest changes for WooCommerceThe following changes in the --- ./build/reports/diff_manifest/WooCommerce/vanillaRelease/base_manifest.txt 2026-03-09 13:39:58.849249232 +0000
+++ ./build/reports/diff_manifest/WooCommerce/vanillaRelease/head_manifest.txt 2026-03-09 13:40:11.989395776 +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="733"
+ android:versionName="24.3-rc-2" >
<uses-sdk
android:minSdkVersion="26"Go to https://buildkite.com/automattic/woocommerce-android/builds/36393/canvas?sid=019cd2ca-74ad-4a54-91ad-655fbbb8079d, 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 13:40:28.539584450 +0000
+++ ./build/reports/diff_manifest/WooCommerce-Wear/vanillaRelease/head_manifest.txt 2026-03-09 13:40:36.639678652 +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="50733"
+ android:versionName="24.3-rc-2w" >
<uses-sdk
android:minSdkVersion="26"Go to https://buildkite.com/automattic/woocommerce-android/builds/36393/canvas?sid=019cd2ca-74ad-4a54-91ad-655fbbb8079d, click on the |
|
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #15500 +/- ##
=========================================
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 72986 -1
- Partials 5210 5211 +1 ☔ 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: