Actions
Refactor #8461
closedReplace UUIDTools with SecureRandom.uuid
Difficulty:
trivial
Triaged:
Pull request:
Description
Since Ruby 1.9.3, SecureRandom has a uuid method: http://www.ruby-doc.org/stdlib-1.9.3/libdoc/securerandom/rdoc/SecureRandom.html#method-c-uuid, which can replace the uuidtools gem we depend on today. The only place we appear to use it is in lib/foreman.rb.
Updated by Dominic Cleal about 10 years ago
- Blocked by Tracker #4656: Drop Ruby 1.8 support added
Updated by Dominic Cleal about 10 years ago
- Tracker changed from Bug to Refactor
Updated by Shlomi Zadok about 10 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shlomi Zadok
- Pull request https://github.com/theforeman/foreman/pull/1784 added
- Pull request deleted (
)
Part of dropping support in 1.8.7, removed UUIDTools.
Updated by Dominic Cleal about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
- Translation missing: en.field_release set to 28
Actions