[00:47:51] mutante: it's redirecting to https [00:49:35] so you need to hit up an https url or it'll always give you a 301 [00:49:45] i know. i already tried that [00:50:09] so https urls are also giving you a 301 response? [00:50:12] https URLs above [00:50:14] yes [00:50:26] the backend doesnt speak https [00:50:34] i also asked the loadbalancer IP [00:50:47] well, i tried all kinds of combos [00:51:39] there is a way to deal with that but it requires modifying a script to trick phabricator into thinking it's https [00:52:53] that preamble hack may be the thing to do no matter what [00:53:14] yeah we need the preamble hack [00:53:53] check_http -H 'phabricator.wikimedia.org' -I misc-web-lb.eqiad.wikimedia.org -u 'https://phabricator.wikimedia.org/' [00:53:57] HTTP OK: HTTP/1.1 301 Moved Permanently [00:53:57] everything is 301 :p [00:54:04] even when i ask the misc-web-lb and https [00:54:20] yeah I wondered when we did that, I asked if it was goofy and everybody seemed to think I was crazy :D [00:54:26] but I think the preamble hack will compensate [00:54:40] ok! [00:55:04] mutante: https://secure.phabricator.com/book/phabricator/article/configuring_preamble/ [00:55:11] cntrl+f HTTP_X_FORWARDED_FOR [00:55:24] wait wrong one [00:55:25] $_SERVER['HTTPS'] = true; [00:55:25] hehe [00:55:28] we want both [00:55:52] I'm not getting a 301 when I hit it with my browser. is it just because it's coming from an internal IP that causes it to redirect? [00:56:07] yeah in theory if it's all 301 nothing would work? [00:56:18] i even set a user agent trying to test that [00:56:20] would the script just not have browser level intelligence of the header magic happening? [00:56:22] didnt make a difference [00:56:38] i used different scripts :p [00:56:42] curl and check_http [00:57:02] curl -A "Mozilla/5.0 (iPhone; U; CPU iPhone OS 4_3_3 like Mac OS X; en-us) AppleWebKit/533.17.9 (KHTML, like Gecko) Version/5.0.2 Mobile/8J2 Safari/6533.18.5" --header "Host: phabricator.wikimedia.org" --url "https://phabricator.wikimedia.org/" iridium.eqiad.wmnet [00:57:06]

The document has moved here.

[00:57:10] :p [00:57:23] note how URL i ask for and target are same :p [00:57:43] but is it making an ssl request? [00:59:01] oh, look, this one works, heh [00:59:03] /usr/lib/nagios/plugins/check_http -S -H 'phabricator.wikimedia.org' -I misc-web-lb.eqiad.wikimedia.org -u 'https://phabricator.wikimedia.org/'HTTP OK: HTTP/1.1 200 OK - 16018 bytes in 0.301 second response time |time=0.300808s;;;0.000000 size=16018B;;;0 [00:59:27] but i cant add this check to the actual phabricator host then [00:59:29] I have seen curl say "oh port 443 let's make a normal http request!" [00:59:35] because -I will be set automatically [00:59:36] to host IP [00:59:38] some special weird curl flag [01:00:18] my curl request from wmflabs isn't getting redirected [01:00:24] maybe we have to set a special "request ssl behind proxy" check? [01:00:32] i kind of dislike it, but i will have to add this check to "misc-web-lb" host [01:00:33] setup I mean in nagios [01:00:36] from Icinga point of view [01:00:54] and a check for all other services on it too :p [01:01:01] :) [01:01:09] curl --head https://phabricator.wikimedia.org [01:01:11] HTTP/1.1 200 OK [01:01:13] Server: nginx/1.1.19 [01:01:43] twentyafterfour: it isn't doing the special weird ssl only redirect? [01:02:01] chasemp: I requested an https url [01:02:06] it would redirect if I didn't [01:02:12] yea, but then you speak to nginx [01:02:23] curl --head http://phabricator.wikimedia.org [01:02:25] HTTP/1.1 301 Moved Permanently [01:02:27] Server: Apache [01:02:46] yes, that is known, but if you use check_http [01:02:54] you have to add it to a node [01:03:09] and you will automatically have -I $HOSTADDRESS$ [01:03:45] mutante: check through misc isn't that bad, as that's the only way it's accessible anyhow [01:03:45] if we check nginx, as a bonus we get certificate expiration check [01:04:32] we also need to check for a content string [01:04:42] or it will be OK even if Apache is down [01:04:51] but yes [01:05:33] Chad created P44 es heap used. [01:05:42] /usr/lib/nagios/plugins/check_http -S -H 'phabricator.wikimedia.org' -I misc-web-lb.eqiad.wikimedia.org -u 'https://phabricator.wikimedia.org/' -s "Wikimedia" [01:07:02] side note, twentyafterfour....colors https://phabricator.wikimedia.org/P43 [01:07:07] hooray [01:08:52] adding the check to that misc-web host, requires adding it inside LVS puppet classes.. hrmrmmm [01:09:07] this is all ugly compared to putting it in phab module [01:09:20] i'll keep thinking about it [01:10:04] also best would be if i can get all configured backends without having to list them in a separte place from varnish config [01:29:30] Quiddity update the language for P38 Fork of P31 Fork of P29 (An Untitled Masterwork) Fork of Spoon. [01:29:54] Quiddity edited P38 Fork of P31 Fork of P29 (An Untitled Masterwork) Fork of Spoon. [01:31:43] Quiddity added a comment to P38 Fork of P31 Fork of P29 (An Untitled Masterwork) Fork of Spoon. [01:39:15] PleaseStand added a comment to T687: Convert Bugzilla's "Bug NNNNN" links to "TNNNNN" links in Phabricator. https://phabricator.wikimedia.org/T687 [02:57:34] aaron moved T931: Run maintenance script to clean up duplicate rows in iptables to Done on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T931 [02:59:13] RobLa-WMF updated subscribers of T694: Print URL, Version, etc only when they contain data. https://phabricator.wikimedia.org/T694 [05:54:31] ori added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [07:32:31] Qgil created T943: Apply to Google Code-in 2014. https://phabricator.wikimedia.org/T943 [07:32:47] Qgil added a project to T943: Apply to Google Code-in 2014: ECT-November-2014. https://phabricator.wikimedia.org/T943 [07:33:18] Qgil updated tasks of T943: Apply to Google Code-in 2014. https://phabricator.wikimedia.org/T943 [07:44:27] Qgil added a comment to T366: Switch Bugzilla to being read-only when starting data migration to Phabricator. https://phabricator.wikimedia.org/T366 [07:46:15] Qgil added a comment to T687: Convert Bugzilla's "Bug NNNNN" links to "TNNNNN" links in Phabricator. https://phabricator.wikimedia.org/T687 [07:55:12] Qgil updated subscribers of T764: Google Summer of Code Reunion. https://phabricator.wikimedia.org/T764 [07:58:37] Qgil updated subscribers of T924: Recruit Google Code-in 2014 mentors. https://phabricator.wikimedia.org/T924 [07:58:37] Qgil updated subscribers of T925: Connect Wikimedia chapters, Google Developer Groups, and computer science university departments. https://phabricator.wikimedia.org/T925 [07:58:37] Qgil updated subscribers of T921: Apply to GSoC 2015 and FOSS OPW round 10. https://phabricator.wikimedia.org/T921 [08:08:00] Qgil added a comment to T564: Select the Wikimedia interns of FOSS OPW Round 9. https://phabricator.wikimedia.org/T564 [08:43:15] Qgil added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [08:53:03] Qgil added a comment to T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [08:54:31] Qgil closed T942: Pholio Mocks don't preview (as images) on tasks as "Invalid". https://phabricator.wikimedia.org/T942 [08:57:06] Qgil updated mocks of T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [09:04:37] Qgil added a comment to T69: Top bar of Phabricator should signify to users they are interacting with a Wikimedia project space. https://phabricator.wikimedia.org/T69 [09:12:27] Qgil added a comment to T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [09:17:36] Qgil triaged T929: New project: "Wikimedia Incident Response" as "Normal" priority. https://phabricator.wikimedia.org/T929 [09:28:55] Qgil added a project to T934: Add "converted to Phabricator Task NNNN" comment to old-bugzilla bug during migration: Bugzilla-Migration. https://phabricator.wikimedia.org/T934 [09:29:03] Qgil closed T934: Add "converted to Phabricator Task NNNN" comment to old-bugzilla bug during migration as "Declined". https://phabricator.wikimedia.org/T934 [09:29:03] Qgil closed T934: Add "converted to Phabricator Task NNNN" comment to old-bugzilla bug during migration, a task blocking T259: Bugzilla to Maniphest import script (tracking), as "Declined". https://phabricator.wikimedia.org/T259 [09:36:28] Qgil added a comment to T894: Words not suggested with type-ahead because underscores are not tokenized. https://phabricator.wikimedia.org/T894 [09:41:01] Qgil edited the description of T366: Switch Bugzilla to being read-only when starting data migration to Phabricator. https://phabricator.wikimedia.org/T366 [09:41:55] Qgil added a comment to T882: Converted bugs don't link to the original in bugzilla. https://phabricator.wikimedia.org/T882 [09:47:09] Aklapper closed T927: Search on Commons times out, keyword incategory does not work as "Resolved". https://phabricator.wikimedia.org/T927 [09:57:42] Qgil added a comment to T916: Tasks in bugzilla preview should be editable in order to be able to see the description's markup. https://phabricator.wikimedia.org/T916 [09:59:02] Qgil claimed T916: Tasks in bugzilla preview should be editable in order to be able to see the description's markup. https://phabricator.wikimedia.org/T916 [10:24:56] tstarling added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [10:26:19] Qgil closed T859: Imported items in actual sub-projects (VE, Parsoid, others?) should be tagged against the super-project too as "Declined". https://phabricator.wikimedia.org/T859 [10:27:52] Qgil moved T919: Reporters are not automatically subscribed to migrated tasks to Need Discussion on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T919 [10:37:10] Qgil created T944: Testing whether authors not CCed receive notifications. https://phabricator.wikimedia.org/T944 [10:37:39] hi andre__ , around? Can you comment here just for testing purposes? https://phabricator.wikimedia.org/T944 [10:38:24] Aklapper updated subscribers of T944: Testing whether authors not CCed receive notifications. https://phabricator.wikimedia.org/T944 [10:38:27] qgil, done [10:38:29] Qgil updated tasks of T919: Reporters are not automatically subscribed to migrated tasks. https://phabricator.wikimedia.org/T919 [10:40:43] Waiting... maybe notifications only are received when you are subscribed after all... [10:42:40] Qgil updated subscribers of T944: Testing whether authors not CCed receive notifications. https://phabricator.wikimedia.org/T944 [10:42:57] Qgil updated subscribers of T944: Testing whether authors not CCed receive notifications. https://phabricator.wikimedia.org/T944 [10:43:23] andre__, again, please https://phabricator.wikimedia.org/T944 [10:43:54] Aklapper added a comment to T944: Testing whether authors not CCed receive notifications. https://phabricator.wikimedia.org/T944 [10:49:20] Qgil-test created T945: Testing whether authors not CCed receive notifications (and 2). https://phabricator.wikimedia.org/T945 [10:50:02] Qgil updated subscribers of T945: Testing whether authors not CCed receive notifications (and 2). https://phabricator.wikimedia.org/T945 [10:50:24] Qgil added a comment to T945: Testing whether authors not CCed receive notifications (and 2). https://phabricator.wikimedia.org/T945 [10:52:28] Qgil renamed T919: Reporters should be also subscribed to migrated tasks from "Reporters are not automatically subscribed to migrated tasks" to "Reporters should be also subscribed to migrated tasks". https://phabricator.wikimedia.org/T919 [10:53:40] Qgil updated tasks of T259: Bugzilla to Maniphest import script (tracking). https://phabricator.wikimedia.org/T259 [10:58:14] Liuxinyu970226 updated subscribers of T246: Logic to import bugzilla data into phabricator. https://phabricator.wikimedia.org/T246 [11:02:23] Qgil-test updated subscribers of T945: Testing whether authors not CCed receive notifications (and 2). https://phabricator.wikimedia.org/T945 [11:03:21] Qgil added a comment to T945: Testing whether authors not CCed receive notifications (and 2). https://phabricator.wikimedia.org/T945 [11:04:30] Qgil added a comment to T945: Testing whether authors not CCed receive notifications (and 2). https://phabricator.wikimedia.org/T945 [11:04:45] Qgil closed T945: Testing whether authors not CCed receive notifications (and 2) as "Invalid". https://phabricator.wikimedia.org/T945 [11:05:04] Qgil closed T944: Testing whether authors not CCed receive notifications, a task blocking T919: Reporters should be also subscribed to migrated tasks, as "Invalid". https://phabricator.wikimedia.org/T919 [11:05:04] Qgil closed T944: Testing whether authors not CCed receive notifications as "Invalid". https://phabricator.wikimedia.org/T944 [11:05:39] Qgil updated tasks of T919: Reporters should be also subscribed to migrated tasks. https://phabricator.wikimedia.org/T919 [11:07:54] Qgil added a comment to T919: Reporters should be also subscribed to migrated tasks. https://phabricator.wikimedia.org/T919 [11:08:20] Qgil moved T919: Reporters should be also subscribed to migrated tasks to Ready To Go on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T919 [11:08:55] Qgil moved T918: Author: line remains in the description, even after the task is claimed by email address to Need Discussion on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T918 [11:10:37] Qgil moved T897: Import actions clutter updates lists to Need Discussion on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T897 [11:11:52] Mglaser added a comment to T481: A single page describing the MediaWiki release checklist. https://phabricator.wikimedia.org/T481 [11:13:20] Qgil moved T881: Bugzilla asterisks interpreted as Phabricator bullet markup to Need Discussion on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T881 [11:15:15] Qgil added a comment to T881: Bugzilla asterisks interpreted as Phabricator bullet markup. https://phabricator.wikimedia.org/T881 [11:15:53] Qgil moved T873: Convert Gerrit links in Bugzilla comments in links in Phabricator tasks to Backlog on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T873 [11:17:37] Aklapper added a comment to T561: Prepare Wikimedia's participation in Google Code-In. https://phabricator.wikimedia.org/T561 [11:20:08] Qgil added a comment to T850: Respect programmatic (custom regex) links in Bugzilla comments. https://phabricator.wikimedia.org/T850 [11:20:20] Qgil moved T850: Respect programmatic (custom regex) links in Bugzilla comments to Need Discussion on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T850 [11:25:47] MarkAHershberger added a comment to T922: Update the Make-release Script for 1.24. https://phabricator.wikimedia.org/T922 [11:27:42] Qgil moved T916: Tasks in bugzilla preview should be editable in order to be able to see the description's markup to Doing on the Bugzilla-Preview workboard. https://phabricator.wikimedia.org/T916 [11:38:42] MarkAHershberger added a comment to T481: A single page describing the MediaWiki release checklist. https://phabricator.wikimedia.org/T481 [11:44:34] MarkAHershberger added a comment to T530: Document QA requirements of MediaWiki releases. https://phabricator.wikimedia.org/T530 [11:57:31] Aklapper closed T928: Search in Phabricator does not work as "Resolved". https://phabricator.wikimedia.org/T928 [12:18:42] Aklapper updated subscribers of T841: Can a project have multiple workboards?. https://phabricator.wikimedia.org/T841 [12:25:54] Qgil closed T841: Can a project have multiple workboards? as "Declined". https://phabricator.wikimedia.org/T841 [13:12:06] Qgil updated tasks of T926: Goal: Engage with established technical communities. https://phabricator.wikimedia.org/T926 [13:17:12] Qgil added a comment to T925: Connect Wikimedia chapters, Google Developer Groups, and computer science university departments. https://phabricator.wikimedia.org/T925 [13:23:38] Anomie closed T931: Run maintenance script to clean up duplicate rows in iptables as "Resolved". https://phabricator.wikimedia.org/T931 [13:52:21] Palexis created T946: MediaWiki Security and Maintenance Releases 1.23.6, 1.22.13 and 1.29.21. https://phabricator.wikimedia.org/T946 [14:20:53] Qgil placed T63: Phabricator requires a "real name" to register up for grabs. https://phabricator.wikimedia.org/T63 [14:22:13] Qgil lowered the priority of T18: Plan to migrate code review from Gerrit to Phabricator from "Normal" to "Low". https://phabricator.wikimedia.org/T18 [14:23:58] Qgil raised the priority of T565: Recruit a Technical Writer for the Engineering Community team from "Normal" to "High". https://phabricator.wikimedia.org/T565 [14:24:18] Liuxinyu970226 updated subscribers of T18: Plan to migrate code review from Gerrit to Phabricator. https://phabricator.wikimedia.org/T18 [14:24:37] Qgil lowered the priority of T584: Define main tasks (epics) for code review in Phabricator from "Normal" to "Low". https://phabricator.wikimedia.org/T584 [14:24:49] Qgil lowered the priority of T560: Proof of concept of code review in Phabricator from "Normal" to "Low". https://phabricator.wikimedia.org/T560 [14:24:53] Liuxinyu970226 updated subscribers of T584: Define main tasks (epics) for code review in Phabricator. https://phabricator.wikimedia.org/T584 [14:37:53] AndyRussG updated subscribers of T564: Select the Wikimedia interns of FOSS OPW Round 9. https://phabricator.wikimedia.org/T564 [15:13:22] chasemp created T947: reduce maniphest prepend for email from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [15:13:47] chasemp added a project to T947: reduce maniphest prepend for email from [Maniphest] to [M]: Phabricator. https://phabricator.wikimedia.org/T947 [15:14:27] chasemp triaged T947: reduce maniphest prepend for email from [Maniphest] to [M] as "Normal" priority. https://phabricator.wikimedia.org/T947 [15:15:22] chasemp updated subscribers of T947: reduce maniphest prepend for email from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [15:18:46] thiemowmde changed the visibility for F535: line-height_before_after. [15:24:09] why'd the email change from noreply@ to no-reply@? :) (it broke my filters) [15:24:48] greg-g, don't know, but see https://gerrit.wikimedia.org/r/#/c/169290/ [15:25:37] must be some standard I don't konw [15:25:42] faidon changed it [15:25:48] w/ me saying sure [15:26:28] * greg-g nods [15:26:44] no worries, was just weirded out by all the bug mail in my inbox, already fixed [15:27:08] swtaarrs added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [15:28:07] people kept responding to noreply [15:28:12] so we had to shim in some blackhole logic [15:28:53] I thought I could just reply to tasks.... [15:29:17] * greg-g takes blame [15:29:23] you can [15:29:29] check the reply email it changes based on headers [15:29:37] I mean literally they were emailing noreply@ [15:30:00] T584+public+495846190a22df63@phabricator.wikimedia.org [15:30:01] etc [15:30:03] ok [15:30:44] oh, cool [15:30:57] stupid gmail not showing me all the info [15:31:02] * greg-g should just go back to mutt [15:54:10] greg added a comment to T929: New project: "Wikimedia Incident Response". https://phabricator.wikimedia.org/T929 [16:03:39] swtaarrs added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [16:08:33] Chad created P45 moving shards. [16:17:47] csteipp created T948: Security review for WikiGrok extension [Bug 72567] . https://phabricator.wikimedia.org/T948 [16:18:23] csteipp moved T948: Security review for WikiGrok extension [Bug 72567] to In Dev on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T948 [16:18:52] Mglaser added a comment to T922: Update the Make-release Script for 1.24. https://phabricator.wikimedia.org/T922 [16:44:09] Qgil updated tasks of T929: New project: "Wikimedia Incident Response". https://phabricator.wikimedia.org/T929 [16:54:21] Aklapper renamed T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M] from "reduce maniphest prepend for email from [Maniphest] to [M]" to "Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]". https://phabricator.wikimedia.org/T947 [16:54:39] Aklapper updated subscribers of T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:00:23] Qgil updated subscribers of T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:00:57] eek, all my filters are going to break ^^ [17:01:26] Qgil added a comment to T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:03:15] Jaredzimmerman-WMF added a comment to T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [17:03:36] Legoktm updated subscribers of T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:07:06] Ankitashukla updated subscribers of T564: Select the Wikimedia interns of FOSS OPW Round 9. https://phabricator.wikimedia.org/T564 [17:10:36] greg updated subscribers of T650: Eliminate bracketed labels to shorten phabricator emails subjects. https://phabricator.wikimedia.org/T650 [17:11:52] greg-g: you can filter by headers... [17:12:57] X-Phabricator-Mail-Tags: , , , [17:13:21] greg updated subscribers of T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:13:36] legoktm: X-Phabricator-Mail-Tags: this is attached to some mail and has a list of descriptors about the mail. (This is fairly new and subject to some change.) [17:13:44] I ain't going to trust that [17:14:06] >.< [17:19:59] greg added a comment to T650: Eliminate bracketed labels to shorten phabricator emails subjects. https://phabricator.wikimedia.org/T650 [17:26:09] swtaarrs added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [17:26:54] chasemp added a comment to T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:28:42] faidon updated subscribers of T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [17:39:43] greg added a comment to T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:42:54] greg-g: I'm not sure are you against [M] insead of [maniphest]? [17:43:06] I can't figure out whever you mind either way [17:43:17] or why you prefer the longer if you do [17:43:38] Legoktm closed T745: [Bug 71323] CentralAuthUser::matchHash should only match the hash, not also update the password as "Resolved". https://phabricator.wikimedia.org/T745 [17:43:49] chasemp: I'm defering to you. Sorry, meant to be more explicit than just my "If you insist :)" [17:44:00] I don't insist tho [17:44:08] that's why I was confused I guess [17:44:21] well, I ended up just providing more info in that comment, for others [17:44:27] ah [17:44:44] afaik there isn't an argument where if we had started as [m] we would be changing it to [maniphest] [17:45:01] Legoktm closed T721: [Bug 67774] UserMerge support for OAuth as "Resolved". https://phabricator.wikimedia.org/T721 [17:45:06] Legoktm closed T731: [Bug 67766] Add UserMerge support to Echo as "Resolved". https://phabricator.wikimedia.org/T731 [17:45:13] Legoktm closed T730: [Bug 39470] Fix merging blocked users as "Resolved". https://phabricator.wikimedia.org/T730 [17:45:21] Legoktm closed T714: [Bug 72204] Add UserMerge support to AntiSpoof as "Resolved". https://phabricator.wikimedia.org/T714 [17:45:27] Legoktm closed T724: Fix CentralAuthAntiSpoof to be called in all necessary code paths as "Resolved". https://phabricator.wikimedia.org/T724 [17:45:29] greg added a comment to T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:45:32] greg updated subscribers of T947: Reduce maniphest prefix/prepend for email subject from [Maniphest] to [M]. https://phabricator.wikimedia.org/T947 [17:45:34] Legoktm closed T728: Write a maint. script to rename all users during the SUL finalization as "Resolved". https://phabricator.wikimedia.org/T728 [17:45:41] chasemp: there :) [17:45:42] Legoktm closed T732: [Bug 72123] Add a maintenance script to send mass messages as "Resolved". https://phabricator.wikimedia.org/T732 [17:46:04] * greg-g just gets a bit persnickity with email [17:48:24] fair enough, I'm not too worried about it but it's such a common question it seems reducing the chars while keeping context is a win [17:48:41] unless there is an argument where verbosity provides some value [17:51:16] MarkAHershberger created T949: update make-release to refuse to work if tag != $wgVersion. https://phabricator.wikimedia.org/T949 [17:51:45] MarkAHershberger added a comment to T922: Update the Make-release Script for 1.24. https://phabricator.wikimedia.org/T922 [17:53:16] Palexis added a comment to T922: Update the Make-release Script for 1.24. https://phabricator.wikimedia.org/T922 [17:53:27] Palexis closed T922: Update the Make-release Script for 1.24, a task blocking T537: Wiki Release Team October 2014 goals, as "Resolved". https://phabricator.wikimedia.org/T537 [17:53:27] Palexis closed T922: Update the Make-release Script for 1.24 as "Resolved". https://phabricator.wikimedia.org/T922 [17:55:27] chasemp: probably not, I guess (re verbosity) [17:56:29] Palexis renamed T949: Update make-release to refuse to work if tag != $wgVersion from "update make-release to refuse to work if tag != $wgVersion" to "Update make-release to refuse to work if tag != $wgVersion". https://phabricator.wikimedia.org/T949 [17:57:19] Palexis updated tasks of T782: Wiki Release Team November 2014 Goals. https://phabricator.wikimedia.org/T782 [17:57:49] Palexis moved T946: MediaWiki Security and Maintenance Releases 1.23.6, 1.22.13 and 1.29.21 to Doing on the Wiki-Release-Team workboard. https://phabricator.wikimedia.org/T946 [17:58:25] MarkAHershberger renamed T949: update make-release to refuse to work if tag != $wgVersion from "Update make-release to refuse to work if tag != $wgVersion" to "update make-release to refuse to work if tag != $wgVersion". https://phabricator.wikimedia.org/T949 [18:00:05] aaron moved T769: FileRepo temp zone cleanup to Done on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T769 [18:00:17] aaron moved T726: Perf review of BounceHandler to In Dev on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T726 [18:00:29] aaron moved T936: GlobalUserPage perf review to In Dev on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T936 [18:07:00] Legoktm moved T733: [Bug 70850] Not possible to filter Special:Log/gblrename by old CentralAuth account name to In Dev on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T733 [18:10:11] Jaredzimmerman-WMF added a comment to T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [18:10:19] Jaredzimmerman-WMF added a comment to T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [18:12:05] aaron created T950: Fix OAuth bug 72634. https://phabricator.wikimedia.org/T950 [18:14:53] Aklapper renamed T315: Drop comments and attachments marked as private in Bugzilla from "Drop comments marked as private in Bugzilla" to "Drop comments and attachments marked as private in Bugzilla". https://phabricator.wikimedia.org/T315 [18:16:04] Aklapper added a comment to T315: Drop comments and attachments marked as private in Bugzilla. https://phabricator.wikimedia.org/T315 [18:17:17] Jaredzimmerman-WMF added a comment to T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [18:17:33] Jaredzimmerman-WMF updated subscribers of T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [18:19:26] Jaredzimmerman-WMF added a comment to T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [18:21:24] Heather added a comment to T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [18:22:03] Jaredzimmerman-WMF renamed T942: Pholio Mocks don't preview (as images) on tasks automatically. from "Pholio Mocks don't preview (as images) on tasks" to "Pholio Mocks don't preview (as images) on tasks automatically.". https://phabricator.wikimedia.org/T942 [18:22:38] Jaredzimmerman-WMF added a comment to T942: Pholio Mocks don't preview (as images) on tasks automatically.. https://phabricator.wikimedia.org/T942 [18:24:30] Jaredzimmerman-WMF added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [18:24:34] chasemp added a comment to T315: Drop comments and attachments marked as private in Bugzilla. https://phabricator.wikimedia.org/T315 [18:25:08] Heather added a comment to T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [18:37:58] Aklapper updated subscribers of T942: Pholio Mocks don't preview (as images) on tasks automatically.. https://phabricator.wikimedia.org/T942 [18:40:33] Jaredzimmerman-WMF added a comment to T707: Use the Wikimedia logo. https://phabricator.wikimedia.org/T707 [18:42:18] Aklapper added a comment to T315: Drop comments and attachments marked as private in Bugzilla. https://phabricator.wikimedia.org/T315 [18:55:18] Aklapper added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [19:05:35] aaron moved T936: GlobalUserPage perf review to Needs Feedback on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T936 [19:12:15] Qgil added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [19:19:34] Qgil added a comment to T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [19:25:05] Manybubbles added a comment to T736: Rebuild wikipedias (exception enwiki which is already done). https://phabricator.wikimedia.org/T736 [19:25:22] Manybubbles closed T736: Rebuild wikipedias (exception enwiki which is already done) as "Resolved". https://phabricator.wikimedia.org/T736 [19:25:22] Manybubbles closed T736: Rebuild wikipedias (exception enwiki which is already done), a task blocking T735: [CirrusSearch] Finish deploying accelerated regexes, as "Resolved". https://phabricator.wikimedia.org/T735 [19:25:35] Manybubbles closed T738: Enable accelerated regular expressions by default as "Resolved". https://phabricator.wikimedia.org/T738 [19:25:35] Manybubbles closed T738: Enable accelerated regular expressions by default, a task blocking T735: [CirrusSearch] Finish deploying accelerated regexes, as "Resolved". https://phabricator.wikimedia.org/T735 [19:25:48] Manybubbles closed T741: Modify regular expression pool counter configuration to make it less fail-y, a task blocking T735: [CirrusSearch] Finish deploying accelerated regexes, as "Resolved". https://phabricator.wikimedia.org/T735 [19:25:48] Manybubbles closed T741: Modify regular expression pool counter configuration to make it less fail-y as "Resolved". https://phabricator.wikimedia.org/T741 [19:26:11] Manybubbles moved T735: [CirrusSearch] Finish deploying accelerated regexes to Done on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T735 [19:43:38] Dzahn created P46 imagebin. [19:44:37] Dzahn added a comment to P46 imagebin. [19:45:34] Palexis created T951: Compile a list of MediaWiki Third Party Customers. https://phabricator.wikimedia.org/T951 [19:46:00] Krenair updated subscribers of T951: Compile a list of MediaWiki Third Party Customers. https://phabricator.wikimedia.org/T951 [19:49:29] Dzahn added a comment to P46 imagebin. [19:49:36] Palexis renamed T951: Compile a List of MediaWiki Third Party Customers from "Compile a list of MediaWiki Third Party Customers" to "Compile a List of MediaWiki Third Party Customers". https://phabricator.wikimedia.org/T951 [19:50:22] Palexis updated tasks of T782: Wiki Release Team November 2014 Goals. https://phabricator.wikimedia.org/T782 [19:52:17] hashar created T952: Opportunity to add a Phabricator tag "continuous integration". https://phabricator.wikimedia.org/T952 [19:52:47] Why don't the P things have links? :) [19:53:20] file a bu.... task [19:53:57] Reedy: I "fixed" that in https://github.com/legoktm/phabricator/commit/7b93dd1bb9eae1a350e52d691a2ddfbaddc44dac [19:54:13] but haven't gotten around to testing it [19:54:18] :) [19:55:26] greg updated subscribers of T952: Opportunity to add a Phabricator tag "continuous integration". https://phabricator.wikimedia.org/T952 [19:58:17] hashar renamed T433: Explore making the generation of "percent of WMF prod extensions available in MediaWiki Vagrant" automated from "Explore making the generation of "percent of WMF prod extensions available in MWV" automated" to "Explore making the generation of "percent of WMF prod extensions available in MediaWiki Vagrant" automated". https://phabricator.wikimedia.org/T433 [19:59:00] Palexis created T953: Compile a List of Top Requested Features. https://phabricator.wikimedia.org/T953 [20:05:57] Rdicerb updated subscribers of T953: Compile a List of Top Requested Features. https://phabricator.wikimedia.org/T953 [20:06:57] Rdicerb added a comment to T818: Create Task for Liaison hiring process. https://phabricator.wikimedia.org/T818 [20:07:14] Rdicerb closed T818: Create Task for Liaison hiring process as "Resolved". https://phabricator.wikimedia.org/T818 [20:09:08] chasemp added a comment to P46 imagebin. [20:10:00] Palexis edited the description of T953: Compile a List of Top Requested Features. https://phabricator.wikimedia.org/T953 [20:11:34] aaron triaged T726: Perf review of BounceHandler as "High" priority. https://phabricator.wikimedia.org/T726 [20:16:27] Palexis created T954: Prioritize List of Top Requested Features. https://phabricator.wikimedia.org/T954 [20:17:02] Palexis updated tasks of T954: Prioritize List of Top Requested Features. https://phabricator.wikimedia.org/T954 [20:18:48] Palexis updated tasks of T782: Wiki Release Team November 2014 Goals. https://phabricator.wikimedia.org/T782 [20:18:50] Qgil added a comment to T736: Rebuild wikipedias (exception enwiki which is already done). https://phabricator.wikimedia.org/T736 [20:24:52] Qgil added a comment to T69: Top bar of Phabricator should signify to users they are interacting with a Wikimedia project space. https://phabricator.wikimedia.org/T69 [20:25:38] Qgil triaged T942: Pholio Mocks don't preview (as images) on tasks automatically. as "Needs Volunteer" priority. https://phabricator.wikimedia.org/T942 [20:25:50] Jaredzimmerman-WMF edited the description of T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [20:26:58] Jaredzimmerman-WMF updated subscribers of T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [20:28:46] Jaredzimmerman-WMF updated subscribers of T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [20:45:06] Jaredzimmerman-WMF added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [20:45:47] Jaredzimmerman-WMF added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [20:46:01] Jaredzimmerman-WMF added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [20:50:30] Jaredzimmerman-WMF created T955: Phabricator double posting comments after initial post action seems to fail. https://phabricator.wikimedia.org/T955 [20:53:23] Heather added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [20:54:06] Jaredzimmerman-WMF added a comment to T942: Pholio Mocks don't preview (as images) on tasks automatically.. https://phabricator.wikimedia.org/T942 [20:57:39] Anomie created T956: API help i18n for WMF-deployed extensions. https://phabricator.wikimedia.org/T956 [20:57:52] Anomie added a project to T956: API help i18n for WMF-deployed extensions: MediaWiki-Core-Team. https://phabricator.wikimedia.org/T956 [20:58:12] Anomie moved T956: API help i18n for WMF-deployed extensions to In Dev/Progress on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T956 [20:58:56] Jaredzimmerman-WMF added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [21:04:24] Aklapper lowered the priority of T955: Phabricator double posting comments after initial post action seems to fail from "High" to "Needs Volunteer". https://phabricator.wikimedia.org/T955 [21:17:20] Heather added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [21:22:15] Dzahn created T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [21:23:06] Dzahn edited the description of T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [21:24:40] Dzahn claimed T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [21:44:08] Dzahn added a comment to T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [21:44:13] Heather added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [21:51:21] chasemp updated subscribers of T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [21:53:04] ori added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [22:05:50] hashar changed the status of T796: Reuse build test results when no code changes have happened from "Open" to "Needs Info". https://phabricator.wikimedia.org/T796 [22:07:16] aaron moved T726: Perf review of BounceHandler to Needs Review/Feedback on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T726 [22:09:37] Jaredzimmerman-WMF added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [22:10:17] mark updated subscribers of T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [22:10:37] Jaredzimmerman-WMF created T958: Remove icon from phabricator mediawiki oauth access button. . https://phabricator.wikimedia.org/T958 [22:11:08] ori added a comment to T820: Isolate and fix memory leaks in HHVM. https://phabricator.wikimedia.org/T820 [22:14:27] hashar added a comment to T952: Opportunity to add a Phabricator tag "continuous integration". https://phabricator.wikimedia.org/T952 [22:23:15] Qgil added a comment to T862: Redesign phabricator login page. https://phabricator.wikimedia.org/T862 [22:24:33] chasemp updated subscribers of T952: Opportunity to add a Phabricator tag "continuous integration". https://phabricator.wikimedia.org/T952 [22:26:53] Krinkle added a comment to T952: Opportunity to add a Phabricator tag "continuous integration". https://phabricator.wikimedia.org/T952 [22:28:50] chasemp added a comment to T952: Opportunity to add a Phabricator tag "continuous integration". https://phabricator.wikimedia.org/T952 [22:31:01] Qgil lowered the priority of T958: Remove icon from phabricator mediawiki oauth access button. from "Unbreak Now!" to "Normal". https://phabricator.wikimedia.org/T958 [22:31:38] Qgil renamed T958: Use official MediaWiki logo in Phabricator oauth access button from "Remove icon from phabricator mediawiki oauth access button. " to "Use official MediaWiki logo in Phabricator oauth access button". https://phabricator.wikimedia.org/T958 [22:32:39] Dzahn added a comment to T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [22:33:26] chasemp: twentyafterfour to be explicit: what happens if there is a name collision? (not in the case of the CI one I guess, since the default is Wikimedia-Continous_Integration not Continuous-Integration, but, theoretically speaking) [22:33:42] * greg-g isn't trying to work around the limitation, just curious [22:33:53] there can't be name collision [22:34:02] as in you can't have two that are the same name [22:34:06] as in, the script will fail? [22:34:10] ah [22:34:11] you mean [22:34:16] yeah, what happens if there is :) [22:34:17] if you import and hte project exists? [22:34:24] that kind of collision? [22:34:27] yeah [22:34:39] nothing it just checks ot make sure it exists so no harm no foul [22:34:42] ahh [22:34:57] also, are you able to do special case ones like what Timo requested? [22:35:12] (you can say "no, do it yourself (rename) post-import") [22:35:14] not sure what that means, special bz to phab translations? [22:35:26] it's too hard to give everyone their special sauce [22:35:30] and no one wants it the same [22:35:36] yeah, instead of Wikimedia-Continuous-Integration it'd be Continous-INtegratikon [22:35:39] the plan is import in a very standard and compatible way that is ugly but clear [22:35:41] god that's hard to type fast many times [22:35:44] and then it will get worked out ove time [22:35:55] that's what I though [22:35:56] t [22:36:01] cool, ty! [22:36:20] Qgil added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [22:41:02] Jaredzimmerman-WMF added a comment to T543: Wikimedia name and logo in Wikimedia SUL login button. https://phabricator.wikimedia.org/T543 [22:42:36] Qgil edited the description of T545: Clearer instructions in the Phabricator login page. https://phabricator.wikimedia.org/T545 [22:42:36] greg, in theory they just rename it post-migration and all if well [22:43:31] at some point would be cool to have the same mechanism as in BZ: if i add bug number to gerrit message, bug gets updated on upload and merge of something [22:44:10] actually that just all works if we move to phab for code review [22:44:33] chasemp: that's what I plan on doing for a lot of things in my team's purview [22:45:40] greg-g: some people want "umbrella" projects, some people want full-path-projects, some people want a combo of keywords [22:45:56] it became clear quickly just the conversation logic for project names is a 1 year conversation [22:46:00] :) [22:46:13] heh [22:51:21] hashar closed T952: Opportunity to add a Phabricator tag "continuous integration" as "Resolved". https://phabricator.wikimedia.org/T952 [23:12:29] Dzahn added a comment to T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [23:13:05] dchen claimed T832: Migration of the Design team to Phabricator. https://phabricator.wikimedia.org/T832 [23:15:35] mmodell added a comment to T958: Use official MediaWiki logo in Phabricator oauth access button. https://phabricator.wikimedia.org/T958 [23:15:41] Jaredzimmerman-WMF claimed T832: Migration of the Design team to Phabricator. https://phabricator.wikimedia.org/T832 [23:18:15] Dzahn added a comment to T957: monitoring of phabricator. https://phabricator.wikimedia.org/T957 [23:24:07] Jaredzimmerman-WMF added a comment to T832: Migration of the Design team to Phabricator. https://phabricator.wikimedia.org/T832 [23:25:42] Jaredzimmerman-WMF assigned T792: UX Testing Environment (Tracking) to aripstra. https://phabricator.wikimedia.org/T792 [23:26:42] greg lowered the priority of T792: UX Testing Environment (Tracking) from "High" to "Normal". https://phabricator.wikimedia.org/T792 [23:27:30] greg added a comment to T792: UX Testing Environment (Tracking). https://phabricator.wikimedia.org/T792 [23:30:15] Jaredzimmerman-WMF added a comment to T792: UX Testing Environment (Tracking). https://phabricator.wikimedia.org/T792 [23:35:08] Palexis renamed T946: MediaWiki Security and Maintenance Releases 1.23.6, 1.22.13 and 1.19.21 from "MediaWiki Security and Maintenance Releases 1.23.6, 1.22.13 and 1.29.21" to "MediaWiki Security and Maintenance Releases 1.23.6, 1.22.13 and 1.19.21". https://phabricator.wikimedia.org/T946 [23:37:33] Palexis renamed T946: MediaWiki Maintenance Releases 1.23.6, 1.22.13 and 1.19.21 from "MediaWiki Security and Maintenance Releases 1.23.6, 1.22.13 and 1.19.21" to "MediaWiki Maintenance Releases 1.23.6, 1.22.13 and 1.19.21". https://phabricator.wikimedia.org/T946 [23:39:51] Palexis added a comment to T946: MediaWiki Maintenance Releases 1.23.6, 1.22.13 and 1.19.21. https://phabricator.wikimedia.org/T946 [23:45:26] Palexis created T959: 1.24.0-RC.0. https://phabricator.wikimedia.org/T959 [23:46:04] Palexis moved T959: 1.24.0-RC.0 to Doing on the Wiki-Release-Team workboard. https://phabricator.wikimedia.org/T959 [23:46:34] Palexis closed T780: October 17, 2014 User Group Meeting as "Resolved". https://phabricator.wikimedia.org/T780 [23:46:34] Palexis closed T780: October 17, 2014 User Group Meeting, a task blocking T537: Wiki Release Team October 2014 goals, as "Resolved". https://phabricator.wikimedia.org/T537 [23:58:51] csteipp claimed T950: Fix OAuth bug 72634. https://phabricator.wikimedia.org/T950 [23:58:59] csteipp moved T950: Fix OAuth bug 72634 to In Dev/Progress on the MediaWiki-Core-Team workboard. https://phabricator.wikimedia.org/T950