[00:01:13] AndyRussG: I must have typed the same port by accident its running now on a different port [00:26:16] cstone ahh cool beans!! :) [00:27:16] cstone pls don't hesitate to let me know if you run into any more issues that you'd like to work through... (just gonna walk the dog now, back in about 25 min...) [00:27:18] thx! [00:50:48] ran into **** maintenance/update.php [00:50:48] docker-compose exec -w /var/www/html/ payments php maintenance/update.php --quick [00:50:48] PHP Fatal error: Uncaught Exception: Unable to open file /var/www/html/skins/Vector/skin.json: filemtime(): stat failed for /var/www/html/skins/Vector/skin.json in /var/www/html/includes/registration/ExtensionRegistry.php:176 [00:57:05] eileen: further! but same error locally as the latest CI run on Failed to locate valid civi root: /src/wikimedia/fundraising/crm/drupal/sites/all/modules/civicrm would it need to just be looking at /src/wikimedia/fundraising/crm/civicrm instead? [00:58:39] cstone: maybe this will help [00:58:40] https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/civicrm/+/649724/1/settings_location.php [00:58:56] end goal is to not need that - but once all the symlinks are gone [01:14:19] cstone: ahhh sounds like incomplete source code cloning [01:14:56] cstone: make sure your Payments source is on our branch [01:15:04] then in the payments source dir say: git submodule update --init --recursive [01:15:25] then after that: cd extensions/DonationInterface [01:15:27] git checkout master [01:15:29] cd ../FundraisingEmailUnsubscribe [01:15:31] git checkout master [01:30:03] really which we knew what was causing the script to not be able to clone the repos from Gerrit [01:30:22] especially since it worked copying and pasting the commands [01:47:16] im guessing some permission situation i have created somehow [02:00:44] hmmmm [02:15:17] sigh I did docker-compose down & docker-compose up & it failed with [02:15:17] ERROR: for fundraising-dev_civicrm_1 Cannot start service civicrm: unable to find user invalid-user: no matching entries in passwd file [02:41:54] eileen: ahhhrrggghmmm do you have more context for that? [02:42:18] that was in the docker-compose logs? or where? [02:42:21] AndyRussG: hmm - it seems to happen a bit so I'll dig into it another day. [02:42:31] so like not always? [02:42:44] no - it's a hard fail on the command line - I just run setup.sh again [02:43:35] eileen ahhhh right that's a failsafe then, suppoesd to happen if you haven't run setup.sh and don't have an .env file [02:43:40] & yeah - probably it is every time I try to run docker-compose --file /home/eileen/dev/fundraising-dev/docker-compose [02:43:40] .yml down & then the same with up -d after [02:44:14] eileen: maybe you're running it from a different directory then? [02:44:40] eileen: sounds like docker-compose is not finding the .env file that's created by setup.sh in the fundraising-dev directory [02:44:43] yeah - I guess I might be - I would have thought you could be anywhere if you specify the path [02:44:57] oh it's a setup.sh specific thing [02:45:11] eileen: well it's a docker-specific thing to look for an .env file [02:45:13] can I point to it from my command? My command is saved as an alias [02:45:28] and setup.sh creates an .env file with your user UID and GID [02:45:36] so that it knows which user/group to run the containers as [02:45:50] ah OK - could it fall back to a location like ~/.env ? [02:46:25] but if docker-compose can't find the .env then the UID/GID variables are blank, and intentionally we made it fail so that it doesn't start running the containers as root and mess up permissions [02:46:30] one sec I'll find the options [02:48:27] https://docs.docker.com/compose/environment-variables/#substitute-environment-variables-in-compose-files [02:48:55] eileen: if you want to run docker-compose from other locations, I think it should work fine like this: [02:49:29] AndyRussG: that looks like what I need [02:49:37] docker-compose up -d --env-file /home/eileen/dev/fundraising-dev/.env --file /home/eileen/dev/fundraising-dev/docker-compose.yml [02:49:53] then you could make an alias [02:49:55] for that [02:50:09] heheh making a note to add a note to the README about this [02:51:16] heh also pls lmk if that worked ^ ? [02:57:13] docker-compose --file ~/dev/fundraising-dev/docker-compose.yml --env-file ~/dev/fundraising-dev/.env up -d works [02:57:35] I just can't spot why alias bku='docker-compose --file ~/dev/fundraising-dev/docker-compose.yml --env-file ~/dev/fundraising-dev/.env up -d' doesn't work [03:02:10] ok - maybe wasn't refreshing aliases [03:02:13] works now [03:05:10] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Civi-Dedupe: Email address isn't saving when updating in dedupe feature - https://phabricator.wikimedia.org/T275663 (Eileenmcnaughton) This should be fixed up now [03:20:20] eileen: yay :D [03:33:27] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Civi-Dedupe: Query breaks when results include multiple records of same donor - https://phabricator.wikimedia.org/T275668 (Eileenmcnaughton) @Shust I deployed a patch today that should fix this... [15:32:53] tzag fr-tech! [15:48:09] greetings [15:48:23] I had forgotten how early school mornings start [15:48:30] ha! [15:48:42] that kicks back off for me next week [16:33:39] hi fr-tech [16:33:50] hey there [16:33:53] hey ejegg [16:34:29] helloooo fr-tech ejegg XenoRyet jgleeson ;) [16:36:12] hey AndyRussG [16:36:59] thanks for all the CR and the fixes! [16:38:57] ejegg: I was just about to rebase this and fix any conflicts https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/SmashPig/+/647026 [16:39:14] ooh nice jgleeson [16:39:17] but then I ran smashpig tests and I'm seeing a ton of: [16:39:26] before alert blindness sets in [16:39:28] Function ReflectionType::__toString() is deprecated [16:39:39] yeah right [16:39:46] oh hmm, interesting [16:39:52] I think we might need to update phpunit [16:39:53] :) [16:40:04] ahh, that sounds likely [16:40:27] yeah, i can't think of anywhere we'd be using reflection outside of tests [16:40:55] hey ejegg can I get some help working on a doc in 20 minutes? [16:41:06] speaking of phpunit updates there are some warnings in DonationInterface tests about things that'll be removed in phpunit 9 [16:41:10] sure dstrine [16:41:27] thanks! [16:47:15] ok, bumping phpunit to 8 fixes those issues [16:47:26] although I guess 9 is the latest? [16:47:31] I'll try with that also [16:47:32] Fundraising-Backlog, fundraising-tech-ops, FR-Tech-Analytics: Superset user - kill query after 60-65 seconds - https://phabricator.wikimedia.org/T272080 (EYener) I was thinking about this task the other day, and I don't think that killing running queries after 65 seconds will fix the user experience... [16:49:14] jgleeson: nice! I know we were a fan of a couple of asserts that are removed in 9, but if it's not too much work it would be best to be on the latest [16:53:11] (Abandoned) Ejegg: Civi ext to batch update activities [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/651808 (https://phabricator.wikimedia.org/T219191) (owner: Ejegg) [16:54:38] rockin jgleeson, looks like tests pass unmodified under phpunit 9 [16:55:40] nice [16:55:55] ok I'll push that [16:56:06] i got into the usual dependencies dance [16:56:20] but using the extra flag to resolve them fixed that [17:14:57] (PS1) Jgleeson: Updated PHPUnit to v9.5 [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/667896 [17:17:59] (PS4) Jgleeson: Heuristic for skipping Adyen/Amex/recur failmail [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/647026 (https://phabricator.wikimedia.org/T255303) (owner: Ejegg) [17:19:14] (Abandoned) Jgleeson: Rename PaymentCaptureAction to ProcessAuthorizeMessageAction. Rename ProcessCaptureRequestJob to CaptureRequestJob. [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/579605 (owner: Jgleeson) [17:19:28] Fundraising-Backlog, FR-Docker, dev-images, Developer Productivity, and 2 others: dev-images +2 rights and Docker registry credentials for FR-Tech - https://phabricator.wikimedia.org/T274303 (thcipriani) [17:20:30] Fundraising-Backlog, FR-Docker, Gerrit-Privilege-Requests, dev-images, and 3 others: dev-images +2 rights and Docker registry credentials for FR-Tech - https://phabricator.wikimedia.org/T274303 (thcipriani) We can take care of the Gerrit request. There's probably also an associated SRE access req... [17:26:06] AndyRussG: I'm gonna try and finish off the civiproxy fundraising-dev work. Would you recommend reinstalling everything as I think some updates might have been added? [17:26:26] or should I just rebuild the images [17:27:29] jgleeson: hmm not sure which version you're on, but I imagine you wouldn't need to rebuild everything [17:27:47] you could just re-run ./setup.sh but not re-clone the repos [17:28:07] if you tell me what sha you're on for the fundraising-dev repo I could check it out [17:28:20] ./setup.sh also has a few bits and pieces for migrating but they're not heavily tested [17:29:26] the commit directly before my WIP civiproxy branch is 87527c8be4b72ace18a3377946fcacec53d72696 [17:30:49] (CR) Ejegg: "recheck" [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667681 (owner: Cstone) [17:33:11] jgleeson: ah ok... yeah you might want to say docker-compose down and then rebase that on the current master [17:33:46] ejegg: how hard would it be to list the relationships in that doc? [17:33:49] you shouldn't have to re-do most or any of the steps in setup.sh [17:34:43] ok cool thanks AndyRussG [17:35:38] jgleeson: as regards the image definitions in dev-images, I don't think you'll need to rebuild all the images, as the parent patch of your WIP change there I think is working with the current master in fundraising-dev [17:36:20] Fundraising-Backlog, FR-Docker, Gerrit-Privilege-Requests, dev-images, and 3 others: dev-images +2 rights and Docker registry credentials for FR-Tech - https://phabricator.wikimedia.org/T274303 (AndyRussG) >>! In T274303#6875436, @thcipriani wrote: > We can take care of the Gerrit request. There'... [17:38:08] no trouble at all dstrine, will do that now [17:38:27] jgleeson: a bit later I may push up a new version of the parent change to your WIP civiproxy one in dev-images, but on that I'd say don't rebase just yet pls [17:42:45] (PS3) Jgleeson: WIP: Add CiviProxy setup [wikimedia/fundraising/dev] - https://gerrit.wikimedia.org/r/664939 (https://phabricator.wikimedia.org/T268683) [17:44:34] thanks ejegg ! [17:44:48] dstrine: I guess if we did want to export relationships it could be just 'Partner of Contact ID XXX' [17:45:22] yeah I'll put that on my todo list to talk to various stakeholders [17:47:28] Fundraising-Backlog, Analytics, FR-Tech-Analytics: Whitelist Portal and WikipediaApp event data for (sanitized) long-term storage - https://phabricator.wikimedia.org/T273246 (mpopov) Just closed that task to remove the instrumentation and updated the migration status of the WikipediaPortal schema in... [17:49:00] (CR) Ejegg: [C: +2] "Thanks!" [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/667896 (owner: Jgleeson) [17:50:24] (Merged) jenkins-bot: Updated PHPUnit to v9.5 [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/667896 (owner: Jgleeson) [17:51:54] hmm , is Civi CI slower than before the last version update? [17:52:23] Was one of our core hacks to disable some pingback check that times out during CI? [17:58:10] ejegg: I noticed with the ty email that it was taking 30 mins instead of 20, we had upped the timeouts on it in like jan but i dont know when the 30 mins started [17:59:18] (CR) Ejegg: "Just one question about new punctuation added" (1 comment) [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667681 (owner: Cstone) [18:02:03] fr-tech anyone free to review a couple of patches to shorten the text on donor card statements? https://gerrit.wikimedia.org/r/c/mediawiki/extensions/DonationInterface/+/667048 [18:02:16] and https://gerrit.wikimedia.org/r/c/wikimedia/fundraising/crm/+/667050 [18:02:22] I was looking at those a bit ejegg [18:02:28] the first is just a text change and corresponding test updates [18:02:32] ok cool cstone [18:02:50] do you feel like the loss of translatability is worth it for the second one? [18:04:28] just from looking at my bank statements everything was cut off I think having some WIKIsomething showing up would cause the least confusion [18:05:29] yeah [18:07:30] ejegg: for the *s on the ty they were added in the latest revision and it was already bolded maybe extra emphasis ? but I can ask camille [18:09:50] thanks cstone - yeah, maybe just confirm since the other langs don't have them [18:17:34] RECOVERY - check_puppetrun on frdb1003 is OK: OK: Puppet is currently enabled, last run 38 seconds ago with 0 failures [18:26:18] Wikimedia-Fundraising-Banners: Update ptBR desktop banners to fit on modern vector - https://phabricator.wikimedia.org/T276254 (Pcoombe) [18:27:14] ejegg: *s are ok [18:27:25] ok, cool [18:27:40] (PS2) Ejegg: Update es-419(es-mx) and pt-br thank you emails. [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667681 (owner: Cstone) [18:27:53] (CR) Ejegg: [C: +2] Update es-419(es-mx) and pt-br thank you emails. [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667681 (owner: Cstone) [18:33:57] fundraising-tech-ops: Shift fr-tech mariadb repo to use rackspace instead of digitalocean for the mirror - https://phabricator.wikimedia.org/T275927 (Dwisehaupt) Open→Resolved This has been rolled out. ` [frack::puppet] 12754efb Shift the upstream repo we use for mariadb package ` [18:36:03] ok, I'm going to deploy that payments-wiki es-419 change and take a close look at the queue messages [18:43:27] (CR) Cstone: [C: +2] "Looks good!" [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/667048 (https://phabricator.wikimedia.org/T272995) (owner: Ejegg) [18:45:39] ah, i'll wait till that merges [18:47:43] oops just saw your message ejegg [18:48:07] sorry was on a call, didn't mean to go on dinner just at the point you are releasing [18:48:21] I'll helped out with the testing effort when I get back! [18:48:27] no worries! [18:48:32] thanks for all the work on that btw! [18:49:03] (PS3) Ejegg: Shorten soft descriptor in English [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/667048 (https://phabricator.wikimedia.org/T272995) [18:51:22] (Merged) jenkins-bot: Update es-419(es-mx) and pt-br thank you emails. [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667681 (owner: Cstone) [18:53:25] (PS1) Ejegg: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/667916 [18:53:35] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/667916 (owner: Ejegg) [19:01:06] ok, actually, i'm going to eat something first too [19:45:32] Fundraising Sprint Bee Wheel, Fundraising-Backlog, FR-Ingenico, fr-donorservices: Ingenico audit wobble: Aug 2020 refunds not in Civi - https://phabricator.wikimedia.org/T272105 (DStrine) Let's time box this again. @MBeat33 and @EMartin last time we looked at these, the transactions were never se... [19:46:19] Fundraising-Backlog, Fr-drupal-upgrade-2021: Investigate project and create checklist of all steps needed for drupal upgrade - https://phabricator.wikimedia.org/T276107 (DStrine) [19:48:13] Fundraising-Backlog, fr-donorservices: Italian mobile form obscures the card number field - https://phabricator.wikimedia.org/T275458 (DStrine) [19:49:09] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Fr-drupal-upgrade-2021: Investigate project and create checklist of all steps needed for drupal upgrade - https://phabricator.wikimedia.org/T276107 (DStrine) [19:58:40] (CR) Ejegg: "recheck" [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/667048 (https://phabricator.wikimedia.org/T272995) (owner: Ejegg) [19:59:13] dang, my last minute rebase left ^^^ in jenkins-limbo [19:59:42] maybe a manual submit ejegg ? [19:59:45] code looks good [20:00:13] yah, i think we can't in that repo unfortunately [20:00:24] should ask to get that changed [20:01:58] on DI? [20:02:00] oh rly [20:02:21] it says i can't on that patch anyway [20:02:25] can you? [20:07:26] nope [20:07:38] I don't have the perms also [20:07:44] (CR) Eileen: "ejegg I did a bunch of updates recently using search kit so we may not need an extension" [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/651808 (https://phabricator.wikimedia.org/T219191) (owner: Ejegg) [20:08:42] Fundraising Sprint Airline Passenger Experience, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, fundraising-tech-ops, Patch-For-Review: Importing Activity Updates - https://phabricator.wikimedia.org/T219191 (Eileenmcnaughton) Just noting that the search kit did a pretty OK job for updati... [20:09:20] (CR) Cstone: [C: +2] "Looks good. It didn't update the descriptor locally for me so as ejegg mentioned we should check it on live when deployed." [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667050 (https://phabricator.wikimedia.org/T272995) (owner: Ejegg) [20:10:38] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Civi-Dedupe: Query breaks when results include multiple records of same donor - https://phabricator.wikimedia.org/T275668 (SHust) @Eileenmcnaughton We have tested the patch/feature and it worked... [20:14:20] dstrine: meeting? [20:15:15] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Civi-Dedupe: Email address isn't saving when updating in dedupe feature - https://phabricator.wikimedia.org/T275663 (SHust) TY, we tested and it works! [20:17:07] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Silverpop - update our list of database ids - https://phabricator.wikimedia.org/T273833 (DStrine) Open→Resolved [20:17:58] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, FR-Docker: MySQL Workbench connection on Docker - https://phabricator.wikimedia.org/T266094 (DStrine) Open→Resolved [20:18:02] Fundraising-Backlog, Epic: Epic: feature parity with vagrant on docker - https://phabricator.wikimedia.org/T262971 (DStrine) [20:18:15] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Civi-Dedupe: Email address isn't saving when updating in dedupe feature - https://phabricator.wikimedia.org/T275663 (DStrine) Open→Resolved [20:27:56] (Merged) jenkins-bot: Shorten recurring charge descriptor [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667050 (https://phabricator.wikimedia.org/T272995) (owner: Ejegg) [20:29:45] Fundraising Sprint Downed power line jump rope, Fundraising-Backlog: Fill out SAQ A forms to be sent to PSPs - https://phabricator.wikimedia.org/T274935 (XenoRyet) a:XenoRyet [20:41:33] Fundraising-Backlog: Update exchange rates before Latin America Pre-test - https://phabricator.wikimedia.org/T275812 (DStrine) [20:44:30] (CR) Jgleeson: [C: +2] Heuristic for skipping Adyen/Amex/recur failmail [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/647026 (https://phabricator.wikimedia.org/T255303) (owner: Ejegg) [20:45:06] (Merged) jenkins-bot: Heuristic for skipping Adyen/Amex/recur failmail [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/647026 (https://phabricator.wikimedia.org/T255303) (owner: Ejegg) [20:51:55] Fundraising-Backlog: Automatically send status 800 on prior donors stopped at 600 - https://phabricator.wikimedia.org/T276183 (DStrine) [20:52:46] Fundraising-Backlog: Update exchange rates before Latin America Pre-test - https://phabricator.wikimedia.org/T275812 (DStrine) [20:56:35] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Fr-drupal-upgrade-2021: Investigate project and create checklist of all steps needed for drupal upgrade - https://phabricator.wikimedia.org/T276107 (DStrine) [20:56:39] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Update development and CI enviroments for d8 - https://phabricator.wikimedia.org/T276272 (Eileenmcnaughton) [20:57:08] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Fr-drupal-upgrade-2021: Update development and CI enviroments for d8 - https://phabricator.wikimedia.org/T276272 (DStrine) [20:57:19] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Fr-drupal-upgrade-2021: Figure out how we will migrate users - https://phabricator.wikimedia.org/T276271 (DStrine) [20:57:44] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Actual server planning for d8 - paralell? - https://phabricator.wikimedia.org/T276273 (Eileenmcnaughton) [20:58:03] Fundraising Sprint Bee Wheel, Fundraising-Backlog, FR-Ingenico, fr-donorservices: Ingenico refunds not in Civi - https://phabricator.wikimedia.org/T272105 (DStrine) [21:00:01] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Composer, Patch-For-Review: Get our repo onto Composer 2 - https://phabricator.wikimedia.org/T267881 (DStrine) [21:02:29] Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Fr-drupal-upgrade-2021: Investigate project and create checklist of all steps needed for drupal upgrade - https://phabricator.wikimedia.org/T276107 (DStrine) [21:02:31] Fundraising Sprint E 2021, Fundraising-Backlog: Update exchange rates before Latin America Pre-test - https://phabricator.wikimedia.org/T275812 (DStrine) [21:02:35] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Patch-For-Review: Remove old version of afform, use core - https://phabricator.wikimedia.org/T275728 (DStrine) [21:02:42] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Benevity Import Error - https://phabricator.wikimedia.org/T271416 (DStrine) [21:02:46] Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Composer, Patch-For-Review: Get our repo onto Composer 2 - https://phabricator.wikimedia.org/T267881 (DStrine) [21:02:54] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, and 5 others: BannerExistenceException due to non-existing CentralNotice banner (after Special:LanguageStats view) - https://phabricator.wikimedia.org/T157997 (... [21:02:59] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog: Fill out SAQ A forms to be sent to PSPs - https://phabricator.wikimedia.org/T274935 (DStrine) [21:03:01] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog: es419 Thank You Email Edits for the March 9th Pretest - https://phabricator.wikimedia.org/T274319 (DStrine) [21:03:03] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Patch-For-Review: Civi Upgrade UI issue: Some dashlets don't populate, others are hard to read now - https://phabricator.wikimedia.org/T275071 (DStrine) [21:03:06] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising, Wikimedia-Fundraising-CiviCRM: Add es-419 as a supported 'preferred language' in Civi - https://phabricator.wikimedia.org/T199733 (DStrine) [21:03:07] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising, MW-1.36-notes (1.36.0-wmf.33; 2021-03-02): Localise most important DonationInterface messages to Latin American Spanish - https://phabricator.wikimedia.org/T199682 (DStrine) [21:03:10] Fundraising Sprint Airline Passenger Experience, Fundraising Sprint Bee Wheel, Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, and 8 others: Code review, fix major and minor issues, follow up on new requirements, w... - https://phabricator.wikimedia.org/T268646 [21:03:12] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, fr-donorservices, Patch-For-Review: Wikimedia's soft descriptor - https://phabricator.wikimedia.org/T272995 (DStrine) [21:03:14] Fundraising Sprint Bee Wheel, Fundraising Sprint E 2021, Fundraising-Backlog, FR-Ingenico, fr-donorservices: Ingenico refunds not in Civi - https://phabricator.wikimedia.org/T272105 (DStrine) [21:03:16] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: try to recreate lybunt and sybunt reports in search kit - https://phabricator.wikimedia.org/T272063 (DStrine) [21:03:18] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog: Adding 2 new columns to Engage Reconciliation reports - https://phabricator.wikimedia.org/T271992 (DStrine) [21:03:20] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: one-time output of Civi table schema - https://phabricator.wikimedia.org/T272062 (DStrine) [21:03:23] Fundraising Sprint Bee Wheel, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, and 2 others: Create new subpage for Special:EmailPreferences - https://phabricator.wikimedia.org/T268510 (DStrine) [21:03:25] Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, and 2 others: Adyen: have audit file pick up manually settled donations - https://phabricator.wikimedia.org/T265545 (DStrine) [21:03:28] Fundraising Sprint Bee Wheel, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, and 2 others: Use Guzzle to make API request to CiviProxy to retrieve opt-in / opt-out fields. - https://phabricator.wikimedia.org/T268497 (DStrine) [21:03:30] Fundraising Sprint Bee Wheel, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising Sprint Yellow hornets of kindness and healing, and 5 others: Add CiviProxy to crm repo, write configuration or code for filtering API calls - https://phabricator.wikimedia.org/T268495... [21:03:32] Fundraising Sprint Airline Passenger Experience, Fundraising Sprint Bee Wheel, Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, and 13 others: Fr-tech chores list - https://phabricator.wikimedia.org/T258527 (DStrine) [21:03:34] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog, and 2 others: Create civiproxy on docker - https://phabricator.wikimedia.org/T268683 (DStrine) [21:14:13] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint E 2021, Fundraising-Backlog: Adding 2 new columns to Engage Reconciliation reports - https://phabricator.wikimedia.org/T271992 (Eileenmcnaughton) Just noting that I've been digging into t... [21:28:12] Fundraising Sprint Esperantoland, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Fr-drupal-upgrade-2021: Investigate project and create checklist of all steps needed for drupal upgrade - https://phabricator.wikimedia.org/T276107 (DStrine) p:Triage→Medium [21:28:21] Fundraising Sprint Esperantoland, Fundraising-Backlog: Update exchange rates before Latin America Pre-test - https://phabricator.wikimedia.org/T275812 (DStrine) p:Triage→High [21:28:24] Fundraising-Backlog, API-Portal, MediaWiki-extensions-CentralNotice, Patch-For-Review: API portal showing Wikipedia CentralNotice banners - https://phabricator.wikimedia.org/T270308 (apaskulin) p:Triage→Medium Hi @Ejegg, it seems like the patch didn't end up going out. Is there anything I... [21:28:34] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Patch-For-Review: Remove old version of afform, use core - https://phabricator.wikimedia.org/T275728 (DStrine) p:Triage→Medium [21:28:40] Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Benevity Import Error - https://phabricator.wikimedia.org/T271416 (DStrine) p:Triage→Medium [21:28:47] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog: Adding 2 new columns to Engage Reconciliation reports - https://phabricator.wikimedia.org/T271992 (MDemosWMF) @Eileenmcnaughton this batch number filte... [21:28:50] Fundraising Sprint Esperantoland, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Composer, Patch-For-Review: Get our repo onto Composer 2 - https://phabricator.wikimedia.org/T267881 (DStrine) p:Triage→Medium [21:29:09] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, and 5 others: BannerExistenceException due to non-existing CentralNotice banner (after Special:LanguageStats vi... - https://phabricator.wikimedia.org/T157997 [21:50:19] (CR) Ejegg: [C: +2] "Re-adding C+2 originally added by Cstone to get Jenkins to merge this change" [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/667048 (https://phabricator.wikimedia.org/T272995) (owner: Ejegg) [21:50:21] Fundraising Sprint Yellow hornets of kindness and healing, Fundraising Sprint Zeitgeistbusters, Fundraising-Backlog, MediaWiki-extensions-CentralNotice, and 3 others: RuntimeException in ApiCentralNoticeQueryCampaign - https://phabricator.wikimedia.org/T269652 (Umherirrender) Open→Resolved... [21:52:51] (Merged) jenkins-bot: Shorten soft descriptor in English [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/667048 (https://phabricator.wikimedia.org/T272995) (owner: Ejegg) [21:52:54] (Merged) jenkins-bot: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/667916 (owner: Ejegg) [21:57:07] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Patch-For-Review: Remove old version of afform, use core - https://phabricator.wikimedia.org/T275728 (Eileenmcnaughton) Open→Resolved [21:57:09] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog: Adding 2 new columns to Engage Reconciliation reports - https://phabricator.wikimedia.org/T271992 (Eileenmcnaughton) [21:57:16] Fundraising Sprint Corrugated super slide, Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Patch-For-Review: Remove old version of afform, use core - https://phabricator.wikimedia.org/T275728 (Eileenmcnaughton) This is closable @DStrine -... [21:58:34] Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Benevity Import Error - https://phabricator.wikimedia.org/T271416 (Eileenmcnaughton) @RLewis when do you get the next file? We could catch up on hangout when you g... [22:08:48] Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Patch-For-Review: Civi Upgrade UI issue: Some dashlets don't populate, others are hard to read now - https://phabricator.wikimedia.org/T275071 (Eileenmcnaughton... [22:12:36] (PS1) Ejegg: Update DonationInterface submodule [core] (fundraising/REL1_35) - https://gerrit.wikimedia.org/r/667947 [22:12:41] (CR) Ejegg: [C: +2] Update DonationInterface submodule [core] (fundraising/REL1_35) - https://gerrit.wikimedia.org/r/667947 (owner: Ejegg) [22:20:49] (Merged) jenkins-bot: Update DonationInterface submodule [core] (fundraising/REL1_35) - https://gerrit.wikimedia.org/r/667947 (owner: Ejegg) [22:30:25] Fundraising Sprint Downed power line jump rope, Fundraising Sprint Esperantoland, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, Patch-For-Review: Civi Upgrade UI issue: Some dashlets don't populate, others are hard to read now - https://phabricator.wikimedia.org/T275071 (CaitVirtue) I c... [22:37:02] oops XenoRyet i just saw our meeting on the calendar [22:37:19] No worries, I was a bit late myself, not used to the new time either. [23:19:55] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM: Test install on staging - https://phabricator.wikimedia.org/T276273 (Eileenmcnaughton) [23:34:00] (PS2) Eileen: De-symlink sites folder [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667727 (https://phabricator.wikimedia.org/T273822) [23:35:51] (PS3) Eileen: De-symlink sites folder [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667727 (https://phabricator.wikimedia.org/T273822) [23:36:32] (PS2) Eileen: Update gitignore for sites move [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667728 (https://phabricator.wikimedia.org/T273822) [23:36:50] (PS4) Eileen: Update path for autoload [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667732 [23:39:20] (CR) jerkins-bot: [V: -1] De-symlink sites folder [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667727 (https://phabricator.wikimedia.org/T273822) (owner: Eileen) [23:40:04] (CR) jerkins-bot: [V: -1] Update gitignore for sites move [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667728 (https://phabricator.wikimedia.org/T273822) (owner: Eileen) [23:47:26] (CR) jerkins-bot: [V: -1] Update path for autoload [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667732 (owner: Eileen) [23:50:34] (PS4) Eileen: De-symlink sites folder [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667727 (https://phabricator.wikimedia.org/T273822) [23:54:56] (PS1) Eileen: Make path relative [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/667966 (https://phabricator.wikimedia.org/T273822)