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

second merge #2

Merged
merged 24 commits into from
Sep 27, 2018
Merged

second merge #2

merged 24 commits into from
Sep 27, 2018

Commits on Sep 24, 2018

  1. [Monitoring] APM Monitoring UI (#22975)

    * Merge in boilerplate branch
    
    * Manually copy over the specific metrics and UIs
    
    * Add api integration tests
    
    * Fix tests
    
    * Remove unused metrics
    
    * Update snapshot
    
    * Fix tests
    
    * Remove types agg
    
    * Use ApmClusterMetric
    
    * provide description for apm-server monitoring metrics (#23331)
    
    * Vis LESS to SASS (cont.) (#23199)
    
    * Tweak migrations integraiton tests to have a stable sort (#23265)
    
    * Fix: plugin api route with security enabled (#23334)
    
    Closes #23266
    
    This is more of a quick fix than the final solution. The issue was that Canvas tries to check the plugins API without checking to see if the user it logged in. As a result, instead of the plugins response, it gets the HTML from the login page and that causes an error to be thrown when attempting to parse the results.
    
    For now, this PR just disables the auth requirement on the Canvas plugin API endpoint.
    
    * [migrations/tests] sort results before assertion (#23347)
    
    There have been several failures in this test, seemingly caused by a lack of sorting in the results. It makes sense that since both migrations are run simultaneously that sometimes one would succeed and sometimes another would, so I've just sorted the results before checking.
    
    ![image](https://user-images.githubusercontent.com/1329312/45791153-44e9cc80-bc3d-11e8-88c4-760d4c7b35bd.png)
    
    cc: @chrisdavies
    
    * [ML] Moves custom URL editor Add button and form to top of flyout (#23326)
    
    * [ML] Moves custom URL editor Add button and form to top of flyout
    
    * [ML] Edits to custom URL editor class name
    
    * Graph LESS to SASS (#23348)
    
    * Developer documentation for integrating with the telemetry service (#23295)
    
    * Developer documentation for integrating with the telemetry service
    
    * open with a bang
    
    * more faqs
    
    * thing about tracking ui interactions
    
    * talk to the plat team
    
    * create and register
    
    * Fix a bug where ES sends a string and migrations expect a boolean (#23313)
    
    * chore: use cheerio in i18n.html.getDirectiveMessages (#23342)
    
    this was only using jsdom to parse html, but cheerio allows parsing html without requiring a dom. cheerio was also already in the dependency list.
    
    * [core/utils] add shareWeakReplay() operator (#23333)
    
    * Chore: fix canvas test runner (#23336)
    
    Blocked by #23342
    
    This fixes the local test runner in Canvas. It should not affect anything else, including the CI test runner.
    
    - Bumps JSDOM to ^12.0.0
      - I matched Kibana's version on migration, but nothing else in X-Pack uses JSDOM, so we can use the newer version (which has a very different API)
      - I had to match it because of a script that enforces version matching, but #23342 removed jsdom from Kibana, so we no longer have a version to match
    - Restores the local `.babelrc` file
      - I thought it was only used for building plugins; I was wrong 😢
    
    * Convert Discover open top nav to EUI flyout (#22971)
    
    * move find logic to SavedObjectFinder component since savedObjectClient is no longer coupled to angular
    
    * implement flyout open saved searches
    
    * remove old open stuff
    
    * add jest test for OpenSearchPanel and simplify panel title
    
    * fix functional tests
    
    * fix _lab_mode functional test
    
    * Migrate save top nav in Discover and Visualize to EUI (#23190)
    
    * extract reusable save component from DashboardSaveModal
    
    * update discover search to use SavedObjectSaveModal
    
    * create generic show_save_model that works for both discover and dashboard
    
    * fix last bits of discover save
    
    * remove old save functionallity
    
    * migrate visualize save to EUI
    
    * fix functional tests
    
    * disable save button if title is empty
    
    * mark title input as invalid when title is not provided
    
    * fix funtional tests
    
    * Moves styleSheetPath to uiExports (#23007)
    
    This was previously defined in uiExports.app, which limited plugins which are not an app of providing a stylesheet. This allows any plugin to define a stylesheet which will be available on page load.
    
    * Timelion less to sass (#23339)
    
    * Consistent casing
    
    * Fix snapshot
    
    * Update tests
    chrisronline authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    f2bb7db View commit details
    Browse the repository at this point in the history
  2. Add option to functional test server to run elasticsearch from instal… (

    #22608)
    
    * Add option to functional test server to run elasticsearch from install dir
    
    * Fix variable
    
    * Fix server CLI test
    
    * Updates to include install path in esFrom command line option
    
    * Fix snapshot
    
    * Update args/cli tests
    
    * Keep default snapshot in args/help
    liza-mae authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    5d9d724 View commit details
    Browse the repository at this point in the history
  3. display hits and total hits for courier inspector requests (#23434)

    * display hits and total hits for courier inspector requests
    
    * update Hits help text to explain difference between total hits
    
    * fix functional test
    nreese authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    1b763d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d8b4d4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e477ca3 View commit details
    Browse the repository at this point in the history
  6. removes unused less styles for ace editor (#23425)

    Ryan Keairns authored Sep 24, 2018
    Configuration menu
    Copy the full SHA
    b4e0230 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Update versions of @babel/parser and @babel/types (#23268)

    Update versions of @babel/parser, @babel/types, eslint, babel-eslint
    maryia-lapata authored and pavel06081991 committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    110c987 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90d0d1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a4088f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4773798 View commit details
    Browse the repository at this point in the history
  5. Mention license change for autocomplete

    Matt Bargar authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    fceddf8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b6d0b1 View commit details
    Browse the repository at this point in the history
  7. Correctly pass timestamp from the core to the legacy Kibana. Do not…

    … try to stop legacy Hapi server if it does not exist. (#23436)
    azasypkin authored Sep 25, 2018
    Configuration menu
    Copy the full SHA
    3c6b382 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    143e7d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2018

  1. Configuration menu
    Copy the full SHA
    832b896 View commit details
    Browse the repository at this point in the history
  2. Setup yarn in current shell for jenkins test report script (#23531)

    * Setup yarn in current shell [skip ci]
    
    * Use setup.sh
    joshdover authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    3c806b8 View commit details
    Browse the repository at this point in the history
  3. Saved Object Namespaces (#23378)

    * Use an instance of SavedObjectsSerializer for migrations and the repository
    
    * Fixing spelling of serialization
    
    * Making the serializer conditionally include and prepend id with ns
    
    * Adding repository tests for the namespaces
    
    * Implementing find
    
    * Modifying the SOCs to pass the options with the namespace
    
    * Centralizing omitting the namespace when using serializer.rawToSavedObject
    
    * Passing the schema through to the SavedObjectRepositoryProvider
    
    * Changing the schema to work with undefined ui exports schemas
    
    * Adding schema tests
    
    * Making the complimentary serialization test use the namespace
    
    * Fixing uiExports
    
    * Fixing some tests
    
    * Fixing included fields for the find
    
    * Fixing include field tests, they're checking length also...
    
    * Updating Repository test after adding namespace to always included
    fields
    
    * Renaming UIExportsSavedObjectTypeSchema to SavedObjectsSchemaDefinition
    
    * Completing rename... forgot to save usages
    
    * Fixing issue with the serialization.isRawSavedObject and the trailing :
    kobelb authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    5bf68d6 View commit details
    Browse the repository at this point in the history
  4. fix home page width for IE11 (#23491)

    Ryan Keairns authored and Rashid Khan committed Sep 26, 2018
    Configuration menu
    Copy the full SHA
    1df2981 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    265a324 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78e212e View commit details
    Browse the repository at this point in the history
  7. Feat: ad-hoc grouping (#23249)

    * Feat: ad-hoc grouping
    
    * Feat: deleting ad-hoc group constituents
    
    * Chore: deleted the former removeElement action
    
    * Feat: make group snap to guides
    
    * Feat: make group snap to guides 2
    
    * Feat: make group snap to guides 3
    monfera authored Sep 26, 2018
    Configuration menu
    Copy the full SHA
    7c23374 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2018

  1. Translate metric_vis (#23187)

    * Translate metric_vis
    
    * Close span tag
    
    * Remove space code
    
    * Update ids
    
    * Translations for color mode list
    maryia-lapata authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ecbcbb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73f955d View commit details
    Browse the repository at this point in the history
  3. Add Vanilla JS example to kbn-i18n README (#23556)

    Rename Node.js to Vanilla JS and give example of internationalizing a string constant.
    cjcenizal authored Sep 27, 2018
    Configuration menu
    Copy the full SHA
    ecaf26e View commit details
    Browse the repository at this point in the history