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

Schedule search attributes #2275

Merged
merged 6 commits into from
Sep 10, 2024
Merged

Schedule search attributes #2275

merged 6 commits into from
Sep 10, 2024

Commits on Aug 21, 2024

  1. Schedule search attributes (#2241)

    * Add search attributes to create schedule UI
    
    * Add search attributes to edit schedule UI
    
    * Fix search attribute inputs based on search attribute type
    
    * Add search attributes to schedule view UI
    
    * Use custom datetime input with UTC
    
    * Small UI and copy fixes
    
    * Fix attribute value to always update on attribute change
    
    * Fix label spacing and update custom search attribute table to be list instead
    
    * Update schedule advanced settings to be list
    
    * Fix search attribute view/create/update
    
    * Fix type
    
    * Add expandable prop to search attribute Accordion
    
    ---------
    
    Co-authored-by: Alex Tideman <[email protected]>
    laurakwhit and Alex-Tideman authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3c78fc4 View commit details
    Browse the repository at this point in the history
  2. Add ability to query schedules (#2272)

    * Refactor FilterSearch to component for reuse on Schedules page
    
    * Rename filter search to search attribute filter
    
    * Make schedules table headers configurable
    
    * Add back schedule name search input
    
    * Fix responsiveness
    
    * Only add starts with option to TextFilter if attribute is a Keyword
    
    * Fix empty state
    
    * update testId
    
    * Add onError callback
    
    * Remove schedule name search input
    
    * Add search attribute type map
    
    * Add ScheduleId filter option and rename table header
    
    * Use Input required prop on schedule form
    laurakwhit authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e8a7a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84c5475 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    d74690e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    758b23d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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