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

[Logs / Metrics] New Platform migration (full cutover) #54583

Merged
merged 162 commits into from
Feb 18, 2020

Commits on Jan 13, 2020

  1. Remove remaining 'ui/' imports

    - Introduces legacy singletons so that we can use core.http.fetch in the same fashion as kfetch
    - Migrates to homePlugin.featureCatalogue.register for feature registration
    - Accesses the data plugin for autocompletion via context
    - Migrate saved objects client usage to context
    - At this stage the only 'ui/' imports left are at the top level shim, prior to moving to the NP directory
    Kerry350 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    26c7747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d805286 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64c29ca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1103ba3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2d91ed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b72e3a7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a0def1f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d396ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d03a3c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e65242 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7d89358 View commit details
    Browse the repository at this point in the history
  12. Remove the legacy infra dir

    Kerry350 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0ba19ee View commit details
    Browse the repository at this point in the history
  13. Add eslint-disable-next-line @kbn/eslint/no-restricted-paths eslint r…

    …ules for public/server imports within common
    
    /common code should be refactored in a followup. Common is not for other plugins to import from, just our own internal infra code.
    Kerry350 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    edb53cc View commit details
    Browse the repository at this point in the history
  14. Unshims NP server plugin

    jasonrhodes authored and Kerry350 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    6c555d8 View commit details
    Browse the repository at this point in the history
  15. Fix plugins.home.sampleData handling (this wasn't handled in the orig…

    …inal cherry-pick commit)
    Kerry350 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    99ee9bd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9303ac6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    25fe506 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1e18bac View commit details
    Browse the repository at this point in the history
  19. Implements destructured imports for lodash methods

    Co-Authored-By: John Schulz <github.com@jfsiii.org>
    2 people authored and Kerry350 committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    6719d12 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9da401a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d098523 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    19325ec View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ede7bee View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d86cedd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    169365e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    7f9011c View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Configuration menu
    Copy the full SHA
    e8ea1bd View commit details
    Browse the repository at this point in the history
  2. Move all brand new files (that don't fall under renames) to correct l…

    …ocations from log categories merge
    Kerry350 committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    650ab64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    788586b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2295e7e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e78358a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3438cb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2020

  1. Configuration menu
    Copy the full SHA
    0e31452 View commit details
    Browse the repository at this point in the history
  2. Fix Lodash uses

    Kerry350 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    d470f1b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from jasonrhodes/Kerry350__client-and-server-np…

    …-dir-move
    
    Fixes type and path errors for NP migration
    Kerry350 authored Jan 15, 2020
    Configuration menu
    Copy the full SHA
    0dbfaba View commit details
    Browse the repository at this point in the history
  4. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Jan 15, 2020
    Configuration menu
    Copy the full SHA
    714fa61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4131e59 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e72c06c View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Configuration menu
    Copy the full SHA
    8d81d6b View commit details
    Browse the repository at this point in the history
  2. Add styles to the element handed to us from application mouting

    This mirrors the old behaviour
    Kerry350 committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    afd35b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. Configuration menu
    Copy the full SHA
    9c5b40a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2ea6c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    590c830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c4ef84 View commit details
    Browse the repository at this point in the history
  5. Fix external linking

    Kerry350 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    f382e35 View commit details
    Browse the repository at this point in the history
  6. Amend usage of qs.stringify as it doesn't match the old behaviour and…

    … make sure location is handled as part of redirect routes
    Kerry350 committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    bad43ee View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2020

  1. Configuration menu
    Copy the full SHA
    5598ff3 View commit details
    Browse the repository at this point in the history
  2. Move new files from merge

    Kerry350 committed Jan 21, 2020
    Configuration menu
    Copy the full SHA
    1e338a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0edb90 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

  1. Amend import path

    Kerry350 committed Jan 22, 2020
    Configuration menu
    Copy the full SHA
    145555a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2985910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3d6278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbed5ec View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Configuration menu
    Copy the full SHA
    b7bc983 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4533f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    daaf0d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed6e5a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f316ca View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from jasonrhodes/np-help_reinstate-legacy-infra…

    …-plugin-for-saved-object-mappings
    
    Reinstates legacy infra plugin to make saved object mappings available
    Kerry350 authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    5879c9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4382081 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc0ed82 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #5 from jasonrhodes/np-help_reinstate-legacy-infra…

    …-plugin-for-saved-object-mappings
    
    Initiates legacy plugin correctly with proper dummy config
    Kerry350 authored Jan 23, 2020
    Configuration menu
    Copy the full SHA
    bbe8436 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b5840dd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0ce1705 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2020

  1. Configuration menu
    Copy the full SHA
    9fa7a1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    513bc07 View commit details
    Browse the repository at this point in the history
  3. Add else clause

    Kerry350 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    272d21c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd159f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db3b578 View commit details
    Browse the repository at this point in the history
  6. Functional test amends

    Kerry350 committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    eab2091 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Configuration menu
    Copy the full SHA
    5d1f7f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8937728 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc1dd36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ddf7f9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    87ef535 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3493e55 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfcaaa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed87031 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    df4ccca View commit details
    Browse the repository at this point in the history
  10. Fix unit tests

    Kerry350 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    d791da3 View commit details
    Browse the repository at this point in the history
  11. Fix typing

    Kerry350 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    6a80609 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2020

  1. Configuration menu
    Copy the full SHA
    83e17e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #6 from jasonrhodes/apm-use-track-metric-hook-idea

    Fixes APM trackEvent usage in NP context
    Kerry350 authored Jan 28, 2020
    Configuration menu
    Copy the full SHA
    f5f41d7 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Jan 28, 2020
    Configuration menu
    Copy the full SHA
    3425228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2abc315 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddf7a7a View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2020

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

Commits on Jan 30, 2020

  1. Configuration menu
    Copy the full SHA
    3e1547e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    33a0fce View commit details
    Browse the repository at this point in the history
  3. Move new files

    Kerry350 committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    3769ccd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    56869ae View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Configuration menu
    Copy the full SHA
    7e5d87d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89308f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9289e49 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/client-and-server-np-dir-move' i…

    …nto np-fix-autocomplete
    Kerry350 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    6cbc6c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    871a196 View commit details
    Browse the repository at this point in the history
  6. Address typecheck failures

    (These should be retyped in the future when the plugin is fully NP migrated)
    Kerry350 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    2b59b50 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    4cc05c1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #7 from jasonrhodes/np-fix-autocomplete

    Fixes autocomplete in the new platform
    Kerry350 authored Feb 3, 2020
    Configuration menu
    Copy the full SHA
    f44415d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    b2d7cfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4243b4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba35485 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    4161c86 View commit details
    Browse the repository at this point in the history
  2. Fix i18nrc failures

    Kerry350 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    86a14ae View commit details
    Browse the repository at this point in the history
  3. Remove old legacy yarn.lock file

    Fixes node scripts/check_lockfile_symlinks --quiet check
    Kerry350 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    b508b3b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e1f2eb8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #8 from jasonrhodes/Kerry350__client-and-server-np…

    …-dir-move
    
    Updates app ids to solve routing problem when no base path is used
    Kerry350 authored Feb 4, 2020
    Configuration menu
    Copy the full SHA
    f81207e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c39d332 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    4ee33d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5c6459 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    3a1cce8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    881afe7 View commit details
    Browse the repository at this point in the history
  3. Account for edge case

    Kerry350 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    9f55d60 View commit details
    Browse the repository at this point in the history
  4. Fix feature registration based on new App IDs

    Also affects security
    Kerry350 committed Feb 6, 2020
    Configuration menu
    Copy the full SHA
    6fd1cc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    de70f2f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2020

  1. Configuration menu
    Copy the full SHA
    ef4dca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6776339 View commit details
    Browse the repository at this point in the history
  3. Temp disable test

    Kerry350 committed Feb 7, 2020
    Configuration menu
    Copy the full SHA
    46656c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2020

  1. Configuration menu
    Copy the full SHA
    c576d14 View commit details
    Browse the repository at this point in the history
  2. Amend infrastucture_spaces functional tests

    This changes the behaviour of the infrastructure_spaces functional tests to only assert that the feature is accessible in a space. The changing of the time and rendering of data is tested elsewhere. This is to workaround tests using a custom space using the "browser" timezone and not UTC.
    Kerry350 committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    63a8798 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    770339e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    755acae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2075cd1 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    bb0c158 View commit details
    Browse the repository at this point in the history
  2. Move new file

    Kerry350 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    327e480 View commit details
    Browse the repository at this point in the history
  3. Setup independent Metrics and Logs routers so that the history instan…

    …ce is prepped for ScopedHistory
    Kerry350 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    72641b2 View commit details
    Browse the repository at this point in the history
  4. Remove APP_ID use

    Kerry350 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    3f125f2 View commit details
    Browse the repository at this point in the history
  5. Add InfraAppId type

    Kerry350 committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    ea301f0 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    3d8deab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89bb3de View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    7478011 View commit details
    Browse the repository at this point in the history
  2. Remove /legacy imports from Obervability plugin to fix build failures…

    … after upstream merge
    
    We had a stray import from /legacy (which in turn tried to import from ui/np), this will fail hard now.
    Kerry350 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    e45e6ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    562cc09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e3a624 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    917d173 View commit details
    Browse the repository at this point in the history
  6. Use wrapper for mocking fetch from the KibanaContextProvider rather t…

    …han jest mocking the module
    Kerry350 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    5788aae View commit details
    Browse the repository at this point in the history
  7. Update x-pack/plugins/infra/public/components/waffle/node_context_men…

    …u.tsx
    
    Co-Authored-By: Felix Stürmer <weltenwort@users.noreply.github.com>
    Kerry350 and weltenwort authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    80ce117 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    997cf3b View commit details
    Browse the repository at this point in the history
  9. Use Number.isFinite

    Kerry350 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    5245816 View commit details
    Browse the repository at this point in the history
  10. Update x-pack/plugins/infra/public/components/logging/log_text_stream…

    …/vertical_scroll_panel.tsx
    
    Co-Authored-By: Felix Stürmer <weltenwort@users.noreply.github.com>
    Kerry350 and weltenwort authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    47b9a34 View commit details
    Browse the repository at this point in the history
  11. Update x-pack/plugins/infra/public/components/logging/log_text_stream…

    …/vertical_scroll_panel.tsx
    
    Co-Authored-By: Felix Stürmer <weltenwort@users.noreply.github.com>
    Kerry350 and weltenwort authored Feb 13, 2020
    Configuration menu
    Copy the full SHA
    de32d77 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    5342f07 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1778b3a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    98b13bc View commit details
    Browse the repository at this point in the history
  2. Fix tests

    Kerry350 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    5c21ac2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab7fea7 View commit details
    Browse the repository at this point in the history
  4. Update x-pack/plugins/infra/server/lib/log_analysis/log_entry_rate_an…

    …alysis.ts
    
    Co-Authored-By: Felix Stürmer <weltenwort@users.noreply.github.com>
    Kerry350 and weltenwort authored Feb 14, 2020
    Configuration menu
    Copy the full SHA
    ce8b37b View commit details
    Browse the repository at this point in the history
  5. Remove unused file

    Kerry350 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    2a2ec6a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'client-and-server-np-dir-move' of github.com:Kerry350/k…

    …ibana into client-and-server-np-dir-move
    Kerry350 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    c3c0621 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a92e367 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    18341a1 View commit details
    Browse the repository at this point in the history
  9. Es lint fixes

    Kerry350 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    9cbca46 View commit details
    Browse the repository at this point in the history
  10. Appease eslint

    Kerry350 committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    825ffb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    87fa820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e967ce0 View commit details
    Browse the repository at this point in the history
  3. ES lint changes

    Kerry350 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    4f939c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7678cf View commit details
    Browse the repository at this point in the history
  5. Amend tests

    Kerry350 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    1cd37c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f46a4c4 View commit details
    Browse the repository at this point in the history
  7. Account for Apollo-link bug

    Kerry350 committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    934f001 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    e437cd3 View commit details
    Browse the repository at this point in the history
  2. Improve type usages

    Kerry350 committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    5a5813a View commit details
    Browse the repository at this point in the history