zed/crates/collab/src
Joseph T. Lyons 0395d1b037
Clean up app event transformations (#21115)
This needs scrutinized. Detailed breakdown of what events I kept and
threw out here:

https://zed.dev/channel/app-events-17178/notes

I also removed a few fake events and tossed out json properties that
were being inserted for things we don't have logic to track. See PR
review comments below.

I think the only bad data we have are that we were identifying all node,
pnpm, and yarn projects as 'node' in the `project_type` property, so a
few days of lost data there.

Release Notes:

- N/A
2024-11-23 23:11:45 -05:00
..
api Clean up app event transformations (#21115) 2024-11-23 23:11:45 -05:00
bin
db Migration to remove dev servers (#19639) 2024-10-30 11:55:55 -06:00
llm Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
rpc Remove dev servers (#19638) 2024-10-24 12:14:03 -06:00
tests Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
api.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
auth.rs Remove dev servers (#19638) 2024-10-24 12:14:03 -06:00
cents.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
clickhouse.rs collab: Fix writing LLM rate limit events to Clickhouse (#16367) 2024-08-16 14:03:34 -04:00
completion.rs
db.rs ssh remoting: Show the host's GitHub name in the titlebar when sharing an SSH project (#19844) 2024-10-29 09:52:54 +01:00
env.rs
errors.rs
executor.rs
lib.rs Start to send data to Snowflake too (#20698) 2024-11-15 12:58:00 -07:00
llm.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
main.rs Fix crash in collab when sending worktree updates (#19678) 2024-10-24 15:57:24 +02:00
migrations.rs
rate_limiter.rs chore: Fix several style lints (#17488) 2024-09-06 11:58:39 +02:00
rpc.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
seed.rs collab: Seed GitHub users from static data (#18301) 2024-09-24 16:35:09 -04:00
stripe_billing.rs collab: Anchor new subscription's billing cycle to the first of the month (#19367) 2024-10-17 10:18:12 -04:00
tests.rs Revert "Use livekit's Rust SDK instead of their swift SDK (#13343)" (#20809) 2024-11-18 11:43:53 +02:00
user_backfiller.rs collab: Require github_user_created_at at ingress points (#17180) 2024-08-30 17:09:59 -04:00