Robert Sparks
c631cb17cb
chore: more bulk change damage repair
2023-08-18 16:48:01 -05:00
Robert Sparks
90ca856afa
chore: repair damage from bulk changes
2023-08-18 13:44:05 -05:00
Robert Sparks
823281ba6c
chore: first pass at clearing out canonical_name
2023-08-18 10:59:55 -05:00
Robert Sparks
3b067a468a
fix: name corrections, flake removal
2023-08-17 16:34:26 -05:00
Robert Sparks
22dc5b6dc7
chore: cleanup typos
2023-08-17 16:24:22 -05:00
Robert Sparks
7441413032
chore: merge in and adjust rfceditor.py changes
2023-08-17 16:03:17 -05:00
Robert Sparks
9b59717b39
Merge branch 'feat/rfc' into nomoredocalias
2023-08-17 15:55:49 -05:00
Jennifer Richards
ea151b85d4
Merge pull request #6125 from jennifer-richards/update-docs-from-rfc-index
...
feat: Create rfc documents from rfc index updates
2023-08-16 13:43:58 -03:00
Jennifer Richards
4706ac2a37
fix: Restore old handling of draft-iesg state
...
Missing state -> idexists, idexists -> idexists, anything
else becomes pub.
2023-08-16 11:53:58 -03:00
Robert Sparks
383899c5c4
chore: checkpoint: docalias mostly removed
2023-08-15 16:49:17 -05:00
Robert Sparks
4946430159
chore: checkpoint: halfway through removing docalias
2023-08-15 09:11:53 -05:00
Jennifer Richards
80a361c3c8
test: Check that no logs are emitted in test_rfc_index
2023-08-14 14:27:26 -03:00
Jennifer Richards
b565f104d8
test: Don't mix stream states in test_rfc_index()
...
Make the test a better simulation of actual practice.
2023-08-14 14:09:37 -03:00
Jennifer Richards
cf470a4680
fix: Use correct stream slugs
2023-08-14 14:08:48 -03:00
Jennifer Richards
06adb25e43
fix: Set draft-iesg state to "pub" when a draft is published
2023-08-14 13:37:24 -03:00
Jennifer Richards
92460319d1
refactor: Refactor handling of draft stream states
2023-08-14 13:06:48 -03:00
Jennifer Richards
f9ca1bc9d6
test: Test behavior of verified-errata tag
...
Also add comments flagging the near-miss between doc-id
and RFC number in the test_rfc_index() test data. It's
unclear whether these were intended to match, but the
test was self-consistent so I am not changing it.
2023-08-14 12:15:09 -03:00
Jennifer Richards
aff4c2d0db
fix: Drop leading 0s from RFC doc-id
2023-08-11 12:04:15 -03:00
Jennifer Richards
a66457bfaf
test: Remove python lint
2023-08-10 18:01:11 -03:00
Jennifer Richards
92ad44e70c
test: Test more fields on the rfc doc
2023-08-10 17:53:35 -03:00
Jennifer Richards
ab99972d76
fix: Check state correctly
2023-08-10 17:44:37 -03:00
Jennifer Richards
8b636216d0
feat: describe change as "set" or "changed" as appropriate
2023-08-10 17:35:12 -03:00
Jennifer Richards
39ccea92f9
feat: Set published state on rfc doc
2023-08-10 17:01:06 -03:00
Jennifer Richards
7535df3eeb
feat: Set more fields on rfc doc
2023-08-10 17:00:08 -03:00
Jennifer Richards
fd1d425db6
feat: Log warning if rfc index refers to unknown draft
2023-08-10 16:12:01 -03:00
Jennifer Richards
e898e43bc8
fix: Only consider rfcs for updates/obsoletes targets
2023-08-10 16:09:53 -03:00
Jennifer Richards
112ac906dc
test: Confirm changes are returned for draft and rfc
2023-08-10 16:01:34 -03:00
Jennifer Richards
4437796bc3
test: Update test_rfc_index()
2023-08-10 15:43:10 -03:00
Jennifer Richards
542b87209d
chore: Eliminate python lint
2023-08-10 14:59:55 -03:00
Jennifer Richards
eaf8d459ec
fix: Only match draft docs to rfc index draft name
2023-08-10 14:58:32 -03:00
Jennifer Richards
c37e3b4a39
refactor: Consolidate draft handling
2023-08-10 14:29:02 -03:00
Jennifer Richards
4f9a2316ef
style: Run Black and use f-strings / str.format()
2023-08-10 14:10:49 -03:00
Jennifer Richards
87bd9bbd6d
feat: Use rfc doc type when updating from rfc index
2023-08-10 10:36:49 -03:00
Jennifer Richards
f464f3172d
chore: Add type annotation to complex return value
2023-08-09 11:42:36 -03:00
Jennifer Richards
1df5450790
style: Run Black on update_docs_from_rfc_index()
2023-08-09 11:40:00 -03:00
Jennifer Richards
a867de25b0
test: Remove setup that does not apply to rfc docs ( #6082 )
...
* test: Remove setup that does not apply to rfc docs
* style: Run black on test_document_bibtex()
2023-08-08 13:34:11 -03:00
Jennifer Richards
a0f6201fc4
Merge pull request #6083 from jennifer-richards/fix-statement-test
...
test: RelatedDocument target is now Document
2023-08-08 13:33:25 -03:00
Jennifer Richards
015d64bef3
test: RelatedDocument target is now Document
2023-08-04 20:55:40 -03:00
Jennifer Richards
91f8ed7d24
Merge pull request #6078 from ietf-tools/main-merge-feat-rfc
...
chore: Merge main into feat/rfc
2023-08-04 02:16:46 -03:00
Jennifer Richards
2d46a978e0
chore: Renumber migrations
2023-08-04 00:42:16 -03:00
Jennifer Richards
48d4072eeb
Merge branch 'feat/rfc' into main-merge
...
# Conflicts:
# ietf/doc/factories.py
# ietf/doc/tests_status_change.py
# ietf/name/fixtures/names.json
# ietf/templates/doc/document_info.html
2023-08-03 18:34:06 -03:00
Nicolas Giard
59c1db196a
docs: Update LICENSE year
2023-08-02 03:47:17 -04:00
Paul Selkirk
4e4603215d
fix: Clean up view_feedback_pending ( #6070 )
...
- Remove "Unclassified" column header, which caused misalignment in the table body.
- Show the message author - previously displayed as `(None)`.
2023-08-01 17:46:04 -03:00
Jennifer Richards
22624a3f38
fix: Set colspan to actual number of columns ( #6069 )
2023-08-01 16:53:45 -03:00
Jennifer Richards
9f0b2b5432
Merge pull request #5841 from rjsparks/related_no_alias
...
feat: Remove DocAlias from RelatedDocument
2023-07-28 15:43:27 -07:00
Jennifer Richards
f4070ef975
chore: Remove unused imports
2023-07-28 14:29:58 -07:00
Nicolas Giard
ff07286404
ci: add --validate-html-harder to build.yml workflow
2023-07-28 14:19:51 -04:00
Jennifer Richards
34378b9c74
chore: Remove duplicate entry in admin search_fields
2023-07-28 10:57:55 -07:00
Jennifer Richards
bb7445575b
test: Remove unused assignment lint
2023-07-28 10:57:16 -07:00
Nicolas Giard
416ffb0d6f
ci: add --validate-html-harder to tests
2023-07-27 19:15:48 -04:00