Webdev:Meetings:2013-02-12: Difference between revisions
Jump to navigation
Jump to search
(→andy) |
|||
(12 intermediate revisions by 8 users not shown) | |||
Line 12: | Line 12: | ||
= Roundtable = | = Roundtable = | ||
== adrian == | == adrian == | ||
* Socorro | |||
** Added Automatic Emails, sent to all users that crash | |||
** Working on elasticsearch, indexing ready, need backfill app | |||
* It was awesome to be back in MV last week! Thanks all! | |||
I can't use Netflix, but favorite series include: Game of Thrones, Avatar, Dexter... | |||
== andy == | == andy == | ||
* marketplace payments | * marketplace payments | ||
Line 28: | Line 35: | ||
== ednapiranha == | == ednapiranha == | ||
== ErikRose == | == ErikRose == | ||
=== Elasticsearch === | |||
* Consulted on ES for Mozillians. | |||
* Merged hanno's cluster_status patch. Reviewed his other ones. | |||
* Reviewed Adrian's ES processor. | |||
* Gave a little more ES advice to Adrian. | |||
* Am doing my ES talk as a brown bag. | |||
=== DXR === | |||
* Made test runner [https://wiki.mozilla.org/Better_DXR_Testing slimmer and better] and not so file-happy so we don't have to duplicate boilerplate all over the place. It was keeping people from making tests. | |||
* Reviewed and merged Bruce Stephens' constructor caller finder. | |||
* Merged lots of patches: | |||
** Now we can find invocations of constructors by clicking their definitions. | |||
** We sort folder listings. | |||
** Fix hyperlinks for members in a constructor's initialization list. | |||
** Linkified macro refs. | |||
** dxr-worker runs with same Python executable as the parent script | |||
** Linking class declarations to class definitions | |||
** Identifying tokens better in JS for context-click searches | |||
** Split up *_refs tables for better ref integ and development ease. | |||
* Put dxr-worker.py inside the dxr package so we can find it reliably | |||
* jcranmer updated dxr.allizom.org to a less-old (but still not that new) version. | |||
* Got approval for privs on d.a.o. so we can put an actually-new version up. | |||
* Looked into stackato for a DXR staging deployment. | |||
* Fixed consecutive ignored folders bug. | |||
* Renamed branches. | |||
* Got ops on #static. | |||
* Planned for transitioning to PG a little. Trigram index + server-side regexes look okay. Bench the queries. See if planner knows what it's doing. | |||
* Tore down obsolete info from the wiki. | |||
* Lots of doc improvements. | |||
* Spun up Tony on spiderflunky and merged some patches of his. | |||
=== Other === | |||
* Helped willkg with django-tidings. | |||
* Interviews and recruiting | |||
== jlongster == | == jlongster == | ||
== jsocol == | == jsocol == | ||
Line 35: | Line 77: | ||
== lcrouch == | == lcrouch == | ||
== lonnen == | == lonnen == | ||
* Work Week as a Service | |||
* Socorro Maintenance as a Service | |||
* For Bonus Points on instant watch: Top Gear (U.K.) | |||
== lorchard == | == lorchard == | ||
== malexis == | == malexis == | ||
== mkelly == | == mkelly == | ||
== morgamic == | == morgamic == | ||
* out sick | |||
* working on developer flow | |||
* ecosystem vision stuff | |||
* finding antibiotics | |||
Current series: Homeland | |||
== peterbe == | == peterbe == | ||
* Adding Nagios script to Socorro's crontabber | |||
* Got socorro-crashstats up on running on Stackato | |||
** http://socorro-crashstats.paas.allizom.org/home/products/Firefox | |||
* Got rid of various deprecation warnings from Elmo | |||
* Documented how to write new middleware services in Socorro | |||
* Got Socorro collectors to run on Redis | |||
* Working on Air Mozilla feature so anybody logged in can suggest new events | |||
Favorite Netflix series: Right now, House of Cards. | |||
== piotr == | == piotr == | ||
== pmac == | == pmac == | ||
* Bedrock. Always bedrock. | |||
Netflix Series: Battlestar Galactica (2004 version) | |||
== potch == | == potch == | ||
== rhelmer == | == rhelmer == | ||
Line 47: | Line 115: | ||
== robhudson == | == robhudson == | ||
== schalk == | == schalk == | ||
Do not have Netflix so I am shooting for 5000 pitty points. | |||
===Working On=== | |||
* DXR | |||
* Plugin-Check | |||
* Privacy Hub | |||
* Gaia | |||
== selena == | == selena == | ||
== ubernostrum == | == ubernostrum == | ||
== tofumatt == | == tofumatt == | ||
== wenzel == | == wenzel == | ||
* pre-MWC craze | |||
** Design guidelines | |||
** IA changes to devhub | |||
* post-MWC planning | |||
** better "SDK" for developers | |||
Favorite Netflix-available show: Arrested Development | |||
== wil == | == wil == | ||
== willkg == | == willkg == | ||
* wrestled localization support for email templates into Kitsune | |||
* keelhauled pirate test locale support into Kitsune and Fjord (http://bluesock.org/~willg/blog/mozilla/now_in_pirate.html) | |||
* pushed mkelly around re: django-browserid | |||
== wraithan == | == wraithan == |
Latest revision as of 18:37, 14 February 2013
Meeting Info
- Room webdev via Vidyo
- Room 798 via Teleconferencing
- Mountain View office in room PB&J
Meeting notes
- Note-taker: mkelly
- Meeting notes: https://etherpad.mozilla.org/webdev-2013-02-12
Open Items
Roundtable
adrian
- Socorro
- Added Automatic Emails, sent to all users that crash
- Working on elasticsearch, indexing ready, need backfill app
- It was awesome to be back in MV last week! Thanks all!
I can't use Netflix, but favorite series include: Game of Thrones, Avatar, Dexter...
andy
- marketplace payments
- catching up on everything from time in MV and PTO
- Avatar The Last Airbender. Well my cousin loves it anyway.
arron
ashort
basta
bsavage
bensternthal
craigcook
cmore
davidwalsh
ednapiranha
ErikRose
Elasticsearch
- Consulted on ES for Mozillians.
- Merged hanno's cluster_status patch. Reviewed his other ones.
- Reviewed Adrian's ES processor.
- Gave a little more ES advice to Adrian.
- Am doing my ES talk as a brown bag.
DXR
- Made test runner slimmer and better and not so file-happy so we don't have to duplicate boilerplate all over the place. It was keeping people from making tests.
- Reviewed and merged Bruce Stephens' constructor caller finder.
- Merged lots of patches:
- Now we can find invocations of constructors by clicking their definitions.
- We sort folder listings.
- Fix hyperlinks for members in a constructor's initialization list.
- Linkified macro refs.
- dxr-worker runs with same Python executable as the parent script
- Linking class declarations to class definitions
- Identifying tokens better in JS for context-click searches
- Split up *_refs tables for better ref integ and development ease.
- Put dxr-worker.py inside the dxr package so we can find it reliably
- jcranmer updated dxr.allizom.org to a less-old (but still not that new) version.
- Got approval for privs on d.a.o. so we can put an actually-new version up.
- Looked into stackato for a DXR staging deployment.
- Fixed consecutive ignored folders bug.
- Renamed branches.
- Got ops on #static.
- Planned for transitioning to PG a little. Trigram index + server-side regexes look okay. Bench the queries. See if planner knows what it's doing.
- Tore down obsolete info from the wiki.
- Lots of doc improvements.
- Spun up Tony on spiderflunky and merged some patches of his.
Other
- Helped willkg with django-tidings.
- Interviews and recruiting
jlongster
jsocol
kumar
lars
laura
lcrouch
lonnen
- Work Week as a Service
- Socorro Maintenance as a Service
- For Bonus Points on instant watch: Top Gear (U.K.)
lorchard
malexis
mkelly
morgamic
- out sick
- working on developer flow
- ecosystem vision stuff
- finding antibiotics
Current series: Homeland
peterbe
- Adding Nagios script to Socorro's crontabber
- Got socorro-crashstats up on running on Stackato
- Got rid of various deprecation warnings from Elmo
- Documented how to write new middleware services in Socorro
- Got Socorro collectors to run on Redis
- Working on Air Mozilla feature so anybody logged in can suggest new events
Favorite Netflix series: Right now, House of Cards.
piotr
pmac
- Bedrock. Always bedrock.
Netflix Series: Battlestar Galactica (2004 version)
potch
rhelmer
ricky
robhudson
schalk
Do not have Netflix so I am shooting for 5000 pitty points.
Working On
- DXR
- Plugin-Check
- Privacy Hub
- Gaia
selena
ubernostrum
tofumatt
wenzel
- pre-MWC craze
- Design guidelines
- IA changes to devhub
- post-MWC planning
- better "SDK" for developers
Favorite Netflix-available show: Arrested Development
wil
willkg
- wrestled localization support for email templates into Kitsune
- keelhauled pirate test locale support into Kitsune and Fjord (http://bluesock.org/~willg/blog/mozilla/now_in_pirate.html)
- pushed mkelly around re: django-browserid