-
Notifications
You must be signed in to change notification settings - Fork 42
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
Python 3 Lab Controller support #235
Commits on Oct 28, 2024
-
feat: enable lab-controller build for Python 3
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5dafec - Browse repository at this point
Copy the full SHA d5dafecView commit details -
ci: remove centos stream targets
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5e99a7b - Browse repository at this point
Copy the full SHA 5e99a7bView commit details -
docs: generate man page for beaker-import
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8c08a17 - Browse repository at this point
Copy the full SHA 8c08a17View commit details -
fix(async): rename module to avoid use of reserved keyword
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdf3def - Browse repository at this point
Copy the full SHA bdf3defView commit details -
fix(test): use range instead of xrange
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fd6603 - Browse repository at this point
Copy the full SHA 0fd6603View commit details -
fix: update exception handling for Python 2/3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d10e2a - Browse repository at this point
Copy the full SHA 6d10e2aView commit details -
fix(distro_import): update print statements for Python 3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9cc72f5 - Browse repository at this point
Copy the full SHA 9cc72f5View commit details -
fix: use proper octal notation for file permissions
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5baa28b - Browse repository at this point
Copy the full SHA 5baa28bView commit details -
ci: run unit tests during pull requests
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f0cade - Browse repository at this point
Copy the full SHA 6f0cadeView commit details -
fix: use six for StringIO to ensure Python 2 and 3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 617d312 - Browse repository at this point
Copy the full SHA 617d312View commit details -
fix: use six.text_type for unicode compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9deebb7 - Browse repository at this point
Copy the full SHA 9deebb7View commit details -
fix: use six_moves to ensure compatibility with Python 2 and 3
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2db11d1 - Browse repository at this point
Copy the full SHA 2db11d1View commit details -
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for adb5f5d - Browse repository at this point
Copy the full SHA adb5f5dView commit details -
fix(tests): use appropriate file open mode based on python version
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c51d56 - Browse repository at this point
Copy the full SHA 4c51d56View commit details -
fix(concurrency): handle reading from pipe with Python 2 and 3 compat…
…ibility Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4eb489a - Browse repository at this point
Copy the full SHA 4eb489aView commit details -
fix: ensure proper handling of bytes for Python 3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 15a194d - Browse repository at this point
Copy the full SHA 15a194dView commit details -
build: manage logrotate and log dir for py3 targets
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dad40fc - Browse repository at this point
Copy the full SHA dad40fcView commit details -
fix: update iter methods for Python 3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8963491 - Browse repository at this point
Copy the full SHA 8963491View commit details -
fix: handle unicode and byte encoding for power environment variables
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a13c3c - Browse repository at this point
Copy the full SHA 8a13c3cView commit details -
fix: handle XMLRPCDocGenerator import for Python 3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b4d5d56 - Browse repository at this point
Copy the full SHA b4d5d56View commit details -
fix(proxy-main): use pywsgi instead of deprecated wsgi
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cc5f552 - Browse repository at this point
Copy the full SHA cc5f552View commit details -
fix: replace string.map with lambda for Python 3 compatibility
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91df68a - Browse repository at this point
Copy the full SHA 91df68aView commit details -
fix: convert filter to list for compatibility with Python 3
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e9c6000 - Browse repository at this point
Copy the full SHA e9c6000View commit details -
fix: handle SSL error import for compatibility with Python 2 and 3
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a70cb82 - Browse repository at this point
Copy the full SHA a70cb82View commit details -
fix: update base64 decoding method for compatibility with Python 3
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 374ff60 - Browse repository at this point
Copy the full SHA 374ff60View commit details -
ci: include additional repository to enable EL7 build
Signed-off-by: Martin Styk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d16e435 - Browse repository at this point
Copy the full SHA d16e435View commit details