Commit graph

13494 commits

Author SHA1 Message Date
Lars Eggert de6cf5bd90 Fix Faker at 9.20 to address mypy issues
- Legacy-Id: 19447
2021-10-21 07:41:37 +00:00
Lars Eggert 5f2fe1fd1d Make Cygwin tests work again
- Legacy-Id: 19446
2021-10-20 18:14:52 +00:00
Robert Sparks 68bdefeb26 Merged in [19437] from rjsparks@nostrum.com:
Provide a dots oidc claim for online badges.
 - Legacy-Id: 19445
Note: SVN reference [19437] has been migrated to Git commit 6351ce86c2
2021-10-19 19:28:57 +00:00
Robert Sparks f126a18807 Merged in [19429] from rcross@amsl.com:
Fix slow fetch_meeting_attendance command. Fixes #3304.
 - Legacy-Id: 19444
Note: SVN reference [19429] has been migrated to Git commit c09baf47a5
2021-10-19 19:20:01 +00:00
Robert Sparks e32f3828d1 Merged in [19422] from rjsparks@nostrum.com:
Update internal references to trac.tools.ietf.org to point to trac.ietf.org. Remove several links into tools.ietf.org.
 - Legacy-Id: 19443
Note: SVN reference [19422] has been migrated to Git commit cd748cd760
2021-10-19 19:03:59 +00:00
Robert Sparks ccc840a0d6 Merged in [19412] from rjsparks@nostrum.com:
Only show roles in active roups in the oidc roles claim. Fixes #3424.
 - Legacy-Id: 19442
Note: SVN reference [19412] has been migrated to Git commit 21f5a55e2f
2021-10-19 18:48:56 +00:00
Robert Sparks d28b08f24e Merged in [19411] from rjsparks@nostrum.com:
Handle general IESG requirements display correctly. Fixes #3418.
 - Legacy-Id: 19441
Note: SVN reference [19411] has been migrated to Git commit d1a9f0d844
2021-10-19 18:46:52 +00:00
Robert Sparks c5966052fd Merged in [19401] from mark@painless-security.com:
Add a new Django field, IETFJSONField
This field is needed because the plain JSONField does not permit empty arrays - [] - or empty objects - {} - when the field is marked as required.  Those values explicitly evaluate to a null value, and are rejected.
Instead, the IETFJSONField accepts two new arguments to control this:
- empty_values: An array of values that should evaluate to null/empty, and be rejected.
- accepted_empty_values: An array of values that should *not* evaluate to null/empty, and be accepted.
This allows the programmer to specify either a positive or negative statement of what values to accept.
Fixes issue #3331.
 - Legacy-Id: 19440
Note: SVN reference [19401] has been migrated to Git commit 604d6edef0
2021-10-19 18:42:09 +00:00
Jennifer Richards 446ac7a47e Disable session purpose/timeslot type hiding on schedule editor when only 0 or 1 options
- Legacy-Id: 19439
2021-10-19 14:39:17 +00:00
Jennifer Richards b6ac3d4b1d Allow hiding/blurring sessions and timeslots based on TimeSlotType in the schedule editor
- Legacy-Id: 19438
2021-10-19 01:07:56 +00:00
Robert Sparks 6351ce86c2 Provide a dots oidc claim for online badges. Commit ready for merge.
- Legacy-Id: 19437
2021-10-18 21:39:00 +00:00
Jennifer Richards 3e3d681e5f Redirect edit_schedule urls to edit_meeting_schedule view
- Legacy-Id: 19434
2021-10-18 15:02:39 +00:00
Jennifer Richards 3be50d6e39 Update session purposes and group type -> purpose map to match notes page, change 'session' purpose to 'regular'
- Legacy-Id: 19433
2021-10-18 14:48:36 +00:00
Lars Eggert 715b0949cc Fix things that selenium deprecated in version 4, and bump requirement
- Legacy-Id: 19432
2021-10-18 11:08:40 +00:00
Lars Eggert 4d650bbba2 Install chromedriver in a way that works
- Legacy-Id: 19431
2021-10-18 08:04:40 +00:00
Jennifer Richards 7a2530a0a6 Add management command to set up timeslots/sessions for testing/demoing 'purpose' field
- Legacy-Id: 19430
2021-10-16 20:09:00 +00:00
Ryan Cross c09baf47a5 Fix slow fetch_meeting_attendance command. Fixes #3304. Commit ready for merge
- Legacy-Id: 19429
2021-10-15 22:39:50 +00:00
Jennifer Richards 173e438aee Add 'closed' session purpose, assign purposes for nomcom groups, and update schedule editor to enforce timeslot type and allow blurring sessions by purpose
- Legacy-Id: 19427
2021-10-15 19:33:33 +00:00
Lars Eggert 2239ca2f3c MacOS X fix from Mark Donnelly
- Legacy-Id: 19426
2021-10-15 13:56:44 +00:00
Lars Eggert c46b0497b4 More fixes from Valery
- Legacy-Id: 19425
2021-10-14 18:56:18 +00:00
Jennifer Richards 5318081608 Allow non-WG-like groups to request additional sessions/durations and bypass approval
- Legacy-Id: 19424
2021-10-14 13:21:56 +00:00
Lars Eggert e0a739199c Various fixes from and inspired by Valery Smylov's testing
- Legacy-Id: 19423
2021-10-14 10:54:53 +00:00
Robert Sparks cd748cd760 Update internal references to trac.tools.ietf.org to point to trac.ietf.org. Remove several links into tools.ietf.org. Commit ready for merge.
- Legacy-Id: 19422
2021-10-13 21:43:44 +00:00
Lars Eggert a3f0b1533f Install some other packages that are not dependencies but make life easier
- Legacy-Id: 19420
2021-10-13 14:22:19 +00:00
Lars Eggert d746348ea6 More explanations
- Legacy-Id: 19419
2021-10-13 14:21:42 +00:00
Lars Eggert c4ba1ea75f Rip out more unused stuff, and update copyright based on TLP
- Legacy-Id: 19418
2021-10-13 13:09:32 +00:00
Lars Eggert 6fb64998ce Version of the new docker setup emailed out for testing on 2021-10-12
- Legacy-Id: 19417
2021-10-13 11:33:37 +00:00
Jennifer Richards 1054f90873 Snapshot of dev work to add session purpose annotation
- Legacy-Id: 19415
2021-10-12 17:08:58 +00:00
Robert Sparks 21f5a55e2f Only show roles in active roups in the oidc roles claim. Fixes #3424. Commit ready for merge.
- Legacy-Id: 19412
2021-10-11 19:08:46 +00:00
Robert Sparks d1a9f0d844 Handle general IESG requirements display corrects. Fixes #3418. Commit ready for merge.
- Legacy-Id: 19411
2021-10-11 17:35:42 +00:00
Robert Sparks 3386e59a61 Set version info and settings back to development mode
- Legacy-Id: 19408
2021-10-08 16:26:33 +00:00
Robert Sparks dd60b4bfa6 Set version info to release version 7.39.0 before branching.
- Legacy-Id: 19406
2021-10-08 16:26:22 +00:00
Robert Sparks 6e8f891b8b Changelog entry for 7.39.0
- Legacy-Id: 19405
2021-10-08 16:26:16 +00:00
Robert Sparks 6fdbd2a3bd Code coverage data for release 7.39.0
- Legacy-Id: 19404
2021-10-08 16:26:02 +00:00
Robert Sparks 0906ac217f Updated timezone names
- Legacy-Id: 19403
2021-10-08 16:13:50 +00:00
Robert Sparks 7f147de7e3 provided typing for DEV_PRE_APPS
- Legacy-Id: 19402
2021-10-08 16:04:02 +00:00
Mark J. Donnelly 604d6edef0 Add a new Django field, IETFJSONField
This field is needed because the plain JSONField does not permit empty arrays - [] - or empty objects - {} - when the field is marked as required.  Those values explicitly evaluate to a null value, and are rejected.

Instead, the IETFJSONField accepts two new arguments to control this:
- empty_values: An array of values that should evaluate to null/empty, and be rejected.
- accepted_empty_values: An array of values that should *not* evaluate to null/empty, and be accepted.

This allows the programmer to specify either a positive or negative statement of what values to accept.

Fixes issue #3331.  Commit ready for merge.
 - Legacy-Id: 19401
2021-10-07 19:30:51 +00:00
Robert Sparks a8aab5cb17 Added scout-apm to the requirements and added settings scaffolding.
- Legacy-Id: 19399
2021-10-07 16:39:29 +00:00
Robert Sparks 6f609e1b31 Updated changelog
- Legacy-Id: 19398
2021-10-07 15:25:04 +00:00
Robert Sparks 6a13fd7062 Merged in [19396] from rjsparks@nostrum.com:
Provide a metadata endpoint to assist rfcdiff.pyht.
 - Legacy-Id: 19397
Note: SVN reference [19396] has been migrated to Git commit 036966da97
2021-10-01 22:08:16 +00:00
Robert Sparks 036966da97 Provide a metadata endpoint to assist rfcdiff.pyht. Commit ready for merge.
- Legacy-Id: 19396
2021-10-01 21:31:24 +00:00
Robert Sparks d904c028b7 Merged in [19393] from krathnayake@ietf.org:
Fixes API authentication issue.
 - Legacy-Id: 19395
Note: SVN reference [19393] has been migrated to Git commit 90297bc2ab
2021-10-01 18:39:20 +00:00
Robert Sparks cb5c94868f Merged in [19392] from krathnayake@ietf.org:
Improves API authentication tests. Relates to #3412.
 - Legacy-Id: 19394
Note: SVN reference [19392] has been migrated to Git commit 6292e528fd
2021-10-01 18:23:54 +00:00
Kesara Rathnayake 90297bc2ab Fixes API authentication issue. Commit ready for merge.
- Legacy-Id: 19393
2021-10-01 04:43:54 +00:00
Kesara Rathnayake 6292e528fd Improves API authentication tests. Relates to #3412. Commit ready for merge.
- Legacy-Id: 19392
2021-09-24 10:01:03 +00:00
Robert Sparks 45caa771f4 Merged in [19385] from jennifer@painless-security.com:
Correctly highlight session constraints in the meeting schedule editor. Fixes #3327.
 - Legacy-Id: 19389
Note: SVN reference [19385] has been migrated to Git commit 67198180e1
2021-09-23 18:10:12 +00:00
Robert Sparks dd33e91237 Merged in [19384] from jennifer@painless-security.com:
Update links in iCal description to be more useful. Fixes #3349.
 - Legacy-Id: 19388
Note: SVN reference [19384] has been migrated to Git commit 7d59456103
2021-09-23 17:27:25 +00:00
Robert Sparks 5238d1c865 Merged in [19383] from jennifer@painless-security.com:
Allow pre-ADs to be assigned as responsible for document. Fixes #3229.
 - Legacy-Id: 19387
Note: SVN reference [19383] has been migrated to Git commit fc9864114b
2021-09-23 17:12:40 +00:00
Robert Sparks 704f2693e0 Merged in [19382] from krathnayake@ietf.org:
Adds ability to hanndle garbage API keys. Fixes #3412.
 - Legacy-Id: 19386
Note: SVN reference [19382] has been migrated to Git commit 02b8559512
2021-09-23 15:32:47 +00:00
Jennifer Richards 67198180e1 Correctly highlight session constraints in the meeting schedule editor. Fixes #3327. Commit ready for merge.
- Legacy-Id: 19385
2021-09-22 22:47:59 +00:00