Skip to content

Commit eab5c21

Browse files
committed
Changelog entry for 5.12.3
- Legacy-Id: 9263
1 parent a884b68 commit eab5c21

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

changelog

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
ietfdb (5.12.3) ietf; urgency=medium
2+
3+
This is a minor bugfix release which also addresses a number of testing
4+
issues, in preparation for the IETF-92 sprint on Saturday.
5+
6+
* Merged in [9242] from rjsparks@nostrum.com:
7+
Restores add-to-community-list functionality to several pages. Fixes
8+
#1601.
9+
10+
* Added a --logfile switch to the test crawler, in order to be able to
11+
control whether a logfile should be used or not. It's not particularly
12+
hepful when running on a buildbot slave, which catches stdout anyway.
13+
14+
* Updated the nomcom tests to use temporary test directories for data,
15+
instead of the regular production settings in settings.py.
16+
17+
* Updated the mergeready script to check if the 'test:unittest' property
18+
has been set to 'passed' on a changeset marked 'ready for merge'.
19+
20+
* Introduced a more correct implementation of the workaround to skip
21+
migrations during test, which also points at the code that makes this work
22+
at the moment.
23+
24+
* Tweaked the settings_sqlitetest.py file, which normally is used during
25+
test suite runs, to avoid a minutes-long stepping through migrations for
26+
each test run. This makes it much more workable to run individual tests.
27+
28+
* Added the buildbot config file to the repository. Deployment path:
29+
trac.tools.ietf.org:/home/buildbot/masters/datatracker/master.cfg
30+
31+
* Added exception capture and error message output to the coverage_changes
32+
management command when the --release switch to specifies a release for
33+
which there isn't any data. Also tweaked the diff output for code
34+
coverage changes.
35+
36+
-- Henrik Levkowetz <henrik@levkowetz.com> 19 Mar 2015 23:55:45 +0000
37+
38+
139
ietfdb (5.12.2) ietf; urgency=medium
240

341
* Added test coverage data to the release pages if available for the shown

0 commit comments

Comments
 (0)