Commit Graph

261 Commits

Author SHA1 Message Date
master
56143d12b7 feat(ui): ship topology and trust admin cutover 2026-03-08 10:12:13 +02:00
master
8b1fe49f35 feat(ui): ship execution operations cutover 2026-03-08 09:33:05 +02:00
master
80257a4538 Complete self-serve search rollout 2026-03-08 08:50:38 +02:00
master
ac22ee3ce2 feat(ui): ship quota health aoc operations cutover 2026-03-08 08:18:51 +02:00
master
c9484c33ee Archive completed search consolidation sprints 2026-03-08 08:06:06 +02:00
master
ff9de893d5 feat(ui): ship offline operations cutover 2026-03-08 03:12:01 +02:00
master
93872e73ec Verify supported-route live search matrix 2026-03-08 02:23:58 +02:00
master
484abe0039 feat(ui): ship unified audit surfaces 2026-03-08 02:16:20 +02:00
master
6e00a48e00 feat(ui): ship policy decisioning studio 2026-03-08 01:35:18 +02:00
master
a6187c70b4 Consolidate search-first shell UX 2026-03-08 00:14:57 +02:00
master
f709d519ec feat(ui): ship contextual action primitives 2026-03-08 00:02:02 +02:00
master
c568e09a1d feat(ui): ship workflow visualization replay workspace 2026-03-07 23:25:13 +02:00
master
e11c0a6b59 Add live search readiness and telemetry-off e2e coverage 2026-03-07 21:49:41 +02:00
master
8f43378317 feat(ui): ship triage explainability workspace 2026-03-07 21:43:55 +02:00
master
437d26c47c Simplify the primary search surface 2026-03-07 20:58:52 +02:00
master
a3f532359b feat(ui): ship consolidated operations shell 2026-03-07 20:31:32 +02:00
master
f23ca585d4 Collapse search into zero-learning starters 2026-03-07 19:48:46 +02:00
master
1088ae1bc4 feat(ui): ship reachability witnessing shell 2026-03-07 19:44:25 +02:00
master
536d3fe6bd Unify search-first assistant drawer 2026-03-07 19:29:56 +02:00
master
820fb4ec25 Verify live search suggestions against ingested corpus 2026-03-07 18:52:18 +02:00
master
9d3bed1d0e feat(ui): ship trust-owned identity watchlist shell 2026-03-07 18:48:35 +02:00
master
6aa8bb5095 Fix findings detail truthfulness and export affordances 2026-03-07 18:38:30 +02:00
master
e295768662 Consume weighted search answers and suppress dead chips 2026-03-07 18:38:02 +02:00
master
b689146785 Consolidate search into a primary entry experience 2026-03-07 17:44:54 +02:00
master
f1ab38aa27 Fix findings view toggle reactivity 2026-03-07 17:21:26 +02:00
master
4b91527297 Search improvements 2026-03-07 17:15:53 +02:00
master
5fac47f99f fix endless expanding height on platyform setup 2026-03-07 17:14:49 +02:00
master
44c2b896e7 user settings and breadcrumb fixes 2026-03-07 17:14:30 +02:00
master
1fa2e69032 Preserve mission control scope through context hydration 2026-03-07 17:03:46 +02:00
master
407318d81e Add flyout hover-to-expand for collapsed sidebar
When the sidebar is collapsed to a 56px icon rail, hovering expands it
as a translucent overlay (240px) on top of the page content for quick
sub-menu access. Left 56px stays solid, the overlapping portion uses
subtle backdrop-filter blur. Auto-closes on navigation or mouse leave.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:53:27 +02:00
master
79c13a5cff Redesign sidebar navigation with warmer UX and smoother animations
- Add amber dot indicators to group headers with hover scale effect
- Replace hard divider lines with gradient fade separators
- Active nav item gets rounded pill with amber glow box-shadow
- Section chevrons start subtle (25% opacity), reveal on hover
- Expand/collapse adds opacity fade alongside CSS grid height animation
- Chevron rotation uses spring-like cubic-bezier bounce easing
- Child items get gradient guide line and active dot indicator
- Press feedback via scale(0.98) on :active for all nav items
- Collapsed rail active state uses small amber left bar
- Footer divider uses gradient fade, version text fades on collapse
- Sidebar background uses subtle vertical gradient
- Right edge border gets amber-tinted gradient glow at center

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-07 16:36:12 +02:00
master
4e5d06c8ec Fix mission board environment action scope 2026-03-07 05:42:17 +02:00
master
41799611dd Guard signed-out shell bootstrap services 2026-03-07 05:24:07 +02:00
master
b70457712b Fix release health multi-scope evidence contracts 2026-03-07 05:13:36 +02:00
master
4bec133724 Emit canonical platform context preference payload 2026-03-07 04:26:40 +02:00
master
28932d4a85 Document local CLI setup and harden live search suggestions 2026-03-07 03:12:40 +02:00
master
5e15ab15b1 Fix setup integration navigation and failure states 2026-03-07 02:45:54 +02:00
master
803940bd36 Add answer-first self-serve search UX 2026-03-07 01:21:14 +02:00
master
107d38a3be Fix trust-signing setup workspace branding 2026-03-07 01:05:10 +02:00
master
9e73048bd5 Keep trust-signing flows under setup routes 2026-03-07 00:57:32 +02:00
master
bcf708d688 Fix mission board reachability navigation 2026-03-06 19:41:35 +02:00
master
2446e2c61d Fix web route regressions from Playwright QA 2026-03-06 19:34:55 +02:00
master
9b86ad825a Improve search and advisory UX flows 2026-03-06 19:13:26 +02:00
master
06e10883ab fix: exceptions dashboard SSE error banner showing on fresh install
The exception-dashboard showed a "Live updates unavailable" error banner
immediately on page load because the SSE event stream endpoint returns an
error on fresh installs. The SSE stream is a live-update enhancement, not
critical functionality. Silently degrade when the stream is unavailable
instead of showing an alarming error banner.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 16:52:08 +02:00
master
2e124ab50c fix: DPoP DER signature parsing race condition causing intermittent auth failures
Root cause: derToJoseSignature() used bytes[0]===0x30 to detect DER format,
but raw P1363 ECDSA signatures have a ~1/256 chance of their first byte
being 0x30, causing spurious DER parse attempts and "expected INTEGER for r"
errors. This broke DPoP proof generation intermittently, failing console
context loads on random pages.

Fix: detect raw P1363 by checking byte length matches expected curve size
(64 for ES256, 96 for ES384) before inspecting content bytes. Only attempt
DER parsing after full structural validation confirms SEQUENCE+INTEGER
structure. Also pass componentSize from the algorithm so ES384 signatures
are handled correctly.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 16:10:09 +02:00
master
6eb6d5e356 fix: approval legacy route prefix and jobengine orchestrator alias
- Fix approval.client.ts legacy URL from /api/release-orchestrator/ to
  /api/v1/release-orchestrator/ matching gateway route config
- Add orchestrator.stella-ops.local alias to jobengine container so
  gateway route translation resolves correctly
- Update sprint execution log with QA iteration results (40/40 pages clean)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-06 15:26:18 +02:00
master
49763be70b context detemrinistic + randomized searches and fix for setup from stella-ops.local rather 127.1.0.* 2026-03-06 14:41:05 +02:00
master
a918d39a61 texts fixes, search bar fixes, global menu fixes. 2026-03-05 18:15:30 +02:00
master
8e1cb9448d consolidation of some of the modules, localization fixes, product advisories work, qa work 2026-03-05 03:54:22 +02:00
master
63c70a6d37 Search/AdvisoryAI and DAL conversion to EF finishes up. Preparation for microservices consolidation. 2026-02-25 18:19:22 +02:00