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

[7.x] Add deprecation warning when unknown SO types are present (#111268) #112112

Merged
merged 3 commits into from
Sep 15, 2021

Commits on Sep 14, 2021

  1. Add deprecation warning when unknown SO types are present (elastic#11…

    …1268)
    
    * Add deprecation warning when unknown types are present
    
    * fix and add service tests
    
    * remove export
    
    * plug deprecation route
    
    * add integration test for new route
    
    * add unit test for getIndexForType
    
    * add unit tests
    
    * improve deprecation messages
    
    * add FTR test
    
    * fix things due to merge
    
    * change the name of the deprecation provider
    
    * improve message
    
    * improve message again
    # Conflicts:
    #	src/core/server/saved_objects/saved_objects_service.ts
    pgayvallet committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    1a25d60 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. fix types

    pgayvallet committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    6e88bc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c288772 View commit details
    Browse the repository at this point in the history