Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: bring the test names fixture up to date #7251

Merged
merged 1 commit into from
Mar 26, 2024
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
44 changes: 30 additions & 14 deletions ietf/name/fixtures/names.json
Original file line number Diff line number Diff line change
Expand Up @@ -2604,6 +2604,19 @@
"model": "doc.state",
"pk": 179
},
{
"fields": {
"desc": "The editorial stream processing of this document is complete and it has been sent to the RFC Editor for publication. The document may be in the RFC Editor's queue, or it may have been published as an RFC; this state doesn't distinguish between different states occurring after the document has left the RSAB.",
"name": "Sent to the RFC Editor",
"next_states": [],
"order": 10,
"slug": "rfc-edit",
"type": "draft-stream-editorial",
"used": true
},
"model": "doc.state",
"pk": 180
},
{
"fields": {
"label": "State"
Expand Down Expand Up @@ -2660,13 +2673,6 @@
"model": "doc.statetype",
"pk": "draft"
},
{
"fields": {
"label": "IANA state"
},
"model": "doc.statetype",
"pk": "draft-iana"
},
{
"fields": {
"label": "IANA Action state"
Expand Down Expand Up @@ -11286,8 +11292,8 @@
},
{
"fields": {
"desc": "Issuer Tracker",
"name": "Issuer Tracker",
"desc": "Issue Tracker",
"name": "Issue Tracker",
"order": 0,
"type": "url",
"used": true
Expand Down Expand Up @@ -13368,6 +13374,16 @@
"model": "name.rolename",
"pk": "lead"
},
{
"fields": {
"desc": "",
"name": "Lead Maintainer",
"order": 0,
"used": true
},
"model": "name.rolename",
"pk": "leadmaintainer"
},
{
"fields": {
"desc": "",
Expand Down Expand Up @@ -16778,7 +16794,7 @@
"fields": {
"command": "xym",
"switch": "--version",
"time": "2024-02-21T08:06:28.313Z",
"time": "2024-03-21T07:06:23.405Z",
"used": true,
"version": "xym 0.7.0"
},
Expand All @@ -16789,7 +16805,7 @@
"fields": {
"command": "pyang",
"switch": "--version",
"time": "2024-02-21T08:06:28.663Z",
"time": "2024-03-21T07:06:23.755Z",
"used": true,
"version": "pyang 2.6.0"
},
Expand All @@ -16800,7 +16816,7 @@
"fields": {
"command": "yanglint",
"switch": "--version",
"time": "2024-02-21T08:06:28.685Z",
"time": "2024-03-21T07:06:23.773Z",
"used": true,
"version": "yanglint SO 1.9.2"
},
Expand All @@ -16811,9 +16827,9 @@
"fields": {
"command": "xml2rfc",
"switch": "--version",
"time": "2024-02-21T08:06:29.492Z",
"time": "2024-03-21T07:06:24.609Z",
"used": true,
"version": "xml2rfc 3.19.4"
"version": "xml2rfc 3.20.1"
},
"model": "utils.versioninfo",
"pk": 4
Expand Down
Loading