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

Remove articles from API endpoint summaries #5015

Merged
merged 4 commits into from
Feb 8, 2024
Merged

Conversation

david-crespo
Copy link
Contributor

Closes #4741

The process here was pretty cool. I fed all the lines to GPT-4 and got it to give me a giant sed command to update all the summaries. It had a couple of issues as written, but I fixed them. Details here. Then I manually went through and tweaked everything.

@@ -651,7 +651,7 @@ async fn silo_quotas_view(
apictx.external_latencies.instrument_dropshot_handler(&rqctx, handler).await
}

/// Update the resource quotas of a given silo
/// Update resource quotas for silo
Copy link
Contributor

Choose a reason for hiding this comment

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

Was going to suggest getting this smaller with: "Update silo resource quotas" – but probably less readable.

Copy link
Contributor

@benjaminleonard benjaminleonard left a comment

Choose a reason for hiding this comment

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

Love, thanks!

Copy link
Contributor

@zephraph zephraph left a comment

Choose a reason for hiding this comment

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

This is great! Thanks!

@david-crespo david-crespo merged commit dd9df92 into main Feb 8, 2024
21 checks passed
@david-crespo david-crespo deleted the remove-articles branch February 8, 2024 14:03
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.

Remove articles from endpoint summaries
3 participants