Commit graph

13 commits

Author SHA1 Message Date
John Richmond
e20feaa1ab
Add support for cloud job auth tokens (#182) 2025-07-03 10:00:37 -07:00
Chris Estreich
bee3046d1a
Update @roo-code/types to v1.30.0 (#188) 2025-07-02 12:02:56 -08:00
Chris Estreich
d2b8b9551f
Slack integration (#149)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-07-01 06:58:58 -08:00
Chris Estreich
e82adf4145
Fly workers (#153) 2025-06-29 07:26:27 -07:00
Chris Estreich
4d4e218575
Default NODE_ENV to development (#139) 2025-06-26 13:24:09 -07:00
Chris Estreich
5edb2f8bb6
Encrypt and store secret ENV vars in the repo with dotenvx (#114)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
Co-authored-by: John Richmond <5629+jr@users.noreply.github.com>
2025-06-26 10:54:39 -07:00
Will Li
680a96fc9f
Add git repo information to events (#136)
Context
This PR adds support for git repository information in the analytics system by adding the necessary columns to the ClickHouse database and updating the UI to handle these properties appropriately.

Implementation
Updated .docker/scripts/clickhouse/001-create-tables.sql to include git properties in the schema for new database instances. Migrated package.json's to support new type schema.
Modified apps/web/src/components/task-sharing/TaskDetails.tsx to display git properties when available (message if not).
Added some claude-code typing.

How to Test
Run the migration by rebuilding docker and pnpm. If this still doesn't work try deleting .docker/data/clickhouse
Create a new task in a git tracked repo on Roo Code extension while signed in-- verify this is logged correctly.
2025-06-25 12:29:02 -07:00
Chris Estreich
0fa7270943
Dockerfile fixes (#124) 2025-06-23 23:43:37 -07:00
Chris Estreich
6f3db07df5
Fix the state of local migrations (#120) 2025-06-23 11:31:47 -07:00
Chris Estreich
ff5a94001c
Make orgId nullable (#113) 2025-06-20 19:02:21 -07:00
Chris Estreich
45d7565605
Unify roomote and cloud databases (#112) 2025-06-20 16:17:35 -07:00
Chris Estreich
e8e7274393
Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
Chris Estreich
008c548c07
Monorepo + (disabled) agent authentication mechanism (#106)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-19 12:19:50 -07:00