Skip to content

feat(sync): surface filtered op diagnostics#1041

Merged
kunickiaj merged 1 commit into
mainfrom
05-05-feat_sync_surface_filtered_op_diagnostics
May 6, 2026
Merged

feat(sync): surface filtered op diagnostics#1041
kunickiaj merged 1 commit into
mainfrom
05-05-feat_sync_surface_filtered_op_diagnostics

Conversation

@kunickiaj
Copy link
Copy Markdown
Owner

@kunickiaj kunickiaj commented May 6, 2026

Description

Surfaces filtered outbound sync diagnostics so operators can tell when data was not sent to a peer because of sharing-domain membership, visibility, or project filters.

The API/UI only expose bounded metadata (reason, skipped_count, scope_id, project, visibility) and explicitly avoid payload-adjacent identifiers such as op/entity ids.

Type of Change

  • 🚀 Feature (new functionality)
  • 🐛 Bug fix (fixes an issue)
  • 📚 Documentation (docs-only change)
  • 🔧 Maintenance (refactor, chore, CI, etc.)
  • 🧪 Testing (test-only changes)

Testing

  • Relevant checks pass locally (pnpm run tsc, pnpm run lint, pnpm run test)
  • Added/updated tests for changes
  • Manually verified changes work as expected

Validation run:

  • pnpm exec vitest run packages/ui/src/tabs/sync/view-model.test.ts packages/viewer-server/src/index.test.ts
  • pnpm run tsc
  • pnpm run lint (only existing unrelated FeedItemCard info findings)
  • pnpm run test
  • git diff --check

Checklist

  • Code follows project style (pnpm run lint passes for touched files)
  • Self-review completed
  • Documentation updated (if needed)
  • No new warnings introduced

Copy link
Copy Markdown
Owner Author

kunickiaj commented May 6, 2026

This stack of pull requests is managed by Graphite. Learn more about stacking.

@kunickiaj kunickiaj marked this pull request as ready for review May 6, 2026 00:26
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 67d37af0da

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread packages/ui/src/tabs/sync/view-model/coordinator-approval.ts Outdated
@kunickiaj kunickiaj force-pushed the 05-05-feat_ui_manage_coordinator_sharing_domains branch from a903538 to 6cb2339 Compare May 6, 2026 00:34
@kunickiaj kunickiaj force-pushed the 05-05-feat_sync_surface_filtered_op_diagnostics branch from 67d37af to dd8ca3e Compare May 6, 2026 00:34
@kunickiaj kunickiaj changed the base branch from 05-05-feat_ui_manage_coordinator_sharing_domains to graphite-base/1041 May 6, 2026 00:36
@kunickiaj kunickiaj force-pushed the graphite-base/1041 branch from 6cb2339 to 8fc074f Compare May 6, 2026 00:36
@kunickiaj kunickiaj force-pushed the 05-05-feat_sync_surface_filtered_op_diagnostics branch from dd8ca3e to 259d486 Compare May 6, 2026 00:36
@kunickiaj kunickiaj changed the base branch from graphite-base/1041 to main May 6, 2026 00:37
@kunickiaj kunickiaj force-pushed the 05-05-feat_sync_surface_filtered_op_diagnostics branch from 259d486 to 3e131ed Compare May 6, 2026 00:37
@kunickiaj kunickiaj merged commit fe9d659 into main May 6, 2026
8 checks passed
Copy link
Copy Markdown
Owner Author

Merge activity

@kunickiaj kunickiaj deleted the 05-05-feat_sync_surface_filtered_op_diagnostics branch May 6, 2026 00:42
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.

1 participant