Jennifer Richards
c36413aa65
Merge pull request #5932 from jennifer-richards/migrate-related
...
fix: Preserve RelatedDocuments for RFCs
2023-07-07 08:06:07 -03:00
Robert Sparks
a3c87a1945
fix: repaired rfc_feed
2023-07-06 17:43:40 -05:00
Robert Sparks
3486f38421
fix: adjust (useless) assertion in status_change test to reflect that the relevant relation points to an RFC
2023-07-06 17:31:11 -05:00
Robert Sparks
799d3a1a3e
fix: adjusted bibtex view and tests
2023-07-06 17:24:05 -05:00
Robert Sparks
400280e50c
fix: repair test_history_bis_00
2023-07-06 16:05:10 -05:00
Jennifer Richards
fc284be6d8
fix: Deal with rfc doc types for references/referenced_by views
2023-07-06 17:44:32 -03:00
Jennifer Richards
9f1b05a518
chore: Move/copy RelatedDocuments to rfcs
2023-07-06 17:44:28 -03:00
Jennifer Richards
563b5a9fe2
chore: Migrate RelatedDocuments for RFCs
2023-07-06 17:44:24 -03:00
Robert Sparks
f53a849660
fix: various corrections to rfc main document view and tests ( #5931 )
2023-07-06 17:24:35 -03:00
Robert Sparks
63a9920685
fix: restored where an rfc came from to the main rfc view ( #5930 )
2023-07-06 15:11:26 -03:00
Jennifer Richards
8f0b459050
refactor: Replace is_rfc() tests ( #5925 )
...
* refactor: Remove is_rfc() - test type_id instead
* fix: Guard against unknown pub_date
This should not ever come up - we have a published_rfc event for
every rfc. Should investigate fixing pub_date() to always return a val.
2023-07-06 12:07:53 -03: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
5d9d87897d
fix: Show rfc documents via document_main view ( #5919 )
...
* fix: Fix friendly_state() for drafts in rfc state
* refactor: Change became-rfc to became_rfc for consistency
* refactor: Begin handling RFCs separatly in document_main
WIP
* chore: Hide reviews and conflict reviews for RFCs
* chore: Remove irrelevant fields from rfc doc view
* chore: Remove unused variables
* chore: Remove "Versions" field from document_rfc.html
* chore: Hide "Nits" button for RFC documents
2023-07-05 17:30:20 -03: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
Jennifer Richards
d87ffb6912
Merge pull request #5912 from ietf-tools/main
...
chore: Merge main into feat/rfc
2023-07-04 12:09:46 -03:00
Robert Sparks
db670dadc5
chore: continued refactor
2023-06-30 17:27:27 -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
Jennifer Richards
771296bbe6
feat: Link rfc/draft document history pages ( #5894 )
...
* fix: Do not show "rev" column for rfc document history
* style: Reformat document_history() using Black
* refactor: Use "is not None" instead of "!= None"
* refactor: Convert dict() to dict literal
* fix: Migrate group, stream, and ad from draft to rfc Document
* feat: Link rfc/draft history pages
2023-06-28 17:51:31 -03:00
Jennifer Richards
bff145f975
fix: Create relationships between draft and rfc Documents ( #5890 )
...
* fix: Create RelatedDocument between draft and rfc Documents
* chore: Improve comment
* refactor: Clarify migration
2023-06-28 11:41:08 -03: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
877bc02d77
refactor: Refactor build_file_urls() ( #5886 )
2023-06-27 11:14:19 -03:00
Robert Sparks
e910836ad4
fix: teach build_file_urls about rfc type documents. ( #5880 )
2023-06-26 21:33:02 -03: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
75d199fe31
chore: correct merge errors
2023-06-26 13:14:31 -05:00
Robert Sparks
ad0071fd7d
chore: merge feat/rfc
2023-06-26 13:12:15 -05:00
Robert Sparks
69f882d833
chore: tweaks for rebuild_reference_relations
2023-06-26 13:03:59 -05:00
Jennifer Richards
106c67ec95
feat: Migrate docevents onto rfc documents ( #5872 )
...
* refactor: Separately migrate DocAliases to rfc Documents
The gap in numbering is intentional, another migration will be along
shortly.
* feat: Migrate docevents onto rfc documents
* chore: Refining DocEvent migration (WIP)
* chore: Move IANA Action state change docevents to rfc docs
* chore: Fix typo
* refactor: Eliminate "created" rfc state
* chore: Leave "ballot set" comments on drafts
2023-06-23 17:16:04 -03: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
Jennifer Richards
b2652e245f
ci: Disable tests on feat/rfc ( #5856 )
...
Not useful until we get far enough that they might start passing
2023-06-20 15:34:29 -03:00
Jennifer Richards
f2c2957925
refactor: Represent RFCs as their own DocType ( #5835 )
...
* feat: Add RFC DocTypeName, StateType, and States
* refactor: Rename rfc_number() to deprecated_rfc_number()
* feat: Add rfc_number field to DocInfo
* feat: Add DocRelationshipName "became-rfc"
* chore: First-pass migration to create rfc Documents
* chore: create_rfc_documents migration depends on new names
* refactor: Rename variable
* fix: Fix revname / downcase name for "became-rfc" DocRelationshipName
* chore: Remove debugging print statements
* feat: Point rfc aliases at rfc Documents
* test: Refactor RFC factories
* refactor: Rewrite is_rfc() in terms of type_id
* test: Use RfcFactory as base for IndividualRfcFactory
* refactor: Replace calls to deprecated_rfc_number()
* refactor: Remove deprecated_rfc_number() method
* test: Import WgRfcFactory
2023-06-20 15:28:16 -03: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
8ff14419c2
chore: continued refactoring
2023-06-16 16:59:20 -05:00