Skip to content

Historic: Sprint: IETF88Sprint

Robert Sparks edited this page Apr 26, 2023 · 1 revision

IETF88 Code Sprint

The IETF 88 Code Sprint in Vancouver will focus on enhancements to the new tracker.

The Sprint will be run according to the IETFSprintHowto.

If you plan to participate, please sign up on the IETF88SprintSignUp page.

This sprint will take place from 9:30 to 18:00 in the Tennyson room. This is on the 4th floor (http://www.ietf.org/meeting/88/floor-plans.pdf). The coding will end 18:00 on the dot, with dinner and follow-up afterwards.

We have the mailing list "[email protected]" to help with coordination and for use during the event. Please make sure you're subscribed before the event starts. More info on the list is available at https://www.ietf.org/mailman/listinfo/codesprints.

There is also a jabber room at [email protected].

For information on setting up your environment, code checkout and commit, etc., see the SprintCoderSetup and SprintDatabase pages.

During the sprint, please update the two tables below; this helps both with coordination and with getting the code merged, released, and deployed :-)

See you in Vancouver!

This sprint's plan

Please consider the higher priority items first. If you're looking for a short task, look for rows marked "easy". If there's something you hope the sprint will address that's not on that list, please enter it as a new ticket using http://tools.ietf.org/tools/ietfdb/newticket

Who's working on what?

Please fill in the following table when you've picked a task for the sprint. It's quite all right to pick and complete multiple tasks :-)

Who Short Description Link to EnhancementIdeas item
Adam Fix IPR Disclosure Count #1153
Suresh Handle annotation tag change confusion #1127
Joel Halpern put last call expiration date in document header
Joel Halpern Boilerplate fix #1160
Bartosz #1121
Markus #841 #1074
Joel Halpern LC Feed header #241
Joel Halpern Add document Title to Status Change request announcement #1069
Joel Halpern Make clear who is receiving I-D submission confirmation emails #1097
Joel Halpern OBE Add ballot link to IESG ballot comment emails - doc link already there #925
Suresh More info in state change mails after WGLC ends #1138

Completed code ready for merge and release

Please fill in the following table when you have something which is ready to merge and release, and send a brief message to the sprint's committer to notify him about the new code. Committer for the IETF 88 Sprint is [email protected].

Who branch@revision Changelog message Notes Merged Released
Joel Halpern jmh/v4.82@6621 Add LC Expiration date to doc header' 049779e382ba94c22b1991e2edb7840fdb284868
Adam Roach adam/v4.82@6613 plus adam/v4.82@6621 Ticket #1153: Fixes IPR disclosures being counted multiple times and counting of "not yet approved" IPR disclosures. e32d83939fce2afe344710c4003ef042d36b3b4a
Adam Roach adam/v4.82@6615 Remove extraneous blank lines from agenda.csv Fixed in template a53cdd3c48bdd726471888c02c65a7d3a88a01b4
Joel Halpern jmh/v4.82@6616 Ticket #1160 Fix IRTF Conflict Review email feaa3310b47d84dc98de8233e84d05ba69182862
Markus markus/v4.82@6614 Took care of #841 by moving correctly outside altogether. 782136bec29b0a7f1da102356893fe1a6ae02851
RjS rjs/v4.82@6622 populates and maintains reference relations 7925223ef8b757de4251780cb8dc94215df471a9
Joel Halpern jmh/v4.82@6624 Ticket #241 add "Last Call Issued: to last call atom feed entry subjects 64145371c6f95bb26be705bdab55d616dd79ed95
Markus markus/v4.82@6627 Took care of #1074 (crazy Kivinen feature request). 0308b2d72a40953dcfb78dc4ef2c35850dab4f72
Timothy B. Terriberry derf/v4.82@6629 Ticket #1002: Allow wgchairs to add replaces relationships f029c88347920021d24381752cdd1d98046266e4
Joel Halpern jmh/v4.82@6630 Add document titles to status change request email. 28bc1d2dce518779fb988ddb77350658ea851486
Timothy B. Terriberry derf/v4.82@6635 Ticket #1136: Mark Concluded BoFs as BoFs, not Concluded WGs 9302f9b7ab7b1408e0ec2d160cf6d6cfcb75e21a
Adam Roach adam/v4.82@6637 Added generation of agenda.pdf (see http://www.ietf.org/mail-archive/web/88attendees/current/msg00089.html) Pending enhancements
Joel Halpern jmh/v4.82@6638 Ticket #1097 Add confirmation email addresses to I-D submission success notice dcc61a7eeea7c680e49e95b14b4a4a303182f0a5
Suresh suresh/v4.82@6640 Changed handling of state changes, annotation changes and comments. Details at #1127 and #1138 8ec6c336a9e97f38b334a57c6c7950b12a0064c9
Bartosz bartosz/v4.82@6641 Ticket #1121 27895541a471589c2d528c204388796d95a406cd
Timothy B. Terriberry derf/v4.82@6642 Ticket #1085: Add 'Track this document' link on drafts c41bb723b9a66af1471c70bef8a85a97affae18c
Ryan Cross rcross/v4.82@6643 Ticket #1164 Move replaced document to archive directory

Other work completed:

Who Notes
Tony Hansen interactive agenda venue map
Tony Hansen bibxml5 (3GPP) now has bib files named SDO-3GPP as well. Former was only usable by xml2rfc v1, but were not valid XML.

Wishlist (for this sprint or future sprints)

See (and add to) the list started at EnhancementIdeas -- current method of adding items is to open a new trac ticket.

Special notes for setup for this sprint

A dependency on the python 'decorator' module was added since the last sprint. You'll need to get it however you install modules. For many folks that means some variant of 'sudo pip-2.x install decorator'.

Prerequisites

  • A working knowledge of python and/or web design

  • Learn the basic concepts of Django 1.2, e.g., work through the excellent tutorial.

  • Review the new database schema and models (see http://merlot.tools.ietf.org/src/db/new/redesign)

  • Bring a laptop with Python (2.6/2.7), Subversion and (optionally) Mysql (4.x is ok, 5.x is better) installed, and be ready to check out a branch of the IETF web site from the tools svn server. (Some hints on preparing mac laptops are at MacSetup, hints for Debian 7 at DebianWheezySetup)

Clone this wiki locally