Skip to content

History / Local development setup

Revisions

  • Poetry 1.8.5 is required if a developer want to change pyproject.toml

    @EugeneChung EugeneChung committed Mar 28, 2025
  • Updated Local development setup (markdown)

    @sjoh2006 sjoh2006 committed Aug 3, 2024
  • Add requirements if installing on GitHub Codespaces

    @lucydodo lucydodo committed Jun 28, 2024
  • Update to Ubuntu 22.04 and Python 3.10 after merging redash/pull/6991

    @eradman eradman committed Jun 5, 2024
  • Add create_database again since this is not automatic in the reverted build

    @eradman eradman committed May 15, 2024
  • Put back pip3/poetry install since 'make pydep' was removed as part of a build revert

    @eradman eradman committed May 15, 2024
  • Updated the local dev setup instructions to use `make pydeps`

    @justinclift justinclift committed Apr 18, 2024
  • We don't need to hard code version numbers for black and ruff any more

    @justinclift justinclift committed Apr 18, 2024
  • The environment file is now automatically created by future steps when needed

    @justinclift justinclift committed Apr 14, 2024
  • We don't need to manually create the database any more, as it's done automatically by later steps

    @justinclift justinclift committed Apr 14, 2024
  • We switcedh back to using port 5001 for the webUI

    @justinclift justinclift committed Apr 13, 2024
  • Update nvm to 0.39.7

    @justinclift justinclift committed Apr 13, 2024
  • Updated Local development setup (markdown)

    @AndrewChubatiuk AndrewChubatiuk committed Apr 11, 2024
  • Update black to 23.12.1

    @justinclift justinclift committed Apr 10, 2024
  • Fix black and ruff versions to make lint deterministic

    @eradman eradman committed Apr 2, 2024
  • Updated yarn version to 1.22.22

    @justinclift justinclift committed Apr 2, 2024
  • Update NodeJS version to 18

    @snickerjp snickerjp committed Feb 27, 2024
  • Update NodeJS version to 18

    @snickerjp snickerjp committed Feb 27, 2024
  • Install black

    @eradman eradman committed Feb 26, 2024
  • Updated Local development setup (markdown)

    @icdw icdw committed Feb 24, 2024
  • Updated Local development setup (markdown)

    @icdw icdw committed Feb 24, 2024
  • Use docker-compose-v2

    @eradman eradman committed Oct 23, 2023
  • Updated Local development setup (markdown)

    @fukatani fukatani committed Oct 15, 2023
  • Don't install python-dev, only python3 should be required

    @eradman eradman committed Oct 10, 2023
  • Install ruff, not flake8

    @eradman eradman committed Oct 2, 2023
  • Install dev packages for poetry install

    @eradman eradman committed Sep 11, 2023
  • Update instructions for using poetry

    @eradman eradman committed Sep 11, 2023
  • Fix missing argument in previous edit

    @eradman eradman committed Sep 11, 2023
  • Use 'apt-mark hold' to keep docker from being upgraded

    @eradman eradman committed Sep 11, 2023
  • Specify python3-dev to pick up the right libraries on Ubuntu 20 and Ubuntu 22

    @eradman eradman committed Sep 7, 2023