vermiculus / magithub

**DEPRECATED - please use Forge instead!** -- Magit-based interfaces to GitHub
GNU General Public License v3.0
579 stars 62 forks source link

CircleCI Issues apparently capped at 30 #370

Open matthew-piziak opened 5 years ago

matthew-piziak commented 5 years ago

My Status header reports Failure (30/30). I have more than thirty tests, but only only thirty of them show up in the status section, all of which are passing. On github.com, the CircleCI widget shows all of my tests. Is there some pagination here that is not being properly handled?

matthew-piziak commented 5 years ago

This form...

(length 
  (assoc 'statuses 
    (ghubp-get-repos-owner-repo-commits-ref-status 
      (magithub-repo) 
      (magithub-ci-status--get-default-ref))))

...evaluates to 31.

vermiculus commented 5 years ago

Conversation happening on above issue.