Christopher Ostrouchov

Results 71 issues of Christopher Ostrouchov

This weekend is [the SciPy 2022 sprints](https://www.scipy2022.scipy.org/sprints) and if you would like to contribute to conda-store, learn how to deploy conda-store, or learn more about the project you're in the...

enhancement

More security around environments

type: enhancement 💅🏼
needs: discussion 💬
area: security 🔐

Currently the UI throws errors when a user tries to access a page or perform a certain action. The UI exposes these actions to the user. Instead we should guide...

enhancement
good first issue

Pip allows you to install from archive urls. Currently the following error appears ![image](https://user-images.githubusercontent.com/1740337/177830000-5d36540e-f12b-4265-b422-25f946472cc2.png) ```yaml name: test dependencies: - pip - pip: - https://github.com/pallets/flask/archive/refs/tags/2.1.2.zip - ./path/to/archive.zip # on local machine...

enhancement
good first issue

Prevent the `current_build_id` from ever being null

bug

![image](https://user-images.githubusercontent.com/1740337/167033213-01065131-b73b-4556-8b6d-88f1d5370136.png)

bug

Several reasons for this PR: - build id as an integer gives non-user friendly ids - wanting to follow a model similar to uploading docker images/tags to docker hub this...

Instead of bulid 1, 10, 15. Instead the user should see `1, 2, 3` or no numbers at all.

enhancement

Similar to jupyterhub https://jupyterhub.readthedocs.io/en/stable/api/auth.html#jupyterhub.auth.Authenticator.auto_login. Have this for Conda-Store.

enhancement