Skip to content
GitLab
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 22
    • Issues 22
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • 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
  • core
  • OS Core Common
  • Merge requests
  • !183

Expose Collaboration Context

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alok Joshi requested to merge xcollaboration into master Oct 26, 2022
  • Overview 77
  • Commits 74
  • Pipelines 146
  • Changes 13

This MR exposes and sanitizes collaboration context, and makes it available to be consumed by other services.

The header will have 2 directives (comma separated): x-collaboration: id=<collaboration-id>,application=<app-name>;

Request Description

Directive Optionality Description
id Mandatory ID of the collaboration to handle the request against.
application Mandatory Name of the application sending the request
Other directives Optional Other directives such as transaction ID to handle this request against.

References

  • ADR
  • Implementation in storage
Edited Nov 16, 2022 by Mina Otgonbold
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: xcollaboration