Giter Club home page Giter Club logo

Comments (2)

thsaravana avatar thsaravana commented on August 29, 2024

So there are multiple reasons why this won't be possible.

  1. The limit in TaskManager.getIssues() is not for the entire issues list, but for individual Repository. So if the Limit=5, this does not mean we will get 5 issues, but rather depends on the number of repositories connected. If 4 repositories are connected, then we would get 5*4=20 issues.
  2. limit is implemented only in few repositories. GitHub doesn't honor the limit parameter. What it does is Return everything. See the GitHubRepository.java for more information.

So the ideal way here is to load all OPEN issues. This is bad, but the only possible way with the current TASK MANAGEMENT plugin implementation.

from issue-tracker-idea-plugin.

thsaravana avatar thsaravana commented on August 29, 2024

a1a833f

  • Show only Closed issues
  • Show 100 issues (this might return all issues) in the initial load
  • Also show all issues when Refresh.
    for more info on why we do this way, refer the corresponding Issue.

from issue-tracker-idea-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.