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

Add implementation for updating StreamStatus table with component column #112

Conversation

BenNzewi
Copy link
Collaborator

No description provided.

@coveralls
Copy link

coveralls commented May 28, 2019

Pull Request Test Coverage Report for Build 1006

  • 24 of 25 (96.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.2%) to 91.753%

Changes Missing Coverage Covered Lines Changed/Added Lines %
event-buffer/event-buffer-core/src/main/java/uk/gov/justice/services/event/buffer/core/repository/subscription/Subscription.java 8 9 88.89%
Totals Coverage Status
Change from base Build 997: 0.2%
Covered Lines: 2125
Relevant Lines: 2316

💛 - Coveralls

Copy link
Contributor

@mapingo mapingo left a comment

Choose a reason for hiding this comment

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

The pull request needs a change log update

ps.setObject(2, subscription.getStreamId());
ps.setString(3, subscription.getSource());
ps.executeUpdate();
setPreparedStatementParameters(subscription, ps);
Copy link
Contributor

Choose a reason for hiding this comment

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

I liked this method in-lined better...easier to look at a glance what is happening

Copy link
Member

Choose a reason for hiding this comment

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

+1

@BenNzewi BenNzewi force-pushed the add-component-name-to-streamstatus-table-and-relevant-implementation branch from b166c12 to 643e6fb Compare May 28, 2019 15:17
@BenNzewi BenNzewi force-pushed the add-component-name-to-streamstatus-table-and-relevant-implementation branch 2 times, most recently from e3518b7 to 22b93b8 Compare May 29, 2019 09:43
@BenNzewi BenNzewi force-pushed the add-component-name-to-streamstatus-table-and-relevant-implementation branch from 22b93b8 to b27fb13 Compare May 29, 2019 11:26
@MartinYSpasov MartinYSpasov merged commit df722d9 into master May 29, 2019
@MartinYSpasov MartinYSpasov deleted the add-component-name-to-streamstatus-table-and-relevant-implementation branch May 29, 2019 12:22
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

5 participants