[00:01:05] cstone ok, added a hint on step 5 [00:01:23] if 'composer update' doesn't see the new version, try 'composer clear-cache' [00:02:16] ok cool mine seems to have done it properly only it took like 10 minutes for the update to finish [00:02:35] yah, who knows what the heck makes composer take so long [00:08:32] (PS1) Cstone: Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/556088 [00:13:07] ejegg does ^ look right it has a couple extra things than your patches that im looking at like ClassLoader [00:14:31] cstone I'll take a look [00:14:44] oh, maybe do a composer --self-update ? [00:15:07] yeah, looks like yours was generated by a composer a bit old [00:17:53] hmm its telling me its not defined , should i just abandon this one and start again? [00:23:41] cstone sorry, no -- before self-update [00:23:53] just composer self-update [00:25:05] yeah im getting Command "self-update" is not defined. [00:25:50] whoa, is it a super-old version of composer? [00:26:05] what does composer -V give you? [00:26:19] ohhh, maybe it's not the .phar package [00:26:41] -V does look super old 2018-01-31 [00:26:49] it IS shady to give a thing write access to itself [00:26:58] and 'which composer' ? [00:27:25] or rather ls -la `which composer` [00:27:32] to track down symlinks [00:28:16] whoops sorry brb food being done at bad times [00:30:25] 'now' is generally a good time for food to be done [00:30:39] haha [00:31:13] i get /usr/bin/composer [00:31:54] Fundraising Sprint X-rays, Fundraising-Backlog: Ingenico transactions stuck at 600 without fraud scores - https://phabricator.wikimedia.org/T239769 (Ejegg) a:Ejegg [00:33:44] cstone oho, so it's a distro-shipped composer? [00:33:53] well, I guess it'll just be out of date then [00:34:32] wanna just amend that commit to not change license / autoloader ? [00:34:49] ok cool i was wondering if that would work [00:38:42] cstone since there's no classes added or deleted it [00:38:46] 'll be fine [00:49:38] (PS2) Cstone: Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/556088 [01:02:32] (CR) Cstone: [C: +2] Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/556088 (owner: Cstone) [01:08:09] (Merged) jenkins-bot: Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/556088 (owner: Cstone) [01:11:26] (PS1) Cstone: Update SmashPig library [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/556091 [01:11:28] (PS1) Cstone: Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/556092 [01:11:47] hmmm did that not combine correctly [01:13:00] ejegg hopefully last question on this, did i do that last step(s?) right [01:28:09] (PS1) Eileen: Code clean up on test class. [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556094 [01:28:11] (PS1) Eileen: Array formatting IDE cleanup [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556095 [01:35:17] cstone: oops, sorry [01:35:23] lemme see [01:35:30] so I think soo [01:35:55] i was just going to amend the merge to have the vendor update mentioned in it [01:36:14] eh, no need [01:36:21] I'll just apply a missing C+2 [01:36:25] (CR) Ejegg: [C: +2] Update SmashPig library [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/556091 (owner: Cstone) [01:36:41] ok thanks! [01:36:45] now you should be able to c+2 the merge [01:37:08] (or even c+2 / v+2 / submit, as deploy branch is not autosubmitting these days) [01:37:15] // FIXME [01:38:44] (CR) Cstone: [V: +2] Update SmashPig library [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/556091 (owner: Cstone) [01:39:29] oh phooey [01:39:29] (CR) Cstone: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/556092 (owner: Cstone) [01:40:02] uh oh? haha [01:40:08] i totally missed the fact that 'update smashpig library' was directly against deployment [01:40:21] i saw it in the merge and assumed the first commit was against master [01:40:55] wanna just cherry-pick it back across? [01:41:14] that way you can leave your deployment commits alone [01:41:26] you can do that cherry-pick right in the gerrit UI [01:42:15] ok so cherry pick and then just put master as destination? [01:42:32] yeah [01:42:40] (PS1) Cstone: Update SmashPig library [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556096 [01:42:56] i'm a bit confused as to how that composer.lock change appears in both commits though, if they're both against deployment [01:44:23] huh, that merge has two parents, but both are on deployment? [01:44:27] how is that possible? [01:44:51] oh, do you have two versions of deployment somehow? [01:44:58] i think that might be where i messed up following the last step commit crm/deployment (git commit --amend to squash it in with the merge commit) [01:45:07] but i failed at squashing properly so it did two in a row? [01:45:16] oh huh [01:45:48] but does your local master have the composer.lock update? [01:46:22] yeah i did it on master then merged to deployment [01:48:15] weird, so I see your Update SmashPig library commit with sha [01:48:17] 04a8ddb2d [01:48:36] has been sent to git-review as being on deployment [01:48:50] but its parent sha is on master [01:50:20] I guess maybe you did the merge locally first, then did git-review from the deployment branch? [01:51:02] ah i see so i should have git reviewed on master before switching to deployment and merging? [01:51:52] yeah, I think git review will send patches up based on which branch you're on [01:52:37] so your local master may be out of syng with gerrit after that cherry pick [01:52:41] *sync [01:53:29] ok thats fine, do i need to fix the deployment branch at all? [01:53:29] once the cherry-pick merges, you should do a git checkout master && git fetch && git reset --hard origin/master [01:53:37] no, the deployment branch is fine [01:53:51] (CR) Ejegg: [C: +2] Update SmashPig library [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556096 (owner: Cstone) [01:54:02] ok hah this is the exact opposite of what i did when I messed up the deployment branch -_- [01:54:07] never again! hah [01:54:22] well, this way was less trouble to clean up [01:54:31] haha thats good at least [01:54:51] ok, I gotta sign off. See you later! [01:54:56] thanks!! [01:59:28] (Merged) jenkins-bot: Update SmashPig library [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556096 (owner: Cstone) [02:03:03] (CR) Cstone: [V: +2 C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/556092 (owner: Cstone) [02:11:25] !log updated civicrm revision changed from 09149e0427 to b519d4fb73, [02:11:30] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [03:43:00] I'm running a query on staging that is slow-ish [15:41:23] PROBLEM - check_puppetrun on americium is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 9 minutes ago with 1 failures. Failed resources (up to 3 shown): Package[gpg] [15:46:23] PROBLEM - check_puppetrun on americium is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 37 seconds ago with 1 failures. Failed resources (up to 3 shown): Package[gpg] [15:51:23] PROBLEM - check_puppetrun on americium is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 37 seconds ago with 1 failures. Failed resources (up to 3 shown): Package[gpg] [15:56:23] PROBLEM - check_puppetrun on americium is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 5 minutes ago with 1 failures. Failed resources (up to 3 shown): Package[gpg] [16:01:23] RECOVERY - check_puppetrun on americium is OK: OK: Puppet is currently enabled, last run 30 seconds ago with 0 failures [18:32:23] Fundraising-Backlog, fundraising-tech-ops: Issue new Civi SSL cert for jadams (new hire) - https://phabricator.wikimedia.org/T240110 (Dwisehaupt) @kaythaney as stated earlier in email, as soon as we have the approval from @Lgruwell-WMF and the contact info on the fundraising contact page I can generate t... [19:15:01] Fundraising-Backlog: We need a way to test our payments forms without submitting real donations - https://phabricator.wikimedia.org/T240219 (jbolorinos-ctr) Thanks for the shoutout Sam! I know it wouldn't be a fully integrated test, but I was hoping we could just get a single view of the monthly convert page... [19:22:06] Fundraising Sprint X-rays, Fundraising-Backlog, MediaWiki-extensions-DonationInterface, MW-1.35-notes (1.35.0-wmf.10; 2019-12-10): [BUG] Dual down arrow icons displayed on State input - https://phabricator.wikimedia.org/T240052 (jbolorinos-ctr) [19:22:42] Fundraising Sprint X-rays, Fundraising-Backlog, MediaWiki-extensions-DonationInterface, MW-1.35-notes (1.35.0-wmf.10; 2019-12-10): [BUG] Dual down arrow icons displayed on State input - https://phabricator.wikimedia.org/T240052 (jbolorinos-ctr) thanks ejegg for the quick turnaround on this! I jus... [19:40:59] cstone that's this query: select count(*) from civicrm_contribution_recur where payment_processor_id=5 and contribution_status_id=3 and cancel_date > '2019-11-20' and cancel_reason='(auto) maximum failures reached'; [19:41:18] but we generally haven't been putting the invoice ID in that table [19:41:36] so it's a little trickier to tease out just the ones where the invoice ID was truncated [19:42:49] yeah i was looking at chunks of them in contribution recur [19:43:39] hmm, the last of those are some created just on 11/07, so I'd imagine they don't have 2 digit invoice suffixes yet [19:43:54] I'll see if I can find the logs for those [19:53:41] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising-Backlog: Get paypal to prevent older paypal recurring from sending inaccurate cancel email - https://phabricator.wikimedia.org/T236506 (DStrine) [20:05:25] Fundraising Sprint X-rays, Fundraising-Backlog: Fredge search in Civi randomly scrambling search results - https://phabricator.wikimedia.org/T239967 (EMartin) I just pulled the fraud results for yesterday . 12.9 and just wanted to say that the scrambling referred to above is down to a handful of results... [20:54:11] Fundraising Sprint X-rays, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Smashpig: Delete from pending table when status is cancelled - https://phabricator.wikimedia.org/T239997 (Ejegg) Open→Resolved [20:54:56] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog, FR-Adyen: Adyen audit question: Nov refunds reaching Civi - https://phabricator.wikimedia.org/T238428 (Ejegg) Open→Resolved [20:57:59] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog: Huge decrease in contacts from the main database update - https://phabricator.wikimedia.org/T239126 (DStrine) Open→Resolved [20:58:51] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog: Old donation with new Endowment appeal - https://phabricator.wikimedia.org/T238876 (DStrine) I'm going to deprioritise this until we hear more [20:59:15] Fundraising Sprint A Wrinkle in Timezones, Fundraising-Backlog: Old donation with new Endowment appeal - https://phabricator.wikimedia.org/T238876 (DStrine) [21:00:06] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog: Update English TY email text based on donor feedback - https://phabricator.wikimedia.org/T238684 (Cstone) Open→Resolved [21:00:12] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising-Backlog, and 3 others: We need merge handling for opt in - https://phabricator.wikimedia.org/T232037 (Eileenmcnaughton) Open→Resolved [21:00:14] Fundraising Sprint X-rays, Fundraising-Backlog, Recurring-Donations: Recurring monthly conversion - processing date question - https://phabricator.wikimedia.org/T239627 (XenoRyet) Open→Resolved [21:00:28] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Unplanned-Sprint-Work: Citibank Import for International donations is not working - https://phabricator.wikimedia.org/T238783 (Eileenmcnaughton) Open→Resolved [21:00:30] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, Fundraising-Backlog: FRUEC: For CentralNotice impression counts, take into account client-side sample rate - https://phabricator.wikimedia.org/T235461 (DStrine) [21:01:12] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, Fundraising-Backlog: FRUEC: New SQL to modify existing pgehres database - https://phabricator.wikimedia.org/T234958 (DStrine) [21:01:19] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising-Backlog, FR-Tech-Analytics: Fix Omnimailing.load to use UTC - https://phabricator.wikimedia.org/T238621 (Eileenmcnaughton) [21:01:20] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, and 2 others: Automatic DAF thank you email - https://phabricator.wikimedia.org/T233374 (Cstone) Open→Resolved [21:01:22] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising-Backlog, FR-Tech-Analytics: Fix Omnimailing.load to use UTC - https://phabricator.wikimedia.org/T238621 (Eileenmcnaughton) Open→Resolved [21:01:25] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising-Backlog, and 2 others: Email Data Audit / Data Capture - https://phabricator.wikimedia.org/T236855 (Eileenmcnaughton) [21:01:28] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Quick and the Deadlocked, Fundraising Sprint Rocky Horror Presentation Layer, Fundraising Sprint Sysadmin Kane, and 5 others: Identify source of discrepancy between HUE query in Count of event.im... - https://phabricator.wikimedia.org/T204396 [21:01:31] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising-Backlog: Recurring notification email text showing subsequent donation in USD when donation ... - https://phabricator.wikimedia.org/T235105 [21:03:35] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint A series of unfortunate event handlers, Fundraising Sprint Bert and Ernie's Excellent Adventure, Fundraising Sprint Land before Timeouts, and 19 others: Queries and maybe scripts to verify equiv... - https://phabricator.wikimedia.org/T198752 [21:05:33] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog, MW-1.35-notes (1.35.0-wmf.10; 2019-12-10): Monthly convert: some display issues - https://phabricator.wikimedia.org/T238785 (DStrine) @spatton have you been able to test this? [21:05:44] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising-Backlog, MW-1.35-notes (1.35.0-wmf.10; 2019-12-10): Monthly convert: some display issues - https://phabricator.wikimedia.org/T238785 (Cstone) [21:06:25] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, and 2 others: FRUEC: Debug large discrepancy in data in initial test run. - https://phabricator.wikimedia.org/T235284 (DStrine) Op... [21:06:27] Fundraising Sprint Asymmetrical Earth Theory, Fundraising Sprint Bermuda Rhombus (where things disappear then reappear), Fundraising Sprint Cottage Cheese isn't Made of Cottages, Fundraising-Backlog, Epic: [Epic] Fundraising kafkatee changes - https://phabricator.wikimedia.org/T183978 (DStrine) [21:06:57] Fundraising-Backlog, FR-Adyen, FR-WMF-Audit: Can we get a daily audit file from Adyen that's not in XLS - https://phabricator.wikimedia.org/T240381 (Ejegg) [21:07:33] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising-Backlog, FR-Civi-Dedupe: Civi dedupe: if existing CID has email opt-out, ask script to keep that when merging new ones - https://phabricator.wikimedia.org/T232151 (Eileen... [21:14:00] Fundraising-Backlog, Patch-For-Review: Recurring payment merchant reference ids are truncated when over .9 - https://phabricator.wikimedia.org/T240272 (Cstone) a:Cstone [21:16:20] Fundraising Sprint Y 2019, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: EOY summary text-format emails should be automatically generated from HTML - https://phabricator.wikimedia.org/T240298 (DStrine) [21:16:24] Fundraising Sprint Y 2019, Fundraising-Backlog, Patch-For-Review: Recurring payment merchant reference ids are truncated when over .9 - https://phabricator.wikimedia.org/T240272 (DStrine) [21:16:32] Fundraising Sprint Y 2019, Fundraising-Backlog: Investigate how to setup IDEAL and be campaign ready by end of Q2 - https://phabricator.wikimedia.org/T240252 (DStrine) [21:16:35] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: investigate unintended recurring from December 2019 - https://phabricator.wikimedia.org/T240242 (DStrine) [21:16:38] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: Fredge search in Civi randomly scrambling search results - https://phabricator.wikimedia.org/T239967 (DStrine) [21:16:45] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: Investigation: Tracking the drop in _all_wikimedia contact source job total rows - https://phabricator.wikimedia.org/T239635 (DStrine) [21:16:47] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 2 others: Follow up with DS to determine if silverpop contact's were likely privacy deletes - https://phabricator.wikimedia.org/T239375 (DStrine) [21:16:53] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 3 others: Follow up on why I could not see unsubscribe activities in civi - https://phabricator.wikimedia.org/T239374 (DStrine) [21:16:58] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 2 others: Re-pull old mailings - https://phabricator.wikimedia.org/T239307 (DStrine) [21:17:01] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: Updated Subject Lines: French, Dutch, Norwegian - https://phabricator.wikimedia.org/T239215 (DStrine) [21:17:10] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog, MW-1.35-notes (1.35.0-wmf.10; 2019-12-10): Monthly convert: some display issues - https://phabricator.wikimedia.org/T238785 (DStrine) [21:17:12] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: First Batch of TY Emails Pushed to Gerritt - https://phabricator.wikimedia.org/T238736 (DStrine) [21:17:17] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Sysadmin Kane, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, and 7 others: Update CiviCRM Contacts Actions to include a new 'Send Annual Thank You Receipt' Action - https://phabricator.wikimedia.org/T238692... [21:17:27] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Sysadmin Kane, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, and 7 others: Update EOY Receipt Module to accept contact id argument - https://phabricator.wikimedia.org/T238691 (DStrine) [21:17:32] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 2 others: Figure out why sp60563358 is not imported - Emjois? - https://phabricator.wikimedia.org/T238620 (DStrine) [21:17:36] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, and 3 others: First name field conflicts on nick name not being handled automatically - https://phabricator.wikimedia.org/T238606 (DStrine) [21:17:41] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 2 others: FRUEC: Raise error when timestamp not found in filename - https://phabricator.wikimedia.org/T237736 (DStrine) [21:17:45] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: Special Characters do not export well from civi - https://phabricator.wikimedia.org/T237564 (DStrine) [21:17:48] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 2 others: Audit & support for benevity import - https://phabricator.wikimedia.org/T236977 (DStrine) [21:17:54] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 3 others: Email Data Audit / Data Capture - https://phabricator.wikimedia.org/T236855 (DStrine) [21:17:57] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: FRUEC: Debug minor discrepancy in landing page data between old and new pipelines - https://phabricator.wikimedia.org/T236835 (DStrine) [21:17:59] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: FRUEC: Detailed comparison of events in old and new log files for banner impression pipeline - https://phabricator.wikimedia.org/T236834... [21:18:04] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, and 4 others: Restore target smart data lost on legacy merge screen - https://phabricator.wikimedia.org/T232636 (DStrine) [21:18:06] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, and 6 others: Prevent target smart data from being lost on legacy merge screen - https://phabricator.wikimedia.org/T235450 (DStrine) [21:18:11] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 3 others: Civi dedupe: request to Move Related prospect tab data by default - https://phabricator.wikimedia.org/T232625 (DStrine) [21:18:13] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Usual Subscripts, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, and 3 others: Middle name and initial appearing in first or last name fields causing lots of manual dedupe - https://phabricator.wikimedia.org/T230954 (... [21:18:15] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Sysadmin Kane, Fundraising Sprint Trojan Horse Wisperer, Fundraising Sprint Usual Subscripts, and 6 others: Civi: create annual $ summary TY email button - https://phabricator.wikimedia.org/T221271 (DStrine) [21:18:17] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog, Recurring-Donations: PayPal recurring: backfilled automated cancel? - https://phabricator.wikimedia.org/T239180 (DStrine) [21:18:19] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: Update TY email copy, pt 2 - https://phabricator.wikimedia.org/T239889 (DStrine) [21:18:21] Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog: Ingenico transactions stuck at 600 without fraud scores - https://phabricator.wikimedia.org/T239769 (DStrine) [21:18:23] Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, Fundraising-Backlog, MW-1.35-notes (1.35.0-wmf.5; 2019-11-05): Donors being asked to log in during donation (INGENICO) - https://phabricator.wikimedia.org/T236803 (DStrine) [21:18:25] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Lactose is unusually tolerant, Fundraising Sprint Land before Timeouts, Fundraising Sprint Matt Damon to head up Space Force, and 22 others: Write a specification for mapping banner/landing page ... - https://phabricator.wikimedia.org/T196563 [21:18:27] Fundraising Sprint A Wrinkle in Timezones, Fundraising Sprint Visual Basic Instinct, Fundraising Sprint X-rays, Fundraising Sprint Y 2019, and 4 others: Rebase and finish Geotargeting (sub national targeting) - https://phabricator.wikimedia.org/T226438 (DStrine) [21:53:30] (PS1) Ejegg: Report recurring stats to grafana via hook [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556264 (https://phabricator.wikimedia.org/T199390) [21:54:18] fr-tech ^^^ is just a first idea for recurring stats, one other proposal is in the commit message [21:55:09] nice work ejegg! [21:55:22] thanks mepps [22:05:26] (CR) jerkins-bot: [V: -1] Report recurring stats to grafana via hook [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556264 (https://phabricator.wikimedia.org/T199390) (owner: Ejegg) [22:59:50] (PS1) Eileen: Remove one query that could contribute to deadlocks. [wikimedia/fundraising/crm/civicrm] - https://gerrit.wikimedia.org/r/556283 [23:00:28] well that might be one query down [23:19:42] oops fr-tech, I lost track of time - hopping into -talk [23:20:08] bah me too [23:21:04] Oh, me three, but I'm in a bit of a zone so if it's all the same to everyone I'll just carry on with what I'm doing. [23:22:05] (CR) Ejegg: [C: +2] Remove one query that could contribute to deadlocks. [wikimedia/fundraising/crm/civicrm] - https://gerrit.wikimedia.org/r/556283 (owner: Eileen) [23:27:43] (Merged) jenkins-bot: Remove one query that could contribute to deadlocks. [wikimedia/fundraising/crm/civicrm] - https://gerrit.wikimedia.org/r/556283 (owner: Eileen) [23:43:14] dstrine: did you discuss a time for that import this am? [23:53:21] (PS4) Ejegg: Address msExcel export [wikimedia/fundraising/crm/civicrm] - https://gerrit.wikimedia.org/r/552929 (https://phabricator.wikimedia.org/T237564) (owner: Eileen) [23:53:35] (CR) Ejegg: [C: +2] Address msExcel export [wikimedia/fundraising/crm/civicrm] - https://gerrit.wikimedia.org/r/552929 (https://phabricator.wikimedia.org/T237564) (owner: Eileen) [23:55:20] (CR) Ejegg: [C: +2] Code clean up on test class. [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556094 (owner: Eileen) [23:55:43] (PS2) Ejegg: Array formatting IDE cleanup [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556095 (owner: Eileen) [23:55:56] (CR) Ejegg: [C: +2] Array formatting IDE cleanup [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/556095 (owner: Eileen) [23:59:02] (Merged) jenkins-bot: Address msExcel export [wikimedia/fundraising/crm/civicrm] - https://gerrit.wikimedia.org/r/552929 (https://phabricator.wikimedia.org/T237564) (owner: Eileen)