conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

[BUG] - Failed envs show as Active if there are no successul builds #279

Open kcpevey opened 1 year ago

kcpevey commented 1 year ago

Describe the bug

If an environment has NO successful builds, then a Failed build is listed as Active. Obviously if the build failed, there is no environment to be active.

image

Note that the env does NOT appear in the list of available kernels when selecting an env from a jupyter notebook so that functionality is correct.

Expected behavior

If an environment has never successfully build, I expect there to be no Active env

How to Reproduce the problem?

channels:
- conda-forge
dependecies:
- python
- nonexistent_package

Output

No response

Versions and dependencies used.

No response

Anything else?

Separate issue also surrounding the Failed envs: https://github.com/conda-incubator/conda-store-ui/issues/248