Skip to content

Commit 5bce7e3

Browse files
committed
Changelog entry for 7.24.0
- Legacy-Id: 18773
1 parent 559f23b commit 5bce7e3

1 file changed

Lines changed: 116 additions & 0 deletions

File tree

changelog

Lines changed: 116 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,119 @@
1+
ietfdb (7.24.0) ietf; urgency=medium
2+
3+
**Bugfixes and minor features**
4+
5+
* Refactored the import_mailman_listinfo command to run faster (20s
6+
instead of 30+m) and added time logging (for --verbosity 2)
7+
8+
* Upgraded the required versions of mypy and django-stubs to the latest
9+
that support Django 2.2. Fixed some issues found by after the upgrades.
10+
11+
* Fixed a test that was broken when run on December 1st.
12+
13+
* Added some comment information to settings.py
14+
15+
* Related to issue #2186: The issue asked for changing review requests
16+
from state 'assigned' back to state 'requested' if the last associated
17+
assignment is withdrawn. However, the code to implement this makes the
18+
change for all assignment states, and also when there has been no state
19+
change. Changed to be more discerning.
20+
21+
* Make the order of addresses returned by gather_address_lists()
22+
consistent rather than randomly varying from invocation to invocation.
23+
24+
* Removed log noise when running in repair mode.
25+
26+
* Added ordering to Session.constraints() to make page renderings stable.
27+
28+
* When doing test-crawling, ignore variations of the 'next=' query arg.
29+
(The code ignores other query args if 'next' is given).
30+
31+
* It's very hard to distinguish the different constraint classes on the
32+
meeting requests summary page. Added numbers 1) 2) 3) etc. to make that
33+
easier.
34+
35+
* Updated hold-for-merge and ready-for-merge lists
36+
37+
* Merged in [18714] from rjsparks@nostrum.com:
38+
Send email to new mailtrigger controlled destinations when iana expert
39+
review state changes. Fixes #3121.
40+
41+
* Merged in [18718] from rjsparks@nostrum.com:
42+
Allow program leads to request meetings. Fixes #3141.
43+
44+
* Added a README about the custom font-datatracker font library, and how
45+
to add glyphs to it.
46+
47+
* Added sorting of agenda filter keywords to make page rendering stable.
48+
49+
* Added additional sorting of Session.constraints() return value to make
50+
page rendering stable.
51+
52+
* Added sorting of sessions to make make the materials page rendering
53+
stable.
54+
55+
* Removed a timezone-naive invisible HTML element that had been used for
56+
debugging.
57+
58+
* Fixed some instances of invalid HTML.
59+
60+
* Updated the default settings to match document directories moved from
61+
/a/www/ietf-ftp/ to /a/ietfdata/doc/
62+
63+
* Merged in [18719] from housley@vigilsec.com:
64+
Automatically move the IESG document state when a ballot is issued,
65+
prevent a writeup change or re-issue of ballot if the document is already
66+
approved, and warn about issuing ballots before the IETF Last Call is
67+
finished. Fixes #3119.
68+
69+
* Merged in [18748] from rjsparks@nostrum.com:
70+
Populate interim approved email correctly. Fixes #3150.
71+
72+
* Merged in [18753] from henrik@levkowetz.com:
73+
Added test case setUp() and tearDown() code to create yang model test
74+
directories for ApiSubmitTests.
75+
76+
* Merged in [18723] from mrcullen42@gmail.com:
77+
Fixes #3032: Only send expiration warnings for drafts with a 'draft'
78+
state of 'active', to match the drafts that we will actually expire.
79+
80+
* Copy both rjsparks and henrik on messages about merged branches.
81+
82+
* Merged in [18724] from jennifer@painless-security.com:
83+
Allow cancellation of individual sessions of multi-session interim
84+
meeting. Fixes #2959.
85+
86+
* Merged in [18729] from rcross@amsl.com:
87+
Add argument 'days' to get_meeting() to allow specifying lag time
88+
89+
* Merged in [18736] from rjsparks@nostrum.com:
90+
Fixup document that had no type. Remove dangling review document. Fixes
91+
#3145.
92+
93+
* Merged in [18743] from rjsparks@nostrum.com:
94+
Cleaning some pyflakes that made it into the last commit.
95+
96+
* Merged in [18744] from rjsparks@nostrum.com:
97+
Cleaner title on the document history page when the document is an rfc
98+
(or any other document where rev is empty).
99+
100+
* Don't allow mysqlclient 2.0.2 due to compilation issues.
101+
102+
* Merged in [18751] from henrik@levkowetz.com:
103+
Added a sort of author names for stability of some stats pages.
104+
105+
* Merged in [18752] from henrik@levkowetz.com:
106+
Added a 'dumptime' entry to the JSON return from /api/version, in order
107+
to be able to make sure that running 'test-crawl --diff' will use database
108+
data from the same dump to avoid false page diff positives.
109+
110+
* Merged in [18765] from henrik@levkowetz.com:
111+
Added 'De' as a surname particle, in addition to 'de' (for author Luca
112+
De Cicco).
113+
114+
-- Robert Sparks <rjsparks@nostrum.com> 17 Dec 2020 15:42:58 +0000
115+
116+
1117
ietfdb (7.23.0) ietf; urgency=medium
2118

3119
**Code Sprint 109, and more**

0 commit comments

Comments
 (0)