datatracker/bin
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
..
.gitignore Told svn to ignore some additional files under bin/ 2017-06-07 12:30:04 +00:00
commitlog Tweaked the bin/commitlog script a bit. 2014-02-25 15:49:45 +00:00
count.c Tweaks to count.c 2017-06-06 07:26:17 +00:00
daily Added a new yang checker, 'yanglint', to the existing Yang checker class, in 2017-06-15 16:09:28 +00:00
drop-new-tables Removed the table-list.json file and support for it; there are better ways of cleaning out extra local tables (see bin/drop-new-tables for a starting point) 2017-05-30 00:03:26 +00:00
graph-models 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
hourly Point at the new virtualenv location in the cron runners. 2016-11-07 18:39:24 +00:00
mergedevbranch Tweaked bin/mergedevbranch 2017-06-12 22:26:49 +00:00
mergeready Refined the selection of commit log info lines. 2017-03-25 18:53:22 +00:00
mkdevbranch Tweaked bin/mkdevbranch 2017-05-31 16:26:48 +00:00
mkdiagram Merged in [11792] from rcross@amsl.com: 2016-08-18 15:03:55 +00:00
mkpatch Utility script to easily create an appropriately named patch file. 2014-01-31 19:04:26 +00:00
mkrelease Removed the table-list.json file and support for it; there are better ways of cleaning out extra local tables (see bin/drop-new-tables for a starting point) 2017-05-30 00:03:26 +00:00
mm_hourly Added a script to be run hourly by cron as user mailman (in order to have permission to access the mailman databases) 2016-06-16 19:29:24 +00:00
release-coverage Simplified the release-coverage script. 2016-12-16 17:52:20 +00:00
setupenv Fix bug in handling of ghostdriver log path. 2016-10-08 20:29:09 +00:00
test-crawl Update vnu.jar and fix various HTML5 nits it found during a test crawl. 2017-03-25 20:21:14 +00:00
update Trying to re-apply already run migrations after loading a new databases dump runs into the problem that new tables created by the migrations linger, even if the tables loaded from the dump match the non-migrated state. Having lists of the tables matching the latest release available makes it easy to construct an sql command to dump the extra tables, so the migrations can be run. Adding generation and saving of a table list to bin/mkrelease. 2017-04-12 18:16:19 +00:00
vnu.jar Update vnu.jar and fix various HTML5 nits it found during a test crawl. 2017-03-25 20:21:14 +00:00