newrelic / nr1-workload-geoops

NR1 Workload Geo Ops aligns Workload data (or other Entities) in a Geographic management console.
Apache License 2.0
4 stars 19 forks source link

Bug: opening Nerdpack nerdlets requires specification of UUID #44

Closed devfreddy closed 4 years ago

devfreddy commented 4 years ago

Description

NR1 CLI Documentation states:

Id of the nerdlet. You can specify the full nerdlet id: . (i.e. "8ba28fe4-5362-4f7f-8f9a-4b8c6c39d8a6.my-nerdlet") or simply (i.e. "my-nerdlet"). In the latter case, the nerdlet will be treated as if it belongs to the current nerdpack, meaning that the nerdpack id is automatically added by the platform.

Which leads me to believe we wouldn't need to specify the UUID, but we seemingly do.

Steps to Reproduce

Expected Behaviour

Relevant Logs / Console output

Your Environment

Additional context

We need to remove https://github.com/newrelic/nr1-workload-geoops/blob/42298ee9113bc8e12dece62fa67ddd0db69f9e51/nerdlets/shared/constants.js#L25

Then remove PACKAGE_UUID from:

tangollama commented 4 years ago

Looks like it might have been a version-specific bug.

devfreddy commented 4 years ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: