Commit graph

970 commits

Author SHA1 Message Date
Henrik Levkowetz bf0aec8e89 Updated template exclusion setting.
- Legacy-Id: 13767
2017-07-03 21:19:28 +00:00
Henrik Levkowetz 4b28605774 Set version info and settings back to development mode
- Legacy-Id: 13749
2017-07-01 10:49:49 +00:00
Henrik Levkowetz f50b8fb403 Set version info to release version 6.55.2 before branching.
- Legacy-Id: 13747
2017-07-01 10:49:39 +00:00
Henrik Levkowetz 60e9b7451c Included the temporary yang model extraction directory in the list of model librarires given to yanglint, in order to support drafts with models referencing models in the same draft. Fixes issue #2324.
- Legacy-Id: 13736
2017-06-29 21:03:26 +00:00
Henrik Levkowetz 4d562e9bac Set version info and settings back to development mode
- Legacy-Id: 13693
2017-06-20 13:43:46 +00:00
Henrik Levkowetz 4ef411285e Set version info to release version 6.55.1 before branching.
- Legacy-Id: 13691
2017-06-20 13:43:38 +00:00
Henrik Levkowetz 4ea1c34791 Set version info and settings back to development mode
- Legacy-Id: 13651
2017-06-16 09:38:39 +00:00
Henrik Levkowetz 35cf75ce94 Set version info to release version 6.55.0 before branching.
- Legacy-Id: 13649
2017-06-16 09:38:31 +00:00
Henrik Levkowetz ca324df8f4 Set version info and settings back to development mode
- Legacy-Id: 13643
2017-06-16 09:13:52 +00:00
Henrik Levkowetz 6187f0c05d Set version info to release version 6.55.0 before branching.
- Legacy-Id: 13641
2017-06-16 09:13:44 +00:00
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
Henrik Levkowetz c53e3784c3 Set version info and settings back to development mode
- Legacy-Id: 13599
2017-06-13 10:38:36 +00:00
Henrik Levkowetz 317d948c90 Set version info to release version 6.54.1 before branching.
- Legacy-Id: 13597
2017-06-13 10:36:58 +00:00
Henrik Levkowetz 356fa71a6a Set version info and settings back to development mode
- Legacy-Id: 13564
2017-06-08 11:17:44 +00:00
Henrik Levkowetz 7da2f28588 Set version info to release version 6.54.0 before branching.
- Legacy-Id: 13562
2017-06-08 11:17:11 +00:00
Henrik Levkowetz 023a32715d Merged in ^/branch/iola/author-stats-r13145 from olau@iola.com, with additional features from ^/personal/henrik/6.52.1-authorstats.
- Legacy-Id: 13550
2017-06-06 18:36:59 +00:00
Henrik Levkowetz 1158a4d780 Set version info and settings back to development mode
- Legacy-Id: 13548
2017-06-06 17:40:29 +00:00
Henrik Levkowetz c6a46983a1 Set version info to release version 6.53.1 before branching.
- Legacy-Id: 13546
2017-06-06 17:40:21 +00:00
Henrik Levkowetz a28940fc1e Name/email formatting tweaks, to complement [13536].
- Legacy-Id: 13540
Note: SVN reference [13536] has been migrated to Git commit 55d36e284d
2017-06-06 08:11:31 +00:00
Henrik Levkowetz 20b4250ea5 Reduced the size of stats data transferred from the server by an order of magnitude for author stats pages by not sending complete lists of item names per table item (we're only displaying them when there are few to display, anyway). Added caching of the resulting stats data for 24 hours. The caching was not possible in all cases before the data reduction, due to an item size limit of 1 MByte in memcached.
- Legacy-Id: 13534
2017-06-05 22:32:15 +00:00
Henrik Levkowetz 26f07f0a29 Set version info and settings back to development mode
- Legacy-Id: 13530
2017-06-05 13:42:03 +00:00
Henrik Levkowetz db50ad4a27 Set version info to release version 6.53.0 before branching.
- Legacy-Id: 13528
2017-06-05 13:41:54 +00:00
Henrik Levkowetz d3decdcb61 Merged in [13485] from rcross@amsl.com:
Add import of YouTube session videos using YouTube Data API.  Fixes #2249.
 - Legacy-Id: 13509
Note: SVN reference [13485] has been migrated to Git commit 7ee2a16967
2017-06-03 23:58:05 +00:00
Henrik Levkowetz b2da91de1b Added a middleware exception handler for the case of people submitting unicode outside the Basic Multilingual Plane, which cannot currently be saved to the database.
- Legacy-Id: 13508
2017-06-03 21:47:51 +00:00
Henrik Levkowetz d5eb59c5a6 Changed the extension filtering from using a blacklist to a whitelist, to avoid a lot of incorrect types.
- Legacy-Id: 13487
2017-06-01 20:19:38 +00:00
Ryan Cross 7ee2a16967 Add import of YouTube session videos using YouTube Data API. Fixes #2249. Commit ready for merge.
- Legacy-Id: 13485
2017-06-01 18:36:46 +00:00
Henrik Levkowetz 76628be3fd Merged in ^/branch/iola/author-stats-r13145 from olau@iola.dk, and fixed some tests in code which moved after the latest merge with trunk. The test suite passes, but the migrations are _not_ ready to run, because of numbering conflicts (again due to code changes on trunk since the latest sync).
- Legacy-Id: 13479
2017-05-31 20:59:26 +00:00
Henrik Levkowetz e0c994ffea Set version info and settings back to development mode
- Legacy-Id: 13457
2017-05-29 23:21:48 +00:00
Henrik Levkowetz f542801631 Set version info to release version 6.52.0 before branching.
- Legacy-Id: 13455
2017-05-29 23:21:36 +00:00
Henrik Levkowetz 1d37e387bd Set version info and settings back to development mode
- Legacy-Id: 13377
2017-05-16 15:34:52 +00:00
Henrik Levkowetz 46edaaa825 Set version info to release version 6.51.0 before branching.
- Legacy-Id: 13375
2017-05-16 15:34:43 +00:00
Henrik Levkowetz 15063bf74c Set version info and settings back to development mode
- Legacy-Id: 13345
2017-05-14 10:01:04 +00:00
Henrik Levkowetz 3d39982b3e Set version info to release version 6.50.1 before branching.
- Legacy-Id: 13343
2017-05-14 10:00:56 +00:00
Henrik Levkowetz 79258227bc Tweaked the DRAFT_NAMES_WITH_DOT setting for another draft name exception.
- Legacy-Id: 13317
2017-05-11 11:46:56 +00:00
Ryan Cross 9a9531d9f6 Change From address of session request notifications from session_request_developers@ietf.org to session-request@ietf.org. Fix requester information in session request cancellation email. Fixes #1621. Commit ready for merge.
- Legacy-Id: 13291
2017-05-09 21:33:14 +00:00
Henrik Levkowetz 67bfcda880 Set version info and settings back to development mode
- Legacy-Id: 13243
2017-04-19 12:11:25 +00:00
Henrik Levkowetz 8b1180e342 Set version info to release version 6.50.0 before branching.
- Legacy-Id: 13241
2017-04-19 12:11:17 +00:00
Henrik Levkowetz 7e8aeeefee Moved the caching of htmlized documents into Document.htmlized() in order to avoid caching failed htmliztions (usually because of a missing .txt file).
- Legacy-Id: 13227
2017-04-16 13:17:18 +00:00
Henrik Levkowetz c445611904 Replaced old unworkable email addesss in the 404 page with the current bugreport address, now configured in settings.py.
- Legacy-Id: 13224
2017-04-15 12:34:50 +00:00
Henrik Levkowetz b2db0d4f52 Set version info and settings back to development mode
- Legacy-Id: 13220
2017-04-14 12:50:17 +00:00
Henrik Levkowetz da4cf2645c Set version info to release version 6.49.1 before branching.
- Legacy-Id: 13218
2017-04-14 12:50:09 +00:00
Henrik Levkowetz 978e8f72f5 Changed the signature of ietf.utils.aliases.dump_sublist() to include a list of the alias domains, in order to be able to generate IRTF group aliases @irtf.org. Updated ietf/bin/generate-*-aliases accordingly.
- Legacy-Id: 13206
2017-04-12 18:51:38 +00:00
Henrik Levkowetz 4efe4fcd50 Updated draft names with dot regex.
- Legacy-Id: 13203
2017-04-12 18:22:16 +00:00
Henrik Levkowetz 814a6d45b2 Extended the DRAFT_NAMES_WITH_DOT regexp.
- Legacy-Id: 13187
2017-04-07 12:38:02 +00:00
Henrik Levkowetz b22c2a946c Set version info and settings back to development mode
- Legacy-Id: 13174
2017-03-29 20:01:34 +00:00
Henrik Levkowetz f1fed9e385 Set version info to release version 6.49.0 before branching.
- Legacy-Id: 13172
2017-03-29 20:01:26 +00:00
Ole Laursen 5b677dc6ba Merge author stats branch into new branch from trunk
- Legacy-Id: 13159
2017-03-28 14:36:40 +00:00
Henrik Levkowetz 14c748df98 Changed the creation of temporary test dirs to use names which include the test class name, in order to make it possible to run test cases in parallel. Disabled coverage testing when running in parallel (those classes cannot be pickled and distributed to the test runner threads, and also won't pass coverage data back). Tweaked the TestCase.tempdir() method.
- Legacy-Id: 13157
2017-03-27 21:41:18 +00:00
Henrik Levkowetz 3c8d101fe3 Merged in [13114] from rcross@amsl.com:
Add meetecho address to settings.AUDIO_IMPORT_EMAIL.
 - Legacy-Id: 13149
Note: SVN reference [13114] has been migrated to Git commit 73dfdfbd2c
2017-03-27 16:48:22 +00:00
Ryan Cross 73dfdfbd2c Add meetecho address to settings.AUDIO_IMPORT_EMAIL. Commit ready for merge.
- Legacy-Id: 13114
2017-03-25 19:43:02 +00:00