#473: omit empty releases cursor#484
Open
akmhatey-ai wants to merge 1 commit into
Open
Conversation
GHX5T-SOL
approved these changes
May 26, 2026
GHX5T-SOL
left a comment
Contributor
There was a problem hiding this comment.
Verified the cursor handling change for #473. The first releases page now omits the after: argument instead of sending after: "", and the regression covers that first-page query shape.
Validation:
env BUNDLE_PATH=/private/tmp/bundle-fbe-488 mise x ruby@3.3.11 -- bundle check-> dependencies satisfiedenv BUNDLE_PATH=/private/tmp/bundle-fbe-488 mise x ruby@3.3.11 -- bundle exec ruby -Itest test/fbe/test_github_graph.rb -- --no-cov-> 23 tests, 48 assertions, 0 failures, 0 errors, 6 skipsenv BUNDLE_PATH=/private/tmp/bundle-fbe-488 mise x ruby@3.3.11 -- bundle exec rake test-> 284 tests, 804 assertions, 0 failures, 0 errors, 9 skipsenv BUNDLE_PATH=/private/tmp/bundle-fbe-488 mise x ruby@3.3.11 -- bundle exec rubocop lib/fbe/github_graph.rb test/fbe/test_github_graph.rb --format simple-> 2 files inspected, no offensesruby -c lib/fbe/github_graph.rbandruby -c test/fbe/test_github_graph.rb-> Syntax OKgit diff --check origin/master...HEAD-> passedgit diff origin/master...HEAD | gitleaks stdin --no-banner --redact --exit-code 1-> no leaks found
Live pre-review state: open, non-draft, mergeable/CLEAN, all GitHub checks green, no existing comments/reviews. Same-scope open PR search for #473 returned only this PR.
|
@GHX5T-SOL Great work on the review! 🎉 You've earned +6 points (+18 base, -8 for missing comments, -4 for limited code coverage with 16 hits). Your total score is now +156 - keep up the momentum and check your Zerocracy account for updates! |
Member
|
@akmhatey-ai merge conflicts here |
Member
|
Please fix the merge conflicts so this pull request can be merged. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #473.
What changed:
Validation:
Limitations: