Lars Eggert
9d5d9d5172
fix: replace deprecated bootstrap things ( #5858 )
...
* text-muted -> text-body-secondary
* navbar-dark is deprecated
* Remove FIXME block, not an issue anymore
* Remove `navbar-light`
2023-07-18 12:22:28 -05:00
Paul Selkirk
3f228c788d
feat: Add totals to nominee feedback page ( #5977 )
...
* feat: Add totals to nominee feedback page (#4727 )
* test: Add a unit test for feedback totals
Also remember to wrap the totals in a <tr> tag.
2023-07-18 09:17:06 -05:00
Lars Eggert
bd9d3285b5
fix: #timeline -> #doc-timeline ( #5985 )
...
Fixes #5923
2023-07-18 09:01:43 -05:00
Lars Eggert
57843d8538
fix: Import fix from 7a946424c1
( #5984 )
2023-07-18 08:58:22 -05:00
Paul Selkirk
0693a4357d
feat: Add "generate email" to action on nominees page ( #4893 ) ( #5959 )
...
* feat: Add "generate email" to action on nominees page (#4893 )
* fix: Use bare email address for now
2023-07-17 16:00:16 -05:00
Robert Sparks
83a13a58ba
doc: nudge windows developers towards WSL2 ( #5968 )
2023-07-14 18:39:03 -05:00
Robert Sparks
f12e1375d4
ci: merge release into main to capture last release merge commit
2023-07-13 10:25:24 -05:00
Robert Sparks
3fe1fcf122
fix: send the whole txt submission to te DraftParser ( #5956 )
2023-07-12 08:58:08 -05:00
Jennifer Richards
8267f4b452
test: Fix typo in names.json ( #5939 )
2023-07-07 15:10:47 -05:00
Paul Selkirk
bae204862d
feat: Add bibxml button to document info page ( #5921 )
...
* feat: Add bibxml button to document info page (#5908 )
* fix: No bibxml for RFCs
2023-07-07 08:23:15 -05:00
Robert Sparks
6b1e5810ec
ci: merge main to release
2023-07-06 08:49:25 -05:00
Robert Sparks
8f94269485
ci: merge release to main to capture last release merge commit
2023-07-06 08:24:33 -05:00
depfu[bot]
b61ea1d8bb
chore(deps): update all Yarn dependencies ( #5906 )
...
* chore(deps): update all Yarn dependencies
* ci: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-07-06 08:20:38 -05:00
Nicolas Giard
5e8d3dc601
fix: remove GMT offset labels from timezones.js ( #5922 )
...
* fix: remove GMT offset labels from timezones.js
* fix: add missing continents in timezones.js
2023-07-06 07:44:42 -05:00
depfu[bot]
3a581d988b
chore(deps): update all npm dependencies for dev/diff ( #5904 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-05 15:49:20 -05:00
depfu[bot]
d4e36ac4e4
chore(deps): update all npm dependencies for dev/coverage-action ( #5905 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-07-05 15:49:09 -05:00
Jennifer Richards
09f347727b
chore: Remove temporary pin on pydantic ( #5911 )
...
* chore: Remove temporary pin on pydantic
* test: Guarantee ordering of sessions in test
Should fix an intermittent test failure.
2023-07-05 08:50:50 -05:00
Jennifer Richards
60dc60234d
fix: Better match xml2rfc date parsing ( #5914 )
...
* refactor: Split up get_creation_date to ease testing
* test: Add tests of parse_creation_date()
Note change in expected output when date_elt is None:
instead of returning None, this expects today's date.
* fix: Return today instead of None when date is absent
* fix: Handle empty string for day attribute
* test: Check a couple more parse_creation_date cases
* fix: Revert to returning None when date elt is absent
* style: black
2023-07-05 08:23:37 -05:00
Robert Sparks
653772ac10
fix: pin pydantic until inflect catches up ( #5901 )
2023-06-30 14:06:52 -05:00
Nicolas Giard
0850dd1e02
docs: clarify parcel instructions in README.md
2023-06-28 18:56:13 -04:00
depfu[bot]
33235a00fa
chore(deps): update all npm dependencies for playwright ( #5752 )
...
* chore(deps): update all npm dependencies for playwright
* chore(deps): update playwright dependencies
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-06-28 08:27:38 -05:00
Jennifer Richards
1db267dd7d
fix: Set has_onsite_tool correctly in no_session() view ( #5879 )
...
This will prevent a session that was changed from "notmeet" to
being scheduled from having its has_onsite_tool flag left as False
2023-06-26 16:10:51 -05:00
Paul Selkirk
98bf7afeab
feat: Display and bulk-edit nomcom position flags ( #4681 ) ( #5878 )
...
This adds a table to show the state of all nomcom positions, and lets the
chair set or un-set multiple state flags at the same time.
As a consequence, it moves the email templates to the "Edit position" form.
2023-06-26 16:10:05 -05:00
Robert Sparks
df3366b789
ci: merge main to release
2023-06-22 12:17:07 -05:00
Nicolas Giard
9ae860faf1
ci: revert the typo fix in the build workflow
2023-06-22 12:45:26 -04:00
Robert Sparks
e68b9cf60c
ci: merge release to main to pick up last merge commit on release
...
ci: merge release to main (to get the merge commit)
2023-06-22 11:25:06 -05:00
Lars Eggert
f250a653a2
fix: Remove IESG-related about tabs from non-IETF-stream docs ( #5515 )
...
* fix: Remove IESG-related about tabs from non-IETF-stream docs
Fixes #5514
* Fix code review comments
* Address review comments
* Address code review comments
2023-06-22 10:35:59 -05:00
Paul Selkirk
53b5e23612
fix: Be a little clearer when feedback is closed (or not yet open). ( #5861 )
2023-06-22 08:13:32 -05:00
depfu[bot]
f1710e21b0
chore(deps): update all npm dependencies for dev/del-old-packages ( #5846 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-06-21 11:44:45 -05:00
depfu[bot]
d1d7f87f16
chore(deps): update all npm dependencies for dev/coverage-action ( #5847 )
...
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
2023-06-21 11:44:29 -05:00
Jennifer Richards
0144ee991e
fix: Include time zone information in v1 api datetimes ( #5851 )
...
* fix: Include time zone information in v1 api datetimes
* fix: Use Z suffix instead of offset in API datetimes
2023-06-21 11:43:19 -05:00
depfu[bot]
68c78a4d99
chore(deps): update all Yarn dependencies ( #5848 )
...
* chore(deps): update all Yarn dependencies
* chore: fix yarn cache
---------
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: NGPixel <github@ngpixel.com>
2023-06-21 11:42:59 -05:00
Nicolas Giard
704744c73f
ci: fix typo in build.yml workflow
2023-06-20 23:48:22 -04:00
Lars Eggert
a6cc12c14b
fix: Don't (re)sort obsoleted/updated info ( #5391 )
...
* fix: Don't (re)sort obsoleted/updated info
Rebased against feat/postgres
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Update ietf/doc/utils_search.py
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
* Fix review comments
---------
Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
2023-06-20 12:07:45 -05:00
Nicolas Giard
added8603a
chore(dev): increase dev nginx timeout to 1d
2023-06-19 16:58:22 -04:00
Robert Sparks
3c016cc5c8
feat: v3-era aware feed for rfcs ( #5828 )
...
* feat: v3-era aware feed for rfcs
* chore: remove obviated comment
* test: improve rfc feed tests
2023-06-16 15:52:42 -05:00
Robert Sparks
ac65232115
fix: improve when Message objects are created ( #5836 )
...
* fix: improve when Message objects are created
* test: further improve feedback test
* fix: improve and test another form
* test: Restructure test infrastructure
2023-06-16 15:51:31 -05:00
Nicolas Giard
4179d08dbb
chore(dev): silence browserlist warnings
2023-06-15 23:30:10 -04:00
Robert Sparks
99ba77a9c3
Merge pull request #5832 from ietf-tools/main
...
ci: merge main to release
2023-06-15 10:03:53 -05:00
Robert Sparks
d66e923200
ci: bring merge commits from release back into main
...
ci: bring merge commits from release back into main
2023-06-15 09:39:53 -05:00
Jennifer Richards
f04d356834
fix: Do not cache official_timeslotassignment when None ( #5830 )
2023-06-15 09:27:31 -05:00
Jennifer Richards
6f361f9574
chore: Keep default CSRF_TRUSTED_ORIGINS when in debug mode ( #5827 )
2023-06-15 09:04:43 -05:00
Lars Eggert
01e2d8b2bf
fix: Don't resort a table if sort query argument is present ( #5825 )
...
* fix: Don't resort a table if sort query argument is present
Fixes #5686
* Address code review comments
2023-06-15 08:56:27 -05:00
Lars Eggert
fd09e60369
fix: RFC9389 obsoleted RFC8989 ( #5822 )
...
Fixes #5820
2023-06-14 12:35:07 -05:00
Lars Eggert
55f481ff74
fix: Also point to IETF web page for liaison relationships ( #5823 )
...
Fixes #5780
2023-06-14 12:34:46 -05:00
Lars Eggert
a3d9cf3723
fix: Make attendee table sortable ( #5824 )
...
Fixes #5606
2023-06-14 12:34:27 -05:00
Robert Sparks
518aedb0f0
chore: remove already run single-use management command ( #5815 )
2023-06-13 15:53:36 -05:00
Robert Sparks
a3db61cf69
Merge pull request #5795 from rjsparks/markdowncharters
...
feat: render charters on about page using markdown
2023-06-13 12:22:51 -05:00
Nicolas Giard
f3831de3ef
chore(dev): fix internal static proxy + add /pgadmin to reverse-proxy ( #5809 )
2023-06-13 10:56:11 -05:00
Jennifer Richards
32b90dc334
ci: Drop CI tests for feat/django4 branch ( #5811 )
2023-06-13 10:55:20 -05:00