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

REST API: Review supported sort values for GET /ras/runs #2011

Open
4 tasks
eamansour opened this issue Sep 30, 2024 · 0 comments
Open
4 tasks

REST API: Review supported sort values for GET /ras/runs #2011

eamansour opened this issue Sep 30, 2024 · 0 comments
Labels
6-Ecosystem Ecosystem/Automation system issues good first issue Good for newcomers

Comments

@eamansour
Copy link
Member

Story

As a Galasa REST API user, I want the API server to sort runs by runname, so that I can display retrieved runs in the order I desire.

Background

The /ras/runs endpoint only allows sorting by from (queued time), to (end time), result, and testclass. There are other fields that we currently don't allow sorting by, including the runname field. It would make sense to support sorting by this field along with any others that we're able to query by (see https://rest.galasa.dev/#api-ResultArchiveStoreAPI-getRasSearchRuns).

Tasks

  • Extend the supported sort values in the /ras/runs endpoint to allow sorting by:
    • runname
    • requestor
    • Any others?
@eamansour eamansour added good first issue Good for newcomers 6-Ecosystem Ecosystem/Automation system issues labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6-Ecosystem Ecosystem/Automation system issues good first issue Good for newcomers
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant