[00:57:16] 06Fundraising-Backlog, 06FR-donorrelations: Donors reporting trouble with credit card fields using Firefox - https://phabricator.wikimedia.org/T404645#11187878 (10Cstone) Thanks for the info @KHancock99 I tested on Windows Firefox and it went okay but it could be the version, I'll keep trying to replicate [03:12:34] eileen: wikibugs is on break, but I've just pushed up some changes to the opt-in backfill [03:12:43] mostly just squashing in your fixes + test [03:13:14] but one more fix to the API action, and a fix to the QueueHelper to avoid requeue when we don't pass any increment params [03:13:27] https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/1188916/1 [03:13:36] thanks for the CR and the fixes! [03:13:39] gotta head out [04:03:11] Vermont, the 2026 Wikimania scholarship CNbanner is linked instead to the 2025 scholarship page [04:43:31] SilverLocust: fixed, thanks for the ping [10:36:15] (03PS1) 10Damilare Adedoyin: Use enum value for Gravy Apple Pay create payment session [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 [10:36:44] (03CR) 10CI reject: [V:04-1] Use enum value for Gravy Apple Pay create payment session [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 (owner: 10Damilare Adedoyin) [10:36:47] (03PS2) 10Damilare Adedoyin: Use enum value for Gravy Apple Pay create payment session [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 [10:39:00] (03PS3) 10Damilare Adedoyin: Use enum value for Gravy Apple Pay create payment session [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 [10:47:49] (03PS4) 10Damilare Adedoyin: Use enum value for Gravy Apple Pay create payment session [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 [11:10:58] (03PS5) 10Damilare Adedoyin: Use enum string value [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 [12:23:43] (03CR) 10Jgleeson: [C:04-1] "Thanks Dami. I had a quick glance over the code and had some feedback about the test changes." [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 (owner: 10Damilare Adedoyin) [12:33:50] (03CR) 10Jgleeson: [C:04-1] "I don't think this is a bug. I can see we are passing in the ENUM value here https://github.com/wikimedia/wikimedia-fundraising-SmashPig/b" [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 (owner: 10Damilare Adedoyin) [12:36:24] (03CR) 10Jgleeson: [C:04-1] Use enum string value (032 comments) [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 (owner: 10Damilare Adedoyin) [12:38:40] jgleeson: thanks for the cr, I think this hasn't happened yet because we only use the enum in the api for the apple pay create payment session [12:39:08] damilare: it looks like we use enums elsewhere too and the work as expected [12:39:13] now the addition of the new method where the parameter specifically states a string type for the method is where it breaks [12:39:26] its a type error [12:39:38] I just wrote this in the other channe [12:39:46] damilare [12:39:46] this is because of the handleSDKError expecting a string and not an enum value [12:39:46] 1:38 PM Jack Gleeson [12:39:46] ah ok then let's fix that because the benfit of using enums is that we get type safety, we use them specifically to not use strings [12:39:46] have you ran a test payment locally? [12:40:38] but we are still using the enums, just passing in the value instead of the object [12:41:19] we shouldn't be passing strings when using enums [12:41:34] if you look at the other usages across the code, it's all the type [12:42:24] let's see what the sdk method is doing [12:43:17] ok, let's update public static function handleGravySDKResponse( string $uniqueIdentifier, [12:43:29] since that's what is broke [12:43:50] 10Fundraising analytics stack, 06Data-Engineering-Radar, 07Epic: [MinIO] Improve cluster to minimum system configuration for production - https://phabricator.wikimedia.org/T392112#11189278 (10Jgreen) [12:44:40] but it isn't always called with a payment method jgleeson [12:44:41] damilare: why is even sending in method for apple pay when all the others are an ID [12:44:48] that looks like a bug [12:45:01] it should never be a payment method [12:45:06] we only use the method to determine which api call to make [12:45:12] as it's not a unique identifier [12:46:18] so the fix for this is to send in an ID [12:46:22] damilare: [12:46:58] ok what Id do we want to send? [12:48:40] ok it looks this method might need some wokr [12:48:42] work [12:49:27] it's expecting an ID which is calls unique identifier but then for ones where the ID isn't readily available it's stuffing that param with card or apple, which isn't right [12:51:18] I'm not sure if we should just revert the patch and ask for some updates to handle that edge case [12:51:35] instead of trying to bug fix code that has been merged incomplete [12:51:53] what do you think damilare [12:52:26] yh that sounds good, I can just abandon this then [12:53:01] do you want me to do the revert patch and we can push that out? we can then explain the issue to wfan the issue [12:53:08] when she's online [12:53:35] (03Abandoned) 10Damilare Adedoyin: Use enum string value [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189128 (owner: 10Damilare Adedoyin) [12:53:37] sorry that I didn't pick that up yesterday when +2ing [12:54:06] I guess that shows we have a gap in our unit tests covering the applepay create session [12:54:30] np sure that works jgleeson [12:55:08] yh we don't have much tests that covers the api interneals [12:55:12] internals* [12:55:42] mostly because it's only forwarding the parameters to the Gr4vy sdk [12:56:11] but with this kind of update, I think its imperative to add them now [12:56:13] I do like the idea of extract out those sdk and api mocks to the base class so we can use those elsewhere [12:56:18] exactly [12:59:32] (03CR) 10Jgleeson: [C:03+2] handle all sdk response with type error if null (031 comment) [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1186126 (https://phabricator.wikimedia.org/T403770) (owner: 10Wfan) [13:00:19] (03PS1) 10Jgleeson: Revert "handle all sdk response with type error if null" [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189154 [13:09:28] (03PS1) 10Jgleeson: Merge branch 'master' into deployment [wikimedia/fundraising/SmashPig] (deployment) - 10https://gerrit.wikimedia.org/r/1189160 [13:10:18] (03CR) 10Jgleeson: [C:03+2] Revert "handle all sdk response with type error if null" [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189154 (owner: 10Jgleeson) [13:10:24] (03CR) 10Jgleeson: [C:03+2] Merge branch 'master' into deployment [wikimedia/fundraising/SmashPig] (deployment) - 10https://gerrit.wikimedia.org/r/1189160 (owner: 10Jgleeson) [13:10:53] (03Merged) 10jenkins-bot: Revert "handle all sdk response with type error if null" [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1189154 (owner: 10Jgleeson) [13:11:01] (03Merged) 10jenkins-bot: Merge branch 'master' into deployment [wikimedia/fundraising/SmashPig] (deployment) - 10https://gerrit.wikimedia.org/r/1189160 (owner: 10Jgleeson) [13:11:40] (03PS1) 10Jgleeson: Update SmashPig to v0.9.9.7 [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189162 [13:13:35] (03CR) 10Jgleeson: [C:03+2] Update SmashPig to v0.9.9.7 [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189162 (owner: 10Jgleeson) [13:16:30] (03Merged) 10jenkins-bot: Update SmashPig to v0.9.9.7 [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189162 (owner: 10Jgleeson) [13:30:36] (03PS1) 10Jgleeson: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - 10https://gerrit.wikimedia.org/r/1189168 [13:30:51] (03CR) 10Jgleeson: [C:03+2] Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - 10https://gerrit.wikimedia.org/r/1189168 (owner: 10Jgleeson) [13:44:23] (03Merged) 10jenkins-bot: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - 10https://gerrit.wikimedia.org/r/1189168 (owner: 10Jgleeson) [13:46:26] 06Fundraising-Backlog: Add batch size param to Gravy Pending Transaction job - https://phabricator.wikimedia.org/T404861 (10jgleeson) 03NEW [13:47:15] (03PS1) 10Jgleeson: Update composer.lock for SmashPig 0.9.9.7 [core] (fundraising/REL1_43) - 10https://gerrit.wikimedia.org/r/1189180 [13:50:17] !log SmashPig upgraded from 70316e96 to 9d901f99 [13:50:19] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [13:50:31] (03CR) 10Jgleeson: [C:03+2] Update composer.lock for SmashPig 0.9.9.7 [core] (fundraising/REL1_43) - 10https://gerrit.wikimedia.org/r/1189180 (owner: 10Jgleeson) [13:56:17] 06Fundraising-Backlog: Add batch size param to Gravy Pending Transaction job - https://phabricator.wikimedia.org/T404861#11189608 (10Ejegg) We should also try to parallelize this. With PayPal and cards going through a single processor now, it'll fall behind the backlog if we try to just do one after the other. [14:03:08] (03Merged) 10jenkins-bot: Update composer.lock for SmashPig 0.9.9.7 [core] (fundraising/REL1_43) - 10https://gerrit.wikimedia.org/r/1189180 (owner: 10Jgleeson) [14:12:31] (03PS1) 10Ejegg: Run pending resolver for just one payment method [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189202 (https://phabricator.wikimedia.org/T404861) [14:13:18] jgleeson|skrun or damilare ^^^ will let us schedule three different runs for the gravy pending resolver, one for each of the resolvable methods [14:13:45] that way they shouldn't time out and will be prevented from picking up each others' rows [14:43:07] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 13Patch-For-Review: Cannot continue existing import of type = Import data from Search Kit - https://phabricator.wikimedia.org/T404660#11189884 (10Lars) This has been deployed and tested. [14:47:36] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 07fr-current-sprint, 10MW-1.45-notes (1.45.0-wmf.16; 2025-08-26), 07payments-orchestration: Enable SEPA via Gr4vy for EU countries. - https://phabricator.wikimedia.org/T392065#11189901 (10AKanji-WMF) Noting for reference Adyen has responded - advisi... [15:03:26] (03PS1) 10Amire80: Capitalize "BIN" in "card BIN" in messages [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189224 [15:04:17] (03CR) 10Ejegg: "I'd like to see this optimized a bit more - I tried benchmarking this against a bitmask check and the bitmask check ended up a lot faster " [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1185095 (https://phabricator.wikimedia.org/T402662) (owner: 10Jgleeson) [15:20:46] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 06FR-donorrelations, 07Transaction-missing-in-CiviCRM: recent Gravy / PayPal donations missing PII in Civi - https://phabricator.wikimedia.org/T402841#11190177 (10MBeat33) | CID | Gravy trxn | date | 5104115 |d05d010a-2d8b-47ed-a06d-6828ae98ec76 | Sep... [15:25:13] (03CR) 10Ejegg: [C:03+2] Capitalize "BIN" in "card BIN" in messages [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189224 (owner: 10Amire80) [15:43:44] (03Merged) 10jenkins-bot: Capitalize "BIN" in "card BIN" in messages [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189224 (owner: 10Amire80) [15:44:51] 06Fundraising-Backlog, 10FR-Donor-portal: Add paused donations to inactive recurring list - https://phabricator.wikimedia.org/T404881 (10Damilare) 03NEW [15:44:59] !log payments-wiki upgraded from 1c58560c to 1b7a47a6 [15:45:01] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [15:45:22] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 07Fundraising-FRUP: Payment method migration: Apple Pay and Google Pay - https://phabricator.wikimedia.org/T391996#11190341 (10Damilare) [15:45:25] 06Fundraising-Backlog, 07Fundraising-FRUP: Payment method migration: ACH - https://phabricator.wikimedia.org/T391992#11190343 (10Damilare) [15:45:31] 06Fundraising-Backlog, 07Fundraising-FRUP: Payment method migration: PayPal - https://phabricator.wikimedia.org/T392021#11190345 (10Damilare) [15:46:37] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 07Fundraising-FRUP: Payment method migration: ACH - https://phabricator.wikimedia.org/T391992#11190353 (10Damilare) [15:47:35] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 07Fundraising-FRUP: Payment method migration: PayPal - https://phabricator.wikimedia.org/T392021#11190355 (10Damilare) [15:48:57] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 07Fundraising-FRUP: Payment method migration: ACH - https://phabricator.wikimedia.org/T391992#11190361 (10Damilare) a:03Damilare [16:08:31] (03CR) 10Ejegg: "Symfony's comparison function benchmarks a little slower" [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1185095 (https://phabricator.wikimedia.org/T402662) (owner: 10Jgleeson) [16:20:56] (03PS2) 10Ejegg: Avoid multiple '-' in frictionless 'language' param [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1187992 [16:24:39] (03CR) 10CI reject: [V:04-1] Avoid multiple '-' in frictionless 'language' param [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1187992 (owner: 10Ejegg) [16:25:45] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 06FR-donorrelations, 07Transaction-missing-in-CiviCRM: recent Gravy / PayPal donations missing PII in Civi - https://phabricator.wikimedia.org/T402841#11190661 (10SHust) I have found one as well: CID 17722859 - Gravy trxn: c9197f8a-c11a-455b-9e42-ff5... [16:31:04] 06Fundraising-Backlog: Original Campaign Coding [EPIC] - https://phabricator.wikimedia.org/T327299#11190694 (10AKanji-WMF) Some of this work has been addressed by the reconcilliation work, and other work with the Audience team. **In discussion with FR-leads, it was determined that this work could be renewed/rel... [16:32:24] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 06FR-donorrelations, 07Transaction-missing-in-CiviCRM: recent Gravy / PayPal donations missing PII in Civi - https://phabricator.wikimedia.org/T402841#11190701 (10jgleeson) @SHust I've just found that one (c9197f8a-c11a-455b-9e42-ff5d6d721977) using o... [17:21:11] (03PS3) 10Ejegg: Avoid multiple '-' in frictionless 'language' param [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1187992 [17:34:25] (03PS1) 10Lars SG: Prevent sending email receipt when importing from batch data entry [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189261 (https://phabricator.wikimedia.org/T404728) [17:34:38] 10fundraising-tech-ops, 10FR-Tech-Analytics: Update trino config options to switch from deprecated hive settings - https://phabricator.wikimedia.org/T404895 (10Dwisehaupt) 03NEW [17:38:21] (03PS1) 10Lars SG: Fix collision between filename and existing afform. [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189263 (https://phabricator.wikimedia.org/T383363) [17:46:28] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 07fr-current-sprint: Renew Apple Pay payment processing certificate - https://phabricator.wikimedia.org/T403785#11190938 (10Dwisehaupt) New cert added to puppet and should be out to hosts on the next puppet run. [18:01:05] 06Fundraising-Backlog: New batch data entry update: Soft credit amount auto-populate - https://phabricator.wikimedia.org/T404640#11190968 (10Lars) @MDemosWMF Leaving both blank seems to work as expected (fills in the full amount for both). Can we close this up? [18:04:06] ok, that's the merchant ID cert pushed out to prod [18:05:44] oh dang, error? [18:05:57] just velocity? I've been testing multiple attempts... [18:07:31] (03PS1) 10Umherirrender: build: Handle excluded ClassAnnotations and CommentBeforeClass sniff [extensions/CentralNotice] - 10https://gerrit.wikimedia.org/r/1189271 [18:07:40] (03PS1) 10Umherirrender: build: Handle excluded CommentBeforeClass sniff [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189272 [18:37:15] 06Fundraising-Backlog, 06Fundraising-Tech-Roadmap, 06FR-donorrelations: Snooze status flapping - https://phabricator.wikimedia.org/T402464#11191133 (10SHust) The CID received RML #3 this week in between another sign-up on 2025-09-16, at 4:39 PM, and the resnooze at 6:36 PM, exactly at 5:44 pm. [19:14:51] (03CR) 10Eileen: [C:03+2] Fix collision between filename and existing afform. [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189263 (https://phabricator.wikimedia.org/T383363) (owner: 10Lars SG) [19:23:24] (03CR) 10Cstone: [C:03+2] "nice this handled the error I was getting locally too" [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1188918 (https://phabricator.wikimedia.org/T402876) (owner: 10Eileen) [19:23:54] (03Merged) 10jenkins-bot: Consistently extract Gravy gateway_txn_id on both reports [wikimedia/fundraising/SmashPig] - 10https://gerrit.wikimedia.org/r/1188918 (https://phabricator.wikimedia.org/T402876) (owner: 10Eileen) [19:29:59] 10fundraising-tech-ops, 10FR-Tech-Analytics: Update trino config options to switch from deprecated hive settings - https://phabricator.wikimedia.org/T404895#11191339 (10Jgreen) https://trino.io/docs/current/object-storage/file-system-s3.html makes it seem straightforward, I think we would enable s.native-s3.en... [19:33:25] (03Merged) 10jenkins-bot: Fix collision between filename and existing afform. [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189263 (https://phabricator.wikimedia.org/T383363) (owner: 10Lars SG) [19:35:26] (03PS1) 10Cstone: Update smash-pig to v0.9.9.8 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189298 [19:35:45] (03CR) 10Ejegg: [C:03+2] Prevent sending email receipt when importing from batch data entry [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189261 (https://phabricator.wikimedia.org/T404728) (owner: 10Lars SG) [19:35:49] (03PS1) 10Eileen: Pull in auth fix [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189299 [19:35:50] (03PS1) 10Eileen: Build on auth fix [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189300 [19:36:28] (03CR) 10Cstone: [C:03+2] Update smash-pig to v0.9.9.8 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189298 (owner: 10Cstone) [19:49:32] 06Fundraising-Backlog, 06Fundraising-Tech-Roadmap, 10Wikimedia-Fundraising-CiviCRM, 06FR-donorrelations, and 2 others: Civi: display direct mail recipients more prominently to reduce visibility gap - https://phabricator.wikimedia.org/T397976#11191412 (10MBeat33) Belated +1 and thanks to @MRitch-WMF re comm... [19:53:00] (03Merged) 10jenkins-bot: Prevent sending email receipt when importing from batch data entry [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189261 (https://phabricator.wikimedia.org/T404728) (owner: 10Lars SG) [19:54:14] (03Merged) 10jenkins-bot: Update smash-pig to v0.9.9.8 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189298 (owner: 10Cstone) [19:58:05] (03CR) 10Eileen: [C:03+2] "This ultimately worked for me - but I needed this fix to get it to work" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1185228 (https://phabricator.wikimedia.org/T401353) (owner: 10Ejegg) [20:03:23] (03CR) 10Jgleeson: [C:03+2] "LGTM" [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189202 (https://phabricator.wikimedia.org/T404861) (owner: 10Ejegg) [20:04:44] (03PS1) 10Eileen: Upgrading wikimedia/smash-pig (v0.9.9.6 => v0.9.9.8) [wikimedia/fundraising/crm/vendor] - 10https://gerrit.wikimedia.org/r/1189316 [20:05:00] (03CR) 10Eileen: [C:03+2] Upgrading wikimedia/smash-pig (v0.9.9.6 => v0.9.9.8) [wikimedia/fundraising/crm/vendor] - 10https://gerrit.wikimedia.org/r/1189316 (owner: 10Eileen) [20:06:43] (03PS1) 10Eileen: Merge branch 'master' of https://gerrit.wikimedia.org/r/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1189317 [20:07:01] (03CR) 10Eileen: [C:03+2] Merge branch 'master' of https://gerrit.wikimedia.org/r/wikimedia/fundraising/crm into deployment [wikimedia/fundraising/crm] (deployment) - 10https://gerrit.wikimedia.org/r/1189317 (owner: 10Eileen) [20:15:42] 10fundraising-tech-ops, 10FR-Tech-Analytics: Update trino config options to switch from deprecated hive settings - https://phabricator.wikimedia.org/T404895#11191515 (10Jgreen) "hive.s3.ssl.enabled" isn't the issue, I think it's deprecated in favor of using the scheme from s3.endpoint Here's the trino-cli err... [20:16:43] !log civicrm upgraded from 6756d5b0 to 1448ace2 [20:16:45] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [20:18:34] (03Merged) 10jenkins-bot: Queue up opt-ins to backfill [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1185228 (https://phabricator.wikimedia.org/T401353) (owner: 10Ejegg) [20:25:06] (03Merged) 10jenkins-bot: Run pending resolver for just one payment method [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189202 (https://phabricator.wikimedia.org/T404861) (owner: 10Ejegg) [20:25:08] (03Merged) 10jenkins-bot: Upgrading wikimedia/smash-pig (v0.9.9.6 => v0.9.9.8) [wikimedia/fundraising/crm/vendor] - 10https://gerrit.wikimedia.org/r/1189316 (owner: 10Eileen) [20:25:22] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Gravy capture jobs getting lost... maybe - https://phabricator.wikimedia.org/T403752#11191545 (10SHust) Hi @jgleeson, just checking to see if there are any updates here. The CIDs 65047211 and 67686815 still don’t show their recent donations in Civi. [20:29:51] 10fundraising-tech-ops, 10FR-Tech-Analytics: Update trino config options to switch from deprecated hive settings - https://phabricator.wikimedia.org/T404895#11191549 (10Jgreen) [20:52:03] (03PS1) 10Umherirrender: build: Remove unused suppression of LowerCamelFunctionsName [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189329 [21:04:56] (03Abandoned) 10Umherirrender: build: Remove unused suppression of LowerCamelFunctionsName [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189329 (owner: 10Umherirrender) [21:05:00] (03PS2) 10Umherirrender: build: Handle excluded CommentBeforeClass sniff [extensions/DonationInterface] - 10https://gerrit.wikimedia.org/r/1189272 [21:19:36] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Gravy capture jobs getting lost... maybe - https://phabricator.wikimedia.org/T403752#11191730 (10jgleeson) Hi @SHust. Bad news, unfortunately. Although I can see that those two transactions are listed on the Gravy console as settled, we haven't received a... [21:31:33] (03PS1) 10Umherirrender: build: Remove unused suppression of LowerCamelFunctionsName [extensions/LandingCheck] - 10https://gerrit.wikimedia.org/r/1189343 [21:36:19] 06Fundraising-Backlog, 06FR-donorrelations: Request Open Rate Data for CiviCRM Emails - https://phabricator.wikimedia.org/T404918 (10SHust) 03NEW [21:44:11] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 10fundraising-tech-ops, 07fr-current-sprint: FR-Tech FY2526Q1 maintenance window - https://phabricator.wikimedia.org/T364182#11191882 (10AKanji-WMF) [21:47:17] 06Fundraising-Backlog, 07Documentation: Document Email Preference Center and Civiproxy - https://phabricator.wikimedia.org/T301931#11191893 (10AKanji-WMF) 05Open→03Resolved a:03AKanji-WMF Thank you @AnnWF [21:49:28] 06Fundraising-Backlog, 06FR-donorrelations: Request Open Rate Data for CiviCRM Emails - https://phabricator.wikimedia.org/T404918#11191913 (10AKanji-WMF) [21:50:46] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM, 06FR-donorrelations: Request Open Rate Data for CiviCRM Emails - https://phabricator.wikimedia.org/T404918#11191918 (10AKanji-WMF) [21:51:38] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog, 06FR-donorrelations: Donors reporting trouble with credit card fields using Firefox - https://phabricator.wikimedia.org/T404645#11191925 (10AKanji-WMF) [21:54:43] 06Fundraising-Backlog: Clean up active recurrings with next_sched dates in the past - https://phabricator.wikimedia.org/T404921 (10Cstone) 03NEW [21:56:17] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 10fundraising-tech-ops, 07fr-current-sprint: FR-Tech FY2526Q1 maintenance window - https://phabricator.wikimedia.org/T364182#11191947 (10Lars) [21:56:47] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 10fundraising-tech-ops, 07fr-current-sprint: FR-Tech FY2526Q1 maintenance window - https://phabricator.wikimedia.org/T364182#11191950 (10Lars) [21:57:17] 06Fundraising Tech - Chaos Crew, 06Fundraising-Backlog: Clean up active recurrings with next_sched dates in the past - https://phabricator.wikimedia.org/T404921#11191953 (10Cstone) a:03Cstone [22:06:16] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Acoustic requests / questions - https://phabricator.wikimedia.org/T378974#11191975 (10AKanji-WMF) @MSuijkerbuijk_WMF In reviewing this with the team, I propose we close this task and the associated task {T379210} and revise/update based upon our upcoming... [22:15:19] 06Fundraising-Backlog: Add fields to Acoustic export for donation count - https://phabricator.wikimedia.org/T404924 (10Lars) 03NEW [22:15:59] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 10fundraising-tech-ops, 07fr-current-sprint: FR-Tech FY2526Q1 maintenance window - https://phabricator.wikimedia.org/T364182#11192016 (10Lars) [22:21:44] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Add fields for CiviCRM/Acoustic for 2026 calendar year donations - https://phabricator.wikimedia.org/T404925 (10Lars) 03NEW [22:22:14] 03Fundraising Sprint: rich, the, 06Fundraising-Backlog, 10fundraising-tech-ops, 07fr-current-sprint: FR-Tech FY2526Q1 maintenance window - https://phabricator.wikimedia.org/T364182#11192054 (10Lars) [22:48:52] (03PS1) 10Lars SG: Batch entry links: only show batch entry imports in SK [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189373 (https://phabricator.wikimedia.org/T371540) [22:49:32] (03PS2) 10Lars SG: Batch entry links: only show batch entry imports in SK Merged upstream: https://github.com/civicrm/civicrm-core/pull/33618 [wikimedia/fundraising/crm] - 10https://gerrit.wikimedia.org/r/1189373 (https://phabricator.wikimedia.org/T371540) [22:53:59] 06Fundraising-Backlog, 10Wikimedia-Fundraising-CiviCRM: Request for improvement to prospecting system to track moves management - https://phabricator.wikimedia.org/T386961#11192136 (10DBautista-WMF) Thanks @Lars that works for me. [23:40:05] 06Fundraising-Backlog, 10fundraising-tech-ops, 13Patch-For-Review: Upgrade community crm to v6.6.2 - https://phabricator.wikimedia.org/T404757#11192222 (10Dwisehaupt) Scheduling for 2025-09-25 at 1700 UTC.