Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions crates/weaver_forge/data/registry-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -312,15 +312,15 @@ groups:
type:
members:
- id: other_sql
stability: stable
stability: development
value: 'other_sql'
brief: 'Some other SQL database. Fallback only. See notes.'
- id: mssql
stability: stable
value: 'mssql'
brief: 'Microsoft SQL Server'
- id: mssqlcompact
stability: stable
stability: development
value: 'mssqlcompact'
brief: 'Microsoft SQL Server Compact'
- id: mysql
Expand Down
20 changes: 10 additions & 10 deletions crates/weaver_forge/data/registry-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,43 +32,43 @@ groups:
type:
members:
- id: connect
stability: experimental
stability: stable
value: "CONNECT"
brief: "CONNECT method."
- id: delete
stability: experimental
stability: stable
value: "DELETE"
brief: "DELETE method."
- id: get
stability: experimental
stability: stable
value: "GET"
brief: "GET method."
- id: head
stability: experimental
stability: stable
value: "HEAD"
brief: "HEAD method."
- id: options
stability: experimental
stability: stable
value: "OPTIONS"
brief: "OPTIONS method."
- id: patch
stability: experimental
stability: stable
value: "PATCH"
brief: "PATCH method."
- id: post
stability: experimental
stability: stable
value: "POST"
brief: "POST method."
- id: put
stability: experimental
stability: stable
value: "PUT"
brief: "PUT method."
- id: trace
stability: experimental
stability: stable
value: "TRACE"
brief: "TRACE method."
- id: other
stability: experimental
stability: stable
value: "_OTHER"
brief: "Any HTTP method that the instrumentation has no prior knowledge of."
brief: "HTTP request method."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@
"deprecated": null,
"id": "other_sql",
"note": null,
"stability": "stable",
"stability": "development",
"value": "other_sql"
},
{
Expand All @@ -608,7 +608,7 @@
"deprecated": null,
"id": "mssqlcompact",
"note": null,
"stability": "stable",
"stability": "development",
"value": "mssqlcompact"
},
{
Expand Down Expand Up @@ -1108,79 +1108,79 @@
"deprecated": null,
"id": "connect",
"note": null,
"stability": "development",
"stability": "stable",
"value": "CONNECT"
},
{
"brief": "DELETE method.",
"deprecated": null,
"id": "delete",
"note": null,
"stability": "development",
"stability": "stable",
"value": "DELETE"
},
{
"brief": "GET method.",
"deprecated": null,
"id": "get",
"note": null,
"stability": "development",
"stability": "stable",
"value": "GET"
},
{
"brief": "HEAD method.",
"deprecated": null,
"id": "head",
"note": null,
"stability": "development",
"stability": "stable",
"value": "HEAD"
},
{
"brief": "OPTIONS method.",
"deprecated": null,
"id": "options",
"note": null,
"stability": "development",
"stability": "stable",
"value": "OPTIONS"
},
{
"brief": "PATCH method.",
"deprecated": null,
"id": "patch",
"note": null,
"stability": "development",
"stability": "stable",
"value": "PATCH"
},
{
"brief": "POST method.",
"deprecated": null,
"id": "post",
"note": null,
"stability": "development",
"stability": "stable",
"value": "POST"
},
{
"brief": "PUT method.",
"deprecated": null,
"id": "put",
"note": null,
"stability": "development",
"stability": "stable",
"value": "PUT"
},
{
"brief": "TRACE method.",
"deprecated": null,
"id": "trace",
"note": null,
"stability": "development",
"stability": "stable",
"value": "TRACE"
},
{
"brief": "Any HTTP method that the instrumentation has no prior knowledge of.",
"deprecated": null,
"id": "other",
"note": null,
"stability": "development",
"stability": "stable",
"value": "_OTHER"
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
"deprecated": null,
"id": "other_sql",
"note": null,
"stability": "stable",
"stability": "development",
"value": "other_sql"
},
{
Expand All @@ -626,7 +626,7 @@
"deprecated": null,
"id": "mssqlcompact",
"note": null,
"stability": "stable",
"stability": "development",
"value": "mssqlcompact"
},
{
Expand Down Expand Up @@ -1136,79 +1136,79 @@
"deprecated": null,
"id": "connect",
"note": null,
"stability": "development",
"stability": "stable",
"value": "CONNECT"
},
{
"brief": "DELETE method.",
"deprecated": null,
"id": "delete",
"note": null,
"stability": "development",
"stability": "stable",
"value": "DELETE"
},
{
"brief": "GET method.",
"deprecated": null,
"id": "get",
"note": null,
"stability": "development",
"stability": "stable",
"value": "GET"
},
{
"brief": "HEAD method.",
"deprecated": null,
"id": "head",
"note": null,
"stability": "development",
"stability": "stable",
"value": "HEAD"
},
{
"brief": "OPTIONS method.",
"deprecated": null,
"id": "options",
"note": null,
"stability": "development",
"stability": "stable",
"value": "OPTIONS"
},
{
"brief": "PATCH method.",
"deprecated": null,
"id": "patch",
"note": null,
"stability": "development",
"stability": "stable",
"value": "PATCH"
},
{
"brief": "POST method.",
"deprecated": null,
"id": "post",
"note": null,
"stability": "development",
"stability": "stable",
"value": "POST"
},
{
"brief": "PUT method.",
"deprecated": null,
"id": "put",
"note": null,
"stability": "development",
"stability": "stable",
"value": "PUT"
},
{
"brief": "TRACE method.",
"deprecated": null,
"id": "trace",
"note": null,
"stability": "development",
"stability": "stable",
"value": "TRACE"
},
{
"brief": "Any HTTP method that the instrumentation has no prior knowledge of.",
"deprecated": null,
"id": "other",
"note": null,
"stability": "development",
"stability": "stable",
"value": "_OTHER"
}
]
Expand Down
Loading