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

Replace node-uuid with uuid #12209

Merged
merged 2 commits into from Jun 6, 2017
Merged

Replace node-uuid with uuid #12209

merged 2 commits into from Jun 6, 2017

Conversation

w33ble
Copy link
Contributor

@w33ble w33ble commented Jun 6, 2017

We generate a fair number of UUIDs in Kibana, and we've been using the wrong module for some time now. node-uuid was replaced with uuid some time ago (years).

This PR updates Kibana so it uses the right one. The major version changes in the package do not affect our use.

I noticed the warning when I was installing packages as part of #12025

@tylersmalley tylersmalley self-requested a review June 6, 2017 21:11
@w33ble w33ble removed the request for review from spalger June 6, 2017 21:11
@rhoboat rhoboat self-requested a review June 6, 2017 21:57
Copy link

@rhoboat rhoboat left a comment

Choose a reason for hiding this comment

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

🔍 📣 💸

@w33ble w33ble added v6.0.0 Team:Operations Team label for Operations Team labels Jun 6, 2017
Copy link
Contributor

@tylersmalley tylersmalley left a comment

Choose a reason for hiding this comment

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

LGTM - we're using v1() and v4() within Kibana and outputs appear consistent.

@spalger spalger merged commit 1ffa6df into elastic:master Jun 6, 2017
spalger pushed a commit that referenced this pull request Jun 6, 2017
* replace node-uuid with uuid package

* fix all the uuid call sites

(cherry picked from commit 1ffa6df)
@spalger
Copy link
Contributor

spalger commented Jun 6, 2017

5.5/5.x: c32e765

@simianhacker
Copy link
Member

Wait! I hadn't given my approval...

@tylersmalley
Copy link
Contributor

You 💤 , you lose @simianhacker

@simianhacker
Copy link
Member

Yeah... except I was in the middle of figuring out why I was getting errors so I could check TSVB... Oh well. I guess we can fix it in QA

chrisronline pushed a commit to chrisronline/kibana that referenced this pull request Jun 14, 2017
* replace node-uuid with uuid package

* fix all the uuid call sites
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants