|
| 1 | +ietfdb (7.4.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **Test suite and OpenID improvements** |
| 4 | + |
| 5 | + * In the OpenID registration scope handler, look for registration matches |
| 6 | + by email if no person link is available, in order to handle the case |
| 7 | + where somebody registered with a new email and only added it to the |
| 8 | + datatracker later. |
| 9 | + |
| 10 | + * Added a test suite switch to optionally show logging output. Normally |
| 11 | + this is suppressed while running tests. In production, it goes to |
| 12 | + syslog's user facility. With --show-logging, it will go to the console |
| 13 | + when running tests. |
| 14 | + |
| 15 | + * The registration system creates separate records for hackathon and |
| 16 | + session registration, but we want just one consolidated record. |
| 17 | + Changed the handling of notifications from the registration system to |
| 18 | + aggregate reg_type and ticket_type information in one record. |
| 19 | + |
| 20 | + * With the draft submission cutoff date before a meeting set to the |
| 21 | + meeting start date (with the intention to have no blackout), the fact |
| 22 | + that submission re-open time is midnight _local_ time led to a blackout |
| 23 | + period of a few hours after midnight UTC for meeting timezones with |
| 24 | + midnight later than UTC. Changed this to give no blackout time when |
| 25 | + cutoff-date==meeting.date. |
| 26 | + |
| 27 | + * Merged in [18016] from rjsparks@nostrum.com: |
| 28 | + Ensure UTC time is shown throughout the interim request, approval, and |
| 29 | + announcement workflow. Fixes issue #2974. |
| 30 | + |
| 31 | + * Merged in [18020] from rjsparks@nostrum.com: |
| 32 | + Construct Faker objects used for person name generation only once. |
| 33 | + Results in a roughly 20% speedup of the test-suite. |
| 34 | + |
| 35 | + * Merged in [18021] from rjsparks@nostrum.com: |
| 36 | + Refactoring for a little less waste creating meeting/interim test data. |
| 37 | + |
| 38 | + -- Henrik Levkowetz <henrik@levkowetz.com> 22 Jun 2020 13:58:52 +0000 |
| 39 | + |
1 | 40 | ietfdb (7.3.2) ietf; urgency=medium |
2 | 41 |
|
3 | 42 | **Bugfixes** |
|
0 commit comments