Skip to content

Add saved views to Sessions - #2548

Open
ejsmith wants to merge 5 commits into
mainfrom
feature/sessions-saved-views
Open

Add saved views to Sessions#2548
ejsmith wants to merge 5 commits into
mainfrom
feature/sessions-saved-views

Conversation

@ejsmith

@ejsmith ejsmith commented Aug 31, 2026

Copy link
Copy Markdown
Member

What changed\n\n- add Sessions as a first-class saved-view type, including the predefined All view\n- reuse the shared saved-view picker, filter/URL state, and table customization patterns from Events and Stacks\n- persist View Active, filters, stats/chart visibility, column visibility/order/wrapping/widths, and autofill selection\n- add saved Sessions routes, sidebar children, default-view routing support, and focused API/UI/E2E coverage\n\n## Why\n\nSessions should support the same complete saved-view workflow as Events and Stacks instead of maintaining a separate fixed table configuration.\n\n## Verification\n\n- dotnet build: passed\n- SavedViewEndpointTests: 122 passed\n- OpenApiSnapshotTests: 4 passed\n- npm run validate: passed\n- npm run build: passed\n- focused frontend unit tests: 84 passed\n- Sessions saved-view Playwright E2E: passed\n- existing session investigation Playwright E2E: passed\n- localhost App and same-origin API smoke checks: HTTP 200\n\nThe full frontend unit run passed 728 tests and hit one unrelated existing failure in navigation-command.svelte.test.ts. It also fails in isolation on the unchanged test, expecting /next/stack while the current implementation navigates to /next/.\n\n## Breaking changes\n\nNone.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T16:57:42.465903Z f560962 New commits
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

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

Copy link
Copy Markdown

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: e7dc0076c2

ℹ️ 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 src/Exceptionless.Core/Seed/predefined-saved-views.json

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

Copy link
Copy Markdown

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: b2c1782a61

ℹ️ 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 src/Exceptionless.Core/Migrations/009_AddSessionsPredefinedSavedView.cs Outdated

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

Copy link
Copy Markdown

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: 3689560010

ℹ️ 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".

@ejsmith

ejsmith commented Aug 31, 2026

Copy link
Copy Markdown
Member Author

@codex review

@chatgpt-codex-connector

Copy link
Copy Markdown

Codex Review: Didn't find any major issues. What shall we delve into next?

Reviewed commit: 1747c9e7ef

ℹ️ 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".

@github-actions

Copy link
Copy Markdown

Code Coverage

Package Line Rate Branch Rate Complexity Health
Exceptionless.Insulation 37% 35% 286
Exceptionless.Core 76% 68% 10411
Exceptionless.Web 85% 70% 8027
Exceptionless.AppHost 38% 41% 147
Summary 79% (25938 / 32903) 68% (12117 / 17863) 18871

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