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

Ingest Node Pipelines UI #62321

Merged
merged 33 commits into from
Apr 30, 2020
Merged

Ingest Node Pipelines UI #62321

merged 33 commits into from
Apr 30, 2020

Commits on Apr 3, 2020

  1. initial plugin setup

    alisonelizabeth committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    c19382d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. add smoke test

    alisonelizabeth committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    bf94f1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e24165e View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2020

  1. Configuration menu
    Copy the full SHA
    b0bb193 View commit details
    Browse the repository at this point in the history
  2. fix license check

    alisonelizabeth committed Apr 6, 2020
    Configuration menu
    Copy the full SHA
    5a536bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef2f1ab View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

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

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    7de73c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac0ac2b View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2020

  1. List pipelines (#62785)

    * First iteration of ingest table
    
    * Add action placeholders
    
    * Refactor list and address PR feedback
    
    Refactored the list into smaller pieces and assemble in main.tsx
    
    Also addressed feedback on copy, removed unused notifications dep
    
    * WiP on flyout
    
    Showing name in title
    
    * Add reload button
    
    * Finish first version of flyout
    
    * Slight update to copy
    
    * `delete` -> `edit`
    
    * Address PR feedback
    
    Copy and a11y updates
    
    * Add on failure JSON to flyout if it is available
    
    * Add details json block file and remove ununsed import
    
    Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
    jloleysens and elasticmachine authored Apr 9, 2020
    Configuration menu
    Copy the full SHA
    699ebef View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. Configuration menu
    Copy the full SHA
    92b3f21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    993d065 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

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

Commits on Apr 20, 2020

  1. Configuration menu
    Copy the full SHA
    8d18877 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e7d776 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ffaeda View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Merge branch 'master' of github.com:elastic/kibana into feature/inges…

    …t-node-pipelines
    
    * 'master' of github.com:elastic/kibana: (32 commits)
      Move authz lib out of snapshot restore (#63947)
      Migrate vis_type_table to kibana/new platform  (#63105)
      Enable include/exclude in Terms agg for numeric fields (#59425)
      follow conventions for saved object definitions (#63571)
      [Docs]Adds saved object key setting to load balancing kib instances (#63935)
      kbn/config-schema: Consider maybe properties as optional keys in ObjectType (#63838)
      Fix page layouts, clean up unused code (#63992)
      [SIEM] Adds recursive exact key checks for validation and formatter
      [Maps] Migrate remaining maps client files to NP (except routi… (#63859)
      [Maps] Do not fetch geo_shape from docvalues (#63997)
      Vega doc changes (#63889)
      [Metrics UI] Reorganize file layout for Metrics UI (#60049)
      Add sub-menus to Resolver node (for 75% zoom) (#63476)
      [FTR] Add test suite metrics tracking/output (#62515)
      [ML] Fixing single metric viewer page padding (#63839)
      [Discover] Allow user to generate a report after saving a modified saved search (#63623)
      [Reporting] Config flag to escape formula CSV values (#63645)
      [Metrics UI] Remove remaining field filtering (#63398)
      [Maps] fix date labels (#63909)
      [TSVB] Use default Kibana palette for split series (#62241)
      ...
    jloleysens committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2c340b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. [Ingest Node Pipelines] Clone Pipeline (#64049)

    * First iteration of clone functionality
    
    Wired up for both the list table and the details flyout in the
    list section.
    
    * satisfy eslint
    
    * Turn on sorting for the list table
    
    * Clean up const declarations
    
    * Address PR feedback
    
    Sentence-casify and update some other copy.
    
    * Mark edit and delete as primary actions in list table
    
    * Handle URI encoded chars in pipeline name when cloning
    jloleysens authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    34cb91a View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. [Ingest node pipelines] Privileges (#63850)

    * Create privileges check for ingest pipelines app
    
    Also moved the public side logic for checking and rendering
    privilege related messages to es_ui_shared/public following the
    new __packages_do_not_import__ convention.
    
    * Add ,
    
    * Fix import paths
    
    * Address PR feedback
    
    Fix i18n strings (remove reference to snapshot and restore) and
    fix copy referencing snapshot and restore - all copy-pasta errors.
    
    Also remove unused field from missing privileges object.
    
    * Fix issue from resolving merge conflicts
    
    * Add missing app privilege
    
    * Use non-deprecated privilige name
    jloleysens authored Apr 23, 2020
    Configuration menu
    Copy the full SHA
    eba5305 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

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

Commits on Apr 25, 2020

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

Commits on Apr 27, 2020

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

Commits on Apr 28, 2020

  1. [Ingest Node Pipelines] Show flyout after editing or creating a pipel…

    …ine (#64409)
    
    * Show flyout after editing or creating a pipeline
    
    * JSX comment
    
    * Show not found flyout
    
    Copied from CCR
    
    * update not found flyout and fix behavior when viewing details from table
    
    * Reset pipeline name in URI when closing flyout
    
    * Remove encodeURI
    
    Already using encodingURIComponent for unsafe string.
    
    Co-authored-by: Alison Goryachev <alisonmllr20@gmail.com>
    jloleysens and alisonelizabeth authored Apr 28, 2020
    Configuration menu
    Copy the full SHA
    6dbdf06 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

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

    alisonelizabeth committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    5643419 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3a16f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7010b9e View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. Configuration menu
    Copy the full SHA
    3c4353f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c298d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5bbb9fc View commit details
    Browse the repository at this point in the history
  4. remove unused import

    alisonelizabeth committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    dd93b11 View commit details
    Browse the repository at this point in the history