.. |
0001_initial.py
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
0002_auto_20141222_1749.py
|
Merged in personal/henrik/django-1.7@9020 which upgrades Django from 1.6.0 to 1.7.4 and applies the needed changes to the datatracker code to work with release 1.7.x.
|
2015-02-08 21:16:44 +00:00 |
0003_auto_20150326_0728.py
|
Add missing migration. Commit ready for merge
|
2015-04-03 19:28:06 +00:00 |
0004_auto_20150403_1235.py
|
Put old style slides directly into archived. Migrate IETF92 materials to match. Commit ready for merge.
|
2015-04-03 20:53:13 +00:00 |
0005_auto_20150721_0230.py
|
Added a migration to capture the new DocEvent types that came in with Ole's replaced_by code in [9829].
|
2015-07-21 10:01:50 +00:00 |
0006_auto_20150929_0828.py
|
Summary: Make name the primary key for DocAlias.
|
2015-09-30 13:47:33 +00:00 |
0007_auto_20150929_0840.py
|
Summary: Make name the primary key for DocAlias.
|
2015-09-30 13:47:33 +00:00 |
0008_auto_20150930_0242.py
|
Summary: Make name the primary key for DocAlias.
|
2015-09-30 13:47:33 +00:00 |
0009_auto_20150930_0248.py
|
Summary: Make name the primary key for DocAlias.
|
2015-09-30 13:47:33 +00:00 |
0010_auto_20150930_0251.py
|
Summary: Make name the primary key for DocAlias.
|
2015-09-30 13:47:33 +00:00 |
0011_add_missing_docaliases.py
|
Addresses issues uncovered by the test-crawler. Adds missing DocAlias records for several document types. Creates DocAlias objects when createing Document objects for those document types. Identifies places in code to touch when we are ready to expose the bluesheets and recording document types at /doc/. (The data rows and the content store need work before doing so).
|
2016-01-25 19:40:35 +00:00 |
0012_auto_20160207_0537.py
|
Renumbered and updated the migrations merged in from the eventsaving work. Made the dochistory-adding migration idempotent, and added progress indication as this migration may take as much as an hour to run.
|
2016-08-24 15:37:25 +00:00 |
0013_auto_20151027_1127.py
|
Made migration doc:0013 more robust.
|
2016-08-31 13:48:00 +00:00 |
0014_auto_20160524_2147.py
|
Corrected a migration to match the list of event types in doc/models.py
|
2016-09-10 20:05:35 +00:00 |
0015_auto_20161101_2313.py
|
Replaced the use of plain DocEvent for submission doc events with a SubmissionDocEvent that carries rev and a FK to submission.
|
2016-11-07 18:21:34 +00:00 |
0016_auto_20160927_0713.py
|
Merged in ^/branch/iola/review-tracker-r12128@12397, bringing in the review tool functionality described in RFC7735. This adds the ability to set up review management pages for review teams such as genart, secdir, opsdir, etc.; letting the review team secretaries manage requested and completed reviews; letting the reviewers keep track of and document their reviews, and more. See the RFC for full specification, and the branch commit log for a full commit history.
|
2016-11-29 14:54:19 +00:00 |
0017_fill_review_document_contents.py
|
Merged in [12461] from rjsparks@nostrum.com:
|
2016-12-05 21:03:49 +00:00 |
0018_auto_20161209_0421.py
|
Added migrations for new timezone data, validation on ReviewerSettings.filter_re, and new docevent types.
|
2016-12-09 12:41:38 +00:00 |
0019_auto_20161207_1036.py
|
Merged Django-1.8 upgrade work to trunk. Adjusted migration names, and added migrations as necessary. Fixed some instances of broken html.
|
2016-12-13 05:55:46 +00:00 |
0020_auto_20170224_0222.py
|
Added a migration which captures the added validator for title fields.
|
2017-02-24 10:24:34 +00:00 |
0021_add_wg_states.py
|
Added a data migration which adds 2 new WG states: 'Waiting for Implementation' and 'Held by WG'.
|
2017-03-04 13:46:17 +00:00 |
0022_add_docevent_rev.py
|
Added a 'rev' field to DocEvent, and removed the corresponding field from NewRevisionDocEvent and SubmissionDocEvent. Added a migration for an initial schema change, one data migration to copy and infer revision information, another schema migration to remove extraneous revision field, and another data migration to fix up bad timestamps and bad revision info from the period 2016-09-10 to 2016-10-04.
|
2017-03-05 19:59:27 +00:00 |
0023_set_docevent_rev_data.py
|
Added a 'rev' field to DocEvent, and removed the corresponding field from NewRevisionDocEvent and SubmissionDocEvent. Added a migration for an initial schema change, one data migration to copy and infer revision information, another schema migration to remove extraneous revision field, and another data migration to fix up bad timestamps and bad revision info from the period 2016-09-10 to 2016-10-04.
|
2017-03-05 19:59:27 +00:00 |
0024_del_docevent_subclass_revision.py
|
Added a 'rev' field to DocEvent, and removed the corresponding field from NewRevisionDocEvent and SubmissionDocEvent. Added a migration for an initial schema change, one data migration to copy and infer revision information, another schema migration to remove extraneous revision field, and another data migration to fix up bad timestamps and bad revision info from the period 2016-09-10 to 2016-10-04.
|
2017-03-05 19:59:27 +00:00 |
0025_auto_20170307_0146.py
|
Added a migration for the tweaked DocEvent.rev field.
|
2017-03-07 09:48:22 +00:00 |
0026_add_downrefappr_from_wiki.py
|
Merged in [13181] from housley@vigilsec.com:
|
2017-04-10 22:47:01 +00:00 |
0027_auto_20170412_0528.py
|
A migration to match docevent type changes from the downref work.
|
2017-04-12 18:21:07 +00:00 |
0028_editedauthorsdocevent.py
|
Created an EditedAuthorsDocEvent to capture the basis or reason for changing a documentauthor set. Mapped a large number of email addresses found from the RFC Editor database and from parsing RFCs to the right Person objects, and creating Person objects as necessary. Updated the documentauthors set for RFCs based on reconciling what the tracker already knew with the RFC Editor database and the parsing the RFCs. Manually inspected the Updates to ensure no author was inappropriately removed from the set. Commit ready for merge.
|
2017-05-09 20:16:11 +00:00 |
0029_update_rfc_authors.py
|
Updated doc migration 0029 to avoid duplicate actions, and to avoid database referential inconsistency due to case differences in email addresses.
|
2017-05-16 15:15:30 +00:00 |
0030_author_revamp_and_extra_attributes.py
|
Updated migration numbering to avoid collisions.
|
2017-05-31 21:36:08 +00:00 |
0031_remove_fake_email_adresses.py
|
Updated migration numbering to avoid collisions.
|
2017-05-31 21:36:08 +00:00 |
0032_auto_20170731_0508.py
|
Added a couple of missing migrations.
|
2017-07-31 12:11:08 +00:00 |
0033_fix_conflict_review_dochistory.py
|
Straightened out some DocHistory timestamps that did not align with the respective DocEvent timestamps. Fixes #1972. Commit ready for merge.
|
2017-08-14 20:33:24 +00:00 |
0034_documenturl.py
|
Added migrations for document url model changes. Updated the name fixtures. Added ability for individual draft authors to edit document urls.
|
2017-09-27 16:37:13 +00:00 |
0035_auto_20171029_1414.py
|
Permit document urls to be up to 512 bytes, rather than the default 200
|
2017-10-30 11:07:45 +00:00 |
__init__.py
|
Finish ballot support for charters (apart from non-generic ballot
|
2012-04-04 18:09:03 +00:00 |