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 9
    • Merge requests 9
  • 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
  • !71

Container creation and deletion in BlobStore

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Aalekh Jain requested to merge containerCreationAndDeletion into master Jan 15, 2021
  • Overview 10
  • Commits 9
  • Pipelines 17
  • Changes 2

All Submissions:


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

What is the issue or story related to the change?

Current behaviour: There is no method in BlobStore to create and delete container in azure storage account which. There has been a need for this in the Ingestion service, which requires creation and deletion of container on the fly

Expected behaviour: Will be able to call methods directly from BlobStore to either create / delete containers by providing their container id.

This PR adds the method for both the creation and deletion of containers in azure storage account with 100% code coverage for the newly added methods by adding appropriate UTs as well.

Test coverage:

UTs are added for the newly introduced methods. All UTs pass.

Does this introduce a breaking change?

  • [NO]

Reviewer request

  • Please provide an ETA when you plan to review this MR. Write a comment to decline or provide an ETA.
Edited Mar 18, 2021 by Aalekh Jain
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: containerCreationAndDeletion