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

remove remaining idx usage #52354

Merged
merged 8 commits into from
Dec 9, 2019
Merged

remove remaining idx usage #52354

merged 8 commits into from
Dec 9, 2019

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Dec 5, 2019

idx() is blocking me in another PR, and is no longer necessary thanks to optional chaining enabled by the latest version of TypeScript, so this converts the last remaining usages of idx and removes the @kbn/elastic-idx package.

@elasticmachine

This comment has been minimized.

@elasticmachine

This comment has been minimized.

@elasticmachine

This comment has been minimized.

@spalger spalger marked this pull request as ready for review December 6, 2019 05:12
@spalger spalger requested review from a team as code owners December 6, 2019 05:12
@spalger spalger added the :ml label Dec 6, 2019
@elasticmachine
Copy link
Contributor

Pinging @elastic/ml-ui (:ml)

@spalger spalger added release_note:skip Skip the PR/issue when compiling release notes v7.6.0 v8.0.0 and removed :ml labels Dec 6, 2019
Copy link
Contributor

@darnautov darnautov left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@streamich streamich left a comment

Choose a reason for hiding this comment

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

awesome

Copy link
Member

@mistic mistic left a comment

Choose a reason for hiding this comment

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

lgtm

spalger and others added 2 commits December 6, 2019 12:24
# Conflicts:
#	x-pack/legacy/plugins/infra/server/lib/adapters/fields/framework_fields_adapter.ts
#	x-pack/legacy/plugins/infra/server/lib/snapshot/snapshot.ts
@spalger
Copy link
Contributor Author

spalger commented Dec 7, 2019

@elasticmachine merge upstream

@spalger
Copy link
Contributor Author

spalger commented Dec 7, 2019

Skipped flaky failing test #48721

@spalger spalger requested a review from simianhacker December 7, 2019 15:14
@spalger
Copy link
Contributor Author

spalger commented Dec 9, 2019

@elasticmachine merge upstream

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

Copy link
Member

@simianhacker simianhacker left a comment

Choose a reason for hiding this comment

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

LGTM

simianhacker added a commit to simianhacker/kibana that referenced this pull request Dec 9, 2019
@spalger spalger merged commit 3293ede into elastic:master Dec 9, 2019
spalger pushed a commit to spalger/kibana that referenced this pull request Dec 9, 2019
* remove remaining idx usage

* handle possibly undefined value

* update NOTICE.txt

# Conflicts:
#	x-pack/legacy/plugins/infra/server/lib/adapters/fields/framework_fields_adapter.ts
#	x-pack/legacy/plugins/infra/server/lib/snapshot/snapshot.ts
spalger pushed a commit that referenced this pull request Dec 10, 2019
* remove remaining idx usage

* handle possibly undefined value

* update NOTICE.txt

# Conflicts:
#	x-pack/legacy/plugins/infra/server/lib/adapters/fields/framework_fields_adapter.ts
#	x-pack/legacy/plugins/infra/server/lib/snapshot/snapshot.ts
@spalger
Copy link
Contributor Author

spalger commented Dec 10, 2019

7.x/7.6: 19d426c

@spalger spalger deleted the remove/idx branch December 10, 2019 02:09
simianhacker added a commit that referenced this pull request Dec 12, 2019
* Adding initial code for EC2

* Removing obsolute files; Adding EC2;

* Removing currentTimerange and replacing it with currentTime; Timerange will now be calcuated on the server

* Fixing AWS.s3 with Metrics Explorer

* Auto calculating timerange and interval based on metricset.period

* Adding S3 metricset

* Inital addition of RDS metrics

* Adding SQS and fixing a few things

* Fixing typescript error

* Adding RDS; Adjusting fields for S3; adding new formatter

* Return 60 seconds by detault

* Fixing types

* Removing i18n

* Fixing tests

* Fixing translations

* Fixes from merge

* Removing IDX from code not covered by #52354

* fixing tests

* Adding controls for crossliking; consolidating display name

* remove obsolete import

* Adding drop_last_bucket_support to TSVB models

* Changing type

* Fixing value per type

* remvoing obsolete translation

* Removing duplicate lines

* Removing icons from switcher

* Reducing boilerplate in Toolbar Items

* Changing file name
simianhacker added a commit to simianhacker/kibana that referenced this pull request Dec 12, 2019
* Adding initial code for EC2

* Removing obsolute files; Adding EC2;

* Removing currentTimerange and replacing it with currentTime; Timerange will now be calcuated on the server

* Fixing AWS.s3 with Metrics Explorer

* Auto calculating timerange and interval based on metricset.period

* Adding S3 metricset

* Inital addition of RDS metrics

* Adding SQS and fixing a few things

* Fixing typescript error

* Adding RDS; Adjusting fields for S3; adding new formatter

* Return 60 seconds by detault

* Fixing types

* Removing i18n

* Fixing tests

* Fixing translations

* Fixes from merge

* Removing IDX from code not covered by elastic#52354

* fixing tests

* Adding controls for crossliking; consolidating display name

* remove obsolete import

* Adding drop_last_bucket_support to TSVB models

* Changing type

* Fixing value per type

* remvoing obsolete translation

* Removing duplicate lines

* Removing icons from switcher

* Reducing boilerplate in Toolbar Items

* Changing file name
simianhacker added a commit that referenced this pull request Dec 13, 2019
* Adding initial code for EC2

* Removing obsolute files; Adding EC2;

* Removing currentTimerange and replacing it with currentTime; Timerange will now be calcuated on the server

* Fixing AWS.s3 with Metrics Explorer

* Auto calculating timerange and interval based on metricset.period

* Adding S3 metricset

* Inital addition of RDS metrics

* Adding SQS and fixing a few things

* Fixing typescript error

* Adding RDS; Adjusting fields for S3; adding new formatter

* Return 60 seconds by detault

* Fixing types

* Removing i18n

* Fixing tests

* Fixing translations

* Fixes from merge

* Removing IDX from code not covered by #52354

* fixing tests

* Adding controls for crossliking; consolidating display name

* remove obsolete import

* Adding drop_last_bucket_support to TSVB models

* Changing type

* Fixing value per type

* remvoing obsolete translation

* Removing duplicate lines

* Removing icons from switcher

* Reducing boilerplate in Toolbar Items

* Changing file name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes v7.6.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants