Skip to content

Remove the unused id from the recoverability history response - #3087

Merged
johnsimons merged 1 commit into
masterfrom
john/remove_unused_id
Aug 5, 2026
Merged

Remove the unused id from the recoverability history response#3087
johnsimons merged 1 commit into
masterfrom
john/remove_unused_id

Conversation

@johnsimons

Copy link
Copy Markdown
Member

Nothing reads it. LastTenOperations uses historic_operations only. It was the id of the RavenDB document ServiceControl kept the retry history in, and ServiceControl no longer returns it.

Reviewer Checklist

  • Components are broken down into sensible and maintainable sub-components.
  • Styles are scoped to the component using it. If multiple components need to share CSS, then a .css file is created containing the shared CSS and imported into component scoped style sections.
  • Naming is consistent with existing code, and adequately describes the component or function being introduced
  • Only functions utilizing Vue state or lifecycle hooks are named as composables (i.e. starting with 'use');
  • No module-level state is being introduced. If so, request the PR author to move the state to the corresponding Pinia store.

Nothing reads it. LastTenOperations uses historic_operations only. It was the
id of the RavenDB document ServiceControl kept the retry history in, and
ServiceControl no longer returns it.
@johnsimons
johnsimons merged commit 6629f0b into master Aug 5, 2026
5 checks passed
@johnsimons
johnsimons deleted the john/remove_unused_id branch August 5, 2026 04:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants