Commit graph

15855 commits

Author SHA1 Message Date
Robert Sparks 4823dfe8eb
chore: move some things that had been moved but later touched in main again (#6751) 2023-12-07 18:27:08 -04:00
Jennifer Richards cbe710d3fd
fix: Migrate and handle subseries IprDocRels (#6745)
* chore: Stash orig IprDocRel document alias

* chore: Point IprDocRel at subseries docs

* fix: Fix IprDocRel.document usage in templates

* fix: Handle subseries in IprDocRel.formatted_name()

* refactor: Better presentation of IprDocRel subseries

* fix: Allow blank originaldocumentaliasname
2023-12-07 15:40:18 -04:00
Jennifer Richards dd41234bb4
fix: Allow blank originaltargetaliasname (#6748) 2023-12-07 15:01:55 -04:00
Jennifer Richards 8351b4528f
test: RFC pub date is in RPC_TZINFO (#6747) 2023-12-07 11:57:24 -04:00
Jennifer Richards 2e2960a2af
refactor: Use type_id="rfc" in migration (#6746) 2023-12-07 11:38:03 -04:00
Robert Sparks 79cac6e565
Merge branch 'main' into feat/rfc 2023-12-05 13:58:47 -06:00
Nicolas Giard ca60be1299
ci: fix deploy-to-container/cli.js 2023-12-05 14:57:10 -05:00
Robert Sparks ce918c4d18
chore: remove management commands already removed in main 2023-12-05 13:14:52 -06:00
Robert Sparks 402186477f
chore: reorder migrations 2023-12-05 12:15:17 -06:00
Robert Sparks 03e161bae9
chore: merge branch 'main' into feat/rfc 2023-12-05 09:12:11 -06:00
Paul Selkirk 5006ea53e6
fix: Reject obvious bad encoding pastes into the Submitter field in submissions (#6702) 2023-12-04 13:10:36 -06:00
Robert Sparks b78f5bab90
Merge pull request #6718 from rjsparks/simplify_moderator
fix: replace copy of draft minutes on iesg moderator page with a link
2023-11-30 12:45:24 -06:00
Robert Sparks e7bf4e0931
fix: replace copy of draft minutes on iesg moderator page with a link 2023-11-30 12:04:31 -06:00
Jennifer Richards e3ba021e1d
feat: Teach ajax_select2_search about subseries (#6709)
* feat: Teach ajax_select2_search about subseries

* refactor: "draft,rfc" -> "all" in a missed spot
2023-11-30 11:22:32 -04:00
Robert Sparks 63210c19db
ci: merge release to main to capture earlier merge commit
ci: merge main to release
2023-11-29 16:11:03 -06:00
Jennifer Richards ddebdf0263
test: Add delay to upcoming mtg filter tests (#6707) 2023-11-29 16:02:27 -06:00
Robert Sparks bb2e78028c
ci: merge main to release
ci: merge main to release
2023-11-29 13:49:08 -06:00
Robert Sparks 9a6595b238
ci: merge release to main to capture last release's merge commit
ci: merge release to main to capture last release's merge commit
2023-11-29 13:47:22 -06:00
Jennifer Richards b281919d4c
feat: Sort RFCs on subseries views; fix page title (#6704)
* feat: Sort RFCs on subseries doc pages

* feat: Sort RFCs on subseries index pages

* fix: Show subseries doc name as page title

* refactor: Use prettystdname filter for consistency
2023-11-29 12:34:18 -06:00
Jennifer Richards b011f0ab32
fix: Show requested rev if it is current, even w/o dochistory (#6703) 2023-11-29 08:20:46 -06:00
Jennifer Richards d1909fd0c3
fix: Combine Group and GroupHistory when counting (#6701)
* fix: Combine Group and GroupHistory when counting

* refactor: Use same symbol in parallel iterators

* fix: Handle group acronym changes in assertion

* refactor: Avoid reference to GroupHistory in assertions

* chore: Revert so assertion fails on changed acronym

The filtering and meeting displays disagree on how to handle this,
so let's get a notification if it comes up in production.
2023-11-28 14:06:36 -06:00
Nicolas Giard 0fa51e9016
ci: Update deploy-to-container/cli.js 2023-11-28 12:25:49 -05:00
Kesara Rathnayake f442d6c0af
fix: Remove extra spaces in bibtex (#6688) 2023-11-27 08:13:14 -06:00
Robert Sparks 9dec409b41
feat: iab workshops (#6684)
* feat: iab workshops

* chore: keep names fixture up to date
2023-11-27 08:09:30 -06:00
Nicolas Giard 8bd5d9481f
fix: chatlog component missing pinia + agenda switch to text dark mode colors (#6653) 2023-11-22 12:43:20 -06:00
Jennifer Richards 62775bc56e
chore: Squelch celery deprecation warning (#6662) 2023-11-22 08:59:53 -06:00
Nicolas Giard b09f6efed3
feat: add jump to now/day on mobile agenda (#6654) 2023-11-22 08:56:54 -06:00
Kesara Rathnayake bcca519d67
fix: Fix document not found bug in rfcdiff API (#6681)
Fixes #6675
2023-11-22 08:37:45 -06:00
Robert Sparks 2137dd8491
fix: teach ajax_select2_search_docs about rfcs (#6679) 2023-11-21 15:33:44 -06:00
Lars Eggert 3d44825333
ci: Switch to using geckodriver (#6541)
* Switch to using geckodriver

* Switch to selenium 4

* Undo

* Remove comment

* Fixes

* Restore non-standard line endings to minimize diff

* Undo

* Remove comment

* test: Fix test_upcoming_view_time_zone_selection

The inputs are hidden and managed by JS, so click
the visible elements instead.

* test: Clumsy fix to test_upcoming_materials_modal

Waiting for the button to be clickable does not
work because the modal is still fading in, so does
not actually close. Would be better to check for it
responding, but I haven't found the right way to do
that yet.

* test: Fix test_add_author_forms

Sending '\n' does not seem to work as it did before,
so click the option instead.

Also reverted some fixme hacks that seem to be obe.

* ci: Update base.Dockerfile

* test: add resource limits to dev/tests/debug.sh env

* ci: add upload of geckodriver.log on failure

* ci: run tests as user 1001

* ci: run app-create-dirs as sudo

* ci: set home folder to root to run tests

---------

Co-authored-by: Jennifer Richards <jennifer@staff.ietf.org>
Co-authored-by: Nicolas Giard <github@ngpixel.com>
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-11-21 15:30:50 -06:00
Robert Sparks eb22d6a12f
fix: address dangling pyflake (#6678) 2023-11-21 13:17:55 -06:00
Nicolas Giard 6dcb998a59
ci: update dev.ietf.org settings_local.py 2023-11-21 12:34:24 -06:00
Robert Sparks b760248cc0
fix: correct stream document view (#6677)
* fix: correct stream document view

* fix: better filtering for stream view
2023-11-21 12:33:36 -06:00
Nicolas Giard 377db9d091
ci: update dev.ietf.org settings_local.py 2023-11-21 13:25:37 -05:00
Robert Sparks e7ee304ec5
Merge pull request #6666 from ietf-tools/depfu/batch_all/devdel-old-packages/npm/2023-11-20
chore(deps): update all npm dependencies for dev/del-old-packages
2023-11-21 10:23:23 -06:00
Robert Sparks d1831215fb
Merge pull request #6667 from ietf-tools/depfu/batch_all/playwright/npm/2023-11-20
chore(deps): update all npm dependencies for playwright
2023-11-21 10:23:12 -06:00
Robert Sparks d633213dfb
Merge pull request #6668 from ietf-tools/depfu/batch_all/devdeploy-to-container/npm/2023-11-20
chore(deps): update all npm dependencies for dev/deploy-to-container
2023-11-21 10:22:58 -06:00
Robert Sparks 6eda9b575c
Merge pull request #6669 from ietf-tools/depfu/batch_all/devdiff/npm/2023-11-20
chore(deps): update all npm dependencies for dev/diff
2023-11-21 10:22:40 -06:00
Robert Sparks c95558238d
Merge pull request #6670 from ietf-tools/depfu/batch_all/devcoverage-action/npm/2023-11-20
chore(deps): update all npm dependencies for dev/coverage-action
2023-11-21 10:22:22 -06:00
depfu[bot] 1f997b2310
chore(deps): update all npm dependencies for dev/coverage-action 2023-11-20 06:14:36 +00:00
depfu[bot] 2836347a7e
chore(deps): update all npm dependencies for dev/diff 2023-11-20 06:14:31 +00:00
depfu[bot] efcbe018a1
chore(deps): update all npm dependencies for dev/deploy-to-container 2023-11-20 06:14:28 +00:00
depfu[bot] 4500642b6b
chore(deps): update all npm dependencies for playwright 2023-11-20 06:14:21 +00:00
depfu[bot] c965b443b6
chore(deps): update all npm dependencies for dev/del-old-packages 2023-11-20 06:14:20 +00:00
Jennifer Richards ab3864e07a
refactor: Minor clean up of rfc index sync (#6661)
* chore: Remove commented code

* refactor: Drop unneeded local variable

* refactor: Eliminate no-op code branch
2023-11-17 17:09:11 -04:00
Jennifer Richards 4ac1153d7d
fix: Label draft change log with rfc number (#6659)
* fix: Label draft change log with rfc num

* test: Update test
2023-11-17 15:49:34 -04:00
Jennifer Richards b215867cb1
chore: Reorder migrations (#6660) 2023-11-17 14:56:21 -04:00
Robert Sparks 41593665e7
ci: merge main to release
ci: merge main to release
2023-11-17 10:04:47 -06:00
Robert Sparks c1627ed011
fix: restore attendee dbtemplate for old meetings pending data correction (#6656)
* fix: restore attendee dbtemplate for old meetings pending data correction

* test: adjust attendees test to match workaround
2023-11-17 10:01:09 -06:00
Robert Sparks 1f47d0a159
ci: bring release merge commit back into to main
ci: bring release merge commit back into to main
2023-11-17 09:12:40 -06:00