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

Add namespace, before, and after to search endpoint #2556

Merged
merged 9 commits into from
Sep 14, 2023

Commits on Jul 28, 2023

  1. Add namespace and after query params

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    c568a13 View commit details
    Browse the repository at this point in the history
  2. continued: Add namespace and after query params

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    04f6a46 View commit details
    Browse the repository at this point in the history
  3. continued: Add namespace and after query params

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    71e5e5b View commit details
    Browse the repository at this point in the history
  4. Add before query param to search

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b5b39ee View commit details
    Browse the repository at this point in the history
  5. Add namespace, before, and after to searchAPI (#2553)

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    98638e4 View commit details
    Browse the repository at this point in the history
  6. Add namespace, before and after to SearchDao (#2555)

    Add support for the following parameters in the SearchDao:
    * `namespace` - match jobs or datasets within the given namespace.
    * `before` - match jobs or datasets before YYYY-MM-DD.
    * `after` - match jobs or datasets after YYYY-MM-DD.
    
    Relates to issue: #2550
    
    Signed-off-by: Tatiana Al-Chueyr <[email protected]>
    Co-authored-by: Willy Lulciuc <[email protected]>
    tatiana and wslulciuc authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    1d77616 View commit details
    Browse the repository at this point in the history
  7. Enforce YYYY-MM-DD for query params

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    a36d38d View commit details
    Browse the repository at this point in the history
  8. Use YYYY-MM-DD as LocalDate

    Signed-off-by: wslulciuc <[email protected]>
    wslulciuc committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5e22817 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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