-
Notifications
You must be signed in to change notification settings - Fork 0
Update backend controllers with timescale #277
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
Merged
alexwhelan12
merged 23 commits into
main
from
update-backend-controllers-with-timescale
Jan 31, 2026
Merged
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
f457f6b
change snakecase to pascalcase for columns
skand088 1bf9bf7
make flattened table instead of many for car parts
skand088 b3380be
add new table to data-source
skand088 c04a648
doesnt work
skand088 1d7040f
fix
burtonjong f527161
change snakecase to pascalcase for columns
skand088 2f4cc16
make flattened table instead of many for car parts
skand088 22a2484
add new table to data-source
skand088 4f26037
doesnt work
skand088 83a9f30
fix
burtonjong 9e80ead
make env for dburl
skand088 e51a7ef
Fix typo in ProximitySensors entity property name
skand088 7a9b5f7
Merge branch 'move-to-timescale' of github.com:UCSolarCarTeam/Helios-…
burtonjong 8400abd
a
burtonjong b495b47
Merge branch 'main' into move-to-timescale
burtonjong 4cc03aa
fix: fix build
burtonjong b54991b
Merge branch 'move-to-timescale' of github.com:UCSolarCarTeam/Helios-…
burtonjong d0ccc49
fix: unused import
burtonjong 4a6704d
fix: unused import
burtonjong 248ffa4
refactor: databaseservice to have all the repos
skand088 541476a
Update backend controllers to use timescale
alexwhelan12 bacd818
removed duplicate code
alexwhelan12 50dee0a
fix: removed duplicate code causing build to fail
alexwhelan12 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧩 Analysis chain
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 443
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 2747
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 2760
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 168
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 956
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 57
🏁 Script executed:
# Check the AMPLIFY documentation for secret setup instructions cat docs/AMPLIFY.mdRepository: UCSolarCarTeam/Helios-Telemetry
Length of output: 7620
🏁 Script executed:
# Check the database package documentation cat packages/db/README.mdRepository: UCSolarCarTeam/Helios-Telemetry
Length of output: 243
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 5131
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 57
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 57
🏁 Script executed:
Repository: UCSolarCarTeam/Helios-Telemetry
Length of output: 6068
Ensure the TimescaleConnectionString secret is pre-provisioned in AWS Secrets Manager before deployment.
The code references a
TimescaleConnectionStringsecret and expects it to contain JSON keys:DATABASE_HOST,DATABASE_PASSWORD,DATABASE_PORT, andDATABASE_USERNAME. The ECS task will fail to start if this secret does not exist or if these keys are missing. Create this secret in Secrets Manager with the correct structure before deploying.🤖 Prompt for AI Agents