-
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
de-angularize indexPatterns Field and FieldList #20589
Conversation
💚 Build Succeeded |
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.
Code LGTM. I tested locally by using the field chooser in discover and creating a scripted field in management. Everything worked normally. Just had one question.
}; | ||
}) | ||
})); | ||
jest.mock('ui/chrome', |
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.
Why was this added? I tried running the tests without it and there didn't seem to be any difference.
💔 Build Failed |
unrelated test error in kibana visualization
jenkins, test this |
💔 Build Failed |
💚 Build Succeeded |
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.
Ran locally, tested creating index pattern, editing fields, and using them in visualizations.
LGTM
* de-angularize indexPatterns Field and FieldList * do not remove shortDots angular filter * remove ui/chrome mock in _index_pattern test
* de-angularize indexPatterns Field and FieldList * do not remove shortDots angular filter * remove ui/chrome mock in _index_pattern test
This PR is the beginning of removing angular dependency from indexPatterns. It removes angular from Field and FieldList.