Skip to content
Snippets Groups Projects

consuming new methods defined in BlobStore class

Merged Aman Verma requested to merge users/amaverma/useNewBlobMethods into master
All threads resolved!

All Submissions:


  • [YES/NO] I have added an explanation of what changes in this merge do and why we should include it? YES
  • [YES/NO] I have updated the documentation accordingly. YES
  • [YES/NO/NA] I have added tests to cover my changes. YES
  • [YES/NO/NA] All new and existing tests passed. YES
  • [YES/NO/NA] My code follows the code style of this project. YES

What is the issue or story related to the change?


High level design: The BlobStore class container two types of methods for interacting with blob storage. One where we can supply the container name as parameter and other where it is not needed. Going forward, the second types of methods are being deprecated, hence updating all the blob storage related method calls to first type.

Issue: N/A

Change details:

  1. Calling *FromStorageContainer methods instead of *FromBlob methods
  2. Updated UTs.
  3. Minor fixes: defining the storage container name in application.properties instead of hard coding it in code; reading the port number from environment variable rather than keeping it in properties file.

Test coverage:


Unit test coverage: 89% All integration tests passing locally.

Does this introduce a breaking change?


  • [YES/NO] NO

Pending items


Similar changes are required for WKS service

Reviewer request


  • Please provide an ETA when you plan to review this MR. Write a comment to decline or provide an ETA.
  • Block the MR if you feel there is less testing or no details in the MR
  • Please cover the following aspects in the MR -- Coding design: <Reviewer1> -- Backward Compatibility: <Reviewer2> -- Feature Logic: <Logic design> -- <Any other context mention here> OR -- <Component 1>: <Reviewer1> -- <CosmosDB>: <Reviewer2> -- <ServiceBus> <Reviewer3> -- <Mention any other component and owner>

Other information


FYI @kibattul , @polavishnu ,@danielscholl , @dkodeih , @harshit283

Merge request reports

Merge request pipeline #7072 passed

Pipeline: Schema

#7078

    Merge request pipeline passed for 4edabd59

    Deployed to I‎BM‎ 4 years ago

    Merged by Kishore BattulaKishore Battula 4 years ago (Sep 2, 2020 9:36am UTC)

    Merge details

    • Changes merged into master with 1eef9655 (commits were squashed).
    • Deleted the source branch.
    • Auto-merge enabled

    Pipeline #7079 passed

    Pipeline passed for 1eef9655 on master

    Deployed to G‎CP‎ 3 years ago
    Deployed to I‎BM‎ 4 years ago

    Activity

    Filter activity
    • Approvals
    • Assignees & reviewers
    • Comments (from bots)
    • Comments (from users)
    • Commits & branches
    • Edits
    • Labels
    • Lock status
    • Mentions
    • Merge request status
    • Tracking
  • Kishore Battula
  • Aman Verma added 1 commit

    added 1 commit

    Compare with previous version

  • Aman Verma resolved all threads

    resolved all threads

  • Kishore Battula approved this merge request

    approved this merge request

  • Kishore Battula enabled an automatic merge when the pipeline for 4edabd59 succeeds

    enabled an automatic merge when the pipeline for 4edabd59 succeeds

  • Kishore Battula mentioned in commit 1eef9655

    mentioned in commit 1eef9655

  • added Azure label

  • changed milestone to %M1 - Release 0.1

  • Please register or sign in to reply
    Loading