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

[storage] Storage policy renames #5862

Merged
merged 16 commits into from
Oct 28, 2019

Conversation

chradek
Copy link
Contributor

@chradek chradek commented Oct 27, 2019

Renames the storage exported policy factories and related symbols with the Storage prefix.

@HarshaNalluru HarshaNalluru added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels Oct 27, 2019
Copy link
Contributor Author

@chradek chradek left a comment

Choose a reason for hiding this comment

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

@ramya-rao-a 's additions look good to me.

* @implements {RequestPolicyFactory}
*/
export class RetryPolicyFactory implements RequestPolicyFactory {
private retryOptions?: RetryOptions;
export class StorageRetryPolicyFactory implements RequestPolicyFactory {
Copy link
Member

@XiaoningLiu XiaoningLiu Oct 28, 2019

Choose a reason for hiding this comment

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

StorageRetryPolicyFactory [](start = 13, length = 25)

Rename the file name too. Like RetryPolicyFactory.ts => StorageRetryPolicyFactory.ts

We have practices to align the file name with the class name in it.

Copy link
Contributor

Choose a reason for hiding this comment

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

@XiaoningLiu The policy files have been renamed too. Please take another look

@bterlson
Copy link
Member

FWIW rebasing this will make the api report more accurate. Might be good to double-check that before merging.

@ramya-rao-a
Copy link
Contributor

/azp run js - storage-blob - tests

@ramya-rao-a
Copy link
Contributor

/azp run js - storage-queue - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

1 similar comment
@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ramya-rao-a
Copy link
Contributor

/azp run js - storage-file - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ramya-rao-a
Copy link
Contributor

/azp run js - storage-file - tests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ramya-rao-a ramya-rao-a merged commit 90aeb37 into Azure:master Oct 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants