Skip to content

Reduce the number of requests #156

@beslst

Description

@beslst

At the moment, for every package we do

  • resolve package
  • get package version
  • get latest package version
  • do the same for every dependency

what it should be like

  • resolve package
  • get package version > skip if resolved package is the one we need, resolve has to return the same info as package version though
  • get latest package version > do not do this, instead add latest package version to output of resolve package
  • do the same for every dependency

so the happy path is 1 request per package, instead of always 3.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions