Skip to content

Tags: anaconda/anaconda-auth

Tags

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): update pre-commit hook python-jsonschema/check-jsonschem…

…a to v0.37.2 (#257)

Co-authored-by: anaconda-renovate[bot] <117830771+anaconda-renovate[bot]@users.noreply.github.com>

v0.14.4

Toggle v0.14.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add special-case handling for channels that require API keys and…

… conflict w/ wildcard (#248)

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[fix] async account attr (#247)

* lazy load .account

* tests

* pytest-asyncio in dev dependencies

* pin virtualenv

* conda, not pip

* pip in conda_deps

* anonymous account dict

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Pre-empt loading of token from configuration when API key presen…

…t in environment variable (#246)

v0.13.1

Toggle v0.13.1's commit message
fix: Pre-empt loading of token from configuration when API key presen…

…t in environment variable

v0.14.1

Toggle v0.14.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Env manager package config (#242)

* add env-manager to auth config

* version constraint support

* test config

* Explicit ^

Co-authored-by: Jose Mesa <102056573+jmesa89@users.noreply.github.com>

* chore(pre-commit): linting

---------

Co-authored-by: Jose Mesa <102056573+jmesa89@users.noreply.github.com>
Co-authored-by: Anaconda Bot <devops+anaconda-bot@anaconda.com>

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
pass ssl-verify to post-login (#241)

v0.13.0

Toggle v0.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v0.13.0rc3

Toggle v0.13.0rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v0.13.0rc1

Toggle v0.13.0rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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