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

[ENH] Add hot reloading for development #907

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

peytondmurray
Copy link
Contributor

@peytondmurray peytondmurray commented Oct 21, 2024

Fixes #901.

Description

This pull request enables hot reloading of the conda-store-server webserver. Whenever changes to e.g. the server's REST API, we no longer need to bring the containers down and rebuild them.

Pull request checklist

  • Did you test this change locally?
  • Did you update the documentation (if required)?
  • Did you add/update relevant tests for this change (if required)?

Copy link

netlify bot commented Oct 21, 2024

Deploy Preview for conda-store canceled.

Name Link
🔨 Latest commit a60dee5
🔍 Latest deploy log https://app.netlify.com/sites/conda-store/deploys/671ae19dc844720008688957

@peytondmurray peytondmurray changed the title [ENH] Add hot reloading for development [WIP] [ENH] Add hot reloading for development Oct 21, 2024
@peytondmurray peytondmurray changed the title [WIP] [ENH] Add hot reloading for development [ENH] Add hot reloading for development Oct 21, 2024
@peytondmurray peytondmurray force-pushed the 901-hot-reloading branch 3 times, most recently from dccabad to 9a34d3d Compare October 24, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New 🚦
Development

Successfully merging this pull request may close these issues.

[ENH] - Enable hot reloading when developing
1 participant