Skip to content

Commits

Commits on Dec 22, 2020

  1. Prevent accidental analysis of the get-pip.py script.

    Chris Gavin committed Dec 22, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    3c494fd View commit details

Commits on Dec 7, 2020

  1. Unverified

    No user is associated with the committer email.
    Copy the full SHA
    6156eb9 View commit details

Commits on Nov 20, 2020

  1. Make sure a Python 2 pip is installed

    In the README of this repo, it's suggested to use the `ubuntu-latest` environment.
    That environment will soon be upgraded to Ubuntu 20.04: https://github.com/actions/virtual-environments/issues/1816
    
    As pointed out in that issue, the updated image comes without a Python 2 pip preinstalled:
    
        Setup Python dependencies
        /home/runner/work/_actions/github/codeql-action/v1/python-setup/install_tools.sh
        [...]
          + python2 -m pip install --user --upgrade pip setuptools wheel
          /usr/bin/python2: No module named pip
        Warning: Unable to download and extract the tools needed for installing the python dependecies. You can call this action with 'setup-python-dependencies: false' to disable this process.
    Florian Bruhin authored and GitHub committed Nov 20, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b168eee View commit details

Commits on Oct 19, 2020

  1. Run python deps tests on mac

    David Verdeguer committed Oct 19, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    c860191 View commit details

Commits on Oct 15, 2020

  1. Merge branch 'main' into daverlo/python-windows

    David Verdeguer authored and GitHub committed Oct 15, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e0f7838 View commit details
  2. Address comments

    David Verdeguer committed Oct 15, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7d1f309 View commit details

Commits on Oct 14, 2020

  1. Use sys.executable

    David Verdeguer committed Oct 14, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2c3dafc View commit details

Commits on Oct 13, 2020

  1. Call pipenv and poetry through python

    David Verdeguer committed Oct 13, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    0d97ea8 View commit details

Commits on Oct 8, 2020

  1. Copy the full SHA
    64ebf10 View commit details
  2. Add missing [

    David Verdeguer committed Oct 8, 2020
    Copy the full SHA
    9bc8c56 View commit details
  3. Apply suggestions from code review

    Co-authored-by: Arthur Baars <aibaars@github.com>
    2 people authored and GitHub committed Oct 8, 2020
    Copy the full SHA
    424a9cf View commit details

Commits on Oct 7, 2020

  1. Combine auto_install scripts

    David Verdeguer committed Oct 7, 2020
    Copy the full SHA
    e97bdbd View commit details

Commits on Oct 6, 2020

  1. Port python deps setup to windows

    David Verdeguer committed Oct 6, 2020
    Copy the full SHA
    74afd3c View commit details

Commits on Sep 29, 2020

  1. Remove tests that should fail

    David Verdeguer committed Sep 29, 2020
    Copy the full SHA
    4e39b76 View commit details
  2. Add x permission to the test scripts

    David Verdeguer committed Sep 29, 2020
    Copy the full SHA
    5e2245c View commit details
  3. Add workflow for testing python setup

    David Verdeguer committed Sep 29, 2020
    Copy the full SHA
    67ddca1 View commit details

Commits on Sep 25, 2020

  1. Explain get_extractor_version for python setup scripts

    Rasmus Wriedt Larsen authored and GitHub committed Sep 25, 2020
    Copy the full SHA
    1831270 View commit details

Commits on Sep 24, 2020

  1. Minor fixes to python installation scripts based on code review

    Rasmus Wriedt Larsen committed Sep 24, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    dffce99 View commit details
  2. Apply suggestions from code review

    Co-authored-by: Marco Gario  <marcogario@github.com>
    2 people authored and GitHub committed Sep 24, 2020
    Copy the full SHA
    6645c55 View commit details

Commits on Sep 11, 2020

  1. Handle error in poetry 1.0.10

    Rasmus Wriedt Larsen authored and David Verdeguer committed Sep 11, 2020
    Copy the full SHA
    1b20fa7 View commit details
  2. Update python scripts to handle setup.py

    Rasmus Wriedt Larsen authored and David Verdeguer committed Sep 11, 2020
    Copy the full SHA
    7fc41c6 View commit details
  3. Add python scripts

    David Verdeguer committed Sep 11, 2020
    Copy the full SHA
    5701037 View commit details
End of commit history for this file