Sharedux chrome nav/replace v1#21
Closed
sebelga wants to merge 18 commits intosharedux-chrome-nav/v2-add-uifrom
Closed
Sharedux chrome nav/replace v1#21sebelga wants to merge 18 commits intosharedux-chrome-nav/v2-add-uifrom
sebelga wants to merge 18 commits intosharedux-chrome-nav/v2-add-uifrom
Conversation
## Summary Makes unified search field suggestion route bwca resolves elastic#157085 - [x] This was checked for breaking API changes and was [labeled appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
## Summary Add integration tests of scenarios using the v2 migration algorithm with SO types that are using the model version API
) ## Summary Original issue: elastic#154842 Collaboration with @cnasikas In dashboard, when clicking on `...` of each chart, we should be able to: - [x] - Add to New case - [x] - Add to existing case - [x] - Create case from existing case modal - [x] - Create case from existing case modal when no existing cases https://github.com/elastic/kibana/assets/6295984/512b32f9-10df-4f8b-a456-08f28a987826 ### Checklist Delete any items that are not applicable to this PR. - [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 --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Christos Nasikas <christos.nasikas@elastic.co>
## Summary Closes elastic#154331 Enables sorting the table in Discover when in SQL (text based) mode. - sorting is performed on the client (inmemory) - inmemory sorting configuration is not preserved in the appstate (to prevent unnecesarry data fetches) - all fields can be sorted, even the ones that can't be sorted on the elasticsearch side. ### Checklist Delete any items that are not applicable to this PR. - [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 --------- Co-authored-by: Stratoula Kalafateli <efstratia.kalafateli@elastic.co>
…ndpoints (elastic#158828) ## Summary Expands on the HTTP versioning tutorial with more information about `internal` vs `public` endpoints. ## Screenshots <img width="875" alt="Screenshot 2023-06-01 at 15 52 18" src="https://github.com/elastic/kibana/assets/8155004/f8f790a0-31ec-4123-89db-b1f01aa17845"> <img width="923" alt="Screenshot 2023-06-01 at 15 52 33" src="https://github.com/elastic/kibana/assets/8155004/f97ad89b-face-4176-a814-8e17ecd3d2a5">
) issue: elastic#158057 ## Summary Remove hover actions from the table when the count of alerts is zero. **BEFORE**  **AFTER**  ### 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
…a remote cluster (elastic#158728) Closes elastic#158280 ## Summary This PR implements an index type (local vs remote) check within the index privilege form in order to bypass querying the field list from the index API client for remote cluster indices. ## Testing - Augmented functional tests in `index_privilege_form.test.tsx` with '_does not query availble fields for remote cluster indices_' test case.
248567d to
558622c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
wip