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

Add support for ListProviders operation update #19

Merged
merged 2 commits into from
Oct 4, 2019
Merged

Add support for ListProviders operation update #19

merged 2 commits into from
Oct 4, 2019

Conversation

hug-dev
Copy link
Member

@hug-dev hug-dev commented Oct 3, 2019

Assigns to each provider a random UUID.

Change-Id: Iec4e387eeef831c2082cc6ef2988937d538f7221
Signed-off-by: Hugues de Valon hugues.devalon@arm.com

@@ -42,8 +43,14 @@ impl Provide for CoreProvider {

fn describe(&self) -> ProviderInfo {
ProviderInfo {
id: ProviderID::CoreProvider,
// Randomly generated UUID: 47049873-2a43-4845-9d72-831eab668784
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can we replace the comment "Randomly generated UUID" with "Assigned UUID for this provider"? I want to convey the impression that these things are assigned once only at creation time, and then hold true forever. The comment as worded seems to give the impression that this could fluctuate.

Copy link
Member Author

Choose a reason for hiding this comment

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

Will change.

@@ -234,8 +235,14 @@ impl Provide for MbedProvider {

fn describe(&self) -> ProviderInfo {
ProviderInfo {
id: ProviderID::MbedProvider,
// Randomly generated UUID: 1c1139dc-ad7c-47dc-ad6b-db6fdb466552
Copy link
Collaborator

Choose a reason for hiding this comment

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

Also here, let's say "Assigned UUID for this provider" or something.

Copy link
Member Author

Choose a reason for hiding this comment

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

Will change.

hug-dev and others added 2 commits October 3, 2019 16:11
Assigns to each provider a random UUID.

Change-Id: Iec4e387eeef831c2082cc6ef2988937d538f7221
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
This commit adds functionality for the service to process requests
that do not have an authentication field assigned.

Changes provided by:
* Ionut Mihalcea (ionut.mihalcea@arm.com)
* Hugues de Valon (hugues.devalon@arm.com)

Change-Id: I2fa57f1a466c811f3434b99753a1dcfa335f463c
Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
@hug-dev
Copy link
Member Author

hug-dev commented Oct 4, 2019

Merging as Paul's comments have been addressed.

@hug-dev hug-dev merged commit 55a1eb0 into parallaxsecond:master Oct 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants