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

[Newsfeed] UI plugin for Kibana #49579

Merged
merged 88 commits into from
Nov 13, 2019
Merged

[Newsfeed] UI plugin for Kibana #49579

merged 88 commits into from
Nov 13, 2019

Commits on Oct 28, 2019

  1. Configuration menu
    Copy the full SHA
    14c027f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc7bcd View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    c1b5e12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b78a9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    17503cc View commit details
    Browse the repository at this point in the history
  4. Moved newsfeed plugin to OSS and added for the styles purpose new fol…

    …der for legacy plugin 'newsfeed' with the same id to support this
    YulNaumenko committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    55445b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Configuration menu
    Copy the full SHA
    229126b View commit details
    Browse the repository at this point in the history
  2. Add NewsfeedApiDriver class (#49710)

    * add NewsfeedApiDriver class
    
    * fix xpack prefix
    tsullivan authored Oct 30, 2019
    Configuration menu
    Copy the full SHA
    8561c1e View commit details
    Browse the repository at this point in the history
  3. add corner case handling

    tsullivan committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c5a9d12 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    993af30 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6651c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c329bb1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dcbbc5e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4cec01 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ebdd42d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2794cf5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d4e908c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f3e2841 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca46b3a View commit details
    Browse the repository at this point in the history
  14. Fixed typos issues

    YulNaumenko committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    c0f20be View commit details
    Browse the repository at this point in the history
  15. integrate i18n.getLocale()

    tsullivan committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    bb0f1d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f2920fb View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0996836 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5f8cff5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    01c214b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cad0561 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    bc90e7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2c07ada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ee4151 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09b3958 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f6d8c01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4295f62 View commit details
    Browse the repository at this point in the history
  7. simplify modelItems

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d790dac View commit details
    Browse the repository at this point in the history
  8. Fixed eslint errors

    YulNaumenko committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    d4c1627 View commit details
    Browse the repository at this point in the history
  9. Fixed label translations

    YulNaumenko committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    286712d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbed395 View commit details
    Browse the repository at this point in the history
  11. add newsfeed to i18n.json

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    2e9c9fe View commit details
    Browse the repository at this point in the history
  12. Fixed expression error

    YulNaumenko committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    3ecaa70 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cd351ea View commit details
    Browse the repository at this point in the history
  14. Merge remote-tracking branch 'upstream/master' into newsfeed_system_ui

    # Conflicts:
    #	.i18nrc.json
    YulNaumenko committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    469df39 View commit details
    Browse the repository at this point in the history
  15. --wip-- [skip ci]

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    0fb4ff7 View commit details
    Browse the repository at this point in the history
  16. fix parse error

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ae2d96e View commit details
    Browse the repository at this point in the history
  17. fix test

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    ad97e1d View commit details
    Browse the repository at this point in the history
  18. test(newsfeed): Added testing endpoint which simulates the Elastic Ne…

    …wsfeed for consumption in functional tests
    gmmorris committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    3b56a69 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3f02bd6 View commit details
    Browse the repository at this point in the history
  20. add tests for getApi()

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    bee3894 View commit details
    Browse the repository at this point in the history
  21. add tests for getApi

    tsullivan committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    2428828 View commit details
    Browse the repository at this point in the history
  22. Added no news page

    YulNaumenko committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    b001961 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4331261 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2cede99 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    074b1e9 View commit details
    Browse the repository at this point in the history
  26. test(newsfeed): Added testing endpoint which simulates the Elastic Ne…

    …wsfeed for consumption in functional tests
    gmmorris committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    c396648 View commit details
    Browse the repository at this point in the history
  27. Added loading screen

    YulNaumenko committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    6e175e5 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    67a81b2 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f0daf99 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    4a98ec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    374bd5c View commit details
    Browse the repository at this point in the history
  3. Fixed browser error message: Invariant Violation: [React Intl] Could …

    …not find required `intl` object. <IntlProvider> needs to exist in the component ancestry.
    YulNaumenko committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    e858d4c View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

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

Commits on Nov 4, 2019

  1. polish the code changes

    tsullivan committed Nov 4, 2019
    Configuration menu
    Copy the full SHA
    dc5fb6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4dfd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad7960 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2019

  1. honor utc format

    tsullivan committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    6dc0ffd View commit details
    Browse the repository at this point in the history
  2. Filter pre-published items

    tsullivan committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    a6fab7c View commit details
    Browse the repository at this point in the history
  3. Fall back to en

    tsullivan committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    364cad0 View commit details
    Browse the repository at this point in the history
  4. retry tests

    tsullivan committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    6eef2df View commit details
    Browse the repository at this point in the history
  5. comment clarfication

    tsullivan committed Nov 7, 2019
    Configuration menu
    Copy the full SHA
    9949b76 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

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

Commits on Nov 12, 2019

  1. Configuration menu
    Copy the full SHA
    a77b64a View commit details
    Browse the repository at this point in the history
  2. valid urlroot is for prod

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    7d6b271 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c067b27 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    748919e View commit details
    Browse the repository at this point in the history
  5. more urlRoot

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    3ab5eb7 View commit details
    Browse the repository at this point in the history
  6. --wip-- [skip ci]

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8c2cd8d View commit details
    Browse the repository at this point in the history
  7. add the before for fn

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    705ac83 View commit details
    Browse the repository at this point in the history
  8. update jest snapshot

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    2c92aa6 View commit details
    Browse the repository at this point in the history
  9. add ui_capabilties test

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    db1e692 View commit details
    Browse the repository at this point in the history
  10. Fixed failing test

    YulNaumenko committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    15814a3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e55b94b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf64690 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c9449a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    446657a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e430554 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2c68980 View commit details
    Browse the repository at this point in the history
  17. code polish

    tsullivan committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    ff82850 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    eeff602 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c63eed2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. Merge remote-tracking branch 'upstream/master' into newsfeed_system_ui

    # Please enter a commit message to explain why this merge is necessary,
    # especially if it merges an updated upstream into a topic branch.
    #
    # Lines starting with '#' will be ignored, and an empty message aborts
    # the commit.
    YulNaumenko committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    a61b155 View commit details
    Browse the repository at this point in the history