Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS Core Lib Azure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Open Subsurface Data Universe SoftwareOpen Subsurface Data Universe Software
  • Platform
  • System
  • Lib
  • cloud
  • azure
  • OS Core Lib Azure
  • Merge requests
  • !14

adding blobStore class to facilitate interaction with azure blob storage

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Aman Verma requested to merge users/amaverma/AddBlobStore into master Aug 03, 2020
  • Overview 11
  • Commits 14
  • Pipelines 12
  • Changes 5

All Submissions:


  • [YES/NO] I have added an explanation of what changes in this merge do and why we should include it?

Adding BlobStore class which is similar to cosmosStore class. This class facilitates interaction with azure blob storage, namely blob creation, deletion and reading from blob. It is required in azure-core-lib as there are many services that require consumption of blob storage and each has it's own implementation of the same.

  • [YES/NO] I have updated the documentation accordingly.

yes

  • [YES/NO/NA] I have added tests to cover my changes.

yes, Unit tests.

  • [YES/NO/NA] All new and existing tests passed.

Yes.

  • [YES/NO/NA] My code follows the code style of this project.

Yes.

  • [YES/NO/NA] I ran lint checks locally prior to submission.

yes

What is the issue or story related to the change?


Description:

Issue:

Does this introduce a breaking change?


  • [YES/NO]

NO

Other information


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

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: users/amaverma/AddBlobStore