Robert Sparks
18c6c12f24
Merge pull request #6406 from pselkirk/fix-5943
...
fix: The NomCom chair is not eligible for NomCom
2023-09-29 10:12:35 -05:00
Robert Sparks
67872f4e09
Merge pull request #6394 from larseggert/fix-6393
...
fix: Deal with different group orders
2023-09-29 09:30:41 -05:00
Robert Sparks
40dc24e44b
chore: tweak comments
2023-09-29 07:52:32 -05:00
Paul Selkirk
cbd49a737f
fix: Disqualify the nomcom chair from volunteering for the nomcom
2023-09-28 14:55:06 -04:00
Paul Selkirk
658f7edeef
test: Add test for RFC8713 section 4.15 disqualified roles
2023-09-28 14:53:38 -04:00
Robert Sparks
31964036f1
ci:merge main to release
2023-09-28 11:51:48 -05:00
Robert Sparks
2fefde87c5
ci: merge release to main
...
ci: merge release to main
2023-09-28 11:09:44 -05:00
Lars Eggert
8abbaae0c0
Update ietf/utils/test_runner.py
2023-09-28 11:34:03 +03:00
Lars Eggert
abe93a42b2
feat: Add the ability to rerun a test suite until a failure occurs
...
More quickly than looping in the shell around a non-zero error code.
This only incurs all the setup and scaffolding overheads once.
2023-09-28 11:31:16 +03:00
Lars Eggert
7398ea0523
Merge branch 'main' into fix-6393
2023-09-28 11:29:59 +03:00
Lars Eggert
37e98d3b5c
Fix the actual issue
2023-09-28 11:28:41 +03:00
Paul Selkirk
c718fedb6c
feat: Allow review rejections to be undone ( #6312 )
...
* feat: Allow reviewer to accept a review they're previously rejected
* feat: Add a reviewer who has previously rejected a review to the list of suggested reviewers.
This largely un-does d105f8b
, at the request of at least one team secretary.
* fix: Went a little overboard on the previous commit
one_assignment still has to exclude reviewers who rejected the assignment,
or they could end up being the suggested reviewer.
* fix: Actually do the assignment
* fix: If there's an existing assignment, don't create a new one
* style: Restructure conditional for clarity
* test: Add test cases for accepting or assigning a review assignment after rejecting it
2023-09-27 08:57:34 -05:00
Lars Eggert
d282cd3a37
Merge branch 'main' into fix-6393
2023-09-27 16:27:41 +03:00
Lars Eggert
c2c02273c3
fix: Allow filtering for nominees who have not declined ( #6382 )
...
* fix: Allow filtering for nominees who have not declined
Fixes #6380
* Update views.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-09-27 08:21:36 -05:00
Lars Eggert
a469f08d63
Remove debug prints
2023-09-27 16:01:21 +03:00
Lars Eggert
4f6caa89b2
fix: Make sure groups in test have different acronyms
...
Fixes #6393
2023-09-27 15:59:59 +03:00
Robert Sparks
4f4f6b8bc1
ci: yet another typo correction
2023-09-26 22:03:03 -05:00
Robert Sparks
72ae962424
ci: correct typo
2023-09-26 21:31:59 -05:00
Jennifer Richards
82c70a2d5d
Merge pull request #6374 from rjsparks/more_docalias_removal
...
fix: cleaner search_result_row diff links for recent drafts replacing other drafts
2023-09-26 22:24:17 -03:00
Robert Sparks
1c9494d43a
ci: rfc-index sync on deploy
2023-09-26 17:28:55 -05:00
Robert Sparks
4ba62bf149
fix: put rfc history on left
2023-09-26 17:17:04 -05:00
Robert Sparks
1b32fde588
fix: cleaner sync test ( #6372 )
2023-09-26 17:11:10 -05:00
depfu[bot]
61045d3a4d
chore(deps): update all npm dependencies for playwright ( #6365 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-09-26 12:19:48 -05:00
depfu[bot]
1dc06f0a15
chore(deps): update all npm dependencies for dev/deploy-to-container ( #6366 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-09-26 12:19:36 -05:00
depfu[bot]
108b546b18
chore(deps): update all npm dependencies for dev/diff ( #6367 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-09-26 12:19:25 -05:00
depfu[bot]
0c3a4e10ac
chore(deps): update all npm dependencies for dev/coverage-action ( #6368 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-09-26 12:19:12 -05:00
depfu[bot]
b4aad9a921
chore(deps): update all Yarn dependencies ( #6370 )
...
* chore(deps): update all Yarn dependencies
* fix: update yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-09-26 12:18:13 -05:00
Lars Eggert
a8f50f50b0
fix: Only enable city/country entry for in-person interims ( #6383 )
...
Was probably broken during the bs5 transition.
Fixes #6346
2023-09-26 12:00:05 -05:00
Lars Eggert
7e18a0fad2
fix: Allow editing of interim meeting subject lines ( #6385 )
...
Also change "readonly" to "disabled" to give a visual hint about which
fields are not changeable.
Fixes #6310
2023-09-26 08:10:46 -05:00
Lars Eggert
5db70b2787
fix: State descriptions can have HTML in them, mark them safe ( #6384 )
2023-09-26 08:09:39 -05:00
Lars Eggert
6acc7aa848
fix: Restore the ability to search in tables ( #6386 )
...
This was broken by 57030e4303
2023-09-26 08:03:29 -05:00
Nicolas Giard
c3ec4fdac0
ci: add -v2 flag to ci tests
2023-09-25 18:26:51 -04:00
Robert Sparks
9e4166393d
fix: cleaner search_result_row diff links for recent drafts replacing other drafts
2023-09-25 15:39:48 -05:00
Lars Eggert
73008596ee
fix: Enable editing of related liaison statement information ( #6371 )
...
Fixes #6264
2023-09-25 10:17:35 -05:00
Jennifer Richards
8f0a0da5a3
fix: Typo
2023-09-25 12:01:27 -03:00
Lars Eggert
a42ef589f3
Unsplit conditionals
2023-09-25 17:41:30 +03:00
Jennifer Richards
4d440853c7
Merge pull request #6359 from rjsparks/move_errata
...
feat: move errata tags
2023-09-25 09:30:28 -03:00
Jennifer Richards
b9360dfcc3
Merge branch 'feat/rfc' into move_errata
2023-09-25 09:13:30 -03:00
Lars Eggert
9efcce227d
Be less clever
2023-09-25 13:42:15 +03:00
Lars Eggert
d0de2294a3
Merge remote-tracking branch 'origin/main' into fix-6343
2023-09-25 13:05:31 +03:00
Jennifer Richards
546f438df1
Merge pull request #6347 from rjsparks/subseries
...
feat: subseries
2023-09-22 19:55:40 -03:00
Robert Sparks
092e572e16
feat: move errata tags
2023-09-22 16:35:54 -05:00
Lars Eggert
910a266126
fix: Prevent duplicate HTML IDs on photo page ( #6356 )
...
* fix: Prevent duplicate HTML IDs on photo page
Fixes #6355
* Just don't slugify the ID.
See https://mathiasbynens.be/notes/html5-id-class
2023-09-22 12:50:43 -05:00
Robert Sparks
8732dcb706
fix: bring tests up current. add subseries names to rfc view. fix html.
2023-09-22 12:40:15 -05:00
Lars Eggert
26f34f4aef
Merge branch 'main' into fix-6343
2023-09-22 08:32:17 +03:00
Robert Sparks
48cb06d20d
fix: subseries specific docevent types. get_or_create contain relationship. remove spurious "
2023-09-21 16:38:41 -05:00
Jennifer Richards
b08d26d36e
feat: Scout monitoring for celery workers ( #6342 )
...
* feat: Scout APM instrumentation for celery
* fix: Remove guard that caused problem on production
2023-09-21 14:43:19 -05:00
Robert Sparks
0390f1868f
feat: subseries
2023-09-21 12:54:17 -05:00
Lars Eggert
e76201103f
Fix pyflake
2023-09-21 18:15:12 +03:00
Lars Eggert
9391985cbb
fix: Add link to public pages to private NomCom pages
...
Fixes #6343
Also fix highlighting of the active tab in the nav tab bar while I'm here.
2023-09-21 17:20:38 +03:00