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

DM-40149: Rewrite RubinTV with FastAPI #154

Merged
merged 64 commits into from
Jan 3, 2024
Merged

Conversation

mfisherlevine
Copy link
Collaborator

No description provided.

@ugyballoons ugyballoons force-pushed the tickets/DM-40149 branch 6 times, most recently from 4bd0045 to c367dad Compare September 23, 2023 10:02
@ugyballoons ugyballoons force-pushed the tickets/DM-40149 branch 2 times, most recently from ce32c21 to b138e7d Compare October 11, 2023 11:06
@ugyballoons ugyballoons force-pushed the tickets/DM-40149 branch 2 times, most recently from b650652 to 5dda55c Compare October 12, 2023 19:44
@ugyballoons ugyballoons force-pushed the tickets/DM-40149 branch 3 times, most recently from a16b133 to 597cf75 Compare October 23, 2023 12:13
.flake8 Outdated
Copy link
Collaborator

Choose a reason for hiding this comment

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

When moving to the T&S repositories, we there use a tool called ts_pre_commit, which standardizes code quality rules configurations across developers. I'll leave this here for future reference: https://tssw-developer.lsst.io/development-guidelines/tools/pre_commit.html#ts-pre-commit-conf. Then we won't need to have this kind of configuration files.

Copy link
Collaborator

Choose a reason for hiding this comment

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

OK, thanks Sebastian, I'll give that a proper read and then implement it.

Copy link
Collaborator

@sebastian-aranda sebastian-aranda Oct 30, 2023

Choose a reason for hiding this comment

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

On the T&S repositories we also use a Jenkins pipelines for handling docker builds and pushes. I'll try looking how to migrate this part too. For some details check: https://tssw-developer.lsst.io/development-guidelines/building.html.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I'll read that tomorrow too. Thanks again :)

Copy link
Collaborator

@sebastian-aranda sebastian-aranda left a comment

Choose a reason for hiding this comment

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

I've left several comments mainly related to aesthetic code stuff, I hope you can look. Besides that this looks like a great job, so it good to me 👍. Thanks @mfisherlevine and @ugyballoons!

.nvmrc Outdated Show resolved Hide resolved
Dockerfile Outdated Show resolved Hide resolved
src/js/components/NightReport.js Outdated Show resolved Hide resolved
src/js/components/NightReport.js Outdated Show resolved Hide resolved
src/js/components/NightReport.js Outdated Show resolved Hide resolved
src/rubintv/handlers/websocket_notifiers.py Outdated Show resolved Hide resolved
src/rubintv/handlers/websocket.py Outdated Show resolved Hide resolved
filename: str,
request: Request,
) -> StreamingResponse:
# auxtel_night_report_2023-08-16_Coverage_airmass
Copy link
Collaborator

Choose a reason for hiding this comment

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

What is this line for?

src/rubintv/handlers/pages.py Outdated Show resolved Hide resolved
src/rubintv/background/historicaldata.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@sebastian-aranda sebastian-aranda left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@sebastian-aranda sebastian-aranda changed the base branch from master to develop January 3, 2024 14:32
@ugyballoons ugyballoons merged commit 10cbdd5 into develop Jan 3, 2024
3 checks passed
@ugyballoons ugyballoons deleted the tickets/DM-40149 branch January 3, 2024 14:34
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.

4 participants