Commit History

fix: admins bypass RBAC channel filter for doc search
244e03f

AdithyaVardan commited on

fix: use SameSite=None; Secure on HF Spaces to allow cross-site iframe cookies
7e328e2

AdithyaVardan commited on

fix: in-memory session fallback when Redis is unreachable
e68bb19

AdithyaVardan commited on

fix: add timeouts to Redis and Supabase DB calls in login endpoint
f79d4f9

AdithyaVardan commited on

fix: build React frontend in Docker and serve from FastAPI
36ecfa1

AdithyaVardan commited on

fix: add celery back to deploy requirements
36f35e5

AdithyaVardan commited on

fix: use deploy requirements without docling/celery to resolve huggingface-hub conflict
5b040fc

AdithyaVardan commited on

fix: downgrade langchain-openai to 0.3.x to resolve langchain-core conflict
f078f9e

AdithyaVardan commited on

fix: add HuggingFace Space metadata
89253f1

AdithyaVardan commited on

feat: add confluence/slack search tools, chat history, cloud Qdrant support, sync trigger fixes
68af3c5

AdithyaVardan commited on

fix: valid HuggingFace color values
cef4843

AdithyaVardan commited on

fix: add HuggingFace Space metadata to README
ff88985

AdithyaVardan commited on

feat: implement NL-to-SQL agent with PostgreSQL integration and enhance related documentation
825e852

Ananth Shyam commited on

Implement anomaly detection and forecasting features
451d52a

Ananth Shyam commited on

fix: update user roles to include 'org_admin' in Sidebar and UserInvite types
b391fb0

Ananth Shyam commited on

fix: enhance admin functionality and error handling in ingestion and analytics processes
e646563

Ananth Shyam commited on

feat: enhance analytics API with freshness computation and coverage gaps endpoint
e69f4cf

Ananth Shyam commited on

feat: channel RBAC through ingest, graph stream, admin endpoints, email invite
e8b3591

AdithyaVardan commited on

fix: use DO block to add team_id column if teams table has wrong schema
1361870

AdithyaVardan commited on

fix: rbac_migration — create teams table if schema.sql was skipped
6bc4034

AdithyaVardan commited on

fix: type errors, merge OAuth branch, upgrade BM25Store
e2766a5

AdithyaVardan commited on

feat: implement Google OAuth2 SSO integration with user management and callback handling
d128756

Ananth Shyam commited on

User Settings (/settings) — 3 tabs:
83c125e

Samyuktha24 commited on

feat: enhance UI state management with graph collapse functionality and improve error handling in API requests
9bb34f8

Samyuktha24 commited on

Fix rbac_migration: upsert default team before channel FK insert
e32f628

AdithyaVardan commited on

feat: RBAC foundation — workspaces, channels, role-based access
a8e67fc

AdithyaVardan commited on

feat: implement sidebar component with navigation and recent queries
c0b5012

Samyuktha24 commited on

Fix force-graph mount: use ForceGraph2D()(element) not ForceGraph2D(element)
57fa65c

AdithyaVardan commited on

Fix inline code rendering in Answer: distinguish inline vs block code
e735b1b

AdithyaVardan commited on

Fix graph panel race: push pending data after force-graph async init
017116e

AdithyaVardan commited on

Fix WebSocket reconnect loop and SSE false 'incomplete' error
beac0a3

AdithyaVardan commited on

Fix team_id: use 'default' to match ingested data
6c457eb

AdithyaVardan commited on

Fix CSS @import order: move highlight.js import before @tailwind directives
4bc8463

AdithyaVardan commited on

Fix npm install: remove non-existent radix badge pkg; fix nullish coalescing syntax error; fix pydantic extra fields
ca17cdd

AdithyaVardan commited on

Fix pydantic extra fields error in IntegrationSettings and Settings
a0eda55

AdithyaVardan commited on

feat: enhance agent event structure and improve SearchBox functionality
8900d0e

Samyuktha24 commited on

feat: add Zustand stores for filters and UI state management
9dfccd9

Samyuktha24 commited on

Merge branch 'main' of https://github.com/samyuktha2004/Godspeed
5ac5995

Samyuktha24 commited on

Add user flow documentation and initialize frontend configuration files
ab4c955

Samyuktha24 commited on

Fix WebSocket stream: use result.data() instead of async for to match working traverse pattern
459131a

AdithyaVardan commited on

Use fresh Neo4j driver per request; create driver after Gemini extraction to avoid idle timeout
4056ec9

AdithyaVardan commited on

Add retry-on-SessionExpired for ingest writes; fix WebSocket driver init error handling
b2158c9

AdithyaVardan commited on

Fix chunk relationship injection and WebSocket close handling
69402ec

AdithyaVardan commited on

Fix defunct Neo4j connection: add keep-alive, liveness check, retry on SessionExpired
cf1b61a

AdithyaVardan commited on

Fix Gemini INVALID_ARGUMENT: remove empty string from notion filter_type enum
54f37d0

AdithyaVardan commited on

Fix lazy token loading in tools, add github_list_commits tool, load_dotenv in main
ed33951

AdithyaVardan commited on

Switch tools agent to Gemini primary, OpenAI fallback
2d6f17a

AdithyaVardan commited on

Integrate tools agent (GitHub/Slack/Notion) into main app under /tools prefix
7eb57e9

AdithyaVardan commited on

Merge branch 'add-tools-folder' of https://github.com/samyuktha2004/Godspeed
af72f4d

AdithyaVardan commited on

Add Neo4j graph stream WebSocket endpoint for live visualization
6a4e71a

AdithyaVardan commited on