Devin AI
152825758b
Filter out stale asset import chats from GET /chats and /logs endpoints
...
- Add subqueries to count user messages (non-null request_message) and total messages per chat
- Filter out chats with zero user messages AND only one total message
- This excludes auto-generated asset import chats that users never interacted with
- Applied same filtering logic to both list_chats_handler.rs and list_logs_handler.rs
Fixes BUS-1415
Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-17 15:31:36 +00:00
dal
36f2f04810
Merge pull request #522 from buster-so/dallin/bus-1429-issue-with-sharing-dashboard-showing-only-one-metric
...
Dallin/bus-1429-issue-with-sharing-dashboard-showing-only-one-metric
2025-07-16 11:25:37 -07:00
dal
7cee45916d
cascading permissions from dash to metrics
2025-07-16 12:22:04 -06:00
Nate Kelley
14e63fb278
flush sync for access token + additional logging
2025-07-16 12:08:35 -06:00
Nate Kelley
d00313131e
Add additional logging for session error
2025-07-16 11:42:47 -06:00
Nate Kelley
f9252ce149
Update apps/server/src/api/v2/users/index.ts
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-16 11:29:31 -06:00
Nate Kelley
b12b7830c5
Rip out can filter option
2025-07-16 11:27:14 -06:00
Nate Kelley
47029669a3
move out magic values to constants
2025-07-16 11:24:23 -06:00
Nate Kelley
abcb500d5f
correct get container size
2025-07-16 11:17:05 -06:00
Nate Kelley
330cc4b7c6
remove console logs
2025-07-16 10:49:26 -06:00
Nate Kelley
8fe5e9f906
working tests
2025-07-16 10:36:24 -06:00
Nate Kelley
0d01dfcb4c
array parter
2025-07-16 09:54:28 -06:00
Nate Kelley
d9ed8b1423
finalize pagination endpoint
2025-07-16 09:25:51 -06:00
Nate Kelley
b637bf356a
paginated queries
2025-07-15 23:05:12 -06:00
Nate Kelley
fdf70abfb8
update database dev
2025-07-15 22:26:13 -06:00
Nate Kelley
094fc4c251
add pagination type responses
2025-07-15 17:23:32 -06:00
Nate Kelley
fb0e79065f
udpate endpoint to accept more params
2025-07-15 16:54:18 -06:00
Nate Kelley
2e73d97ffc
create basic user to organization db
2025-07-15 16:20:40 -06:00
Nate Kelley
0fa77aa5c9
update imports
2025-07-15 16:03:07 -06:00
Nate Kelley
71994c1142
Merge branch 'staging' of https://github.com/buster-so/buster into staging
2025-07-15 15:26:51 -06:00
Nate Kelley
e8ed296847
update next public tanstack panel
2025-07-15 15:26:49 -06:00
Nate Kelley
698df0e43f
query invlidation update
2025-07-15 15:19:27 -06:00
Nate Kelley
9e39527351
stale time increased on dashboard list
2025-07-15 14:56:05 -06:00
Nate Kelley
fd93f888fe
Dashboard local storage key
2025-07-15 14:43:14 -06:00
Nate Kelley
eb5db40196
is fetched check
2025-07-14 16:07:22 -06:00
Nate Kelley
8935584ad2
invalidate cached items for dashboard
2025-07-14 16:03:57 -06:00
Nate Kelley
e90f11d7b8
set increased stale time for dashboards
2025-07-14 15:46:27 -06:00
Nate Kelley
99d5fc647c
Update splitter bust sizes
2025-07-14 15:12:54 -06:00
Nate Kelley
3aff95c034
splitter hot fix
2025-07-14 15:10:15 -06:00
Nate Kelley
0445727ed7
storage buster update
2025-07-14 14:44:21 -06:00
Nate Kelley
d96bb62a2e
Merge branch 'staging' into big-nate/bus-1374-remove-dashboard-cache-if-a-metric-version-is-updated
2025-07-14 14:30:16 -06:00
Nate Kelley
727e66a630
Fix files on lint
2025-07-14 14:30:07 -06:00
dal
5e9dc83c30
Merge pull request #510 from buster-so/dallin/bus-1385-data-meta-is-not-returning-correct-simple_type
...
bugfix on data metdata
2025-07-14 13:24:05 -07:00
dal
bd34e72b93
bugfix on data metdata
2025-07-14 14:23:37 -06:00
Nate Kelley
cd9b85129c
Merge branch 'staging' into big-nate/bus-1374-remove-dashboard-cache-if-a-metric-version-is-updated
2025-07-14 14:22:10 -06:00
Nate Kelley
b59d6fda57
Merge pull request #507 from buster-so/big-nate/bus-1371-icon-greyed-out
...
default version number is 1
2025-07-14 14:21:54 -06:00
Nate Kelley
a3b3f50566
View sql big fix
2025-07-14 14:21:14 -06:00
Nate Kelley
a1810be8f0
update cache settings part 1
2025-07-14 14:16:54 -06:00
Nate Kelley
6bf551b499
default version number is 1
2025-07-14 13:26:45 -06:00
dal
d177df6468
Merge pull request #506 from buster-so/cursor/filter-out-records-without-titles-beb4
...
Filter out records without titles
2025-07-14 12:11:01 -07:00
dal
776019239b
Update apps/api/libs/handlers/src/chats/list_chats_handler.rs
...
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
2025-07-14 12:10:53 -07:00
Cursor Agent
48027dccb9
Filter out chats with empty or whitespace-only titles
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-14 19:08:04 +00:00
dal
00ef69d1f8
change copy
2025-07-14 13:07:09 -06:00
Cursor Agent
2cd3f0696f
Rename chat name to title and filter out empty titles
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-14 19:04:32 +00:00
Cursor Agent
268b989d83
Improve chat cancellation handling with detailed reasoning scenarios
...
Co-authored-by: dallin <dallin@buster.so>
2025-07-14 18:57:14 +00:00
Nate Kelley
455cf10c5f
create a stream dynamically on change
2025-07-14 12:39:02 -06:00
Nate Kelley
c83d433510
Update styling for todo and reasoning file types
2025-07-14 12:07:29 -06:00
Nate Kelley
3592ed51ac
Merge pull request #500 from buster-so/cursor/replace-select-with-dropdown-component-39ce
...
update package versions
2025-07-14 11:56:36 -06:00
Nate Kelley
a25ca23585
update package versions
2025-07-14 11:56:17 -06:00
Nate Kelley
01e895e8a5
Merge pull request #499 from buster-so/cursor/replace-select-with-dropdown-component-39ce
...
replace select with dropdown component 39ce
2025-07-14 11:51:49 -06:00