Skip to content

Commit

Permalink
Rename main_remainder_v4 to main_v5 (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
relud authored Sep 27, 2023
1 parent d0fd37e commit 671b909
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 24 deletions.
7 changes: 3 additions & 4 deletions schemas/telemetry/first-shutdown/first-shutdown.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
"preserve_original": true,
"remainder": {
"document_namespace": "telemetry",
"document_type": "first-shutdown-remainder",
"document_version": "4"
"document_type": "first-shutdown",
"document_version": "5"
},
"subsets": [
{
"document_namespace": "telemetry",
"document_type": "first-shutdown-use-counter",
"document_version": "4",
"extra_pattern": ".*[.]((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED",
"pattern": ".*[.]USE_COUNTER2_[^.]+"
"pattern": ".*[.](USE_COUNTER2_[^.]+|((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED)"
}
]
}
Expand Down
7 changes: 3 additions & 4 deletions schemas/telemetry/main/main.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
"preserve_original": true,
"remainder": {
"document_namespace": "telemetry",
"document_type": "main-remainder",
"document_version": "4"
"document_type": "main",
"document_version": "5"
},
"subsets": [
{
"document_namespace": "telemetry",
"document_type": "main-use-counter",
"document_version": "4",
"extra_pattern": ".*[.]((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED",
"pattern": ".*[.]USE_COUNTER2_[^.]+"
"pattern": ".*[.](USE_COUNTER2_[^.]+|((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED)"
}
]
}
Expand Down
7 changes: 3 additions & 4 deletions schemas/telemetry/saved-session/saved-session.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,15 @@
"preserve_original": true,
"remainder": {
"document_namespace": "telemetry",
"document_type": "saved-session-remainder",
"document_version": "4"
"document_type": "saved-session",
"document_version": "5"
},
"subsets": [
{
"document_namespace": "telemetry",
"document_type": "saved-session-use-counter",
"document_version": "4",
"extra_pattern": ".*[.]((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED",
"pattern": ".*[.]USE_COUNTER2_[^.]+"
"pattern": ".*[.](USE_COUNTER2_[^.]+|((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED)"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"document_namespace": "telemetry",
"document_type": "first-shutdown-use-counter",
"document_version": "4",
"pattern": ".*[.]USE_COUNTER2_[^.]+",
"extra_pattern": ".*[.]((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED"
"pattern": ".*[.](USE_COUNTER2_[^.]+|((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED)"
}
],
"remainder": {
"document_namespace": "telemetry",
"document_type": "first-shutdown-remainder",
"document_version": "4"
"document_type": "first-shutdown",
"document_version": "5"
}
}
},
Expand Down
7 changes: 3 additions & 4 deletions templates/telemetry/main/main.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"document_namespace": "telemetry",
"document_type": "main-use-counter",
"document_version": "4",
"pattern": ".*[.]USE_COUNTER2_[^.]+",
"extra_pattern": ".*[.]((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED"
"pattern": ".*[.](USE_COUNTER2_[^.]+|((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED)"
}
],
"remainder": {
"document_namespace": "telemetry",
"document_type": "main-remainder",
"document_version": "4"
"document_type": "main",
"document_version": "5"
}
}
},
Expand Down
7 changes: 3 additions & 4 deletions templates/telemetry/saved-session/saved-session.4.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@
"document_namespace": "telemetry",
"document_type": "saved-session-use-counter",
"document_version": "4",
"pattern": ".*[.]USE_COUNTER2_[^.]+",
"extra_pattern": ".*[.]((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED"
"pattern": ".*[.](USE_COUNTER2_[^.]+|((TOP_LEVEL_)?CONTENT_DOCUMENTS|[^.]+_WORKER)_DESTROYED)"
}
],
"remainder": {
"document_namespace": "telemetry",
"document_type": "saved-session-remainder",
"document_version": "4"
"document_type": "saved-session",
"document_version": "5"
}
}
},
Expand Down

0 comments on commit 671b909

Please sign in to comment.