Robert Sparks
2c6fe0383c
fix: adjust gating of review requests
2023-07-07 17:31:24 -05:00
Robert Sparks
ffb11fd0c1
fix: downref form validation
2023-07-07 17:15:39 -05:00
Robert Sparks
09f0710e77
test: correct use of factories for downref tests
2023-07-07 17:02:16 -05:00
Robert Sparks
632293d369
fix: repaired RelatedDocument is_downref and is_approved_downref methods
2023-07-07 16:14:18 -05:00
Robert Sparks
bbef89140e
fix: removed notion of submitting RFCs from find_submission_filenames
2023-07-07 15:41:38 -05:00
Robert Sparks
457b95094a
fix: improvements to submit form validation
2023-07-07 15:08:41 -05:00
Robert Sparks
ff058e3c63
test: repair draft_group_link test
2023-07-07 14:03:16 -05:00
Robert Sparks
d3f1794fd4
chore: apply black to GenerateDraftAliasesTests
2023-07-07 13:53:37 -05:00
Robert Sparks
78b6f06519
fix: repair generate_draft_aliases
2023-07-07 13:47:50 -05:00
Robert Sparks
11ec3685c4
fix: repaired idnits2_state
2023-07-07 13:10:52 -05:00
Robert Sparks
e6a1a17973
fix: typo/logic error in get_base_name
2023-07-07 12:56:23 -05:00
Robert Sparks
f30613973c
test: repair pdfized tests
2023-07-07 12:32:48 -05:00
Robert Sparks
06e711288a
test: adjusted RawIdTests
2023-07-07 11:31:11 -05:00
Robert Sparks
8b1fcfdbdd
fix: repair views_search.index_all_drafts
2023-07-07 11:22:44 -05:00
Robert Sparks
6eeffb116f
fix: become agnostic about RFC states until we care
2023-07-07 10:33:29 -05:00
Robert Sparks
f7d9e49731
test: pass a correct type
2023-07-07 10:30:57 -05:00
Jennifer Richards
117e07e5ff
Merge pull request #5935 from rjsparks/fixups3
...
fix: repair various doc view and tests
2023-07-07 11:47:13 -03:00
Robert Sparks
285b11a053
fix: better use of factory
2023-07-07 09:32:29 -05: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
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
d87ffb6912
Merge pull request #5912 from ietf-tools/main
...
chore: Merge main into feat/rfc
2023-07-04 12:09:46 -03: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
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
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
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
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
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
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
Robert Sparks
7798ea8d66
Merge remote-tracking branch 'ietf-tools/main' into feat/rfc
2023-06-15 16:07:42 -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