InseeFrLab / onyxia

🔬 Data science environment for k8s
https://onyxia.sh
MIT License
432 stars 78 forks source link

Saving configuration for two different services with the same name overwrites the first config. #789

Closed trygu closed 3 months ago

trygu commented 3 months ago

Not a very big issue, but some times it would be convenient to use the name of the repo I want to open automatically using the saved configuration feature. Some times I would like to open the same repo, but with different services, e.g. Jupyter AND vscode f.ex.

Easy work-around is to prefix the names with the name of the service etc. Anyway a warning would at least be nice. :-)

Screenshot added. Skjermbilde 2024-04-04 kl  22 25 52

garronej commented 3 months ago

Ok

garronej commented 3 months ago

I'll do it

garronej commented 3 months ago

@trygu Done!

You can now have the different config with the same name as long as they are not for the same service.

image

Thanks for reporting!