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 partial support of advanced input transformations (ingest) #220

Merged
merged 10 commits into from
Jul 18, 2024

Commits on Jul 16, 2024

  1. Add ML processor inputs component; add simple/advanced toggle; remove…

    … unnecessary data from ml processor ui config;
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4a840ff View commit details
    Browse the repository at this point in the history
  2. Set up baseline modals; set up stub for fetching ingest input

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    24afc14 View commit details
    Browse the repository at this point in the history
  3. Set up conversion fns

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0083b1a View commit details
    Browse the repository at this point in the history
  4. Get valid simulate API JSON body complete

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fbff5d7 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Onboard simulate pipeline API; integrate and get working in UI

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e4acea0 View commit details
    Browse the repository at this point in the history
  2. Add bulk api; refactor ingest to use bulk api; support multi-doc simu…

    …lation;
    
    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    042f3d3 View commit details
    Browse the repository at this point in the history
  3. Update defaults/wording around ingest docs being an array

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b4abd93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f728c18 View commit details
    Browse the repository at this point in the history
  5. fix multi-processor editing preceding processor bug

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    8e5f6fd View commit details
    Browse the repository at this point in the history
  6. Remove radio; other minor visual updates

    Signed-off-by: Tyler Ohlsen <[email protected]>
    ohltyler committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b1797c8 View commit details
    Browse the repository at this point in the history