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.
Specify docker.io version 20 since docker 24 breaks our build
Remove --latest-npm option from nvm install, as npm now requires node 18+
Updated make format output
Adjust the prompt in the pre-commit lines, to indicate the Python venv needs to be active
Added "make format" command for local dev setup page
Added `make down` step after starting Redash, so people don't accidentally leave things running
Updated Local development setup (markdown)
Added "make env" command to the local dev setup page
Added link to the Windows WSL2 success
Added note about Windows WSL2 working for the setup instructions too
Minor formatting tweak
Added the Ubuntu packages and pip3 install of all the backend Python dev setup stuff
Simplified the apt-install a bit
Optimise the steps a bit more
Moved the testing information to its own page
Adding initial info about the available test options, and how to run `make test`
Add Python wheel package to the local dev setup page
Moved the `make` and `yarn` commands section to a dedicated page
Added direct mention + links for GNU Make and the Redash Makefile
Added some further make target descriptions
Tell apt to install the packages without asking for confirmation first
Added Python venv setup for backend development
Started adding descriptions of each of the Makefile targets
Added placeholder for the make commands. They need descriptions added for each
Doesn't need the ratelimit disabled here, as it's already in the dev docker-compose file