[07:34:40] 10Quarry, 5Patch-For-Review: Quarry does not respect ORDER BY sort order in result set - https://phabricator.wikimedia.org/T87829#1427061 (10MahmoudHashemi) Awesome dude. Appears to be working on my end from the queries I tried. And hey, believe me, I know a thing or two about software development processes an... [11:04:25] 10Quarry, 5Patch-For-Review: Quarry does not respect ORDER BY sort order in result set - https://phabricator.wikimedia.org/T87829#1427207 (10yuvipanda) :) part of the problem was the lack of a local dev environment - I just fixed that problem yesterday (vagrant!) - fixing things should be easier now :) [11:54:38] 10Quarry: Allow filtering of the final report - https://phabricator.wikimedia.org/T61764#1427229 (10yuvipanda) @valhallasw how does this translate to quarry? [12:00:29] 10Quarry, 5Patch-For-Review: Return to the starting Quarry page after login - https://phabricator.wikimedia.org/T100162#1427240 (10yuvipanda) 5Open>3Resolved a:3yuvipanda Fixed! [12:11:26] 10Quarry, 5Patch-For-Review: Make the query description window expanable - https://phabricator.wikimedia.org/T77945#1427250 (10yuvipanda) 5Open>3Resolved a:3yuvipanda Done and deployed! Thank you for reporting this and apologies for the delayed fixing. [12:11:59] 10Quarry: Quarry shows old username after user was renamed - https://phabricator.wikimedia.org/T73064#1427253 (10yuvipanda) Hmm, good question. I'm not particularly sure how to do this... [12:12:10] 10Quarry: Make it possible to link to latest resultset for a query - https://phabricator.wikimedia.org/T75883#1427254 (10yuvipanda) p:5Triage>3Normal [12:33:30] 10Quarry, 5Patch-For-Review: Make it possible to link to latest resultset for a query - https://phabricator.wikimedia.org/T75883#1427273 (10yuvipanda) 5Open>3Resolved a:3yuvipanda http://quarry.wmflabs.org/query/2157/result/latest/0/json w00t :) [13:06:27] 10Quarry: Allow filtering of the final report - https://phabricator.wikimedia.org/T61764#1427324 (10valhallasw) I think allowing users to do a LIKE '%xx%' on each column would be the nicest, but I'm not sure if that's doable without killing a database server in the process. [13:21:30] 10Quarry: Allow filtering of the final report - https://phabricator.wikimedia.org/T61764#1427330 (10yuvipanda) We can do client side filtering with the data tables library that is already being used? [13:26:49] 10Quarry: Allow filtering of the final report - https://phabricator.wikimedia.org/T61764#1427334 (10valhallasw) If that works with pagination it sounds like a good option. [14:12:14] 10Quarry: Quarry shows old username after user was renamed - https://phabricator.wikimedia.org/T73064#1427353 (10He7d3r) I don't know if it is related but, I have a similar problem with the Wikidata Game, which also uses OAuth: https://bitbucket.org/magnusmanske/wikidata-game/issue/153/stats-are-lost-after-a-glo... [15:18:43] 10Quarry: Quarry shows old username after user was renamed - https://phabricator.wikimedia.org/T73064#1427389 (10yuvipanda) It's probably a similar issue - we just cache the name OAuth gives us in the db and do not change it every login. We perhaps should...