Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: code reference API #1395

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

feat: code reference API #1395

wants to merge 29 commits into from

Conversation

Ubisoft-potato
Copy link
Collaborator

@Ubisoft-potato Ubisoft-potato commented Dec 25, 2024

Partf of #888

Add Code Reference API

This PR adds new gRPC service endpoints and related message types for managing code references in the Bucketeer system.

Changes

New Service Endpoints

Added new CodeReferenceService with the following methods:

  • GetCodeReference
  • ListCodeReferences
  • CreateCodeReference
  • UpdateCodeReference
  • DeleteCodeReference

New Event Types

Added new event types for code reference operations:

  • CODE_REFERENCE_CREATED
  • CODE_REFERENCE_UPDATED
  • CODE_REFERENCE_DELETED

New Domain Events

Added corresponding domain event message types:

  • CodeReferenceCreatedEvent
  • CodeReferenceUpdatedEvent
  • CodeReferenceDeletedEvent

@Ubisoft-potato Ubisoft-potato force-pushed the feat-code-ref-table branch 2 times, most recently from c73147d to 762205c Compare December 31, 2024 04:54
@Ubisoft-potato Ubisoft-potato force-pushed the feat-code-ref-table branch 7 times, most recently from 53057e8 to 2929f7f Compare January 10, 2025 03:10
@Ubisoft-potato Ubisoft-potato force-pushed the feat-code-ref-table branch 2 times, most recently from 6264d91 to a4d5fe8 Compare January 13, 2025 02:11
@Ubisoft-potato Ubisoft-potato marked this pull request as ready for review January 13, 2025 04:59
@Ubisoft-potato Ubisoft-potato force-pushed the feat-code-ref-table branch 5 times, most recently from ac3431f to a0c5d4c Compare January 17, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant