Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Python Dev Dependencies to Virtual Environment #15602

Merged
merged 33 commits into from
Jul 21, 2022

Commits on Jun 19, 2022

  1. Rename install_backend_python_libs.py

    Rename it to `install_python_prod_dependencies.py` to make clear that
    this script installs production dependencies.
    U8NWXD committed Jun 19, 2022
    Configuration menu
    Copy the full SHA
    f5a5dbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17ad8fe View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Add header and fix syntax

    U8NWXD committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    1f1b0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43197a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Make no venv ok on CI

    U8NWXD committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    faef94b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Fix lint, type issues

    U8NWXD committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    9f95216 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cfa760 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. Configuration menu
    Copy the full SHA
    81091d3 View commit details
    Browse the repository at this point in the history
  2. Fix lint errors

    U8NWXD committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    07d1526 View commit details
    Browse the repository at this point in the history
  3. Fix mypy checks script

    U8NWXD committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    59ee71f View commit details
    Browse the repository at this point in the history
  4. Fix backend tests script

    U8NWXD committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    63eb483 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4dd03c6 View commit details
    Browse the repository at this point in the history
  6. Add backend test to shards

    U8NWXD committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    9fcd170 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c25efb View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Fix backend tests

    U8NWXD committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cb647c0 View commit details
    Browse the repository at this point in the history
  2. Fix more backend tests

    U8NWXD committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    d3f1e1f View commit details
    Browse the repository at this point in the history
  3. Fix lint checks

    U8NWXD committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3aebc2c View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Formatting fixes

    U8NWXD committed Jul 14, 2022
    Configuration menu
    Copy the full SHA
    29139cb View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

  1. Configuration menu
    Copy the full SHA
    aaa4375 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    69dd997 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    815ebe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19daf7f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46234ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    97216df View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    b54f7bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd0436f View commit details
    Browse the repository at this point in the history
  3. Address review comments

    U8NWXD committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    d147a67 View commit details
    Browse the repository at this point in the history
  4. Fix backend tests

    U8NWXD committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    dff8c02 View commit details
    Browse the repository at this point in the history
  5. Fix backend test

    U8NWXD committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    30ac5fc View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Address review comments

    U8NWXD committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    d6de237 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cded151 View commit details
    Browse the repository at this point in the history
  3. Clarify check_python_env name

    U8NWXD committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    0125b7b View commit details
    Browse the repository at this point in the history
  4. Fix typo

    U8NWXD committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    af82499 View commit details
    Browse the repository at this point in the history