[01:06:37] 6Phabricator: "Watch" fails to autocomplete in phabricator's search, in Firefox - https://phabricator.wikimedia.org/T118539#1802850 (10Quiddity) 3NEW [01:24:07] 6Phabricator: "Watch" fails to autocomplete in phabricator's search, in Firefox - https://phabricator.wikimedia.org/T118539#1802869 (10Negative24) I've seen similar behavior in Google Chrome's omnibar (not at all related to this). Very aggravating. [01:52:08] 6Phabricator: "Watch" fails to autocomplete in phabricator's search, in Firefox - https://phabricator.wikimedia.org/T118539#1802882 (10greg) [01:54:00] 6Phabricator: "Watch" fails to autocomplete in phabricator's search, in Firefox - https://phabricator.wikimedia.org/T118539#1802886 (10Krinkle) Probably because the JavaScript code in Phabricator treats an object as supporting arbitrary keys. `watch` is a non-standard reserved key in Object.prototype in Firefox'... [02:07:42] 6Phabricator: "Watch" fails to autocomplete in phabricator's search, in Firefox - https://phabricator.wikimedia.org/T118539#1802893 (10greg) /me is upstreaming [02:12:03] 6Phabricator: "Watch" fails to autocomplete in phabricator's search, in Firefox - https://phabricator.wikimedia.org/T118539#1802899 (10greg) Reported as https://secure.phabricator.com/T9777 [07:02:50] 6Phabricator, 10Diffusion: Delete test repositories - https://phabricator.wikimedia.org/T117654#1803095 (10yuvipanda) a:5yuvipanda>3None [08:49:55] 6Project-Creators: Create "WikiCon-Francophone-2016" project - https://phabricator.wikimedia.org/T118474#1803173 (10Aklapper) Nice! Please see https://www.mediawiki.org/wiki/Phabricator/Creating_and_renaming_projects#Guidelines for required information. Also, is there some page to link to already? [18:28:11] 6Phabricator, 10Diffusion: Prevent imported commits from upstream phabricator to close random tasks - https://phabricator.wikimedia.org/T116528#1804267 (10demon) I think this is all done? [18:36:58] 6Phabricator, 10Diffusion: Prevent imported commits from upstream phabricator to close random tasks - https://phabricator.wikimedia.org/T116528#1804326 (10mmodell) 5Open>3Resolved a:3mmodell As long as we don't have autoclose enabled it should be good. [20:50:10] 6Phabricator, 6Project-Creators, 7Documentation: Make Phabricator "Creating and renaming projects" documentation page less confusing for people who want to have a project - https://phabricator.wikimedia.org/T118304#1804643 (10mmodell) >>! In T118304#1800439, @Qgil wrote: > Just like MediaWiki categories, Ph... [20:56:05] twentyafterfour: Curious. If we had a repo that's not hosted, can you still allow writes to it? [20:56:23] My thought is having arc/libphutil/phab mirror upstream (so unhosted), but maintain our stable branches. [20:56:43] ostriches: no I don't think that's possible [20:57:11] I could set up some kind of cron job that pulls upstream and updates the stable branch from them on a weekly basis [20:57:29] since that's how often they push to stable anyway. [20:57:48] Do we want to pull weekly if we're not pulling prod weekly? [20:58:14] If I had more time to put into phabricator maintenance (instead of spending all my time with deployment headaches) I'd just update phab on a weekly basis anyway. I did that for a while but it was not sustainable with my other workloads. [20:58:58] We should pair up on that. I mostly know how but doing it with you would be good. Then we could trade off [20:59:00] ostriches: it doesn't hurt to pull upstream's branch. I integrate changes into a local branch and then push that to the production branch in our fork. [20:59:33] yeah there are a lot of pieces with the phabricator updates, and it's sortof in flux right now because the old procedure involved puppet and the new procedure uses scap but isn't quite working yet [20:59:55] so there is not any deploy process for phabricator at this time which works [21:00:47] the scap deployment is almost working but I really need to run through it on a VM to test everything and then I have to change some things in production (downtime involved) to implement it [21:01:21] You have a WIP patch for it somewhere, right? [21:12:50] there is a phabricator deployment repo with the basic setup, but there were problems with scap, mainly the requirement to have everything in /srv/deployment