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

New nav #64018

Merged
merged 54 commits into from
May 6, 2020
Merged

New nav #64018

merged 54 commits into from
May 6, 2020

Commits on Apr 22, 2020

  1. Fix height calc to use correct EUI variable

    MichaelMarcialis authored and Michail Yasonik committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    3aaeefe View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. collapsible nav

    Michail Yasonik committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    b315034 View commit details
    Browse the repository at this point in the history
  2. fixing PR feedback

    Michail Yasonik committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    23eeebc View commit details
    Browse the repository at this point in the history
  3. updated category public api

    Michail Yasonik committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    90e537b View commit details
    Browse the repository at this point in the history
  4. fixing first few tests

    Michail Yasonik committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    ebfa324 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. undoing visualize->visualization library naming

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    84b3f2b View commit details
    Browse the repository at this point in the history
  2. move recently viewed to the top

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    91fcde6 View commit details
    Browse the repository at this point in the history
  3. hotfix apps sometimes displaying a scrollbar

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    b35eacc View commit details
    Browse the repository at this point in the history
  4. fix euiBottomBar width calculation

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    811cde3 View commit details
    Browse the repository at this point in the history
  5. translation file fix

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    7b8a016 View commit details
    Browse the repository at this point in the history
  6. displaying links without a category

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    ea92cd7 View commit details
    Browse the repository at this point in the history
  7. more test fixed

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    2875a35 View commit details
    Browse the repository at this point in the history
  8. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    affb4d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2020

  1. Revert "fix euiBottomBar width calculation"

    This reverts commit 811cde3.
    Michail Yasonik committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    d1259c5 View commit details
    Browse the repository at this point in the history
  2. better todo naming

    Michail Yasonik committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    2f3a1cf View commit details
    Browse the repository at this point in the history
  3. safely migrate bottomBar width to new nav widths

    Michail Yasonik committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    aec8305 View commit details
    Browse the repository at this point in the history
  4. addressing feedback from @pgayvallet

    Michail Yasonik committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    27531e6 View commit details
    Browse the repository at this point in the history
  5. fix visualization full screen issues

    Michail Yasonik committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    86fb664 View commit details
    Browse the repository at this point in the history
  6. fixing more tests

    Michail Yasonik committed Apr 27, 2020
    Configuration menu
    Copy the full SHA
    bbb0a33 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2020

  1. fixing painless lab bottombar popover

    Michail Yasonik committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    04fea87 View commit details
    Browse the repository at this point in the history
  2. pass onclick to nav items without category

    Michail Yasonik committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9591a6f View commit details
    Browse the repository at this point in the history
  3. documenting category id and getNavType

    Michail Yasonik committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    9568d18 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    31eec3e View commit details
    Browse the repository at this point in the history
  5. fixing more tests

    Michail Yasonik committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    7c16e3a View commit details
    Browse the repository at this point in the history
  6. fixing width overflow with legacy nav

    MichaelMarcialis authored and Michail Yasonik committed Apr 28, 2020
    Configuration menu
    Copy the full SHA
    1f84027 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. additional test fixes

    Michail Yasonik committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    21e6255 View commit details
    Browse the repository at this point in the history
  2. updating EUI to 22.3.1

    Michail Yasonik committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    4891ee9 View commit details
    Browse the repository at this point in the history
  3. fixing more tests...

    Michail Yasonik committed Apr 29, 2020
    Configuration menu
    Copy the full SHA
    421e687 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2020

  1. fixing jest + a11y tests

    Michail Yasonik committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    1cc0fb5 View commit details
    Browse the repository at this point in the history
  2. fixing more jest + a11y tests

    Michail Yasonik committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    283d9d0 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    216cac8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    975b08c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4bc97a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86f7830 View commit details
    Browse the repository at this point in the history
  7. jest + a11y tests fixes

    Michail Yasonik committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    797dfa9 View commit details
    Browse the repository at this point in the history
  8. fixing plugin categories

    Michail Yasonik committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    757df00 View commit details
    Browse the repository at this point in the history
  9. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    dbb49a0 View commit details
    Browse the repository at this point in the history
  10. fixing the last remaining tests, I hope

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

Commits on May 1, 2020

  1. fixing discvoer test failure

    Michail Yasonik committed May 1, 2020
    Configuration menu
    Copy the full SHA
    bf1b6ee View commit details
    Browse the repository at this point in the history

Commits on May 5, 2020

  1. implementing PR feedback and adding basic test coverage

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    1fe8bb9 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    08d83d5 View commit details
    Browse the repository at this point in the history
  3. fixing schema failure

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    db25a51 View commit details
    Browse the repository at this point in the history
  4. fixing canvas category type

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    7c61b6c View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    d7f1ba1 View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    ca23f13 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    2d57e30 View commit details
    Browse the repository at this point in the history
  8. attempting to fix a merge conflict

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    96bf7c0 View commit details
    Browse the repository at this point in the history
  9. fixing react types because yarn is having a hard time

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    5dbc9c8 View commit details
    Browse the repository at this point in the history
  10. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    153cf49 View commit details
    Browse the repository at this point in the history
  11. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    a947add View commit details
    Browse the repository at this point in the history
  12. fix DEFAULT_APP_CATEGORIES import

    Michail Yasonik committed May 5, 2020
    Configuration menu
    Copy the full SHA
    485a4ee View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. update public api

    Michail Yasonik committed May 6, 2020
    Configuration menu
    Copy the full SHA
    02dac24 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 6, 2020
    Configuration menu
    Copy the full SHA
    4690a2f View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'upstream/master' into new-nav

    Michail Yasonik committed May 6, 2020
    Configuration menu
    Copy the full SHA
    9c98447 View commit details
    Browse the repository at this point in the history