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

General dependency upgrades (awx venv only for now) #5407

Merged

Commits on Jan 7, 2020

  1. Update pip and setuptools in requirements txt

    Versions selected to be pre-19 pip
    due to unresolved issues with the build systems
    
    Upgrade everything, party on
    
    document new process
    
    rotate license files
    
    fix Swagger schema generation target
    
    Remove --ignore-installed flag
    fosterseth authored and AlanCoding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    7873d08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dc8c78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2acf4d View commit details
    Browse the repository at this point in the history
  4. Bootstrap venv creation with flit and poetry

    this is in addition to pip and setuptools installs
    
    add in --ignore-installed and --no-build-isolation flags
    reasoning is that we are not installing needed packages
    for building
    shanemcd authored and AlanCoding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    cf55b6a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    477f566 View commit details
    Browse the repository at this point in the history
  6. Attempts to simplify build environment

    Remove build isolation flag
    
    Do not use --ignore-installed for any pip install commands
    
    Add Makefile comments
    
    do not use system site packages for awx venv
    
    Consolidate bootstrap pins
    
    Do another upgrade, properly document wheel
    AlanCoding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    271b3f0 View commit details
    Browse the repository at this point in the history
  7. Get rid of hacks to simplify process

    Remove poetry and wheel from bootstrap installs
    
    Cleanup some docs around them
    AlanCoding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    0b9b883 View commit details
    Browse the repository at this point in the history
  8. update paramiko source

    AlanCoding committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    ca8dcce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18bb910 View commit details
    Browse the repository at this point in the history