Skip to content

controllers/krate/metadata: Move GET /summary endpoint to a dedicated module #8245

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
Mar 5, 2024

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Mar 5, 2024

This module is focused on the GET /crates/:crate_id endpoint and its children. The GET /summary endpoint is a distant relative, but doesn't really belong in this module.

…ed module

This module is focussed on the `GET /crates/:crate_id` endpoint and its children. The `GET /summary` endpoint is a distant relative, but doesn't really belong in this module.
@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Mar 5, 2024
@Turbo87 Turbo87 enabled auto-merge (squash) March 5, 2024 13:26
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.73%. Comparing base (3cb8a36) to head (dd8a106).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8245   +/-   ##
=======================================
  Coverage   87.73%   87.73%           
=======================================
  Files         272      273    +1     
  Lines       27345    27345           
=======================================
  Hits        23992    23992           
  Misses       3353     3353           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Turbo87 Turbo87 merged commit 4a29008 into rust-lang:main Mar 5, 2024
@Turbo87 Turbo87 deleted the summary branch March 5, 2024 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-backend ⚙️ 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