Commit graph

199 commits

Author SHA1 Message Date
Chris Estreich
08469f8ca3
Increase worker concurrency: 2 -> 5 (#168) 2025-07-01 08:03:12 -08:00
Matt Rubens
72d219b691
Revert "Allow closing the task modal by clicking in the margins (#165)" (#167) 2025-07-01 11:59:24 -04: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
Matt Rubens
3ad3c3a68e
Allow closing the task modal by clicking in the margins (#165) 2025-07-01 10:56:31 -04:00
Matt Rubens
2d2096c58f
Make the task modal more similar to the share modal (#164) 2025-07-01 09:53:47 -04:00
Matt Rubens
b9229528e9
Don't render message links (#163) 2025-06-30 22:04:04 -04:00
Matt Rubens
a8d3cd421d
Run the fixGithubIssue job as issue-fixer (#162) 2025-06-30 17:26:25 -04:00
Matt Rubens
314a64b3ce
Scroll to top on page change (#161) 2025-06-30 15:47:30 -04:00
Matt Rubens
362d9b2b2c
Unlimited height on the share page (#160) 2025-06-30 15:46:29 -04:00
Matt Rubens
fb3df3a976
Add pagination to task list (#156)
Co-authored-by: matt <matt@roocode.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-06-30 15:17:22 -04:00
Matt Rubens
44ee729540
Update task view in real-time (#155)
Co-authored-by: matt <matt@roocode.com>
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-06-30 13:52:44 -04:00
Chris Estreich
19a41708ab
Spawn fly machine workers on production (#154)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-29 23:55:15 -08:00
Chris Estreich
e82adf4145
Fly workers (#153) 2025-06-29 07:26:27 -07:00
Matt Rubens
d56a9229ea
Handle new-style suggestions (#152) 2025-06-28 16:23:52 -04:00
Will Li
e93daaf9ec
backfill fix, get most recent git URL to handle old ssh links (#150)
* backfill fix, get most recent git URL to handle old ssh links

* reduce the changes
2025-06-28 09:38:03 -04:00
Matt Rubens
a2a9c31f95
Filter out duplicate messages (#151) 2025-06-28 00:50:07 -04:00
Will Li
c6ec80d7a8
Task Details Information Layout (#148) 2025-06-27 17:00:38 -04:00
Will Li
6571f5a1e8
add git repo aggregation (#138)
Context
Currently, our analytics system provides data aggregation by developer. This PR extends this functionality to also provide analytics aggregated by repository name, allowing organizations to better understand which repositories are consuming the most resources.

Changes
Added a new getRepositoryUsage function in events.ts to aggregate data by repository
Created a new Repositories.tsx component to display repository analytics
Updated types.ts to add 'repositories' to viewModes and 'repositoryName' as a filter type
Enhanced Tasks.tsx to handle filtering by repository name
Updated Usage.tsx to render the Repositories component
Enhanced TaskCard.tsx to display repository information
Added translations for "repositories" in locale files
Added empty state handling for when no repository data is available
Testing
Navigate to Usage page and switch to "Repositories" tab
Click on repository names to filter tasks
Verify repository information appears in task cards
Test with accounts that have no repository data
2025-06-27 11:10:46 -07:00
Will Li
c069bae97d
updated readme details (#123) 2025-06-27 09:46:05 -07:00
Chris Estreich
5e99316562
Spruce up the README with Claude (#146) 2025-06-26 15:45:41 -07:00
Chris Estreich
a3dda3bfa3
Update README.md (#145) 2025-06-26 15:37:12 -07:00
Chris Estreich
c9aae121be
Prevent POST /usage 404 flooding on sign out (#144) 2025-06-26 15:04:19 -07:00
Chris Estreich
3bface4ead
Fix extension auth deeplink (#143) 2025-06-26 14:47:41 -07:00
Matt Rubens
b12271d91f
Fix org sharing to members (#142) 2025-06-26 17:11:38 -04:00
Matt Rubens
7d4b50f42b
Less obnoxious color for commands (#141) 2025-06-26 17:01:58 -04:00
Matt Rubens
5e5d14c022
Handle more message types (#140) 2025-06-26 16:48:44 -04: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
Matt Rubens
331d0a38e8
Add client-side posthog (#134) 2025-06-24 16:40:25 -04:00
Chris Estreich
3b2f9ee24a
Capture more events when backfilling (#133) 2025-06-24 11:35:25 -07:00
Matt Rubens
a989449eb2
Add description and whenToUse to marketplace modes (#129) 2025-06-24 14:05:06 -04:00
Matt Rubens
bd36eb61c1
Slightly nicer blank slate text (#132) 2025-06-24 13:56:41 -04:00
Matt Rubens
527057fc5a
Get rid of the early access gating (#125) 2025-06-24 13:45:43 -04:00
John Richmond
a5fd611143
OrgId should be Nullable (#131) 2025-06-24 10:43:02 -07:00
Chris Estreich
76f2c8aad3
More progress (#130) 2025-06-24 09:07:42 -07:00
Chris Estreich
0fa7270943
Dockerfile fixes (#124) 2025-06-23 23:43:37 -07:00
Chris Estreich
075d2d43b1
Emit a TASK_CREATE event when backfilling (#128) 2025-06-23 22:56:12 -07:00
Chris Estreich
24918199e0
Support for uploading cline_messages.json task files (#126)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-23 15:56:28 -07:00
Matt Rubens
9e8588a3a7
Personal accounts (#118) 2025-06-23 14:46:10 -04:00
Chris Estreich
6f3db07df5
Fix the state of local migrations (#120) 2025-06-23 11:31:47 -07:00
Matt Rubens
abe1030c61
First shot at a rules file (#119)
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-23 11:11:22 -04:00
Matt Rubens
84380bb436
Add organizationId to sign-in callback (#117) 2025-06-22 06:24:34 -04:00
Matt Rubens
012b2b1cc5
Increase sentry maxValueLength (#111) 2025-06-21 10:32:12 -04:00
Matt Rubens
dcb996ea9a
Fix Tavily docker (#115) 2025-06-21 10:32:00 -04: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
990d58c529
Update README.md (#110) 2025-06-20 09:42:59 -07:00
Chris Estreich
e8e7274393
Add roomote to the monorepo (#109) 2025-06-20 09:41:51 -07:00
Matt Rubens
1ab782244b
Add options to change share visibility (#108)
Co-authored-by: cte <cestreich@gmail.com>
2025-06-19 22:24:43 -04:00