Skip to content
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

admin/enqueue_job: Add sync_to_git/sparse_index subcommands #9577

Merged
merged 1 commit into from
Oct 4, 2024

Conversation

Turbo87
Copy link
Member

@Turbo87 Turbo87 commented Oct 4, 2024

#9551 slightly changed how features are serialized in the index. We know about a couple of cases that we want to fix, so this PR adds an option for us to manually trigger an index sync.

@Turbo87 Turbo87 added C-internal 🔧 Category: Nonessential work that would make the codebase more consistent or clear A-backend ⚙️ labels Oct 4, 2024
@Turbo87 Turbo87 enabled auto-merge (squash) October 4, 2024 09:59
@Turbo87 Turbo87 merged commit 828f52e into rust-lang:main Oct 4, 2024
8 checks passed
@Turbo87 Turbo87 deleted the manual-sync branch October 4, 2024 10:10
Copy link

codecov bot commented Oct 4, 2024

Codecov Report

Attention: Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Project coverage is 89.10%. Comparing base (2d33f01) to head (3567bbd).
Report is 8 commits behind head on main.

Files with missing lines Patch % Lines
src/admin/enqueue_job.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9577      +/-   ##
==========================================
- Coverage   89.11%   89.10%   -0.02%     
==========================================
  Files         287      287              
  Lines       29051    29057       +6     
==========================================
  Hits        25890    25890              
- Misses       3161     3167       +6     

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

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