-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Endpoint] Task/basic endpoint list #55623
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
9aacfb3
add columns w/ api call
parkiino 79bfc46
saga and hooks for endpoint list data
parkiino 5c8c42d
added pagination be
parkiino 492aa37
pagie backend
parkiino 2e82be8
working pagination
parkiino 275ab25
fixing errors
parkiino 78c0914
organizing and fixing
parkiino 2177319
fix, rename types and tests
parkiino 6f75ee3
fix index test
parkiino b3c444c
added table loading
parkiino c497eeb
i18n
parkiino bce08a3
internationalization try 2 + column reorg
parkiino b01baf9
put table in content body
parkiino 368796f
createstructured selector, code reorg
parkiino 88c4406
functional test working
parkiino 9d374ea
fixing tests and adding total count
parkiino b5adfe1
middleware stuff
parkiino 9057c06
fixes typies? beat davis! go
parkiino 9721e6a
renaming peluja whale
parkiino a6782a4
Merge branch 'master' into task/basic-endpoint-list
elasticmachine 594d036
Merge branch 'master' into task/basic-endpoint-list
elasticmachine bf678f3
Merge branch 'master' into task/basic-endpoint-list
elasticmachine a9c6b2c
Merge branch 'master' into task/basic-endpoint-list
elasticmachine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
25 changes: 0 additions & 25 deletions
25
x-pack/plugins/endpoint/public/applications/endpoint/store/endpoint_list/action.ts
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
x-pack/plugins/endpoint/public/applications/endpoint/store/endpoint_list/index.ts
This file was deleted.
Oops, something went wrong.
36 changes: 0 additions & 36 deletions
36
x-pack/plugins/endpoint/public/applications/endpoint/store/endpoint_list/reducer.ts
This file was deleted.
Oops, something went wrong.
118 changes: 0 additions & 118 deletions
118
x-pack/plugins/endpoint/public/applications/endpoint/store/endpoint_list/saga.test.ts
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
x-pack/plugins/endpoint/public/applications/endpoint/store/endpoint_list/saga.ts
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
x-pack/plugins/endpoint/public/applications/endpoint/store/endpoint_list/types.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❔
endpointListPage
was more descriptive - just curious why it was changed?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're trying to move away from the smp usage of the word endpoint and move toward what will be more consistent in kibana. smp endpoint --> management, and smp sensor --> endpoint