Skip to content

Better naming of methods - #5681

Closed
johnsimons wants to merge 0 commit into
masterfrom
john/refactors_renames
Closed

Better naming of methods#5681
johnsimons wants to merge 0 commit into
masterfrom
john/refactors_renames

Conversation

@johnsimons

Copy link
Copy Markdown
Member

The two by-id lookups differed only in that one reads unresolved groups and the other archived ones, which neither the names nor the signatures showed.
The four status-scoped members are now named after what they return: GetUnresolvedGroupsByClassifier, GetArchivedGroupsByClassifier, GetUnresolvedGroup and GetArchivedGroup.

GetUnresolvedGroup returns a single view like its archived twin, so neither controller picks the first result off a list any more.

GetCurrentForwardingBatch moves to IRetryDocumentDataStore, where the NowForwarding pointer it reads already lives. QueryFailureGroupViewOnGroupId is deleted because it ran the same query as GetUnresolvedGroup, so RetryAllInGroupHandler calls that instead.

Both group-by-id endpoints now return 404 for an unknown group instead of an empty 204, matching GetErrorByIdController. ServicePulse reads these only to label a group, and its client already fails on the empty 204, so this gives it a status it can actually handle.

@johnsimons johnsimons self-assigned this Jul 31, 2026
@johnsimons
johnsimons force-pushed the john/GroupsDataStore branch from 40a295c to 099c364 Compare July 31, 2026 23:43
@johnsimons
johnsimons force-pushed the john/refactors_renames branch from 425a657 to 44043cf Compare July 31, 2026 23:43
@johnsimons
johnsimons force-pushed the john/GroupsDataStore branch from 099c364 to db8a70a Compare August 3, 2026 05:15
@johnsimons
johnsimons force-pushed the john/refactors_renames branch from 44043cf to a36081b Compare August 3, 2026 05:15
Base automatically changed from john/GroupsDataStore to master August 3, 2026 05:58
@johnsimons
johnsimons force-pushed the john/refactors_renames branch from a36081b to 01fceff Compare August 3, 2026 05:58
@johnsimons

Copy link
Copy Markdown
Member Author

This PR was just renames + refactors, that are now in master

@johnsimons johnsimons closed this Aug 3, 2026
@johnsimons johnsimons reopened this Aug 3, 2026
@johnsimons johnsimons closed this Aug 3, 2026
@johnsimons
johnsimons force-pushed the john/refactors_renames branch from 01fceff to 9793bf1 Compare August 3, 2026 06:59
@johnsimons
johnsimons deleted the john/refactors_renames branch August 3, 2026 07:05
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