|
| 1 | +ietfdb (6.55.2) ietf; urgency=medium |
| 2 | + |
| 3 | + This release contains bugfixes and code refactoring: |
| 4 | + |
| 5 | + * Modified the text shown on Chairs' 'Manage Document Adoption in Group' |
| 6 | + button and corrected the logic for which text to show. |
| 7 | + |
| 8 | + * Merged in [13722] and [13712] from rcross@amsl.com: |
| 9 | + Remove all use of request.session from secretariat apps. Add tests for |
| 10 | + affected views. Fixes #1455. |
| 11 | + |
| 12 | + * Removed the copy of xym copied directly from repository -- the method |
| 13 | + call we use is too unstable at the moment. Now requiring xym=='0.4'. |
| 14 | + |
| 15 | + * Merged in [13628] from rcross@amsl.com: |
| 16 | + Grant secretariat meeting__meeting admin permissions. |
| 17 | + |
| 18 | + * Added checks for the presence of yang module directories to the check |
| 19 | + framework. Tweaked some text strings. |
| 20 | + |
| 21 | + * Modified the yang checker to work with both versions 0.3.x and 0.4.x of |
| 22 | + xym (different signatures for get_extracted_models()). |
| 23 | + |
| 24 | + * Removed the 'apply to all sessions' checkbox from the |
| 25 | + agenda/minutes/slides upload pages for non-session timeslots, such as |
| 26 | + plenaries etc. as it is rarely if ever correct to have it checked then. |
| 27 | + |
| 28 | + * Additional tweaks to the mailman listinfo importer. |
| 29 | + |
| 30 | + * Code reorganization, doing away with multiple urls_* and views_ files |
| 31 | + in ietf.group. No intentional functionality changes. |
| 32 | + |
| 33 | + * Made the import_mailman_listinfo management command somewhat more |
| 34 | + robust. |
| 35 | + |
| 36 | + * Return a checker None result with exception message on xym exceptions. |
| 37 | + |
| 38 | + * Changed the url coverage code to handle deeper chains of url includes, |
| 39 | + and to handle url includes through url lists in addition to url modules. |
| 40 | + Added information in the release coverage dictionaries about the view |
| 41 | + functions coupled to the urls. |
| 42 | + |
| 43 | + * Fixed a wrong virtualenv path in bin/mm_hourly |
| 44 | + |
| 45 | + * Updated PLAN |
| 46 | + |
| 47 | + * Updated docker/settings_local.py with new needed settings. Added a lot |
| 48 | + of quotes to docker/run in order to work better with paths containsing |
| 49 | + spaces. Touched a file during setup to be more debian compatible. |
| 50 | + |
| 51 | + * Variable naming tweak |
| 52 | + |
| 53 | + * Catch bad module names in the Yang checker (they are not currently |
| 54 | + flagged by xym). |
| 55 | + |
| 56 | + * Changed the implementation of Submission.latest_checks() to also return |
| 57 | + None checks, so it's possible to update a Passed due to no yang modules to |
| 58 | + a None (no modules to check). |
| 59 | + |
| 60 | + * Corrected the settings names used in the yang extraction command. |
| 61 | + |
| 62 | + -- Henrik Levkowetz <henrik@levkowetz.com> 28 Jun 2017 10:43:38 -0700 |
| 63 | + |
| 64 | + |
1 | 65 | ietfdb (6.55.1) ietf; urgency=medium |
2 | 66 |
|
3 | 67 | This is a bugfix release, with some smaller enhancements. From the commit |
|
0 commit comments