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

Partially convert index pattern server to typescript #43291

Merged

Conversation

wylieconlon
Copy link
Contributor

Summary

I don't have the knowledge to fully migrate the index pattern server side to Typescript, which I began in another PR: #43155

The two biggest parts of the code that I was unable to migrate, but might be possible with more knowledge, are:

  • The route definitions which depend on dynamic registration on Hapi
  • The tests which are not type-safe due to their use of sample response objects

Instead, I've partially converted the server side to typescript enough to import the IndexPatternService into other typescript code.

@wylieconlon wylieconlon added Feature:Data Views Data Views code and UI - index patterns before 8.0 Team:AppArch labels Aug 14, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-app-arch

test('test', () => {
// errors module is tested in test/api_integration/apis/index_patterns/es_errors/errors.js
// so it can get real errors from elasticsearch and the es client to test with
});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I removed this test file because it was empty

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@wylieconlon wylieconlon added the release_note:skip Skip the PR/issue when compiling release notes label Aug 14, 2019
Copy link
Member

@lukeelmers lukeelmers left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks for doing this. I'll look at some of the other pieces you had questions on from the draft PR and see if I can sort those out.

Wylie Conlon and others added 2 commits August 16, 2019 12:59
…s/field_caps_response.ts

Co-Authored-By: Luke Elmers <lukeelmers@gmail.com>
@elasticmachine
Copy link
Contributor

💚 Build Succeeded

@wylieconlon wylieconlon merged commit 0a8926f into elastic:master Aug 16, 2019
@wylieconlon wylieconlon deleted the partial-indexpattern-typescript branch August 16, 2019 18:11
jloleysens added a commit to jloleysens/kibana that referenced this pull request Aug 19, 2019
…_update_json_spec

* 'master' of github.com:elastic/kibana: (35 commits)
  fix: 🐛 pass whole action context to isCompatible() method (elastic#43457)
  Deleted old kbn-top-nav directive (elastic#43168)
  [ML] Fixing cloning of single metric distinct count job (elastic#43435)
  Update @elastic/charts version 8.1.6 > 9.1.1 (elastic#43516)
  [Inspector Views] [Request View] - Migrate inspector_views to new platform (elastic#43191)
  [ML] Adding loading indicators to all wizard charts (elastic#43382)
  disable flaky test (elastic#43492)
  feature(code/frontend): cancel file blob and directory commits request if outdated (elastic#43348)
  fix(code/frontend): button group url should have previous query string (elastic#43428)
  [SIEM] Fixes index substring incorrectly matching configured indices and failing to install ML job (elastic#43409)
  [SIEM] Adds performance enhancements such by removing wasted renderers and adding incremental DOM rendering (elastic#43157)
  disable flaky test (elastic#37859)
  Added sass lint to Canvas (elastic#43410)
  [Maps] add indicator when layer is filtered by search bar (elastic#43283)
  Properly validate current user password during password change. (elastic#43447)
  Spaces - allow for hex color codes that include uppercase characters (elastic#43470)
  [Reporting] Add a bit more logging and a few more logging level promotions (elastic#43415)
  Partially convert index pattern server to typescript (elastic#43291)
  [Infra UI] Use sum for aggregating AWS metrics. (elastic#43293)
  [SIEM] Format bytes columns in timeline (elastic#43147)
  ...
wylieconlon pushed a commit to wylieconlon/kibana that referenced this pull request Sep 11, 2019
* Partially convert index pattern server to typescript

* Update src/legacy/server/index_patterns/service/lib/field_capabilities/field_caps_response.ts

Co-Authored-By: Luke Elmers <lukeelmers@gmail.com>
wylieconlon pushed a commit that referenced this pull request Sep 12, 2019
* Partially convert index pattern server to typescript

* Update src/legacy/server/index_patterns/service/lib/field_capabilities/field_caps_response.ts

Co-Authored-By: Luke Elmers <lukeelmers@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature:Data Views Data Views code and UI - index patterns before 8.0 release_note:skip Skip the PR/issue when compiling release notes v7.5.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants