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/482 add specific cherrypick method #483

Merged
merged 5 commits into from
Oct 20, 2023

Conversation

Robbware
Copy link
Contributor

Prerequisites

  • I have written a descriptive pull-request title
  • I have verified that there are no overlapping pull-requests open
  • I have verified that I am following the COMET-WEB code style guidelines
  • I have provided test coverage for my change (where applicable)

Description

This provides the ability for us to specifically run a CherryPick on a particular engineering model and iteration.

@antoineatrhea This is slightly different than what we had envisioned yesterday but I felt that the code was not becoming clear enough when attempting to fuse the two methods (so that we'd have the RunCherryPick() running the RunSingleCherryPick() inside it). As such, I opted by extracting some common denominators from the logic and keeping things separate.

@Robbware Robbware added the enhancement New feature or request label Oct 20, 2023
@Robbware Robbware self-assigned this Oct 20, 2023
Copy link
Contributor

@antoineatstariongroup antoineatstariongroup left a comment

Choose a reason for hiding this comment

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

minor documentation to check

COMET.Web.Common/Utilities/CherryPick/CherryPickRunner.cs Outdated Show resolved Hide resolved
COMET.Web.Common/Utilities/CherryPick/ICherryPickRunner.cs Outdated Show resolved Hide resolved
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

96.8% 96.8% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20.1) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@Robbware Robbware merged commit 601497d into development Oct 20, 2023
7 checks passed
@Robbware Robbware deleted the Feat/482-add-specific-cherrypick-method branch October 20, 2023 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants