Skip to content

Conversation

@Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Oct 13, 2024

This module contains the glue code between our database and the index files and is used by the corresponding background jobs to generate the index files.

The main purpose of this change is to pull the index-related code out of the models/krate module. I could've pulled it into the background job module, but that felt a bit dirty compared to having a dedicated glue code module.

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Oct 13, 2024
@codecov
Copy link

codecov bot commented Oct 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.69%. Comparing base (2eec9bb) to head (43c233b).
Report is 5 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9651   +/-   ##
=======================================
  Coverage   88.69%   88.69%           
=======================================
  Files         288      288           
  Lines       29368    29371    +3     
=======================================
+ Hits        26048    26051    +3     
  Misses       3320     3320           

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

@Turbo87 Turbo87 merged commit 59303c8 into rust-lang:main Oct 13, 2024
10 checks passed
@Turbo87 Turbo87 deleted the index-module branch October 13, 2024 12:12
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