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

Search by tags in pending and completed jobs #1513

Closed

Commits on Nov 2, 2024

  1. Add job tag handling for pending and completed jobs

    Introduced listeners to handle job tags for pending and completed jobs, and updated controllers to support tag-based filtering of jobs. Added tests to verify the functionality of these new features.
    mvd81 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    e8af36e View commit details
    Browse the repository at this point in the history
  2. Restrict search bar visibility for silenced jobs

    Added a condition to hide the search bar when viewing silenced jobs in the recent jobs component. This change ensures the UI remains uncluttered and contextually relevant based on the job type displayed.
    mvd81 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    8a460ae View commit details
    Browse the repository at this point in the history
  3. Refactor code for consistency and formatting

    Standardize formatting by adjusting whitespace and quotation styles across multiple files. This includes adding spaces in conditional statements, aligning parameter annotations, and ensuring consistent object literals formatting in test cases.
    mvd81 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    2044e92 View commit details
    Browse the repository at this point in the history
  4. Refactor code for consistency and formatting

    Standardize formatting by adjusting whitespace and quotation styles across multiple files. This includes adding spaces in conditional statements, aligning parameter annotations, and ensuring consistent object literals formatting in test cases.
    mvd81 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    0aa7558 View commit details
    Browse the repository at this point in the history
  5. Refactor code for consistency and formatting

    Standardize formatting by adjusting whitespace and quotation styles across multiple files. This includes adding spaces in conditional statements, aligning parameter annotations, and ensuring consistent object literals formatting in test cases.
    mvd81 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    be08432 View commit details
    Browse the repository at this point in the history
  6. Refactor code for consistency and formatting

    Standardize formatting by adjusting whitespace and quotation styles across multiple files. This includes adding spaces in conditional statements, aligning parameter annotations, and ensuring consistent object literals formatting in test cases.
    mvd81 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    37d9ad8 View commit details
    Browse the repository at this point in the history