Skip to content

Comments

[CARE-6230] Feature - Store integrationRunUuid in coverage entry#322

Merged
yuriyyakym merged 2 commits intomasterfrom
feature/store-integration-run-id-in-coverage-entry
Sep 18, 2024
Merged

[CARE-6230] Feature - Store integrationRunUuid in coverage entry#322
yuriyyakym merged 2 commits intomasterfrom
feature/store-integration-run-id-in-coverage-entry

Conversation

@yuriyyakym
Copy link
Contributor

@marko-ogg please implement related property on back-end side. Also let me know if the property should be renamed.
I've noticed that we have both id and uuid props in integration run entry, so I am unsure if I've chosen the correct one for referencing (uuid).

@yuriyyakym yuriyyakym self-assigned this Sep 18, 2024

export interface CreateRequest extends UpdateRequest {}
export interface CreateRequest extends UpdateRequest {
integrationRunUuid?: CoverageIntegrationRun['uuid'] | null;
Copy link
Contributor

@marko-ogg marko-ogg Sep 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would rename it:

integration_run?: CoverageIntegrationRun['id'] | CoverageIntegrationRun['uuid'] | null;

Note that we use snake case in the API.

Copy link
Contributor

@marko-ogg marko-ogg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yuriyyakym yuriyyakym merged commit 3be8aee into master Sep 18, 2024
@yuriyyakym yuriyyakym deleted the feature/store-integration-run-id-in-coverage-entry branch September 18, 2024 11:53
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.

2 participants