Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(DNM) Run Page: Testing performance improvements #75

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Jun 14, 2024

  1. paddles.d.ts: Add 'RunWithJobs' interface

    Do not process jobs when loading RunList.
    This might improve the load time of run page.
    
    Only need to process jobs for 'useRun' query
    for JobList.
    
    Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
    VallariAg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    583ac7b View commit details
    Browse the repository at this point in the history
  2. components/RunList: Disable showColumnFilters in initial state

    Signed-off-by: Vallari Agrawal <val.agl002@gmail.com>
    VallariAg committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    9c7543b View commit details
    Browse the repository at this point in the history