We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Switch dev setup from poetry to uv with .venv
Also install libkrb5-dev package for requests-gssapi
Use Ubuntu 24.04 for development environment
migrate from yarn to pnpm
Update to use Node 24 and pnpm
Install poetry 2.1.4 to match Dockerfile
Update nvm version to the latest
Revert instructions to install Poetry 1.8.5
Poetry 1.8.5 is required if a developer want to change pyproject.toml
Updated Local development setup (markdown)
Add requirements if installing on GitHub Codespaces
Update to Ubuntu 22.04 and Python 3.10 after merging redash/pull/6991
Add create_database again since this is not automatic in the reverted build
Put back pip3/poetry install since 'make pydep' was removed as part of a build revert
Updated the local dev setup instructions to use `make pydeps`
We don't need to hard code version numbers for black and ruff any more
The environment file is now automatically created by future steps when needed
We don't need to manually create the database any more, as it's done automatically by later steps
We switcedh back to using port 5001 for the webUI
Update nvm to 0.39.7
Update black to 23.12.1
Fix black and ruff versions to make lint deterministic
Updated yarn version to 1.22.22
Update NodeJS version to 18
Install black
Use docker-compose-v2