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

[pull] main from elastic:main #738

Merged
merged 5 commits into from
Nov 23, 2024
Merged

[pull] main from elastic:main #738

merged 5 commits into from
Nov 23, 2024

Commits on Nov 23, 2024

  1. Configuration menu
    Copy the full SHA
    7dfda39 View commit details
    Browse the repository at this point in the history
  2. [ResponseOps][Connectors] Show a licensing message if the user does n…

    …ot have the sufficient license for system actions. (#201396)
    
    If a user does not have a sufficient license for a connector and the
    rule is already configured with such a connector we show the following
    message:
    
    <img width="1026" alt="Screenshot 2024-11-22 at 1 48 10 PM"
    src="https://github.com/user-attachments/assets/4b3d7197-ff3c-4673-9b37-9ca627dab0db">
    
    This PR does the same for system actions.
    
    <img width="1162" alt="Screenshot 2024-11-22 at 1 03 06 PM"
    src="https://github.com/user-attachments/assets/d1cbd479-ff65-453d-889a-ae7f5cd2b63b">
    
    ## Testing
    
    1. Create a rule with a case action in Platinum license
    2. Downgrade to basic
    3. Verify that a licensing message is showing for the case action.
    Verify in all solutions.
    
    Issue: #189978
    
    ### Checklist
    
    Check the PR satisfies following conditions. 
    
    Reviewers should verify this PR satisfies this list as well.
    
    - [x] [Unit or functional
    tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
    were updated or added to match the most common scenarios
    cnasikas authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    e020595 View commit details
    Browse the repository at this point in the history
  3. Stabilize inference endpoint svl search tests for MKI (#201492)

    ## Summary
    
    This PR stabilizes the inference endpoint serverless earch UI tests for
    MKI runs by waiting for loading to finish after refreshing the page.
    pheyos authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    9a8ef27 View commit details
    Browse the repository at this point in the history
  4. [ResponseOps][Cases] Remove appMockRender from flaky tests (#201406)

    ## Summary
    
    This PR removes the usage of `appMockRender` from some flaky tests in
    the hope they will stop being flaky. We suspect that the `appMockRender`
    is the source of flakiness and we would like to verify our assumption.
    
    Fixes: #189105
    Fixes: #195698
    Fixes: #189014
    Fixes: #176679
    Fixes: #188951
    Fixes: #192672
    
    ### Checklist
    
    - [x] [Unit or functional
    tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
    were updated or added to match the most common scenarios
    cnasikas authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    3c2c891 View commit details
    Browse the repository at this point in the history
  5. [Data Usage] Enabled plugin for Serverless and added feature flag to …

    …manage availability (#201465)
    
    This PR enables data_usage plugin for Serverless environment for all 3
    solutions.
    To manage feature availability added feature flag, which is turning Data
    Usage off by default.
    YulNaumenko authored Nov 23, 2024
    Configuration menu
    Copy the full SHA
    5342f32 View commit details
    Browse the repository at this point in the history