Merge release/26.8 into trunk - #22987
Conversation
Generated by 🚫 Danger |
|
|
|
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## trunk #22987 +/- ##
==========================================
+ Coverage 37.33% 37.40% +0.06%
==========================================
Files 2319 2320 +1
Lines 124674 124725 +51
Branches 16951 16964 +13
==========================================
+ Hits 46551 46652 +101
+ Misses 74361 74311 -50
Partials 3762 3762 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
* Fix NPE when creating app password for site with no username getOrFetchUsername passed a nullable SiteModel.username into UsernameFetchPayload's non-null String constructor, crashing self-hosted sites without a stored username. Guard for null/empty and return a NOT_AUTHENTICATED error payload instead. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> * Add test for null username when creating app password Verifies a non-WPCOM site with no username returns a NOT_AUTHENTICATED Failure instead of crashing. Confirmed to reproduce the original NPE when run against the unfixed code. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20d41cd to
81cb1c3
Compare
Project manifest changes for WordPressThe following changes in the --- ./build/reports/diff_manifest/WordPress/jetpackRelease/base_manifest.txt 2026-06-16 03:31:14.299827104 +0000
+++ ./build/reports/diff_manifest/WordPress/jetpackRelease/head_manifest.txt 2026-06-16 03:31:17.179847256 +0000
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.jetpack.android"
android:installLocation="auto"
- android:versionCode="1495"
- android:versionName="26.8-rc-7" >
+ android:versionCode="1496"
+ android:versionName="26.8" >
<uses-sdk
android:minSdkVersion="26"Go to https://buildkite.com/automattic/wordpress-android/builds/26920/canvas?sid=019ece79-437f-4629-af16-2e47d32c6f5c, click on the |
Project manifest changes for WordPressThe following changes in the --- ./build/reports/diff_manifest/WordPress/wordpressRelease/base_manifest.txt 2026-06-16 03:31:15.147609827 +0000
+++ ./build/reports/diff_manifest/WordPress/wordpressRelease/head_manifest.txt 2026-06-16 03:31:18.187645500 +0000
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.wordpress.android"
android:installLocation="auto"
- android:versionCode="1495"
- android:versionName="26.8-rc-7" >
+ android:versionCode="1496"
+ android:versionName="26.8" >
<uses-sdk
android:minSdkVersion="26"Go to https://buildkite.com/automattic/wordpress-android/builds/26920/canvas?sid=019ece79-437e-4a3b-acf5-4cf5fecb7fad, click on the |


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