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

Jobs page: advanced filtration and implemented sorting #4319

Merged
merged 67 commits into from
Feb 25, 2022

Commits on Feb 10, 2022

  1. POC implementation

    bsekachev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    1bdcf5f View commit details
    Browse the repository at this point in the history
  2. Fixed recently used list

    bsekachev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    54e3268 View commit details
    Browse the repository at this point in the history
  3. Added handling of filters query parameter for JobViewSet

    Nikita Manovich committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    8df5f58 View commit details
    Browse the repository at this point in the history
  4. Improved filtering

    bsekachev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    2a9c93b View commit details
    Browse the repository at this point in the history
  5. Fixed styles

    bsekachev committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    caefe1b View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Configuration menu
    Copy the full SHA
    0bc4804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0412355 View commit details
    Browse the repository at this point in the history
  3. Added reset button

    bsekachev committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    8f17f10 View commit details
    Browse the repository at this point in the history
  4. Adjusted styles

    bsekachev committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    048c301 View commit details
    Browse the repository at this point in the history
  5. Adjusted styles

    bsekachev committed Feb 11, 2022
    Configuration menu
    Copy the full SHA
    7ec3f6f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0121bd5 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. Added sorting prototype

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    320c08f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    893e18c View commit details
    Browse the repository at this point in the history
  3. Removed todos

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    65a7cc4 View commit details
    Browse the repository at this point in the history
  4. Added filtering HOC

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    cf1993f View commit details
    Browse the repository at this point in the history
  5. Better visibility handling

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    1de9f36 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4346d6f View commit details
    Browse the repository at this point in the history
  7. Fixed styles

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    2d0eddc View commit details
    Browse the repository at this point in the history
  8. updated default filter

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    0e241d8 View commit details
    Browse the repository at this point in the history
  9. Sorting more fields

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    696fa5e View commit details
    Browse the repository at this point in the history
  10. Updated version & changelog

    bsekachev committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    9c589a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Configuration menu
    Copy the full SHA
    db745ae View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Updated dropdowns position

    bsekachev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    4569e77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0aeb561 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'bs/advanced_filtering' of github.com:openvinotoolkit/cv…

    …at into bs/advanced_filtering
    bsekachev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8d03a0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44c2f8e View commit details
    Browse the repository at this point in the history
  5. Recent filters as a menu

    bsekachev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d1bd3a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    12508cd View commit details
    Browse the repository at this point in the history
  7. Human readable format

    bsekachev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    d1df913 View commit details
    Browse the repository at this point in the history
  8. Fixed stylelint issue

    bsekachev committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a002353 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Implemented common JsonLogicFilter and OrderingFilter.

    Nikita Manovich committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    7f35882 View commit details
    Browse the repository at this point in the history
  2. Using ternary operator

    bsekachev committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    11d1a0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14983cd View commit details
    Browse the repository at this point in the history
  4. Updated sorting component

    bsekachev committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    c4d9dcf View commit details
    Browse the repository at this point in the history
  5. Fixed cursor

    bsekachev committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    584a161 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bef44a9 View commit details
    Browse the repository at this point in the history
  7. Added search field

    bsekachev committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    4c6f73f View commit details
    Browse the repository at this point in the history
  8. Fixed styles

    bsekachev committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    d4995d3 View commit details
    Browse the repository at this point in the history
  9. Fixed an exception with organization filtering.

    Nikita Manovich committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    318b8a5 View commit details
    Browse the repository at this point in the history
  10. Fix linter issues

    Nikita Manovich committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    965c633 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    432382a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Fix search

    Marishka17 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7e1ae47 View commit details
    Browse the repository at this point in the history
  2. Add full description

    Marishka17 committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    bf0298e View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Updated headers

    bsekachev committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    01000f4 View commit details
    Browse the repository at this point in the history
  2. Merged develop

    bsekachev committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    0cd1879 View commit details
    Browse the repository at this point in the history
  3. Highlighted header

    bsekachev committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    a3af766 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e7226b View commit details
    Browse the repository at this point in the history
  5. Fixed styles

    bsekachev committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    2e1de76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e6b4e67 View commit details
    Browse the repository at this point in the history
  7. Removed duplicated selector

    bsekachev committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    d2227dd View commit details
    Browse the repository at this point in the history
  8. Fixed sorting fields with _

    bsekachev committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    91127b6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6bfe471 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1f9564a View commit details
    Browse the repository at this point in the history
  11. Add missed fields

    Marishka17 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    abd7327 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    82dd24a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    59ad812 View commit details
    Browse the repository at this point in the history
  14. Merge develop

    Marishka17 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    129b17d View commit details
    Browse the repository at this point in the history
  15. Fix test

    Marishka17 committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    46fe554 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    022a489 View commit details
    Browse the repository at this point in the history
  2. Jobs previews

    bsekachev committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    8eba786 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e1c508 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2c327b View commit details
    Browse the repository at this point in the history
  5. Fixed core test

    bsekachev committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    59a4a32 View commit details
    Browse the repository at this point in the history
  6. Fix filter for membership

    Marishka17 committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    c7f26fa View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    401fbd0 View commit details
    Browse the repository at this point in the history
  2. small fix

    Marishka17 committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    bcc7008 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c52da View commit details
    Browse the repository at this point in the history