Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • O OS Core Common
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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 Software
  • Platform
  • System
  • Lib
  • core
  • OS Core Common
  • Merge requests
  • !149

Additional attributes in Storage record delete notification events

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Vaishali Mangwani requested to merge additional-attributes-in-delete-event into master Mar 04, 2022
  • Overview 15
  • Commits 7
  • Pipelines 12
  • Changes 3

Part 1 of Implementation of ADR - osdu/platform/system/home#93 Two java files have been created in this implementation.

  1. Enum - DeletionType -> hard or soft
  2. Model class - PubSubDeleteInfo -> which extends with extra attribute Deletion type to be used to publish deletion event

After this common lib code is merged another PR will follow in storage service using this model class to publish extra details

Edited Mar 15, 2022 by Vaishali Mangwani
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: additional-attributes-in-delete-event