-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* VR-252: after testing aggregation of partial query. * VR-252: working e2e (partial query). * VR-252: before pushing unit tests. * VR-252: updating existing unit tests. * VR-252: adding new status to query table [forwarded]. * VR-252: adding forwarded status and test update. * VR-252: include forwarded (branch switch). * VR-252: queries controller update. * VR-252: sanity check on queries controller. * VR-252 xss-scan escaping html. * VR-252: version bump. * VR-252: failing test. * VR-252: snapshot update. * VR-252: a few deduplications.{ * VR-252: clean up of queries controller after deduplications. * VR-252: logging. * VR-252: a few typos from a saga of queries controller. * VR-252: deconstruction of payload. * VR-252: addressing github comments. * VR-252: unit tests. * VR-252: forgotten check for POST /stage. * VR-252: linting. * VR-258: check if all child queries have responded before responding to parent. * VR-252: pushing integration test in the current state. * VR-252: tmp skip failing test. * Update docker-compose.yml Co-authored-by: David Blane <[email protected]> * VR-252: syntax. * VR-252: calculating allChilds.reduce for total emissions. * VR-252: integration tests for partial query include charlie (3rd persona) * VR-252: some unstagged changes from integration test. * VR-252: typo. * VR-252: expand on queries unit test. * VR-252: added a couple of unit tests for DRPC and partial. * VR-252: removing and adding new comments.: * VR-252: accidentally stagged types.d.ts which should not be included (was a test). --------- Co-authored-by: David Blane <[email protected]>
- Loading branch information
1 parent
c75d22f
commit 5add30b
Showing
22 changed files
with
958 additions
and
298 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
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 |
---|---|---|
@@ -1,3 +1,4 @@ | ||
VERITABLE_ALICE_PUBLIC_URL=http://veritable-ui-alice:3000 | ||
VERITABLE_BOB_PUBLIC_URL=http://veritable-ui-bob:3000 | ||
VERITABLE_CHARLIE_PUBLIC_URL=http://veritable-ui-charlie:3000 | ||
VERITABLE_IDP_PUBLIC_URL_PREFIX=http://keycloak:8080/realms/veritable/protocol/openid-connect |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.