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

Use newfeed.service config for all newsfeeds #90252

Merged
merged 3 commits into from
Feb 4, 2021

Commits on Feb 3, 2021

  1. Use newfeed.service config for all newsfeeds

    Prior to this change, the main `kibana` newsfeed would respect the
    `newsfeed.service.urlRoot` config setting, but other feeds like
    `kibana-analytics` would not. This made it difficult to test new feed
    items using a local server.
    gtback committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    773ec4e View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    dbb7585 View commit details
    Browse the repository at this point in the history
  2. Update src/plugins/newsfeed/public/plugin.tsx

    Co-authored-by: Alejandro Fernández Haro <afharo@gmail.com>
    gtback and afharo authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    98e3783 View commit details
    Browse the repository at this point in the history