datatracker/ietf/submit/migrations
Henrik Levkowetz d98054c103 Added a new yang checker, 'yanglint', to the existing Yang checker class, in
addition to the existing 'pyang' checker.

Added modal overlay displays showing the yang check results every place the
yin/yang symbol is shown (red or green) to indicate the presencee and result
of yang checks.  Added a Yang Validation: line in the document
meta-information section on the document's page in the datatracker.

Added the result of the xym extaction to the yang check results, to make
extration failures visible.

Added the version of the used xym, pyang, and yanglint commands to the check
results.

Added an action to move successfully extracted and validated modules to the
module library directories immediately on submission.

Added the xym and pyang repositories as svn:external components, rather than
listing them in requirements.txt, as there has been delays of many months
between essential features in the repositories, and an actual release.  We may
get occasional buildbot failures if broken code is pulled in from the
repository, but better that than the functionality failure of severely
outdated componets.

Added a new management command to re-run yang validation for active drafts for
which yang modules were found at submission time, in order to pick up imported
models which may have arrived in the model libraries after the draft's
submission.  Run daily from bin/daily.

Added a table to hold version information for external commands.  The yang
checker output should include the version information of the used checkers,
but seems unnecessary to run each command with its --version switch every
time we check a module...

Added a new management command to collect version information for external
commands on demand.  To be run daily from bin/daily.

Added tests to verify that xym, pyang and yanglint information is available
on the submission confirmation page, and updated the yang module contained in
the test document to validate under both pyang and yanglint.

Updated admin.py and resource.py files as needed.
 - Legacy-Id: 13630
2017-06-15 16:09:28 +00:00
..
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_20150430_0847.py Added 5 migrations for changes in model field help-text strings which changed in the facelift. Also fixed the expression of the help text for NomCom.reminder_interval so the text itself doesn't contain quite as much whitespace. 2015-04-30 16:18:25 +00:00
0003_auto_20150713_1104.py Manually moved the concepts forward. Reworked some presentation. Working enough to bring testers in at Sprint93 2015-07-13 21:09:39 +00:00
0004_submissioncheck.py Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check. 2016-03-04 20:08:29 +00:00
0005_auto_20160227_0809.py Refactored draft submission checks so that new checkers can be slotted in through a configuration in settings.py. Refactored the calling of idnits to use the new API, and added a pyang validation check. 2016-03-04 20:08:29 +00:00
0006_remove_submission_idnits_message.py Fixed a pyflakes issue. 2016-03-15 17:45:22 +00:00
0007_submission_draft.py Added migrations for the submit check display work. 2016-03-28 19:32:49 +00:00
0008_data_for_submission_draft_field.py Added (belatedly) progress bars to some long-running migrations. 2016-03-29 19:57:24 +00:00
0009_submissioncheck_symbol.py Added migrations for the submit check display work. 2016-03-28 19:32:49 +00:00
0010_data_set_submission_check_symbol.py Added a new yang checker, 'yanglint', to the existing Yang checker class, in 2017-06-15 16:09:28 +00:00
0011_submissionemail.py Renamed the SubmissionEmail event class to SubmissionEmailEvent, and added an admin class for it. 2016-09-08 15:04:53 +00:00
0012_auto_20160414_1902.py Made some migrations work backwards, too. 2016-09-10 20:06:15 +00:00
0013_auto_20160415_2120.py Made some migrations work backwards, too. 2016-09-10 20:06:15 +00:00
0014_auto_20160627_1945.py Made a reverse migration more robust. 2016-09-11 11:59:05 +00:00
0015_fix_bad_submission_docevents.py Added a data migration to fix up incorrect submission doc events. 2016-10-02 16:04:26 +00:00
0016_fix_duplicate_upload_docevents.py Added a migration to remove most duplicate 'Upload' doc events. 2016-10-06 18:40:04 +00:00
0017_auto_20161207_1046.py Added migrations for the model changes done for the Django 1.8 upgrade. 2016-12-07 19:41:48 +00:00
0018_fix_more_bad_submission_docevents.py Added DocEvent rev= parameter througout the code. 2017-03-06 15:08:21 +00:00
0019_add_formal_languages_and_words.py Updated migration numbering to avoid collisions. 2017-05-31 21:36:08 +00:00
0020_authors_as_jsonfield.py Merge author stats branch into new branch from trunk 2017-03-28 14:36:40 +00:00
__init__.py Cleaning up old unused migrations for the submit app, and setting up a new 2013-04-21 21:23:39 +00:00