Skip to content

[Feat]: Improve initial loading time for execution #32

@SarvJ1

Description

@SarvJ1

🔖 Feature description

Currently the plugin if serviceID is configured, makes 4 API calls for it to show the executions.This happens only during the first time you load the executions.

🎤 Context

Screenshot 2022-11-22 at 6 47 00 PM

  • The first API is to check for the licenses issued to the account
  • As we currently take latest 5 pipelines that have been executed for the particular service,for that we need the service name
  • So second API gets us the service name which we will use to filter and get latest 5 pipelines
  • Third API gets us the latest 5 pipelines with that particular service name
  • Fourth API gets us our executions

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions