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

FieldList IndexedArray removal #46653

Closed
wants to merge 16 commits into from

Conversation

mattkime
Copy link
Contributor

Summary

Summarize your PR. If it involves visual changes include a screenshot or gif.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@mattkime mattkime force-pushed the field_list_not_indexed-array branch from 0fd7793 to 341d468 Compare September 30, 2019 15:01
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@mattkime mattkime force-pushed the field_list_not_indexed-array branch from e22ca2d to 0fd0be8 Compare October 7, 2019 22:15
@mattkime
Copy link
Contributor Author

mattkime commented Oct 7, 2019

@ppisljar I'm seeing a failed browser test relating to field chooser which involves a fair amount of angular code. I'm curious if you have any thoughts on it before I burn too much time on it.

--

actually, it looks like kbnTableRow is where my attention should be. field chooser shows a similar error locally but i don’t see that on CI

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@mattkime mattkime force-pushed the field_list_not_indexed-array branch from 5def33e to 5969420 Compare October 9, 2019 05:20
@elasticmachine
Copy link
Contributor

💔 Build Failed

@mattkime mattkime force-pushed the field_list_not_indexed-array branch from 5969420 to 2dff992 Compare October 9, 2019 13:57
@elasticmachine
Copy link
Contributor

💔 Build Failed

@elasticmachine
Copy link
Contributor

💔 Build Failed

@@ -49,7 +49,7 @@ interface MappingObject {
}

export interface StaticIndexPattern {
fields: FieldType[];
fields: FieldType[] | FieldListInterface;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a sad compromise but I'm not sure what should be done about it. I think this is a case were refactoring with types in mind is more difficult than writing the code in the first place.

@elasticmachine
Copy link
Contributor

💔 Build Failed

@mattkime mattkime closed this Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants