You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The narps_open.utils.status module make calls to the GitHub API to list all issues in the project.
For now, this call returns one page of 30 issues (default values). Thus missing previous issues.
This is a problem when there are more than 30 issues (issue + pr) in the project.
Describe the bug
The
narps_open.utils.status
module make calls to the GitHub API to list all issues in the project.For now, this call returns one page of 30 issues (default values). Thus missing previous issues.
This is a problem when there are more than 30 issues (issue + pr) in the project.
The
narps_open.utils.status
is impacted in a way it doesn't produce trustful results for the pipeline status page on the wikiReproduction
Check the 2t6S pipeline on the pipeline status page on the wiki, this pipeline should be marked as
in progress
as issue #42 is still opened.Expected behavior
The
narps_open.utils.status
module should ensure to get all the issues from the project.NARPS Open Pipeline version
2589123
Operating System
NA
Softwares versions
NA
Screenshots
No response
The text was updated successfully, but these errors were encountered: