TWA API make window length optional Dockerfile Build Error#962
Merged
Conversation
…arify default values with window length for twa as 1 day Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…nd removing unnecessary line breaks Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…ultiple files Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…management Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…management Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…ment.yml Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…bodbc compatibility Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…error management Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…dependencies Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…improved compatibility Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…bility Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
…de only needs connection, so _ tells the linter "we know this is unused, it's intentional." Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
Signed-off-by: Amber Rigg <44523299+Amber-Rigg@users.noreply.github.com>
Signed-off-by: Amber-Rigg <amber.l.rigg25@gmail.com>
|
cching95
approved these changes
Mar 9, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary of Changes
Updated the RTDIP Time Weighted Average API so that the time_weighted parameter now defaults to 1, removing the need for users to explicitly supply this value when making API requests.
This update also includes a fix to address a Dockerfile build failure that occurred during the last merge, which prevented successful dev API deployments.
Dev Deployment Fix
The previous merge introduced a Dockerfile change that caused the image build to fail.
This update includes a correction to the Dockerfile, restoring successful build and deployment workflows for the dev API environment.
Ensures CI/CD pipelines can complete without manual intervention.
Why This Change
Fixing the Dockerfile resolves the deployment issues that occurred after the previous merge, ensuring the dev API environment builds and deploys correctly.