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

Python 3 Lab Controller support #235

Commits on Oct 28, 2024

  1. feat: enable lab-controller build for Python 3

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d5dafec View commit details
    Browse the repository at this point in the history
  2. ci: remove centos stream targets

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5e99a7b View commit details
    Browse the repository at this point in the history
  3. docs: generate man page for beaker-import

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8c08a17 View commit details
    Browse the repository at this point in the history
  4. fix(async): rename module to avoid use of reserved keyword

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bdf3def View commit details
    Browse the repository at this point in the history
  5. fix(test): use range instead of xrange

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    0fd6603 View commit details
    Browse the repository at this point in the history
  6. fix: update exception handling for Python 2/3 compatibility

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6d10e2a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9cc72f5 View commit details
    Browse the repository at this point in the history
  8. fix: use proper octal notation for file permissions

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5baa28b View commit details
    Browse the repository at this point in the history
  9. ci: run unit tests during pull requests

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6f0cade View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    617d312 View commit details
    Browse the repository at this point in the history
  11. fix: use six.text_type for unicode compatibility

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    9deebb7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2db11d1 View commit details
    Browse the repository at this point in the history
  13. fix: broken utils import

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    adb5f5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4c51d56 View commit details
    Browse the repository at this point in the history
  15. fix(concurrency): handle reading from pipe with Python 2 and 3 compat…

    …ibility
    
    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4eb489a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    15a194d View commit details
    Browse the repository at this point in the history
  17. build: manage logrotate and log dir for py3 targets

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    dad40fc View commit details
    Browse the repository at this point in the history
  18. fix: update iter methods for Python 3 compatibility

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    8963491 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8a13c3c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b4d5d56 View commit details
    Browse the repository at this point in the history
  21. fix(proxy-main): use pywsgi instead of deprecated wsgi

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cc5f552 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    91df68a View commit details
    Browse the repository at this point in the history
  23. fix: convert filter to list for compatibility with Python 3

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e9c6000 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a70cb82 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    374ff60 View commit details
    Browse the repository at this point in the history
  26. ci: include additional repository to enable EL7 build

    Signed-off-by: Martin Styk <[email protected]>
    StykMartin committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d16e435 View commit details
    Browse the repository at this point in the history