We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Don't install python-dev, only python3 should be required
Install ruff, not flake8
Install dev packages for poetry install
Update instructions for using poetry
Fix missing argument in previous edit
Use 'apt-mark hold' to keep docker from being upgraded
Specify python3-dev to pick up the right libraries on Ubuntu 20 and Ubuntu 22