Skip to content

Conversation

activefx
Copy link

@activefx activefx commented Jul 2, 2025

This enables the Activity API's latest endpoint to return the 50 most recently created gems. Previously, the endpoint used the new_pushed_versions scope which returns new gems with only one release, preventing the endpoint from returning new gems that are updated recently after their release.

Resolves #5741

@colby-swandale colby-swandale changed the title Return accurate results for Activities API latest endpoint (fixes #5741) Return accurate results for Activities API latest endpoint Jul 3, 2025
Copy link

codecov bot commented Jul 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.39%. Comparing base (3a1b246) to head (00b2333).
Report is 6 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5778      +/-   ##
==========================================
- Coverage   97.15%   94.39%   -2.77%     
==========================================
  Files         460      460              
  Lines        9568     9627      +59     
==========================================
- Hits         9296     9087     -209     
- Misses        272      540     +268     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Latest endpoint for the Activity API not returning all of the latest new gems
1 participant