8000 msw: Implement relevant Trusted Publishing endpoints by Turbo87 · Pull Request #11381 · rust-lang/crates.io · GitHub
[go: up one dir, main page]

Skip to content

msw: Implement relevant Trusted Publishing endpoints #11381

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 19, 2025

Conversation

Turbo87
Copy link
Member
@Turbo87 Turbo87 commented Jun 18, 2025

This commit implements the three /api/v1/trusted_publishing/github_configs endpoints (list, create, delete). It adds a dedicated trustpubGithubConfig model and corresponding serializer and then uses them to implement the endpoints. As usual with msw, this is a relatively simple implementation, but good enough for our frontend test suite.

@Turbo87 Turbo87 added A-frontend 🐹 C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear labels Jun 18, 2025
@Turbo87 Turbo87 requested a review from a team June 18, 2025 15:22
This commit implements the three `/api/v1/trusted_publishing/github_configs` endpoints (list, create, delete). It adds a dedicated `trustpubGithubConfig` model and corresponding serializer and then uses them to implement the endpoints. As usual with msw, this is a relatively simple implementation, but good enough for our frontend test suite.
@Turbo87 Turbo87 merged commit b5c866c into rust-lang:main Jun 19, 2025
11 checks passed
@Turbo87 Turbo87 deleted the msw-trustpub branch June 19, 2025 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend 🐹 C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0