Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 24 additions & 10 deletions ietf/name/fixtures/names.json
Original file line number Diff line number Diff line change
Expand Up @@ -827,10 +827,10 @@
},
{
"fields": {
"desc": "This document is awaiting the IAB itself to come to internal consensus.",
"desc": "The document has completed community review and is now being formally reviewed by the entire IAB in order to make a decision about whether it is ready to be published as an IAB-stream RFC.",
"name": "IAB Review",
"next_states": [],
"order": 4,
"order": 5,
"slug": "review-i",
"type": "draft-stream-iab",
"used": true
Expand All @@ -843,7 +843,7 @@
"desc": "This document has completed internal consensus within the IAB and is now under community review.",
"name": "Community Review",
"next_states": [],
"order": 5,
"order": 4,
"slug": "review-c",
"type": "draft-stream-iab",
"used": true
Expand Down Expand Up @@ -4791,6 +4791,20 @@
"model": "mailtrigger.mailtrigger",
"pk": "review_completed_artart_telechat"
},
{
"fields": {
"cc": [
"review_doc_all_parties",
"review_doc_group_mail_list"
],
"desc": "Recipients when a dnsdir Early review is completed",
"to": [
"review_team_mail_list"
]
},
"model": "mailtrigger.mailtrigger",
"pk": "review_completed_dnsdir_early"
},
{
"fields": {
"cc": [
Expand Down Expand Up @@ -5909,7 +5923,7 @@
},
{
"fields": {
"desc": "The set of people who can approve this liaison statements",
"desc": "The set of people who can approve this liaison statement",
"template": "{{liaison.approver_emails|join:\", \"}}"
},
"model": "mailtrigger.recipient",
Expand Down Expand Up @@ -16116,9 +16130,9 @@
"fields": {
"command": "xym",
"switch": "--version",
"time": "2022-10-12T00:09:36.629Z",
"time": "2022-12-14T08:09:37.183Z",
"used": true,
"version": "xym 0.5"
"version": "xym 0.6.2"
},
"model": "utils.versioninfo",
"pk": 1
Expand All @@ -16127,7 +16141,7 @@
"fields": {
"command": "pyang",
"switch": "--version",
"time": "2022-10-12T00:09:36.945Z",
"time": "2022-12-14T08:09:37.496Z",
"used": true,
"version": "pyang 2.5.3"
},
Expand All @@ -16138,7 +16152,7 @@
"fields": {
"command": "yanglint",
"switch": "--version",
"time": "2022-10-12T00:09:36.957Z",
"time": "2022-12-14T08:09:37.549Z",
"used": true,
"version": "yanglint SO 1.9.2"
},
Expand All @@ -16149,9 +16163,9 @@
"fields": {
"command": "xml2rfc",
"switch": "--version",
"time": "2022-10-12T00:09:37.890Z",
"time": "2022-12-14T08:09:38.461Z",
"used": true,
"version": "xml2rfc 3.14.2"
"version": "xml2rfc 3.15.3"
},
"model": "utils.versioninfo",
"pk": 4
Expand Down