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

PMM-12910 snooze updates #3018

Merged
merged 9 commits into from
Aug 19, 2024
Merged
Show file tree
Hide file tree
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
16 changes: 16 additions & 0 deletions api/swagger/swagger-dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -27881,6 +27881,11 @@
"type": "boolean",
"title": "Alerting Tour",
"x-order": 2
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snoozed PMM version update",
"x-order": 3
}
}
}
Expand Down Expand Up @@ -27944,6 +27949,12 @@
"title": "Alerting Tour",
"x-nullable": true,
"x-order": 1
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snooze update alert for a PMM version",
"x-nullable": true,
"x-order": 2
}
}
}
Expand All @@ -27970,6 +27981,11 @@
"type": "boolean",
"title": "Alerting Tour",
"x-order": 2
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snooze update alert for a PMM version",
"x-order": 3
}
}
}
Expand Down
16 changes: 16 additions & 0 deletions api/swagger/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -26923,6 +26923,11 @@
"type": "boolean",
"title": "Alerting Tour",
"x-order": 2
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snoozed PMM version update",
"x-order": 3
}
}
}
Expand Down Expand Up @@ -26986,6 +26991,12 @@
"title": "Alerting Tour",
"x-nullable": true,
"x-order": 1
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snooze update alert for a PMM version",
"x-nullable": true,
"x-order": 2
}
}
}
Expand All @@ -27012,6 +27023,11 @@
"type": "boolean",
"title": "Alerting Tour",
"x-order": 2
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snooze update alert for a PMM version",
"x-order": 3
}
}
}
Expand Down
3 changes: 3 additions & 0 deletions api/user/v1/json/client/user_service/get_user_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions api/user/v1/json/v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@
"title": "Product Tour",
"x-order": 1
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snoozed PMM version update",
"x-order": 3
},
"user_id": {
"type": "integer",
"format": "int64",
Expand Down Expand Up @@ -181,6 +186,12 @@
"title": "Product Tour",
"x-nullable": true,
"x-order": 0
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snooze update alert for a PMM version",
"x-nullable": true,
"x-order": 2
}
}
}
Expand All @@ -202,6 +213,11 @@
"title": "Product Tour",
"x-order": 1
},
"snoozed_pmm_version": {
"type": "string",
"title": "Snooze update alert for a PMM version",
"x-order": 3
},
"user_id": {
"type": "integer",
"format": "int64",
Expand Down
Loading
Loading