Skip to content

collab: Remove writes to github_user_id and github_login - #58474

Merged
maxdeviant merged 3 commits into
mainfrom
push-mlloomuowuvr
Jun 4, 2026
Merged

collab: Remove writes to github_user_id and github_login#58474
maxdeviant merged 3 commits into
mainfrom
push-mlloomuowuvr

Conversation

@maxdeviant

@maxdeviant maxdeviant commented Jun 3, 2026

Copy link
Copy Markdown
Member

This PR removes writes to the github_user_id and github_login columns on the users table.

These writes were only being done in tests, as the production codepaths that referenced these columns have already been removed.

Depends on https://github.com/zed-industries/cloud/pull/2743 to make the github_user_id column nullable.

The corresponding database schema migration has been created in the Cloud repo and applied to the production database.

Closes CLO-831.

Release Notes:

  • N/A

@maxdeviant maxdeviant self-assigned this Jun 3, 2026
@cla-bot cla-bot Bot added the cla-signed The user has signed the Contributor License Agreement label Jun 3, 2026
@zed-community-bot zed-community-bot Bot added the staff Pull requests authored by a current member of Zed staff label Jun 3, 2026
@zed-industries-bot

zed-industries-bot commented Jun 3, 2026

Copy link
Copy Markdown
Contributor

Messages
📖 This PR modifies database schema files.

The author has attested that the corresponding database schema migration has been created in the Cloud repo and applied to the production database.

Generated by 🚫 dangerJS against e6d06e7

@maxdeviant
maxdeviant requested a review from tomhoule June 3, 2026 21:59
@maxdeviant
maxdeviant force-pushed the push-mlloomuowuvr branch from 16dac7d to e6d06e7 Compare June 4, 2026 15:34
@maxdeviant
maxdeviant enabled auto-merge June 4, 2026 15:35
@maxdeviant
maxdeviant added this pull request to the merge queue Jun 4, 2026
Merged via the queue into main with commit a599b95 Jun 4, 2026
32 checks passed
@maxdeviant
maxdeviant deleted the push-mlloomuowuvr branch June 4, 2026 15:46
TomPlanche pushed a commit to TomPlanche/zed that referenced this pull request Jun 8, 2026
…ustries#58474)

This PR removes writes to the `github_user_id` and `github_login`
columns on the `users` table.

These writes were only being done in tests, as the production codepaths
that referenced these columns have already been removed.

Depends on https://github.com/zed-industries/cloud/pull/2743 to make the
`github_user_id` column nullable.

The corresponding database schema migration has been created in the
Cloud repo and applied to the production database.

Closes CLO-831.

Release Notes:

- N/A
This was referenced Jun 18, 2026
jonx pushed a commit to jonx/zed-aros that referenced this pull request Jul 17, 2026
…ustries#58474)

This PR removes writes to the `github_user_id` and `github_login`
columns on the `users` table.

These writes were only being done in tests, as the production codepaths
that referenced these columns have already been removed.

Depends on zed-industries/cloud#2743 to make the
`github_user_id` column nullable.

The corresponding database schema migration has been created in the
Cloud repo and applied to the production database.

Closes CLO-831.

Release Notes:

- N/A
jolutz pushed a commit to jolutz/zed that referenced this pull request Aug 8, 2026
…ustries#58474)

This PR removes writes to the `github_user_id` and `github_login`
columns on the `users` table.

These writes were only being done in tests, as the production codepaths
that referenced these columns have already been removed.

Depends on zed-industries/cloud#2743 to make the
`github_user_id` column nullable.

The corresponding database schema migration has been created in the
Cloud repo and applied to the production database.

Closes CLO-831.

Release Notes:

- N/A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed The user has signed the Contributor License Agreement staff Pull requests authored by a current member of Zed staff

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants