zed/crates/collab/src
Marshall Bowers b138243438
collab: Remove unused fields from database user model (#56898)
This PR removes some more unused fields from the database user model:

- `github_user_created_at`
- `email_address`
- `name`
- `created_at`

These fields were not being used anywhere, and are nullable/defaulted in
the database in tests.

Release Notes:

- N/A
2026-05-15 17:01:42 +00:00
..
api collab: Remove GET /extensions endpoint (#48827) 2026-02-09 23:06:11 +00:00
bin windows: Make collab run on Windows (#23117) 2025-01-17 09:39:13 +02:00
db collab: Remove unused fields from database user model (#56898) 2026-05-15 17:01:42 +00:00
entities collab: Remove database access in Authorization header verification (#56558) 2026-05-13 15:17:42 +00:00
rpc Fix version check (#55032) 2026-04-28 22:12:38 +00:00
services collab: Remove database access in Authorization header verification (#56558) 2026-05-13 15:17:42 +00:00
api.rs collab: Remove GET /rpc_server_snapshot endpoint (#49312) 2026-02-17 00:00:28 +00:00
auth.rs collab: Remove database access in Authorization header verification (#56558) 2026-05-13 15:17:42 +00:00
completion.rs nix: Use flake-parts, partitions, and treefmt-nix (#45321) 2026-02-02 14:26:42 +00:00
db.rs collab: Decouple session principal from User database model (#55440) 2026-05-01 17:28:57 +00:00
entities.rs collab: Decouple session principal from User database model (#55440) 2026-05-01 17:28:57 +00:00
env.rs Use anyhow more idiomatically (#31052) 2025-05-20 23:06:07 +00:00
errors.rs
executor.rs collab: Extract tests into integration tests crate (#47668) 2026-01-26 20:28:09 +01:00
lib.rs collab: Remove seeding infrastructure (#56562) 2026-05-13 15:44:55 +00:00
main.rs collab: Remove seeding infrastructure (#56562) 2026-05-13 15:44:55 +00:00
rpc.rs collab: Remove database access in Authorization header verification (#56558) 2026-05-13 15:17:42 +00:00
services.rs collab: Introduce UserService (#55449) 2026-05-06 18:15:36 +00:00