yuvipanda / jupyterhub-fancy-profiles

BSD 3-Clause "New" or "Revised" License
8 stars 6 forks source link

Pre-select github repo and ref #69

Closed oliverroick closed 2 weeks ago

oliverroick commented 3 weeks ago

Contributes to #66: Pre-select GitHub repo and GitHub branch when URL params are set

batpad commented 3 weeks ago

@oliverroick sweet! I tested this by running locally and a URL like http://localhost:8000/hub/spawn?binderProvider=gh&binderRepo=nasa-impact/pangeo-notebook-veda-image&ref=main and all the fields were filled in correctly and it auto-selected the Build Your Own Image option.

Since I don't think this is going to block any other work and @yuvipanda is back in a couple days, does it feel okay to leave this PR open until @yuvipanda is back? Am fine merging as well if there's other stuff you feel you want to do on top of this.

This looks really good, thanks again!