Commit graph

36 commits

Author SHA1 Message Date
Chris Estreich
9b6ad19db0
Re-work provider settings to use react-hook-form and dynamic model data (#69)
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-06-02 16:00:14 -07:00
Matt Rubens
a60938cea3
Fix timezone display issues and support hourly visualization (#65)
* Fix timezone display issues and support hourly visualization

* PR feedback

* Remove code

* More cleanup
2025-06-02 11:13:52 -04:00
Matt Rubens
c002decfe5
Show tasks in more of a card view (#56)
* Show tasks in more of a card view

* PR feedback
2025-05-30 23:45:48 -04:00
Chris Estreich
d920576ae8
Get providers from @roo-code/types (#55) 2025-05-30 20:19:16 -07:00
Chris Estreich
d5db42ddf3
Break settings out from Clerk org component (#54) 2025-05-30 15:18:39 -07:00
Chris Estreich
dd4bb88396
Render task messages (#52) 2025-05-30 09:43:25 -07:00
Chris Estreich
723b753596
Improve auth redirect type safety (#47) 2025-05-29 14:51:36 -07:00
Chris Estreich
7a9a200c8b
Improve editor deep link handling (#46) 2025-05-29 13:40:21 -07:00
Chris Estreich
ab92f7693e
Persist task messages (#44) 2025-05-28 10:56:48 -07:00
John Richmond
ef42763ad9
More realistic allowlist screen (#43) 2025-05-27 10:20:35 -07:00
Chris Estreich
b376ed186d
Follow the postgres lib recommendation from Supabase (#41) 2025-05-19 12:24:35 -07:00
Chris Estreich
b0b85f5535
Organize server actions (#30) 2025-05-18 09:49:40 -07:00
John Richmond
01e6eada6d
Connect more of the Default Parameters and Model/Provider whitelist screen (#28) 2025-05-18 08:44:33 -07:00
Chris Estreich
a933a42de5
Persist users and orgs (#29) 2025-05-18 00:31:07 -07:00
Chris Estreich
d7a2997bac
Number and currency formatters (#26) 2025-05-17 13:33:34 -07:00
Canyon Robins
4bfb3ef193
Improve audit log implementation (#20)
* Replace date utils with library

* use drizzle-zod

* use drizzle types directly

* use server actions rather than routes

* slight refactor

* UI rollback on API failure

* slight refactor to reduce verbosity

* clean up
2025-05-16 16:12:24 -07:00
Canyon Robins
f228542f27
Make Audit logs write to and read from the DB (not vaporware) (#19)
* Add database schema for audit logs

* update audit log code to read from the DB rather than mocks

* use UUID not text for id

* backend endpoint for writing audit logs

* add stubs for provider whitelist update

* wip on sending audit logs

* remove oldValue field

* remove references to oldValue

* more

* change toast

* move querying to the backend

* fix fetch

* base URL

* use a server-side function rather than endpoint for audit log creation

* remove old_value

* remove route for querying audit logs

* don't take over date parsing

* simplify, review feedback
2025-05-16 14:56:44 -07:00
Chris Estreich
502425f739
Pull telemetry types from @roo-code/types (#18) 2025-05-16 13:41:55 -07:00
Chris Estreich
5fd53e9ee2
React Query + Updated @shadcn/ui components (#17) 2025-05-16 09:54:07 -07:00
Chris Estreich
f45e93b9ec
Start querying analytics data (#15) 2025-05-16 00:44:52 -07:00
cte
80a5553060 Clean up i18n stuff 2025-05-15 21:04:56 -07:00
cte
6fa2a022f7 Require orgId in events 2025-05-15 15:31:22 -07:00
cte
7268e657c6 Axe landing, fix dashboard routes 2025-05-15 14:51:33 -07:00
cte
9432d4d146 Sync types to extension 2025-05-15 09:18:30 -07:00
cte
cf94d4b3cf Clean up env vars 2025-05-14 21:40:25 -07:00
cte
a228c578ce Use Clickhouse 2025-05-14 14:14:38 -07:00
cte
70d7425ccb Events API 2025-05-13 21:50:55 -07:00
John Richmond
e062feba73
Apply suggestions from code review
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-13 14:46:33 -07:00
John Richmond
6a868d7c39 Allow extensions to auth
Add an endpoint to redirect to the extension with a Clerk sign in token.
2025-05-13 14:37:40 -07:00
cte
b4cd909650 Add tests 2025-05-12 11:38:02 -07:00
cte
6ee2266c36 More progress 2025-05-12 11:23:11 -07:00
cte
a65942d4fc Add ENV vars 2025-05-12 01:30:46 -07:00
cte
73983ccb4b More cleanup 2025-05-12 01:13:42 -07:00
cte
aee48a55a0 More cleanup 2025-05-11 23:01:36 -07:00
cte
4ea155cf33 More cleanup 2025-05-11 22:56:45 -07:00
cte
7ee4693d7b Modernize the template 2025-05-11 21:15:57 -07:00