Skip to content

fix: Skip maintainer updates that conflict#659

Merged
Erethon merged 1 commit intoNixOS:mainfrom
Erethon:fix-maintainer-edit
Nov 17, 2025
Merged

fix: Skip maintainer updates that conflict#659
Erethon merged 1 commit intoNixOS:mainfrom
Erethon:fix-maintainer-edit

Conversation

@Erethon
Copy link
Copy Markdown
Collaborator

@Erethon Erethon commented Nov 14, 2025

We're using the github_id as a primary key for the NixMaintainer model which prevents us from updating this field for a specific username and we can't have duplicate usernames either since we have a unique constraint on them.

This "patches" #658 so ingestion works, until we figure out how to handle #657.

We're using the github_id as a primary key for the NixMaintainer model
which prevents us from updating this field for a specific username and
we can't have duplicate usernames either since we have a unique
contstraint on them.

This "patches" NixOS#658 so ingestion works, until we figure out how to
handle NixOS#657.
@Erethon Erethon marked this pull request as ready for review November 17, 2025 12:21
Copy link
Copy Markdown
Member

@balsoft balsoft left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge this for now and then implement priority for unstable channel in the future

@Erethon Erethon merged commit 4831ead into NixOS:main Nov 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants