Marcelo Villa

Results 106 comments of Marcelo Villa

See #2075 for progress done in the past regarding the migration of Cypress to Playwright.

I went over our Cypress tests and they perform the following actions: 1. Login to Nebari 2. Run a notebook 3. Visit different services URLs (i.e., keycloak, conda-store, and grafana);...

For `conda`, we could add this alias for the different environments using [activation/deactivation scripts](https://docs.conda.io/projects/conda/en/latest/dev-guide/deep-dives/activation.html#activation-deactivation-scripts). They would need to be added on environment creation.

The issue around Nebari not working locally on a `kind` cluster on macOS/Windows stems from the fact that Docker containers are not executed natively but rather in a VM. Thus,...

@nkaretnikov I just tried Amit's config now on a 8-core M1 with 32GB and was able to spin a small Jupyter server up and create a simple conda environment with...

I can reproduce this locally using JupyterHub 4.0.2—check the lower left corner where the URLs appear: https://github.com/nebari-dev/nebari/assets/36754005/f5039655-ef57-4205-9c96-a257d43002ed While the links are correctly redirected in JupyterHub, I am not sure this...

@peytondmurray is there any reason not to approve this? I see you added the `needs: discussion` label.

It's been quite a few months since we discussed this, but my main takeaway was that the playbook would be useful to create a local dev cluster and a dev...

Hey @ronald50928, thanks for opening the issue and sorry for the late reply. Would you be interested in (or do you have the time to) adding that to our docs?...

@viniciusdc is this ready for review? If yes, let me know and I'll test so we can merge it!