-
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
Index pattern management - typescript components #56987
Merged
mattkime
merged 36 commits into
elastic:master
from
mattkime:create_index_pattern_components_to_ts
Feb 18, 2020
Merged
Changes from 32 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
c7fca74
partial progress
mattkime b86c950
Merge branch 'master' into create_index_pattern_components_to_ts
elasticmachine 60bab32
Merge branch 'master' into create_index_pattern_components_to_ts
mattkime 3fd3e42
partial progress
mattkime c9b40dc
fix hybrid index patterns
mattkime 8e814d5
Merge branch 'create_index_pattern_components_to_ts' of github.com:ma…
mattkime 1581a0f
Merge branch 'master' into create_index_pattern_components_to_ts
elasticmachine 83ad444
typescript fixes
mattkime a8b9872
Merge branch 'create_index_pattern_components_to_ts' of github.com:ma…
mattkime 2663c78
update snäpshöt
mattkime 69fd992
update snäpshöt
mattkime 74f2626
partial progress
mattkime 0fa2ed1
Merge branch 'master' into create_index_pattern_components_to_ts
elasticmachine 3dd8c5e
fix types in test
mattkime 6a83c49
Merge branch 'create_index_pattern_components_to_ts' of github.com:ma…
mattkime 73e3989
Merge branch 'master' into create_index_pattern_components_to_ts
mattkime c0ba90c
fix index pattern w/o time field selected
mattkime 580fad2
remove unused snapshot
mattkime ff85afe
Merge branch 'master' into create_index_pattern_components_to_ts
elasticmachine a112ca3
small ts fixes
mattkime 25a5504
Merge branch 'create_index_pattern_components_to_ts' of github.com:ma…
mattkime 27b1ff1
Merge branch 'master' into create_index_pattern_components_to_ts
mattkime b97a998
typescript step_index_pattern
mattkime 3d5b806
fix test, add todos
mattkime de168bb
add more type info
mattkime 528e640
fix index pattern api call, also lets not have components and types w…
mattkime ef390f5
Merge branch 'master' into create_index_pattern_components_to_ts
mattkime a3084b3
fix step_time_field test
mattkime 044d713
remove debugging info
mattkime 35d70d9
update snäpshöts
mattkime 312562d
one less any
mattkime 05aeed3
Merge branch 'master' into create_index_pattern_components_to_ts
elasticmachine b1c2d9a
type refactor
mattkime 366f942
Merge branch 'create_index_pattern_components_to_ts' of github.com:ma…
mattkime ac65d8f
revert removal of ts-ignore
mattkime 44a4dd1
revert removal of ts-ignore
mattkime 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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
..._jest__/__snapshots__/header.test.js.snap → ...header/__snapshots__/header.test.tsx.snap
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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.
Maybe instead of inlining a type here, type this function as a React component?