[00:39:08] Fundraising-Backlog: Fredge search in Civi randomly scrambling search results - https://phabricator.wikimedia.org/T239967 (EMartin) [00:43:07] (PS1) Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554973 [00:44:31] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554973 (owner: Ejegg) [00:45:04] (Merged) jenkins-bot: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554973 (owner: Ejegg) [00:46:27] cstone: so I never fixed that ts column in the contribution_tracking schema but I think it's not actually used in dash queries [00:46:42] (the mock data schema that is) [00:46:53] oh no worries i went in a slight black hole with the data [00:47:28] i have a couple thousand loaded now [00:49:01] cool [00:49:12] everything is looking good [00:50:12] (CR) Cstone: [C: +2] "Looks good with my test data." [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554652 (owner: Ejegg) [00:50:16] (PS1) Ejegg: Update DonationInterface submodule [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/554974 [00:50:33] (CR) Cstone: [C: +2] "Works well with my test data." [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554653 (owner: Ejegg) [00:50:39] thanks cstone! [00:50:46] (Merged) jenkins-bot: Switch data route to use promise for queries [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554652 (owner: Ejegg) [00:50:49] I'll put that out and see how it works in production [00:51:13] (Merged) jenkins-bot: Cache query promises rather than results [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554653 (owner: Ejegg) [00:52:40] (PS1) Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554975 [00:52:47] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554975 (owner: Ejegg) [00:53:24] (Merged) jenkins-bot: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554975 (owner: Ejegg) [00:58:41] hmm, did I just break filters on top10, or did they never work? [01:00:06] (CR) Ejegg: [C: +2] Update DonationInterface submodule [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/554974 (owner: Ejegg) [01:03:08] aw shoot I broke it [01:04:13] (Merged) jenkins-bot: Update DonationInterface submodule [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/554974 (owner: Ejegg) [01:04:25] oh hah, no, I just goofed on one of the dropdown values [01:04:35] cstone I'll have another fix for that filters patch in one sec [01:04:43] ended up with a leading space on email medium [01:04:55] lucky thing I decided to test with exactly that one [01:06:10] (PS1) Ejegg: Fix leading space on email medium value [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554981 [01:06:17] if you have a sec, 1 char fix ^^^ [01:06:48] or... I feel ok self-merging that [01:07:00] (CR) Ejegg: [V: +2 C: +2] Fix leading space on email medium value [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554981 (owner: Ejegg) [01:07:33] (PS1) Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554982 [01:07:41] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554982 (owner: Ejegg) [01:08:23] (Merged) jenkins-bot: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/554982 (owner: Ejegg) [01:08:31] !log updated payments-wiki from 81921bd04a to 00632a397c [01:08:35] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [01:09:47] !log updated fundraising internal dashboard from 3a93d2aba4 to d9d74429baa [01:09:50] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [01:25:59] sorry ejegg im back now [01:26:39] no worries, I figured deleting a space didn't need peer review [01:27:08] hah yeah sorry to miss it [01:27:45] anyway, looks like it work in production! [01:27:49] no worse than previous [01:27:55] I can't seem to see the queries hitting the db [01:28:08] so I don't know if it's actually an improvement yet [01:28:44] oh, I guess I can tell from the syslog entries [01:30:41] mine just loaded pretty quickly from being mostly chart loading all day [01:31:51] cool, the syslog just told me it is storing the promises and returning them to other requests [01:31:55] so I guess that's a win! [01:32:24] now we just have to make the requests retry on timeout [01:32:36] (gateway timeout that is) [01:32:48] instead of leaving the thing hanging [01:35:51] (PS1) Ejegg: WIP retry on gateway timeout. [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554990 [01:36:05] cstone that WIP is definitely not the fix ^^^ [01:36:39] how much have you worked with promises & callbacks? [01:37:50] just a little bit [01:38:08] can you spot the problem with using that to retry? [01:38:29] it may be clearer if you look at where getChartData is called [01:40:08] oh hey, would this actually work? https://stackoverflow.com/questions/10024469/whats-the-best-way-to-retry-an-ajax-request-on-failure-using-jquery [01:40:20] $.ajax(this) would be a nice simple solution [01:41:07] but... I think the architecture of dash is just a bit too hokey for that [01:41:18] well, the way the widgets call that base fn anyway [01:42:19] If we want to be able to retry, I think we need to pass a callback fn to self.getChartData [01:42:35] hmm usually the issue i have with promises is scope [01:42:36] rather than having getChartData return the ajax promise and chaining from it [01:43:07] hah, self.everything was the hammer we used for all scope problems in dash [01:43:14] pretty ugly [01:43:39] var self=this right at the top of all the things [01:45:07] ok, so maybe if we make getChartData take a callback, and call that callback inside getChartData's success fn, that would be the way to do it? [01:46:21] well, if you want to pick up that commit and fix it, or do a totally fresh approach to retries, be my guest! [01:46:29] I think I'mma sign off for the night [01:46:42] hah i think it might be to late for me to be looking at JS tonight [01:46:46] have a good night! [01:46:51] hah, yeah [01:46:55] you too [01:49:44] top 10s with filters are fun [01:50:27] for example, when did we make the most money out of donations of exactly $2.75? [01:51:25] or from sidebar links? [06:22:14] PROBLEM - check_puppetrun on frdb2001 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 5 minutes ago with 1 failures. Failed resources (up to 3 shown): Package[mariadb-client] [06:27:14] PROBLEM - check_puppetrun on frdb2001 is CRITICAL: CRITICAL: Puppet has 1 failures. Last run 10 minutes ago with 1 failures. Failed resources (up to 3 shown): Package[mariadb-client] [06:32:12] RECOVERY - check_puppetrun on frdb2001 is OK: OK: Puppet is currently enabled, last run 1 minute ago with 0 failures [14:56:21] fr-tech let's fix those orphan rectifiers! not necessarily to deploy next week, but just so's we have them doing the right thing next year [14:56:34] I'll start making some tickets [15:02:42] Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Smashpig: Delete from pending table when status is cancelled - https://phabricator.wikimedia.org/T239997 (Ejegg) [15:04:33] 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) p:Triage→Normal a:Ejegg [15:15:23] fundraising-tech-ops: disable local auditd logging - https://phabricator.wikimedia.org/T239999 (Jgreen) [15:18:23] (PS1) Ejegg: Delete from Pending table on final status canceled [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/555514 (https://phabricator.wikimedia.org/T239997) [15:18:52] ok ^^^ I would feel comfortable deploying [15:19:09] one-line fix to the payments-init queue consumer to delete a few more messages [15:26:10] looking [15:27:23] (CR) Jgleeson: [C: +2] Delete from Pending table on final status canceled [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/555514 (https://phabricator.wikimedia.org/T239997) (owner: Ejegg) [15:27:42] (Merged) jenkins-bot: Delete from Pending table on final status canceled [wikimedia/fundraising/SmashPig] - https://gerrit.wikimedia.org/r/555514 (https://phabricator.wikimedia.org/T239997) (owner: Ejegg) [15:40:03] fundraising-tech-ops: disable local auditd logging - https://phabricator.wikimedia.org/T239999 (Jgreen) p:Triage→Normal [15:41:47] Wikimedia-Fundraising-Banners: Donate Later link does not work after donation amount has been selected - https://phabricator.wikimedia.org/T238604 (Pcoombe) Open→Resolved [15:43:26] thanks jgleeson [15:46:14] np! [16:01:37] (PS1) Ejegg: Update SmashPig library [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/555521 [16:01:42] (CR) Ejegg: [C: +2] Update SmashPig library [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/555521 (owner: Ejegg) [16:07:11] (Merged) jenkins-bot: Update SmashPig library [wikimedia/fundraising/crm] - https://gerrit.wikimedia.org/r/555521 (owner: Ejegg) [16:07:18] (PS1) Ejegg: Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/555524 [16:07:22] (CR) Ejegg: [C: +2] Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/555524 (owner: Ejegg) [16:07:47] (PS1) Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/555525 [16:07:50] (CR) Ejegg: [V: +2 C: +2] Update SmashPig [wikimedia/fundraising/crm/vendor] - https://gerrit.wikimedia.org/r/555524 (owner: Ejegg) [16:07:59] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/crm] (deployment) - https://gerrit.wikimedia.org/r/555525 (owner: Ejegg) [16:10:37] Wikimedia-Fundraising-Banners: Desktop Sm Nag is too large and layout issues observable on IE 11 - https://phabricator.wikimedia.org/T239953 (spatton) a:spatton [16:12:54] Wikimedia-Fundraising-Banners: Desktop Sm Nag is too large and layout issues observable on IE 11 - https://phabricator.wikimedia.org/T239953 (spatton) Fixed by defining width and height for .frb-wikipedia-logo svg: https://meta.wikimedia.org/w/index.php?title=MediaWiki%3ACentralnotice-template-B1920_0701_enW... [16:13:40] (PS1) Ejegg: Update SmashPig [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/555527 [16:13:43] Wikimedia-Fundraising-Banners: RML Nag button does not wrap text correctly in IE11 - https://phabricator.wikimedia.org/T239649 (Pcoombe) a:Pcoombe Think I've figured this out, just testing the fix now... [16:13:58] (CR) Ejegg: [C: +2] Update SmashPig [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/555527 (owner: Ejegg) [16:18:40] (Merged) jenkins-bot: Update SmashPig [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/555527 (owner: Ejegg) [16:21:19] !log updated fundraising CiviCRM from 30cdc5fa59 to 7eab025ec0 [16:21:25] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [16:30:38] (PS2) Ejegg: Quit redundantly setting SQL text [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554953 [16:30:41] (PS1) Ejegg: getChartData takes a success callback [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555536 [16:31:17] (CR) jerkins-bot: [V: -1] getChartData takes a success callback [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555536 (owner: Ejegg) [16:34:37] (PS2) Ejegg: getChartData takes a success callback [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555536 [16:44:10] fundraising-tech-ops, Operations, ops-eqiad: (ESCALATED Need By: 11/26/19) rack/setup/install frdb1003.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Jgreen) Open→Resolved [16:54:26] Fundraising-Backlog: small copyedit fix for TY email - https://phabricator.wikimedia.org/T240013 (MBeat33) [16:58:19] Fundraising-Backlog: small copyedit fixes for TY email - https://phabricator.wikimedia.org/T240013 (MBeat33) [17:07:00] (PS1) Ejegg: Highlight top10 entries for current year [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555548 [17:07:15] fr-tech ^^^ makes top10 widget pop a bit more [17:07:55] hi XenoRyet! Want help investigating that mistimed recurring? [17:09:20] Hey ejegg. Na, I think I've got it. I was having a heck of a time staying focused yesterday, but I've almost got it figured out I think. [17:10:12] Get through the morning meetings, then I think it shouldn't take me too much longer to have an answer. [17:10:58] Fundraising-Backlog: small copyedit fixes for TY email - https://phabricator.wikimedia.org/T240013 (Ejegg) Interesting, this looks like it's being caused by an automatic html-to-text conversion. In the HTML source it's like this: ` lang=html ...if they have a sure, how about adding a counter for each status to the payments-init queue consumer? [17:47:01] err, status + processor, that is [18:03:10] hey all! [18:03:26] Fundraising Sprint X-rays, Fundraising-Backlog: Transactions stopped for Fraud are unscored - https://phabricator.wikimedia.org/T239769 (EMartin) @Ejegg More examples from yesterday to chew on: 73514644.1 US USD 5.35 12/5/19 17:30 73515520.2 US USD 5.35 12/5/19 17:29 73513909.1 GB GBP 10.4 12/5/19 17:25... [18:08:42] Fundraising Sprint X-rays, Fundraising-Backlog: Fredge search in Civi randomly scrambling search results - https://phabricator.wikimedia.org/T239967 (DStrine) [18:09:33] Fundraising Sprint X-rays, Fundraising-Backlog, Wikimedia-Fundraising-CiviCRM, FR-Civi-Dedupe: Runaway Civi dedupe query on first 5 chars of street_address field - https://phabricator.wikimedia.org/T239956 (DStrine) [18:10:42] Fundraising-Backlog, MediaWiki-extensions-CentralNotice: Filtering banners on campaign page resets "Limit traffic" checkbox - https://phabricator.wikimedia.org/T182343 (Pcoombe) This is still a problem, and has caught us out again this year. @AndyRussG any chance you could take a look? [18:24:26] ejegg: Fleetwood Mac's Tango in the Night album is my delayed recommendation for today :) [18:24:56] thanks! [18:25:44] I was just listening to Bomba Estereo's album Ayo, but I think I still like their album "Amanecer" better [18:26:41] jgleeson: ejegg I'm working in my living room for the next few weeks and my record player is out here. I just listened to rumors on vinyl yesterday [18:26:41] They're playing a concert in the streets for the national strike this weekend in Bogota. [18:26:53] dstrine: :) [18:27:04] the way it was meant to be heard [18:27:09] ejegg: I like the sound of amanecer 42s in! [18:27:14] nice! [18:27:26] when I got my record player I basically repurchased all my mom's classic records first [18:27:33] It's a nostalgia machine [18:27:47] heh, nice [18:27:56] yup [18:28:00] My do abbey road later now that we're talking [18:28:08] *might do [18:28:25] When I was buying records I mostly looked for funk, but that stuff's in high demand [18:28:35] dark side of the moon in that classic records list? [18:28:36] Rumors on vinyl sounds amazing (in both uses of sounds? hah) [18:29:06] jgleeson: ooh I don't have that one but I should [18:29:24] Fundraising-Backlog: VI/MC requiring support for authorizations on refunds 4/2020 - https://phabricator.wikimedia.org/T240035 (EMartin) [18:29:52] cstone: yeah I got it coming out of my surround sound setup. It's pretty good [18:30:22] heh, i was just listening to the west side story soundtrack and it made me think of vinyl b/c i would often listen to that record when I stayed home 'sick' from elementary school [18:51:53] Fundraising Sprint X-rays, Fundraising-Backlog: Fredge search in Civi randomly scrambling search results - https://phabricator.wikimedia.org/T239967 (jgleeson) I think the original ticket relating to this is [[ https://gerrit.wikimedia.org/r/#/c/wikimedia/fundraising/crm/+/482672/ | here ]] for backgroun... [18:54:40] we just trimmed our vinyl collection in half. down to about 300 or so now. [18:54:50] which is still probably too many. [18:56:39] we tended to be a dumping ground for folks getting rid of their's. don't think we really neded 3 copies of thriller. [19:00:46] oh man, i'd take one of those off your hands [19:03:22] Wikimedia-Fundraising-Banners: Donation form Other amount field: 'minimum amount' error message - https://phabricator.wikimedia.org/T180751 (Pcoombe) For reference here's our current banner designs [desktop large](https://en.wikipedia.org/wiki/NASA?banner=B1920_0701_enWW_dsk_p1_lg_template&country=US) [desk... [19:04:49] the other 2 went to the friends of the library store. in the mix of the 4 boxes. [19:07:00] ah, that's a worthy destination [19:39:08] (PS2) Ejegg: Retry on gateway timeout [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554990 [19:43:07] fundraising-tech-ops, Operations, ops-eqiad: (ESCALATED Need By: 11/26/19) rack/setup/install frdb1003.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Jgreen) [19:44:24] fundraising-tech-ops, Operations, ops-eqiad: rack/setup/install frdb1003.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Jgreen) Resolved→Open [19:44:44] fundraising-tech-ops, Operations, ops-eqiad: rack/setup/install frdb1003.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Jgreen) p:High→Normal [19:45:55] fundraising-tech-ops, Operations, ops-codfw: codfw: rack/setup/install frdb2002 - https://phabricator.wikimedia.org/T239733 (Jgreen) [19:46:20] fundraising-tech-ops: remove/unpuppetize deprecated fundraising audit config files - https://phabricator.wikimedia.org/T239735 (Jgreen) p:Triage→Normal [19:46:47] fundraising-tech-ops, Operations, ops-codfw: rack/setup/install frdb2002.frack.codfw.wmnet - https://phabricator.wikimedia.org/T239733 (Jgreen) [19:47:04] fundraising-tech-ops, Operations, ops-eqiad: rack/setup/install frdb1003.frack.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Jgreen) [19:50:34] (PS3) Ejegg: Retry on gateway timeout [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554990 [19:50:36] (PS1) Ejegg: Redirect to start on session loss in data query [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555593 [20:00:00] thanks dstrine I now have another movie to add to my to-watch list, Jeremiah Johnson :) [20:02:12] (PS4) Ejegg: Retry on gateway timeout [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554990 [20:02:49] (PS2) Ejegg: Redirect to start on session loss in data query [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555593 [20:03:22] fr-tech ^^^ seems to work to handle gateway timeouts (504s) and session loss (generally because the server has been reset) [20:06:31] jgleeson|away: lol [20:12:54] (PS1) Ejegg: Convert donation-age to use getChartData [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555599 [20:13:18] ooh, I like that change number ^^ [20:15:14] (PS2) Ejegg: Convert donation-age to use getChartData [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555599 [20:25:58] (PS1) Ejegg: Convert totals-earned-chart to use getChartData [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555602 [20:26:46] ok fr-tech, that's all the widgets using the same response handling code ^^^ [20:27:19] There's instructions on how to simulate sporadic 504 responses in the commit message to https://gerrit.wikimedia.org/r/554990 [20:31:29] fr-tech if anyone wants to do a live code review for those in a video chat i'd be happy to [20:31:51] i know dash is still a bit unfamiliar to some folks [20:50:26] well, think I'll get out of the house a bit while the sun's out. Back before too long [21:43:11] Fundraising-Backlog: [BUG] Dual down arrow icons displayed on State input - https://phabricator.wikimedia.org/T240052 (jbolorinos-ctr) [21:43:36] Fundraising-Backlog: [BUG] Dual down arrow icons displayed on State input - https://phabricator.wikimedia.org/T240052 (jbolorinos-ctr) [21:48:07] fundraising-tech-ops, Operations, ops-codfw: rack/setup/install frdb2002.frack.codfw.wmnet - https://phabricator.wikimedia.org/T239733 (Dwisehaupt) bond0 interface set up and active. [21:48:23] fundraising-tech-ops, Operations, ops-codfw: rack/setup/install frdb2002.frack.codfw.wmnet - https://phabricator.wikimedia.org/T239733 (Dwisehaupt) [21:50:16] (PS1) Ejegg: Hide double arrow in on IE10-11 [extensions/DonationInterface] - https://gerrit.wikimedia.org/r/555612 (https://phabricator.wikimedia.org/T240052) (owner: Ejegg) [22:16:32] fundraising-tech-ops, Operations, ops-eqiad, Patch-For-Review: rack/setup/install frdb1003.frack.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Dzahn) https://icinga.wikimedia.org/cgi-bin/icinga/status.cgi?search_string=frdb1003 [22:27:58] fundraising-tech-ops, Operations, ops-eqiad, Patch-For-Review: rack/setup/install frdb1003.frack.eqiad.wmnet - https://phabricator.wikimedia.org/T239139 (Dwisehaupt) [22:43:11] (PS1) Ejegg: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/555617 [22:43:22] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/555617 (owner: Ejegg) [22:43:54] (Merged) jenkins-bot: Merge branch 'master' into deployment [extensions/DonationInterface] (deployment) - https://gerrit.wikimedia.org/r/555617 (owner: Ejegg) [22:44:23] (PS1) Ejegg: Update DonationInterface submodule [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/555618 [22:49:20] (CR) Cstone: [C: +2] "Looks good with test data" [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555548 (owner: Ejegg) [22:49:55] (Merged) jenkins-bot: Highlight top10 entries for current year [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555548 (owner: Ejegg) [22:58:37] (CR) Ejegg: [C: +2] Update DonationInterface submodule [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/555618 (owner: Ejegg) [23:02:47] (Merged) jenkins-bot: Update DonationInterface submodule [core] (fundraising/REL1_31) - https://gerrit.wikimedia.org/r/555618 (owner: Ejegg) [23:12:46] Wikimedia-Fundraising-Banners: Donation form Other amount field: 'minimum amount' error message - https://phabricator.wikimedia.org/T180751 (Digidietze) I was referring to the German banner. I wasn't aware that there are such significant differences between the language versions. I recently found the entry... [23:22:03] !log updated payments-wiki from 00632a397c to b3f983d5d1 [23:22:07] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [23:27:03] 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 (Ejegg) Open→Resolved Deployed, and it looks like the css fix... [23:29:47] (PS3) Ejegg: Quit redundantly setting SQL text [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554953 [23:29:49] (PS3) Ejegg: getChartData takes a success callback [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555536 [23:29:51] (PS5) Ejegg: Retry on gateway timeout [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/554990 [23:29:53] (PS3) Ejegg: Redirect to start on session loss in data query [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555593 [23:29:55] (PS3) Ejegg: Convert donation-age to use getChartData [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555599 [23:29:57] (PS2) Ejegg: Convert totals-earned-chart to use getChartData [wikimedia/fundraising/dash] - https://gerrit.wikimedia.org/r/555602 [23:31:36] (PS1) Ejegg: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/555624 [23:31:42] (CR) Ejegg: [C: +2] Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/555624 (owner: Ejegg) [23:32:15] (Merged) jenkins-bot: Merge branch 'master' into deployment [wikimedia/fundraising/dash] (deployment) - https://gerrit.wikimedia.org/r/555624 (owner: Ejegg) [23:35:48] !log updated internal fundraising dashboard from d9d74429ba to 3917f7d9dc [23:35:52] Logged the message at https://wikitech.wikimedia.org/wiki/Server_Admin_Log [23:45:54] dash top 10 highlighting is live, and there's a lot of green rows up there! [23:52:03] well, things look pretty good. gonna sign off [23:52:10] have a great weekend all!