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

Sprint9 staging #177

Merged
merged 12 commits into from
Feb 8, 2022
Merged

Sprint9 staging #177

merged 12 commits into from
Feb 8, 2022

Conversation

kaladay
Copy link
Collaborator

@kaladay kaladay commented Feb 4, 2022

No description provided.

kaladay and others added 10 commits January 20, 2022 15:05
…han the version in the service pom for catalog service.
[169] Weaver dependency version in the parent pom is different than the version in the service pom for catalog service.
Some of the responses require more work, such as servicesPoint.json, and are skipped.
The existing logic uses the InstanceId when instead it should use the ItemId.
Switch to the ItemId to ensure each item works.
[167] Added discoveryDisplayName in Loan Response
Issue 194: Multiple items from the same bib record checked out.
…mConfig

Hard coded prod urls removed from catalog config
@coveralls
Copy link

coveralls commented Feb 4, 2022

Pull Request Test Coverage Report for Build 1797201446

  • 9 of 9 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 61.688%

Totals Coverage Status
Change from base Build 1669484853: 0.0%
Covered Lines: 731
Relevant Lines: 1185

💛 - Coveralls

@jcreel jcreel marked this pull request as draft February 4, 2022 19:40
for (JsonNode partialLoan : instanceIdToPartialLoan.values()) {
String loanId = getText(partialLoan, "/id");
for (String loanId : itemIdToLoanId.values()) {
JsonNode partialLoan = loanIdToPartialLoan.get(loanId);
Copy link

Choose a reason for hiding this comment

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

This map lookups make this a less performant change. May be negligible as is the changing pointers in the map.

@jcreel jcreel marked this pull request as ready for review February 8, 2022 21:58
@jcreel jcreel merged commit 5d184d6 into master Feb 8, 2022
@jcreel jcreel deleted the sprint9-staging branch April 5, 2022 15:31
@kaladay kaladay restored the sprint9-staging branch June 7, 2022 15:27
@kaladay kaladay deleted the sprint9-staging branch June 7, 2022 15:30
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