Commit graph

330 commits

Author SHA1 Message Date
Henrik Levkowetz e78433b517 Added a utility command 'mergeready' which lists commits marked as 'Commit ready for merge' that have not yet been merged to trunk.
- Legacy-Id: 7714
2014-05-08 11:27:41 +00:00
Henrik Levkowetz ca36b36423 Added a check for a recent test crawler log to the mkrelease script.
- Legacy-Id: 7603
2014-04-12 18:58:05 +00:00
Henrik Levkowetz 38776ad494 Added a check for a recent test crawler log to the mkrelease script.
- Legacy-Id: 7601
2014-04-12 18:49:03 +00:00
Henrik Levkowetz 2718eb31fd Tweaked merge helper script.
- Legacy-Id: 7530
2014-03-21 11:24:32 +00:00
Henrik Levkowetz 93e161b2c6 Merged in [7380] from bartosz.balazinski@interdigital.com:
Changed the URL for some acoount settings from /cookies to /account/settings.

Fixes ticket #806,
 - Legacy-Id: 7385
Note: SVN reference [7380] has been migrated to Git commit af302582b0a9f36941ef15b39bf52c2a51fbafe1
2014-03-01 18:57:30 +00:00
Henrik Levkowetz 348fa48c2e Updated mergedevbranch script, to be able to add a descriptive commit comment if missing from the original commit message.
- Legacy-Id: 7384
2014-03-01 18:49:23 +00:00
Henrik Levkowetz 577a7e46d0 Tweaked the bin/commitlog script a bit.
- Legacy-Id: 7296
2014-02-25 15:49:45 +00:00
Henrik Levkowetz 5171fae532 Additional tweaks to bin/mergedevbranch.
- Legacy-Id: 7273
2014-02-19 21:42:08 +00:00
Henrik Levkowetz f3c676cb6d Tweaked the mergedevbranch utility script.
- Legacy-Id: 7247
2014-02-16 17:04:33 +00:00
Henrik Levkowetz 47449b6745 Tweaks to the mergedevbranch utility.
- Legacy-Id: 7229
2014-02-09 21:29:51 +00:00
Henrik Levkowetz aedbcd9ed6 Tweaks to the commitlog utility.
- Legacy-Id: 7228
2014-02-09 21:29:15 +00:00
Henrik Levkowetz a184a362eb Added Matt Larson to the release notification email address list.
- Legacy-Id: 7196
2014-01-31 19:05:08 +00:00
Henrik Levkowetz aede330b7e Utility script to easily create an appropriately named patch file.
- Legacy-Id: 7195
2014-01-31 19:04:26 +00:00
Henrik Levkowetz 03763f454e Tweaked mkrelease to handle 3-stepped revision numbers like 5.0.0
- Legacy-Id: 7183
2014-01-30 21:11:22 +00:00
Henrik Levkowetz ecb5cd6526 Merged in branch/iola/shimfree@6856. This pretty much completes the shim removal. Next step is upgrading Django to 1.6, and then doing some final polishing.
- Legacy-Id: 6966
2013-12-17 21:29:05 +00:00
Henrik Levkowetz e1b5aa1905 Updated release notification email list.
- Legacy-Id: 6948
2013-12-16 21:59:51 +00:00
Henrik Levkowetz 068af80935 Improved commit log extraction script.
- Legacy-Id: 6947
2013-12-16 21:59:13 +00:00
Ole Laursen 9457669310 Merge in changes from the old shimfree branch
- Legacy-Id: 6764
2013-11-27 12:55:50 +00:00
Henrik Levkowetz d0fbb5e300 Don't filter out blank lines from changelog text in the release emails any more.
- Legacy-Id: 6674
2013-11-06 22:17:04 +00:00
Henrik Levkowetz 70bfcfe6f4 Fixed a wrong email address in bin/commitlog
- Legacy-Id: 6368
2013-10-04 18:06:44 +00:00
Ole Laursen e5871284b6 Remove ietfworkflows from mkdiagram
- Legacy-Id: 6298
2013-09-28 19:50:56 +00:00
Ole Laursen 019ca2ae03 Merge changes from attic/shimfree into new branch to complete rebasing shimfree on trunk
- Legacy-Id: 6215
2013-09-20 09:48:58 +00:00
Henrik Levkowetz e81ce38623 Tweaked utility script.
- Legacy-Id: 6200
2013-09-19 18:04:42 +00:00
Ole Laursen a871d6e19e Remove wgchairs app, all of its functionality is now superceded by wginfo/ and other recent developments in doc/
- Legacy-Id: 6198
2013-09-19 15:22:59 +00:00
Henrik Levkowetz e5d7c7620e Send release notifications to the IESG, too.
- Legacy-Id: 5940
2013-08-01 15:03:49 +00:00
Henrik Levkowetz cbfe489ff5 Merged in more shim-layer removals from olau@iola.dk
(-r5465:HEAD from branch/iola/shimfree).  Copying relevant
commit messages here:

 - Deleted dead code in many places.

 - Renamed id-something to draft-something, make the "is
   this eligible for expiration" logic clearer

 - Added a name for IPR search URL

 - Revamped the ballot popup view

 - URL reversed the IPR search link instead of hardcoding it

 - Cleaned up search views and remove dead code, port them to the new DB
   schema, hack related views in iesg/ and wginfo/ to use the new search
   interfaces, avoid camelCase in search GET parameters (with
   backwards-compat fallback), add some simple search unit tests, remove
   caching from views_search.py index pages as they're now pretty fast to
   generate, rewrite ballot popup JS, regularize some CSS classes to use
   hyphen-notation rather than camelCase, move some of the search
   templates to doc/.

   idrfc/ now mostly contains some wrapper code still in use by other
   subdirs, some ported code not yet moved, and dead code.

 - Fixed output bug in test crawler and print referrer upon errors so it's
   easier to figure out where a link came from

 - Added /doc/in-last-call/ to crawler, report original page as referrer in
   a redirect chain rather than intermediate URL

 - Ported idindex to new schema, speed them up, add tests, refactor index
   page in views_search to share code with the text index file, get rid
   of some special-case idindex filters from ietf_filters, move
   "/drafts/" redirects to a file in /doc/

 - Ported /idtracker/status/ and /idtracker/status/last-call/ overview of
   drafts in IESG process to new schema in /doc/iesg/ and
   /doc/iesg/last-call/

 - Added redirects for all of /idtracker/*, removed all view code and other
   dead code from idtracker/

 - Removed the idtracker sitemap indexing drafts - in its current form,
   it adds nothing of value to the HTML-based /doc/all/ view, and it's
   pretty slow

 - Ported idtracker feeds to new schema, move them to doc/, cleaned up
   idtracker/ - only templatetags/ietf_filters and proxy code is left
 - Legacy-Id: 5836
2013-07-17 20:52:39 +00:00
Henrik Levkowetz 231034879f Tweaked the mergedevbranch script.
- Legacy-Id: 5679
2013-04-21 15:01:53 +00:00
Henrik Levkowetz fc5e944199 Merged [5529] from jmh@joelhalpern.com:
Add document's notification list to destination email addresses when the document leaves IETF LC.
 - Legacy-Id: 5558
Note: SVN reference [5529] has been migrated to Git commit f81f08cc4a
2013-03-13 13:39:19 +00:00
Henrik Levkowetz d6b011b0e1 Tweaked mergedevbranch to make the sprint merge/test cycle a little bit easier.
- Legacy-Id: 5546
2013-03-10 16:24:47 +00:00
Henrik Levkowetz 032705f100 Moved some utility command-line scripts from test/ to bin/. Added bin/graph-models.
- Legacy-Id: 5450
2013-02-24 20:09:01 +00:00