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

Re-set default index pattern in navigateToApp #8125

Merged
merged 9 commits into from
Aug 30, 2016

Commits on Aug 30, 2016

  1. Work-around elastic#7496 and/or elastic#7055 by re-setting default in…

    …dex pattern
    LeeDr committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    e2b7aea View commit details
    Browse the repository at this point in the history
  2. return promise from updateConfigDoc

    LeeDr committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    6c668d7 View commit details
    Browse the repository at this point in the history
  3. remove config.set() call to avoid race

    Several tests have been failing recently with "Error: Unexpected request: POST /api/kibana/settings/shortDots:enable, No more request expected" which seems to be caused by the field chooser tests calling `config.set('shortDots:enable', origValue)` in the test cleanup task. Rather than investigate it further I avoided the need to call `config.set()` by stubbing the `config.get()` method.
    spalger committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    a1fb323 View commit details
    Browse the repository at this point in the history
  4. Merge pull request elastic#8123 from spalger/fix/configRaceInTests

    remove config.set() call to avoid race
    epixa authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    401dea9 View commit details
    Browse the repository at this point in the history
  5. Changed required field data pane width and increased window width for…

    … changes in side bar.
    LeeDr committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    4bc86f4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request elastic#8127 from LeeDr/fixSideFieldBarExpandCollapse

    Changed required field data pane width and increased window width for…
    epixa authored Aug 30, 2016
    Configuration menu
    Copy the full SHA
    132dbdf View commit details
    Browse the repository at this point in the history
  7. Work-around elastic#7496 and/or elastic#7055 by re-setting default in…

    …dex pattern
    LeeDr committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    4cad856 View commit details
    Browse the repository at this point in the history
  8. return promise from updateConfigDoc

    LeeDr committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    a66fc9d View commit details
    Browse the repository at this point in the history
  9. Merge branch 'defaultIndexPattern7496' of github.com:LeeDr/kibana int…

    …o defaultIndexPattern7496
    LeeDr committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    cf67bb3 View commit details
    Browse the repository at this point in the history