-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
POC Version 3.5.2: Adds Summary Stats REST Endpoints & Updates Depend…
…encies (#239) * Interim commit prior to repository migration * Interim commit of senzing-poc-rest-api.yaml. This adds summary statistic functions. * Changes to support REST API for data mart summary calls * - Added onlyLoadedSources query parameter to applicable endpoints with default value of true - Changed entities page responses to include more than entity ID (includes records and entity name and counts) - Changed relations page responses to include same entity details instead of only entity ID's * Updated to data-mart-replicator version 1.1.0 * Sweeping changes to spec version 3.5.2 to support summary statistics * Updated BuildInfo.java to reflect spec version 3.5.2 * Updated CHANGELOG.md and pom.xml for version 3.5.2 release * Updated Dockerfile for version 3.5.2 release * Updated senzing-api-server to version 3.5.10 * Fixed typo in CHANGELOG.md
- Loading branch information
1 parent
5f324d6
commit 563849a
Showing
64 changed files
with
11,843 additions
and
441 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,5 @@ target-v* | |
|
||
# VS Code | ||
.vscode/ | ||
eclipse-formatter.xml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ ENV REFRESHED_AT=2023-11-14 | |
|
||
LABEL Name="senzing/senzing-poc-server-builder" \ | ||
Maintainer="[email protected]" \ | ||
Version="3.5.1" | ||
Version="3.5.2" | ||
|
||
# Set environment variables. | ||
|
||
|
@@ -51,7 +51,7 @@ ENV REFRESHED_AT=2023-11-14 | |
|
||
LABEL Name="senzing/senzing-poc-server" \ | ||
Maintainer="[email protected]" \ | ||
Version="3.5.1" | ||
Version="3.5.2" | ||
|
||
HEALTHCHECK CMD ["/app/healthcheck.sh"] | ||
|
||
|
Submodule data-mart-replicator
updated
37 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule senzing-api-server
updated
25 files
Oops, something went wrong.