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

[7.x] Index pattern field list - transition away from extending array - introduce and use getAll() (#74718) #74756

Merged
merged 1 commit into from
Aug 11, 2020

Commits on Aug 11, 2020

  1. Index pattern field list - transition away from extending array - int…

    …roduce and use getAll() (elastic#74718)
    
    - Introduce `indexPattern.fields.getAll()` and use where possible
    - Rename `index_patterns/fields/fields.mocks.ts.ts => index_patterns/fields/fields.mocks.ts`
    - FieldSpec - make `count` and `scripted` fields optional
    - use `indexPattern.fields.getByName` instead of filter where possible
    # Conflicts:
    #	src/plugins/index_pattern_management/public/components/field_editor/field_editor.test.tsx
    mattkime committed Aug 11, 2020
    Configuration menu
    Copy the full SHA
    28f780b View commit details
    Browse the repository at this point in the history