Commit graph

2961 commits

Author SHA1 Message Date
Anish Sarkar
fbfde74cdc test(e2e): route connector PDF canary responses in chat fake & add connector PDF canaries 2026-05-09 05:03:38 +05:30
Anish Sarkar
03ce8c1b81 test(e2e): cover manual file upload journey 2026-05-09 04:41:07 +05:30
Anish Sarkar
0846857b52 test(e2e): add pdf & markdown fixture for manual upload docling branch 2026-05-09 04:40:54 +05:30
Anish Sarkar
f9fe84fcfb test(e2e): add canary tokens for manual upload md and pdf fixtures 2026-05-09 04:40:17 +05:30
Anish Sarkar
f02f64725e test(e2e): cover ClickUp live MCP journey 2026-05-08 13:13:35 +05:30
Anish Sarkar
68e1d78d23 test(e2e): wire ClickUp Playwright fixtures 2026-05-08 13:13:08 +05:30
Anish Sarkar
4b347caefc test(e2e): cover native Dropbox indexing journey 2026-05-08 12:28:46 +05:30
Anish Sarkar
7303e3ebb3 test(e2e): wire Dropbox Playwright fixtures 2026-05-08 12:28:26 +05:30
Anish Sarkar
2d78dda487 test(e2e): add OneDrive connector Playwright journey 2026-05-08 03:48:58 +05:30
Anish Sarkar
029f2168b3 test(e2e): add Slack connector Playwright journey 2026-05-08 03:09:11 +05:30
Anish Sarkar
ef843fd82e refactor(tests): remove redundant visibility check for "Manage" button in connector journeys 2026-05-08 01:16:55 +05:30
Anish Sarkar
08fdd0a328 test(web): add Confluence connector journey 2026-05-08 01:10:33 +05:30
Anish Sarkar
e5889053c2 test(web): add Confluence OAuth fixture 2026-05-08 01:10:12 +05:30
Anish Sarkar
1bd7cad495 test(web): add Jira live-tool journey 2026-05-08 00:15:53 +05:30
Anish Sarkar
ddfbe0b611 test(web): add Jira OAuth fixture 2026-05-08 00:15:39 +05:30
Anish Sarkar
64ed33d25d test(web): add Linear live-tool journey 2026-05-07 23:16:04 +05:30
Anish Sarkar
a60ff02b93 test(web): add Linear OAuth fixture 2026-05-07 23:15:52 +05:30
Anish Sarkar
29692eb842 test(web): add Notion connector journey 2026-05-07 22:22:43 +05:30
Anish Sarkar
51db3546a9 test(web): add Notion OAuth fixture 2026-05-07 22:22:24 +05:30
Anish Sarkar
fcf5208ee6 test(web): add native Google Calendar live-tool journey 2026-05-07 04:42:57 +05:30
Anish Sarkar
d257e15e49 test(web): add native Google Calendar OAuth fixture 2026-05-07 04:42:45 +05:30
Anish Sarkar
9dafd38e19 test(web): add native Google Gmail live-tool journey 2026-05-07 04:23:20 +05:30
Anish Sarkar
92dd967bf1 test(web): add native Google Drive E2E journey 2026-05-07 03:59:58 +05:30
Anish Sarkar
0a62dc189c test(web): add Composio Calendar live-tool journey 2026-05-07 03:42:14 +05:30
Anish Sarkar
bc2dc21a75 test(backend): add Composio Calendar live-tool fakes 2026-05-07 03:41:47 +05:30
Anish Sarkar
a2af4be359 test(web): assert Gmail journey uses live tools only 2026-05-07 03:16:20 +05:30
Anish Sarkar
b01173fe07 test(web): add Composio Gmail E2E journey 2026-05-07 02:52:41 +05:30
Anish Sarkar
5bdf8a0c31 test(web): extend Composio Drive journey to assert chat retrieval 2026-05-06 21:36:47 +05:30
Anish Sarkar
dedccd5c1c test(web): add chat-stream helper, thread fixture, and smoke spec 2026-05-06 21:36:33 +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
074b06441f test(web): add Composio Drive E2E user journey 2026-05-06 17:22:37 +05:30
Anish Sarkar
ae0caad292 test(web): add shared Playwright E2E helpers and search-space fixture 2026-05-06 17:21:40 +05:30
Anish Sarkar
a2976ee0b6 test(web): move dashboard tracer-bullet into smoke/ and harden Playwright config 2026-05-06 17:20:14 +05:30
Anish Sarkar
e5ae97af55 Merge remote-tracking branch 'upstream/dev' into feat/e2e-testing 2026-05-05 23:27:14 +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
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
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
CREDO23
5119915f4f Merge upstream/dev into feature/multi-agent 2026-05-05 01:44:46 +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
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
Anish Sarkar
b1d8a45347 fix: update Playwright test email domain in E2E tests 2026-05-04 19:35:27 +05:30
Anish Sarkar
78df95d3e9 Merge remote-tracking branch 'upstream/dev' into feat/e2e-testing 2026-05-04 17:53:44 +05:30
Anish Sarkar
876f1da020 test(web): add Playwright config and dashboard smoke test 2026-05-04 17:50:06 +05:30
Anish Sarkar
c3614f7a3e chore: ignore Playwright runtime artifacts 2026-05-04 17:48:44 +05:30
Anish Sarkar
6f8921ee65 chore(web): add Playwright as dev dependency 2026-05-04 17:43:30 +05:30
DESKTOP-RTLN3BA\$punk
4bbf2dac95 feat: version bump 2026-05-04 03:16:15 -07:00
DESKTOP-RTLN3BA\$punk
19b6e0a025 feat: moved chat persistance to Server Side 2026-05-04 03:06:15 -07:00
DESKTOP-RTLN3BA\$punk
a34f1fb25c feat: implement agent caches and fix invalid prompt cache configs
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
- Added a new function `_warm_agent_jit_caches` to pre-warm agent caches at startup, reducing cold invocation costs.
- Updated the `SurfSenseContextSchema` to include per-invocation fields for better state management during agent execution.
- Introduced caching mechanisms in various tools to ensure fresh database sessions are used, improving performance and reliability.
- Enhanced middleware to support new context features and improve error handling during connector and document type discovery.
2026-05-03 06:03:40 -07:00