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

refactor: use google uuid package for generating uuids in the codebase #7455

Merged
merged 1 commit into from
Jul 19, 2020

Conversation

ankitm123
Copy link
Member

@ankitm123 ankitm123 commented Jul 18, 2020

Signed-off-by: ankitm123 ankitmohapatra123@gmail.com

Submitter checklist

  • Change is code complete and matches issue description.
  • Change is covered by existing or new tests.

Special notes for the reviewer(s)

Also removed downloadFile function, as it was not being used anywhere. It's not an exported function, so safe to remove imo.

Which issue this PR fixes

fixes #7454

@ankitm123 ankitm123 force-pushed the jx-7454 branch 2 times, most recently from 9cdbdf6 to bf674b8 Compare July 18, 2020 17:21
@ankitm123
Copy link
Member Author

/test unit

Signed-off-by: ankitm123 <ankitmohapatra123@gmail.com>
@ankitm123
Copy link
Member Author

/assign @garethjevans @abayer

@@ -3,8 +3,12 @@ linters-settings:
list-type: blacklist
packages:
- github.com/jenkins-x/jx/v2/pkg/log/
- github.com/satori/go.uuid
Copy link
Member

Choose a reason for hiding this comment

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

I really like this!

@garethjevans
Copy link
Member

/lgtm

@jenkins-x-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: garethjevans

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@ankitm123
Copy link
Member Author

/retest

@jenkins-x-bot jenkins-x-bot merged commit dd23c5e into jenkins-x:master Jul 19, 2020
@ankitm123 ankitm123 deleted the jx-7454 branch July 19, 2020 15:09
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.

Remove satori uuid package
4 participants