ZIm/crates/collab/src
Marshall Bowers 149cdeca29
collab: Add kind and period start/end timestamps to billing_subscriptions (#28796)
This PR updates the `billing_subscriptions` table with some new columns

- `kind` - The kind of the description (used to denote Zed Pro vs
existing)
- `stripe_current_period_start` - The Stripe timestamp of when the
subscriptions current period starts
- `stripe_current_period_end` - The Stripe timestamp of when the
subscriptions current period ends

Release Notes:

- N/A

Co-authored-by: Mikayla <mikayla@zed.dev>
2025-04-15 13:48:03 -04:00
..
api collab: Add kind and period start/end timestamps to billing_subscriptions (#28796) 2025-04-15 13:48:03 -04:00
bin windows: Make collab run on Windows (#23117) 2025-01-17 09:39:13 +02:00
db collab: Add kind and period start/end timestamps to billing_subscriptions (#28796) 2025-04-15 13:48:03 -04:00
llm collab: Remove LLM service (#28728) 2025-04-14 23:47:14 +00:00
rpc chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
tests collab: Add Zed Pro checkout flow (#28776) 2025-04-15 15:45:51 +00:00
api.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
auth.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
cents.rs Send llm events to snowflake too (#21091) 2024-11-22 20:40:39 -07:00
completion.rs Supermaven (#10788) 2024-05-03 12:50:42 -07:00
db.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
env.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
errors.rs Remove more unused code related to GitHub auth and errors 2022-04-21 08:57:49 -06:00
executor.rs chore: Prepare for Rust edition bump to 2024 (without autofix) (#27791) 2025-03-31 20:10:36 +02:00
lib.rs collab: Add Zed Pro checkout flow (#28776) 2025-04-15 15:45:51 +00:00
llm.rs collab: Remove LLM service (#28728) 2025-04-14 23:47:14 +00:00
main.rs collab: Remove LLM service (#28728) 2025-04-14 23:47:14 +00:00
migrations.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
rate_limiter.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
rpc.rs Support tasks from rust-analyzer (#28359) 2025-04-08 15:07:56 -06:00
seed.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
stripe_billing.rs collab: Add Zed Pro checkout flow (#28776) 2025-04-15 15:45:51 +00:00
tests.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00
user_backfiller.rs chore: Bump Rust edition to 2024 (#27800) 2025-03-31 20:55:27 +02:00