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

Added filters and sorting options for job list, added tooltip for tasks filters #3030

Merged
merged 5 commits into from
Mar 31, 2021

Conversation

bsekachev
Copy link
Member

@bsekachev bsekachev commented Mar 30, 2021

Motivation and context

Resolved #2959
Screenshot from 2021-03-30 10-17-58

Screenshot from 2021-03-30 10-17-47

How has this been tested?

Manual testing

Checklist

License

  • I submit my code changes under the same MIT License that covers the project.
    Feel free to contact the maintainers if that's a concern.
  • I have updated the license header for each file (see an example below)
# Copyright (C) 2021 Intel Corporation
#
# SPDX-License-Identifier: MIT

@bsekachev
Copy link
Member Author

Hi @dvkruchinin

We need some tests to cover different cases of using filters and sorting for job list:

  • be sure that filter lists contain all the possible options
  • try to combine different filters (for example reviewer + assignee + status)
  • try sortings
  • try to combine filters and sortings
  • etc.

@dvkruchinin
Copy link
Contributor

Hi @bsekachev

We need some tests to cover different cases of using filters and sorting for job list:

Such a test will be prepared.

@coveralls
Copy link

coveralls commented Mar 30, 2021

Coverage Status

Coverage remained the same at 74.97% when pulling dbc71c7 on bs/added_filters_sorting into 691ed65 on develop.

@bsekachev bsekachev merged commit 8f426ab into develop Mar 31, 2021
@nstolyarov nstolyarov mentioned this pull request Mar 31, 2021
2 tasks
@bsekachev bsekachev deleted the bs/added_filters_sorting branch March 31, 2021 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filters and sorting for jobs and tasks
4 participants