Commit graph

2010 commits

Author SHA1 Message Date
Anish Sarkar
69437b1fe4 test(e2e): add Dropbox backend fake 2026-05-08 12:27:45 +05:30
Anish Sarkar
da8b151634 test(e2e): wire OneDrive fake into harness 2026-05-08 03:48:35 +05:30
Anish Sarkar
3ee633cb23 test(e2e): add OneDrive Graph backend fake 2026-05-08 03:48:18 +05:30
Anish Sarkar
73b6375688 test(e2e): wire Slack fake into harness 2026-05-08 03:08:36 +05:30
Anish Sarkar
bf23cb2381 test(e2e): add Slack MCP backend fake 2026-05-08 02:24:39 +05:30
Anish Sarkar
d36bd33733 test(backend): route Confluence canary responses in E2E chat 2026-05-08 01:09:49 +05:30
Anish Sarkar
b74caf157b test(backend): add Confluence indexing E2E fake 2026-05-08 01:09:40 +05:30
Anish Sarkar
640ae03030 test(backend): add Confluence OAuth E2E fakes 2026-05-08 01:02:52 +05:30
Anish Sarkar
ebdf6cbaed test(backend): route Jira tool responses in E2E chat 2026-05-08 00:15:18 +05:30
Anish Sarkar
369f0aaff3 test(backend): add Jira MCP E2E fakes 2026-05-08 00:15:08 +05:30
Anish Sarkar
e6297e2e40 test(backend): add shared MCP runtime E2E fake 2026-05-08 00:14:43 +05:30
Anish Sarkar
43eae11197 test(backend): add shared MCP OAuth E2E fake 2026-05-08 00:14:34 +05:30
Anish Sarkar
fb0e12c86c test(backend): route Linear tool responses in E2E chat 2026-05-07 23:15:37 +05:30
Anish Sarkar
2cbedf2eb4 test(backend): add Linear MCP E2E fakes 2026-05-07 23:15:20 +05:30
Anish Sarkar
a9ea063108 test(backend): route Notion canary responses in E2E chat 2026-05-07 22:22:01 +05:30
Anish Sarkar
15709b82f7 test(backend): add Notion E2E fakes 2026-05-07 22:21:52 +05:30
Anish Sarkar
597bd34053 test(backend): add native Google Calendar E2E fakes 2026-05-07 04:42:28 +05:30
Anish Sarkar
d81f5a1d2a fix(tests): update LLM bindings in E2E tests for document processors 2026-05-07 04:27:46 +05:30
Anish Sarkar
a5c04cb38d test(backend): generalize native Google E2E fakes for Gmail 2026-05-07 04:22:59 +05:30
Anish Sarkar
3f2912a4ca test(backend): add native Google Drive E2E fakes 2026-05-07 03:59:40 +05:30
Anish Sarkar
bc2dc21a75 test(backend): add Composio Calendar live-tool fakes 2026-05-07 03:41:47 +05:30
Anish Sarkar
7864cbbeea test(backend): teach fake chat LLM Gmail tool-call flow 2026-05-07 03:16:02 +05:30
Anish Sarkar
2b7d713db6 fix(connectors): revert Gmail connectors as live-tool only 2026-05-07 03:10:58 +05:30
Anish Sarkar
f2e62a09b3 test(backend): add deterministic Composio Gmail E2E fakes 2026-05-07 02:52:14 +05:30
Anish Sarkar
23a853b18e fix(connectors): allow Gmail and Calendar live connectors to index 2026-05-07 02:51:51 +05:30
Anish Sarkar
55c33ca1c8 test(backend): add deterministic chat fake LLM 2026-05-06 21:35:57 +05:30
Anish Sarkar
8536bac29a test(backend): enhance Drive file filtering and add unit tests for _drive_list_files 2026-05-06 17:58:58 +05:30
Anish Sarkar
87dd5af259 test(backend): add Composio route integration tests 2026-05-06 17:19:32 +05:30
Anish Sarkar
d4f806f134 test(backend): add OAuth state security unit tests 2026-05-06 17:18:31 +05:30
Anish Sarkar
ba12bd3dc6 test(backend): add Composio strict SDK fake with Drive fixtures 2026-05-06 17:18:13 +05:30
Anish Sarkar
58ba95fad2 test(backend): add E2E harness foundation (entrypoints, middleware, LLM/embedding fakes) 2026-05-06 17:17:42 +05:30
Anish Sarkar
c720866a67 chore(backend): exclude tests/ from production Docker image 2026-05-06 17:16:22 +05:30
DESKTOP-RTLN3BA\$punk
b5be9408f7 Merge commit '9576d1f01f' into dev
Some checks are pending
Build and Push Docker Images / tag_release (push) Waiting to run
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_backend, ./surfsense_backend/Dockerfile, backend, surfsense-backend, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-24.04-arm, linux/arm64, arm64) (push) Blocked by required conditions
Build and Push Docker Images / build (./surfsense_web, ./surfsense_web/Dockerfile, web, surfsense-web, ubuntu-latest, linux/amd64, amd64) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (backend, surfsense-backend) (push) Blocked by required conditions
Build and Push Docker Images / create_manifest (web, surfsense-web) (push) Blocked by required conditions
2026-05-05 01:44:39 -07:00
DESKTOP-RTLN3BA\$punk
dd8c503eb0 fix: metadata extraction in Stripe checkout session
- Updated the `_get_metadata` function to handle changes in the Stripe SDK, specifically for `StripeObject` which is no longer a subclass of `dict` in `stripe>=15.0`.
- Implemented a fallback mechanism in `finalize_checkout` to recover purchase type from the database if metadata extraction fails, ensuring robust handling of checkout sessions.
2026-05-05 01:26:41 -07:00
DESKTOP-RTLN3BA\$punk
6e1dd40597 feat: implement finalize checkout endpoint and update purchase success handling
- Added a new endpoint `/stripe/finalize-checkout` to synchronously fulfill a checkout session, addressing the webhook-vs-redirect race condition.
- Updated the `PurchaseSuccessPage` component to handle various states of the checkout process, including loading, completed, pending, and failed states.
- Introduced a new response model `FinalizeCheckoutResponse` to provide immediate feedback on the purchase status.
- Enhanced the Stripe API service to include the new finalize checkout functionality.
2026-05-05 01:01:12 -07:00
DESKTOP-RTLN3BA\$punk
5ff6baedb3 fix: stripe weebhook 2026-05-05 00:17:44 -07:00
DESKTOP-RTLN3BA\$punk
ca26676b4f Merge commit '2a63a0ab88' into dev 2026-05-04 23:58:17 -07:00
DESKTOP-RTLN3BA\$punk
0b4bd50bce feat: bumped version to 0.0.22 2026-05-04 21:08:08 -07:00
DESKTOP-RTLN3BA\$punk
cb6357f577 feat: add CORS preflight response caching for 24 hours 2026-05-04 19:55:19 -07:00
Rohan Verma
ce6d9233bc
Merge pull request #1335 from AnishSarkar22/fix/memory-extraction
refactor(memory): streamline memory extraction
2026-05-04 17:26:27 -07:00
CREDO23
5119915f4f Merge upstream/dev into feature/multi-agent 2026-05-05 01:44:46 +02:00
CREDO23
9e35cdaec7 Fail loud on registry subagent build error. 2026-05-05 00:38:34 +02:00
CREDO23
6a9433c8ff Apply per-card decisions in HITL bundle resume. 2026-05-05 00:22:10 +02:00
CREDO23
0af2c28a8d Stabilize HITL bundle UX and resume. 2026-05-04 23:58:53 +02:00
CREDO23
972650909c Rename package: multi_agent_chat 2026-05-04 21:57:05 +02:00
CREDO23
d675d4df3f Remove unwired multi_agent_chat package. 2026-05-04 21:45:57 +02:00
CREDO23
216a678f1a Address LLM review findings; trim comments. 2026-05-04 21:32:42 +02:00
CREDO23
65f1f8f73c Harden multi-agent for production: resume cleanup, busy-mutex race, deny propagation, disabled-tools. 2026-05-04 20:48:55 +02:00
CREDO23
7735becd02 Skip middleware gate for native body-gated tools to restore approval-card context. 2026-05-04 19:25:50 +02:00
CREDO23
277bd50f37 Harden HITL for multi-step tasks: bypass internal MCP gate, full-args dedup, and decision-envelope normalization. 2026-05-04 19:25:27 +02:00