Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
854cfbb
feat: fetch available models from Databricks instead of hardcoded list
forrestmurray-db Apr 10, 2026
ec5a492
fix: hasMlflowConfig references and facilitator discovery-complete 404
forrestmurray-db Apr 10, 2026
bbd882c
chore: add .claude/worktrees/ to gitignore
forrestmurray-db Apr 10, 2026
d70bf10
feat(auth): add resolve_databricks_token() and simplify DatabricksSer…
forrestmurray-db Apr 10, 2026
61d5420
feat(auth): remove DATABRICKS_TOKEN env var mutation from MLflow intake
forrestmurray-db Apr 10, 2026
5c4d3be
feat(auth): make databricks_token optional in API models
forrestmurray-db Apr 10, 2026
8d5703f
feat(auth): replace token-fetch patterns with SDK auth in workshops r…
forrestmurray-db Apr 10, 2026
cbca0dc
feat(auth): replace token_storage with SDK auth in all services and r…
forrestmurray-db Apr 10, 2026
d64614c
feat(auth): remove DatabricksTokenDB model and databricks_tokens table
forrestmurray-db Apr 10, 2026
655fbac
feat(auth): remove token input fields from IntakePage and DBSQLExport…
forrestmurray-db Apr 10, 2026
d149c35
feat(auth): remove remaining DATABRICKS_TOKEN env var mutations
forrestmurray-db Apr 10, 2026
309e8a9
docs: update specs to reflect SDK-based Databricks auth
forrestmurray-db Apr 11, 2026
b91ff66
docs: add required service principal permissions to AUTHENTICATION_SPEC
forrestmurray-db Apr 11, 2026
9b1077b
docs: add Lakebase to required service principal permissions
forrestmurray-db Apr 11, 2026
fbcac95
docs: add Lakebase connection pool requirements to specs
forrestmurray-db Apr 11, 2026
410b4ad
fix(lakebase): switch to do_connect token injection and fix pool sett…
forrestmurray-db Apr 11, 2026
c7af8ce
feat(auth): update remaining TypeScript models and service docstrings
forrestmurray-db Apr 11, 2026
1b265ca
docs: fix Lakebase setup prerequisites — app resource auto-creates role
forrestmurray-db Apr 11, 2026
43c9a9c
feat(summarization): add database schema, models, and PydanticAI depe…
forrestmurray-db Apr 11, 2026
ecf37de
feat(summarization): add PydanticAI-based trace summarization service…
forrestmurray-db Apr 11, 2026
89f26dc
feat(summarization): add MilestoneView component with tab toggle in T…
forrestmurray-db Apr 11, 2026
98f37fd
feat(summarization): add facilitator settings UI for trace summarization
forrestmurray-db Apr 11, 2026
8dd93ae
feat(summarization): add settings + resummarize endpoints, hook into …
forrestmurray-db Apr 11, 2026
3434041
fix(summarization): use buildModelOptions instead of nonexistent getM…
forrestmurray-db Apr 12, 2026
03d7467
feat(deploy): run Alembic migrations in gunicorn master before worker…
forrestmurray-db Apr 12, 2026
c3d4e6f
feat(summarization): regenerate API client with summarization endpoints
forrestmurray-db Apr 12, 2026
50883f2
chore(deploy): exclude .claude and htmlcov from databricks sync
forrestmurray-db Apr 12, 2026
c148648
Merge fix/async-models-endpoint-and-prefetch into release/v1.10.0
forrestmurray-db Apr 12, 2026
8c46900
Merge feature/sdk-auth-migration into release/v1.10.0
forrestmurray-db Apr 12, 2026
d5fddab
fix(summarization): use SDK auth and separate DB session for backgrou…
forrestmurray-db Apr 12, 2026
7ead110
fix(summarization): handle databricks_host that already includes http…
forrestmurray-db Apr 12, 2026
0c75b61
fix(summarization): pass summary through convertTraceToTraceData
forrestmurray-db Apr 12, 2026
fc0c3c8
fix(summarization): deduplicate convertTraceToTraceData so summary re…
forrestmurray-db Apr 13, 2026
c7261d4
docs: update facilitator guide for Lakebase and Git-based deployment
forrestmurray-db Apr 13, 2026
0431ce9
feat(summarization): add facilitator visibility into summarization st…
forrestmurray-db Apr 13, 2026
0e0117a
fix: resolve available-models without mlflow intake config
forrestmurray-db Apr 13, 2026
1a67c16
feat(summarization): refactor to tool-based agent with span data reso…
forrestmurray-db Apr 13, 2026
085e299
fix(judge): critical evaluation pipeline fixes (#124)
forrestmurray-db Apr 13, 2026
d769d68
fix(discovery): wire up facilitator add-traces and pause buttons
forrestmurray-db Apr 13, 2026
b21f74b
fix: address PR review findings for release/v1.10.0
forrestmurray-db Apr 13, 2026
956933d
feat(summarization): hide span path labels in SME discovery view
forrestmurray-db Apr 13, 2026
b85bd19
fix(ci): whitelist do_connect params in vulture, exclude build/ from …
forrestmurray-db Apr 13, 2026
5c26a5b
fix(migration): support PostgreSQL in migration 0006
forrestmurray-db Apr 13, 2026
e0b4468
fix(lakebase): fix token expiry caching and enable pool_pre_ping for …
forrestmurray-db Apr 13, 2026
0feb6e5
chore: remove requirements.txt — Databricks Apps uses pyproject.toml …
forrestmurray-db Apr 13, 2026
f61aa97
fix(trace-viewer): render multi-turn message arrays instead of extrac…
forrestmurray-db Apr 14, 2026
090df1d
fix(summarization): add 429 retry with backoff and use case context t…
forrestmurray-db Apr 14, 2026
bcb5d55
docs(specs): update auth, judge eval, and deploy specs for env-based …
forrestmurray-db Apr 15, 2026
8c5c03f
feat(auth): remove workspace_url param, add get_databricks_host/get_e…
forrestmurray-db Apr 15, 2026
64f8809
feat(auth): add mlflow-experiment resource to app.yaml
forrestmurray-db Apr 15, 2026
b192e6d
feat(auth): migration 0017 — remove databricks_host from mlflow_intak…
forrestmurray-db Apr 15, 2026
07083a4
feat(auth): remove databricks_host from API models
forrestmurray-db Apr 15, 2026
5df1069
feat(auth): remove all DATABRICKS_HOST env var mutations from services
forrestmurray-db Apr 15, 2026
ef15e6d
feat(auth): remove databricks_host and token plumbing from all routers
forrestmurray-db Apr 15, 2026
56adaa0
fix(alignment): add embedding model selection, remove dead OPENAI_API…
forrestmurray-db Apr 15, 2026
5babb2a
feat(auth): remove databricks_host inputs from frontend
forrestmurray-db Apr 15, 2026
ba8729c
fix(auth): remove databricks_host references from remaining services
forrestmurray-db Apr 15, 2026
da705d3
fix(trace-display): apply span filter + JSONPath pipeline in all back…
forrestmurray-db Apr 15, 2026
febe3d1
fix(auth): fix indentation errors and update test fixtures
forrestmurray-db Apr 15, 2026
40796c4
fix(migration): renumber 0017 → 0019 to follow existing 0018 chain
forrestmurray-db Apr 15, 2026
73234eb
fix(auth): make experiment_id optional in MLflowIntakeConfigCreate
forrestmurray-db Apr 15, 2026
dae3088
fix(auth): fix workspace_url -> workspace_host in resummarize endpoint
forrestmurray-db Apr 15, 2026
22dcb8b
chore(tanstack): fix dual QueryClient, add selector hooks, surgical i…
forrestmurray-db Apr 15, 2026
57715f2
feat(summarization): add cancel button for running summarization jobs
forrestmurray-db Apr 15, 2026
75895f6
Merge branch 'chore/tanstack-refactor' into release/v1.10.0
forrestmurray-db Apr 15, 2026
02088a7
add eval mode docs and plans
forrestmurray-db Apr 15, 2026
9ff4dfa
Merge branch 'feat/summarization-cancel' into release/v1.10.0
forrestmurray-db Apr 15, 2026
4e0931b
refactor: remove .env.local and update logging and API configurations
forrestmurray-db Apr 15, 2026
1535b77
feat: enhance DraftRubricPanel and DraftRubricSidebar with proposed g…
forrestmurray-db Apr 15, 2026
a0d515a
chore: update discovery sidebar expansion
forrestmurray-db Apr 15, 2026
d5eca67
fix: normalize MLflow experiment ID inputs
forrestmurray-db Apr 16, 2026
d748db8
reformat value_from --> valueFrom
forrestmurray-db Apr 16, 2026
90a0ce9
experiment -> env from resources
forrestmurray-db Apr 16, 2026
34a32ae
rename default experiment value key
forrestmurray-db Apr 16, 2026
ebedf52
feat: align discovery with eval milestone workflow
forrestmurray-db Apr 16, 2026
a2476d5
feat: add inline evidence lineage links for discovery findings
forrestmurray-db Apr 16, 2026
68f0457
feat: implement eval mode MVP workflow
forrestmurray-db Apr 16, 2026
d2d1fab
fix: resolve intake NameError and Databricks host URL normalization (…
forrestmurray-db Apr 16, 2026
d53071f
feat: add discovery social threads with streaming agent mentions
forrestmurray-db Apr 16, 2026
1c39694
fix: add facilitator comment moderation controls
forrestmurray-db Apr 16, 2026
70260d4
feat: propagate milestone context to judge evaluations & fix summariz…
forrestmurray-db Apr 16, 2026
3820a83
fix(build): remove unused @databricks/design-system dependency
forrestmurray-db Apr 16, 2026
3aba148
fix(build): repoint uv.lock from Databricks proxy to pypi.org
forrestmurray-db Apr 16, 2026
2424a49
fix(build): add pinned requirements.txt for app installs
forrestmurray-db Apr 16, 2026
6bd0f27
fix(build): force npmjs registry for app builds
forrestmurray-db Apr 16, 2026
c62a38a
fix(app): stabilize Databricks app startup diagnostics
forrestmurray-db May 19, 2026
7f1691f
fix(release): integrate DNB alignment hotfixes (#147)
forrestmurray-db May 20, 2026
97b397f
fix(migration): use postgres-safe boolean defaults
forrestmurray-db May 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/mlflow/claude_tracing.log
Original file line number Diff line number Diff line change
Expand Up @@ -528,3 +528,6 @@
2026-03-13 12:03:34,915 - mlflow.claude_code.tracing - CLAUDE_TRACING - Stop hook: session=331a6a49-85c1-45c1-bd92-c0bd327a374d, transcript=/Users/forrest.murray/.claude/projects/-Users-forrest-murray-Documents-project-0xfffff/331a6a49-85c1-45c1-bd92-c0bd327a374d.jsonl
2026-03-13 12:03:34,927 - mlflow.claude_code.tracing - CLAUDE_TRACING - Creating MLflow trace for session: 331a6a49-85c1-45c1-bd92-c0bd327a374d
2026-03-13 12:03:36,795 - mlflow.claude_code.tracing - CLAUDE_TRACING - Created MLflow trace: tr-139e7e7d7d0d393924ddcb8fd4ae49c7
2026-04-15 16:47:20,566 - mlflow.claude_code.tracing - CLAUDE_TRACING - Stop hook: session=7f7d7c36-a4c2-49d4-96a2-05bf8c2c6c45, transcript=/Users/forrest.murray/.claude/projects/-Users-forrest-murray-Documents-project-0xfffff/7f7d7c36-a4c2-49d4-96a2-05bf8c2c6c45.jsonl
2026-04-15 16:47:20,571 - mlflow.claude_code.tracing - CLAUDE_TRACING - Creating MLflow trace for session: 7f7d7c36-a4c2-49d4-96a2-05bf8c2c6c45
2026-04-15 16:47:22,630 - mlflow.claude_code.tracing - CLAUDE_TRACING - Created MLflow trace: tr-c36ee9eaec8bf5875563824c4fe89a28
Loading