You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Preserve default site on modify (#227)
* --default will never be None
* tests
* temporarily try pinning conda version
* now lets try conda=26
* relax conda constraint
---------
Co-authored-by: Matt Kramer <mkramer@anaconda.com>
feat: Extended auth handler configuration (#193)
* feat: Add ability to specify override auth domain in conda channel_settings
tmp2
fix: Remove hard-code and implement real behavior
* feat: Load extra channel settings via pydantic model with validation
* feat: Add support for credential_type override as well
* fix: Remove use of global context object
feat: Extended auth handler configuration (#193)
* feat: Add ability to specify override auth domain in conda channel_settings
tmp2
fix: Remove hard-code and implement real behavior
* feat: Load extra channel settings via pydantic model with validation
* feat: Add support for credential_type override as well
* fix: Remove use of global context object