-
Notifications
You must be signed in to change notification settings - Fork 0
feat: UI improvements — analytics metrics, discard changes, SSO hints #66
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
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
a19cc17
feat: UI improvements across fleet, dashboard, pipelines, and profile
TerrifiedBug 20065ff
fix: invalidate listViews cache on layout save and remove deprecated …
TerrifiedBug 53665c9
fix: resolve stale closure and missing cleanup in layout debounce
TerrifiedBug 7d1919a
fix: move ref update into useEffect and memoize panels cast
TerrifiedBug d3082df
feat: move service accounts to dedicated settings tab
TerrifiedBug b62985d
Merge remote-tracking branch 'origin/main' into feat/ui-improvements
TerrifiedBug 3fa3341
chore: add diagnostic logging for OIDC group reconciliation
TerrifiedBug b7375f1
feat: add debug logger gated behind VF_LOG_LEVEL env var
TerrifiedBug d134798
ui: adjust padding on dashboard
TerrifiedBug b5e14a1
ui: move view create button to the far right
TerrifiedBug 6194585
feat: replace audit log enable/disable buttons with toggle switch
TerrifiedBug 490c24c
feat: abbreviate large error and discarded counts with K/M suffixes
TerrifiedBug ae4fdd0
fix: replace jargon 'pp' with clear '% vs last period' with tooltip
TerrifiedBug ccf8afe
fix: prevent version history actions column from clipping on small sc…
TerrifiedBug 96909d2
feat: replace SLI health dot with informative badge showing breach count
TerrifiedBug c03754e
feat: guard manual team assignment for IdP-managed users across all r…
TerrifiedBug df11cd7
feat: split analytics reduction into Events Reduced and Bytes Saved
TerrifiedBug 5cb64e7
feat: add nodesSnapshot/edgesSnapshot to PipelineVersion schema
TerrifiedBug 079a2ed
feat: add discard changes mutation and UI
TerrifiedBug a626433
fix: pass node/edge snapshots in deployAgent and wrap rollback restor…
TerrifiedBug 772dd35
feat: show SSO hint in Add Member dialog when SCIM or group sync enabled
TerrifiedBug e93d1cd
Merge branch 'fix/scim-reconciliation-fixes' into feat/ui-improvements
TerrifiedBug 179d26d
fix: protect against destructive SCIM background sync and add debug l…
TerrifiedBug 1e82080
fix: add ISO timestamps to debug log output
TerrifiedBug b49a673
merge: resolve conflicts with main (debugLog over console.log)
TerrifiedBug a34afb3
fix: call markClean() before cache invalidation in discard mutation
TerrifiedBug 7d4f9e6
fix: use format specifiers in debug logger to prevent log injection
TerrifiedBug eb586a7
fix: escape apostrophe in JSX and remove unused componentKey destructure
TerrifiedBug d0d323f
Potential fix for code scanning alert no. 8: Log injection
TerrifiedBug e5d84ee
Update src/app/(dashboard)/analytics/page.tsx
TerrifiedBug 7327729
chore: analytics page wording
TerrifiedBug 3753a7e
fix: add missing closing </p> tag in analytics KPI card and sanitize …
TerrifiedBug File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
prisma/migrations/20260308000000_add_pipeline_version_snapshots/migration.sql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| -- AlterTable | ||
| ALTER TABLE "PipelineVersion" ADD COLUMN "edgesSnapshot" JSONB, | ||
| ADD COLUMN "nodesSnapshot" JSONB; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.