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

Updateing existing database with multiple matches #54

Merged
merged 1 commit into from Jan 28, 2020

Conversation

rladdusaw
Copy link
Contributor

No description provided.

@coveralls
Copy link

Pull Request Test Coverage Report for Build 257

  • 0 of 13 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.9%) to 95.408%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/main/java/edu/tamu/app/ProjectInitialization.java 0 13 0.0%
Totals Coverage Status
Change from base Build 255: -0.9%
Covered Lines: 1122
Relevant Lines: 1176

💛 - Coveralls

@@ -31,8 +31,22 @@ public void run(String... args) throws Exception {
remoteProjectManagerRepo.findAll().forEach(versionManagementSoftware -> {
managementBeanRegistry.register(versionManagementSoftware);
});
if (cardTypeRepo.findByIdentifier("Feature") == null) {
cardTypeRepo.create(new CardType("Feature", new HashSet<String>(Arrays.asList(new String[] { "Story" }))));
CardType type = cardTypeRepo.findByIdentifier("Feature");
Copy link
Member

Choose a reason for hiding this comment

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

Feature, Request, Issue and Defect should be constants.

@rladdusaw rladdusaw merged commit acb379f into sprint4-staging Jan 28, 2020
@ghost ghost deleted the sprint4-card-type-matching branch February 20, 2020 20:47
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.

None yet

3 participants