Confirmed users
574
edits
(Moved stuff here that i accidentally put on 2/26's page.) |
|||
(13 intermediate revisions by 6 users not shown) | |||
Line 18: | Line 18: | ||
** some commentary on how 80s action films totally butcher this formula but somehow still work | ** some commentary on how 80s action films totally butcher this formula but somehow still work | ||
* Maybe some Kanban stuff from Luke | * Maybe some Kanban stuff from Luke | ||
* [https://etherpad.mozilla.org/webdev-blog Webdev blog!] | |||
= Roundtable = | = Roundtable = | ||
Line 47: | Line 48: | ||
== ednapiranha == | == ednapiranha == | ||
== ErikRose == | == ErikRose == | ||
=== DXR === | |||
* Made the test runner [https://wiki.mozilla.org/Better_DXR_Testing not suck so much]. Ported tests to the new runner so we have lots of good examples and no bad ones. Deleted 10 files. Rewrote testing documentation. Folks are using it. We received a real nice patch afterward with 6 new tests, all decoupled from the rest of the suite. We have the beginnings of a patches-with-tests culture! | |||
* Bugs | |||
** Ignore non-directories when looking for plugins. | |||
** Don't crash when doing negated phrase matching. | |||
* Refactor search() controller to make it more comprehensible and ferret out bugs. | |||
** Don't crash when limit and offset query string params aren't parseable ints. | |||
** Don't crash when format=json and we're using the error.html template. | |||
** Deal with negative limits and offsets. Hey, why not? | |||
** Don't HTML-escape the query text manually anymore. Do urlencode it when using it in a URL. | |||
* Got mozilla-central to build and spit out a DXR index locally. | |||
* Got Schalk's Vagrant set up. That was harder than it should have been. | |||
* Redesigned URLs for parity with MXR and future extensibility. | |||
* Benchmarked Python vs. Apache for browser() at length. Wrote a blog article about it. | |||
* Fixed an old XSS in prod. Really need to get a modern version pushed. | |||
* Newsworthy merges | |||
** Merged non-root-URL deployments of DXR fix. | |||
** Merged Mook's patch to make it draw from Stackato-style process env vars. So now it works really nicely on Stackato. | |||
** Merged fix for UnionFilter bugs (ORs being too liberal and source lines duplicating themselves). | |||
** Reviewed and merged abbeyj's Query refactoring. Now profiling works properly under WSGI. | |||
* Tried and failed to get LLVM 3.2 to build on RHEL 5.5. Ugh. | |||
=== Community === | |||
* Gave [https://www.youtube.com/watch?v=lWKEphKIG8U ES talk] at ConFoo and PyCon, API Poetry talk at ConFoo | |||
* Named jcranmer, abbeyj, and mook as friends of the tree. | |||
=== elasticsearch === | |||
* Led PyCon sprint: 78 commits! | |||
** [https://pypi.python.org/pypi/pyelasticsearch/ 0.4 release] | |||
** Python 3 support | |||
** 6 new APIs, and improved many more | |||
* Rescued django-haystack, which had broken. | |||
* Figured out whether you should ever "store" fields in ES for Axel. (Nope) | |||
=== Socorro === | |||
* Started reading up on how to troubleshoot Socorro. | |||
== jlongster == | == jlongster == | ||
== jsocol == | == jsocol == | ||
* Input v2 (fjord) is going out this week! | |||
* Super proud of what my team accomplished this quarter. Good job, team! | |||
* onGameStart was a great one-day conference. | |||
* Pushed new versions of waffle, statsd. | |||
* Apps leads this month was productive. | |||
* Favorite science thing: it's just a show, you should really just relax. | |||
* UP dev servers should be going up this week. | |||
* Q2 goals: in progress. | |||
* Actual favorite science thing: everything and everyone you know is literally made up of the dust of past exploded stars. We are all stardust. Including the band Stardust. | |||
== kumar == | == kumar == | ||
== lars == | == lars == | ||
== laura == | == laura == | ||
* Working out [https://etherpad.mozilla.org/webtools-q22013 Q2 goals] | |||
* Slaving over a hot [https://fhr-dev.allizom.org/en-US/ Firefox Health Report] [https://github.com/mozilla/fhr-jelly repo] | |||
** You can see the prod placeholder in nightly. Try about:healthreport | |||
* Up all night Saturday for an [https://bugzilla.mozilla.org/show_bug.cgi?id=852171 HBase maintenance window] | |||
* Scheming over a [https://etherpad.mozilla.org/telemetry-v1-postmortem postmortem] and [https://etherpad.mozilla.org/telemetry-reboot telemetry reboot] with taras | |||
* Hired a [https://github.com/jezdez new dev]! Starting sometime in q2. | |||
* Going to Boston (the NERD Center!) Thursday to give a talk on [http://monitorama.com/ monitoring Socorro] | |||
* Favorite science thing: [http://www.scientificamerican.com/article.cfm?id=caterpillar-butterfly-metamorphosis-explainer caterpillar soup] | |||
== lcrouch == | == lcrouch == | ||
== lonnen == | == lonnen == | ||
* Socorro | |||
** Cron systems visualization and general scheduling improvements | |||
** Ushering components into production | |||
** Wrapping up with Tony (internship ending) | |||
*** Starting up with Tony + gang (senior year project to improve socorro) | |||
* CISPA Action Week | |||
** FF Snippet | |||
** Moz.org frontpage link | |||
* [https://gs1.wac.edgecastcdn.net/8019B6/data.tumblr.com/tumblr_lw28hbKYgC1qb2ysbo1_1280.png The sea is a nightmare without end] | |||
== lorchard == | == lorchard == | ||
== malexis == | == malexis == | ||
== mkelly == | == mkelly == | ||
== morgamic == | == morgamic == | ||
* LEAD, etc. | |||
* lots of meetings | |||
* http://www.quora.com/Science/What-is-the-most-symmetrical-man-made-thing | |||
== peterbe == | == peterbe == | ||
* Built the prototype for Mozilla office sign-in sheet | * Built the prototype for Mozilla office sign-in sheet | ||
Line 87: | Line 159: | ||
== wil == | == wil == | ||
== willkg == | == willkg == | ||
Good things: | |||
* attended PyCon and talked django-browserid and elasticutils with other folks -- there's interest in django-browserid especially after Dan's talk | |||
* worked on elasticutils: robhudson landed a middleware, hanno fixed some testing issues, I fixed the ElasticSearchTestCase (though I think I'm going to change how that works), I fixed the django tasks code, I thought about extending the query API, ... | |||
* worked on updating kitsune search to the latest elasticutils | |||
* helped MDN get elasticsearch working | |||
* finished up a bunch of last-minute fjord fixes for the production rollout for Input (tomorrow!) | |||
Bad things: | |||
* made many promises about working on jingo-minify, django-browserid, tower, django-tidings, and other things, but have yet to do the work | |||
== wraithan == | == wraithan == | ||
* PyCon was wonderfully amazing | |||
* Discovered mkelly's geodude and am excited to use that. | |||
* Feynman talking about rubber bands: http://www.youtube.com/watch?v=baXv_5z7HVY |