Sophia Castellarin

Results 34 issues of Sophia Castellarin

As of Vagrant 2.3, Vagrant ships with a second executable called vagrant-go. This represents the current state of our work to reimplement Vagrant in Go, as a part of our...

Fixes https://github.com/hashicorp/vagrant/issues/12849 Since this fixes a flaky issue, it's a little challenging to reproduce. One way is to slightly change the command that is breaking to force it to be...

Fixes: https://github.com/hashicorp/vagrant/issues/12870 Depends on: https://github.com/hashicorp/vagrant-plugin-sdk/pull/189 - Adds provider validation to the Vagrantfile core module - Sets the target provider when provided to the Vagrantfile service - Makes the provider in...

This PR aims to allow vagrant-go users to uninstall legacy Ruby plugins. * Separates out loading global legacy plugins from local legacy plugins * Actually loads local plugins (previously they...

## Description Follow up to https://github.com/conda-incubator/conda-store/pull/1044 In order for a plugin to get settings at the right level of specificity, they must have information about the running environment and namespace....

type: enhancement 💅🏼
area: configuration ⚙️
needs: review 👀
area: user experience 👩🏻‍💻

### Describe the bug Running a query against the API with an auth header should authorize a user. However, if the auth header is specified and is empty, there is...

type: bug 🐛

part 2 to address https://github.com/conda-incubator/conda-store/issues/911 ## Description This PR removes steps for building and releasing conda-store (the cli). This includes: * removing the split package from the conda build recipe...

needs: review 👀
area: CI 👷🏽‍♀️
type: deprecations ⛔️

### Context conda-store-server currently relies on "psycopg2-binary", "pymysql", "psycopg2" and "sqlalchemy". There is some redundancy between these. The conda-store-server package should only include dependencies that it actually needs. I think...

area: dependencies 📦
type: maintenance 🛠

### Context Follows up https://github.com/conda-incubator/conda-store/pull/961 Currently, the `conda_package_build` table has a column for the channel the package comes from (ref: https://github.com/conda-incubator/conda-store/blob/main/conda-store-server/conda_store_server/_internal/orm.py#L786). However, this is redundant information because each entry must...

type: maintenance 🛠

Fixes https://github.com/conda-incubator/conda-store/issues/895 ## Description Introduce a helm chart for conda-store, including documentation on how to setup a demo environment with the helm chart. See the included documentation for instructions on...

needs: review 👀