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

Display node 75% view submenus #64121

Merged
merged 81 commits into from
May 18, 2020
Merged

Display node 75% view submenus #64121

merged 81 commits into from
May 18, 2020

Commits on Apr 21, 2020

  1. cleanup: move submenus into a general component

    Brent Kimmel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    c4ab6e2 View commit details
    Browse the repository at this point in the history
  2. remove unnecessary useState import

    Brent Kimmel committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    cfd95e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. referral for help

    Brent Kimmel committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    2c7b279 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Use EUISelectable for options list

    Brent Kimmel committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    5aef930 View commit details
    Browse the repository at this point in the history
  2. adding EUISelectable

    Brent Kimmel committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    8ea107d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. user-select off to fix bug Jonny found

    Brent Kimmel committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    ab58823 View commit details
    Browse the repository at this point in the history
  2. Revert "user-select off to fix bug Jonny found"

    This reverts commit ab58823.
    Brent Kimmel committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    42c9a3b View commit details
    Browse the repository at this point in the history
  3. straighten corners on menu open to match mocks

    Brent Kimmel committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    f166d6d View commit details
    Browse the repository at this point in the history
  4. adding type information for related events

    Brent Kimmel committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    6cb887b View commit details
    Browse the repository at this point in the history
  5. refine type information for related events

    Brent Kimmel committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    36fe414 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. Node option submenus take waiting prop

    Brent Kimmel committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    2429b4b View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into resolver/lay-in-s…

    …ubmenu-options
    Brent Kimmel committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    41f4a79 View commit details
    Browse the repository at this point in the history
  3. merge upstream

    Brent Kimmel committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    8c454d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. stub selector for related events

    Brent Kimmel committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    747cd6e View commit details
    Browse the repository at this point in the history
  2. provision component with selected relatedEvents

    Brent Kimmel committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    72665e0 View commit details
    Browse the repository at this point in the history
  3. shape reducder

    Brent Kimmel committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    a98cd7a View commit details
    Browse the repository at this point in the history
  4. adjust reducer for consistency

    Brent Kimmel committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    6e75074 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. adding request logic to middleware

    Brent Kimmel committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    5529b7e View commit details
    Browse the repository at this point in the history
  2. investigating problems with /events and CLI

    Brent Kimmel committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    29e0018 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. pulling through selector

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c7c22bf View commit details
    Browse the repository at this point in the history
  2. test rendering in component

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    5631113 View commit details
    Browse the repository at this point in the history
  3. cleanup unused

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    e8d48db View commit details
    Browse the repository at this point in the history
  4. more cleanup

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    01ea4a1 View commit details
    Browse the repository at this point in the history
  5. cleanup action

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c64d990 View commit details
    Browse the repository at this point in the history
  6. fix submenu options typings

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    c7edee7 View commit details
    Browse the repository at this point in the history
  7. move utility function off and seal it

    Brent Kimmel committed May 6, 2020
    Configuration menu
    Copy the full SHA
    2d1b3f2 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. fix middleware types

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    4ad185d View commit details
    Browse the repository at this point in the history
  2. adjust model to return Process

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    de039bf View commit details
    Browse the repository at this point in the history
  3. K Qualters review: change action name

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ffdb41f View commit details
    Browse the repository at this point in the history
  4. lint

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    3a6314b View commit details
    Browse the repository at this point in the history
  5. Add error handling

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    12af60b View commit details
    Browse the repository at this point in the history
  6. cleanup reducer

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ecf85db View commit details
    Browse the repository at this point in the history
  7. document selector

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    84ffd8b View commit details
    Browse the repository at this point in the history
  8. adding comments to types

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    7fc4d0b View commit details
    Browse the repository at this point in the history
  9. linting

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    8c46844 View commit details
    Browse the repository at this point in the history
  10. use built-in EUI loading indicator

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f1863c5 View commit details
    Browse the repository at this point in the history
  11. linting

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    0620a86 View commit details
    Browse the repository at this point in the history
  12. node cleanup

    Brent Kimmel committed May 8, 2020
    Configuration menu
    Copy the full SHA
    ea3aa85 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. add related category select action

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    4842833 View commit details
    Browse the repository at this point in the history
  2. Move submenu to import to clear up event_dot

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    03237e6 View commit details
    Browse the repository at this point in the history
  3. 18n format for number

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    1d09e38 View commit details
    Browse the repository at this point in the history
  4. add comments to submenu

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    7395f6d View commit details
    Browse the repository at this point in the history
  5. add related alerts action

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    ea0c436 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e1d5cc9 View commit details
    Browse the repository at this point in the history
  7. lint selector

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    211df54 View commit details
    Browse the repository at this point in the history
  8. D Plumlee review: remove unnecessary bindings to type

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    e2d87f4 View commit details
    Browse the repository at this point in the history
  9. D Plumlee review: remove comments

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    fe22f98 View commit details
    Browse the repository at this point in the history
  10. add comments to relatedEventOptions breakouts

    Brent Kimmel committed May 11, 2020
    Configuration menu
    Copy the full SHA
    c0bcc25 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2020

  1. R Austin review: move logic from reducer to selector

    Brent Kimmel committed May 12, 2020
    Configuration menu
    Copy the full SHA
    e375fa7 View commit details
    Browse the repository at this point in the history
  2. linting

    Brent Kimmel committed May 12, 2020
    Configuration menu
    Copy the full SHA
    eaea02e View commit details
    Browse the repository at this point in the history
  3. D Plumlee / R Austin review: i18n for event categories

    Brent Kimmel committed May 12, 2020
    Configuration menu
    Copy the full SHA
    7bb0c30 View commit details
    Browse the repository at this point in the history
  4. lint resolver node

    Brent Kimmel committed May 12, 2020
    Configuration menu
    Copy the full SHA
    ae14c1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a4819c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. R Austin review: Move category display names to view

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    7b8aa36 View commit details
    Browse the repository at this point in the history
  2. R Austin review: remove all symbols

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    e019815 View commit details
    Browse the repository at this point in the history
  3. R Austin review: refactor memos for clarity

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2d7523a View commit details
    Browse the repository at this point in the history
  4. add comment

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    17dfe3c View commit details
    Browse the repository at this point in the history
  5. K Qualters review: destructure arguments

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2413c93 View commit details
    Browse the repository at this point in the history
  6. K Qualters review: add more ECS event types to Map

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    d08f414 View commit details
    Browse the repository at this point in the history
  7. add comments for clarification

    Brent Kimmel committed May 13, 2020
    Configuration menu
    Copy the full SHA
    2f90697 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    848f659 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    70fa593 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    66fc653 View commit details
    Browse the repository at this point in the history
  2. R Austin review: Call i18n with static values

    Brent Kimmel committed May 14, 2020
    Configuration menu
    Copy the full SHA
    235ebd5 View commit details
    Browse the repository at this point in the history
  3. D Plumlee review: remove reselect call from selector where it's not n…

    …eeded
    Brent Kimmel committed May 14, 2020
    Configuration menu
    Copy the full SHA
    080e112 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e03a25 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f39f4cd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Configuration menu
    Copy the full SHA
    78b0531 View commit details
    Browse the repository at this point in the history
  2. R Austin review: undo Memos, add comments

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    f601477 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/resolver/lay-in-submenu-options'…

    … into resolver/lay-in-submenu-options
    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    3d52b8c View commit details
    Browse the repository at this point in the history
  4. R Austin review: adjust type on submenu for readability

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    1985a31 View commit details
    Browse the repository at this point in the history
  5. R Austin review: move selectable options to state hook

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    91f2bd6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c05de64 View commit details
    Browse the repository at this point in the history
  7. R Austin review: add comments, move testing instantiation

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    5bb0411 View commit details
    Browse the repository at this point in the history
  8. R Austin review: remove unnecessary type check

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7e85044 View commit details
    Browse the repository at this point in the history
  9. R Austin review: direct return

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    c06da13 View commit details
    Browse the repository at this point in the history
  10. R Austin review: Add comments to actions

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    e742cce View commit details
    Browse the repository at this point in the history
  11. R Austin review: change payload for failed action

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    fe978f6 View commit details
    Browse the repository at this point in the history
  12. R Austin review: More specific related type?

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    7750c97 View commit details
    Browse the repository at this point in the history
  13. R Austin review: Remove Error construction

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    9e07c11 View commit details
    Browse the repository at this point in the history
  14. R Austin review: mark relatedEventInfo non-optional

    Brent Kimmel committed May 18, 2020
    Configuration menu
    Copy the full SHA
    002d631 View commit details
    Browse the repository at this point in the history