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

DNM: Testing stuff #229

Closed
wants to merge 82 commits into from
Closed

DNM: Testing stuff #229

wants to merge 82 commits into from

Commits on Aug 3, 2024

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

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1e50722 View commit details
    Browse the repository at this point in the history
  2. fix(async): rename module to avoid use of reserved keyword

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0f652a5 View commit details
    Browse the repository at this point in the history
  3. fix(test): use range instead of xrange

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fd6c096 View commit details
    Browse the repository at this point in the history
  4. fix(test): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ea94507 View commit details
    Browse the repository at this point in the history
  5. fix(watchdog): use six to provide xmlrpc client

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f643bcb View commit details
    Browse the repository at this point in the history
  6. fix(watchdog): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5cca033 View commit details
    Browse the repository at this point in the history
  7. chore(watchdog): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5f279cd View commit details
    Browse the repository at this point in the history
  8. chore(utils): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a1234e4 View commit details
    Browse the repository at this point in the history
  9. fix(transfer): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7ce4f30 View commit details
    Browse the repository at this point in the history
  10. chore(transfer): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e02c044 View commit details
    Browse the repository at this point in the history
  11. fix(transfer): handle SSL error on Python 6

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    994106f View commit details
    Browse the repository at this point in the history
  12. chore(test): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8000fbd View commit details
    Browse the repository at this point in the history
  13. fix(test): use proper octal format

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fe30827 View commit details
    Browse the repository at this point in the history
  14. fix(pxemenu): use xmlrpc client and urllib from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    08c91a8 View commit details
    Browse the repository at this point in the history
  15. chore(pxemenu): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a1a47d8 View commit details
    Browse the repository at this point in the history
  16. fix(proxy): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2f46bb2 View commit details
    Browse the repository at this point in the history
  17. fix(proxy): use xmlrpc move from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6c634b6 View commit details
    Browse the repository at this point in the history
  18. chore(proxy): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0451052 View commit details
    Browse the repository at this point in the history
  19. fix(provision): use xmlrpc move from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8c32952 View commit details
    Browse the repository at this point in the history
  20. fix(provision): use unicode from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    144fab2 View commit details
    Browse the repository at this point in the history
  21. fix(provision): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6f60aff View commit details
    Browse the repository at this point in the history
  22. fix(provision): handle iterators and dict with six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    343d697 View commit details
    Browse the repository at this point in the history
  23. chore(provision): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    aae7f44 View commit details
    Browse the repository at this point in the history
  24. fix(netboot): import StringIO from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7538883 View commit details
    Browse the repository at this point in the history
  25. fix(netboot): use urllib from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1294424 View commit details
    Browse the repository at this point in the history
  26. fix(netboot): use file mode compatible with six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6a1f546 View commit details
    Browse the repository at this point in the history
  27. chore(netboot): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    be6f42f View commit details
    Browse the repository at this point in the history
  28. fix(proxy-main): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fe1d421 View commit details
    Browse the repository at this point in the history
  29. fix(proxy-main): make xmlrpc imports compatible

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4bf3541 View commit details
    Browse the repository at this point in the history
  30. chore(proxy-main): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    19b03a3 View commit details
    Browse the repository at this point in the history
  31. fix(log-storage): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    85caf1a View commit details
    Browse the repository at this point in the history
  32. fix(log-storage): use proper octal format

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8362934 View commit details
    Browse the repository at this point in the history
  33. chore(log-storage): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    be6e3a0 View commit details
    Browse the repository at this point in the history
  34. fix(pxemenu): use xmlrpc client and urllib from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8bd4f9f View commit details
    Browse the repository at this point in the history
  35. chore(expire-distros): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    294f890 View commit details
    Browse the repository at this point in the history
  36. fix(distro-import): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    206e2a3 View commit details
    Browse the repository at this point in the history
  37. fix(distro-import): call fn print

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b5858e8 View commit details
    Browse the repository at this point in the history
  38. fix(pxemenu): use xmlrpc client,urllib, and configparser from six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d897c03 View commit details
    Browse the repository at this point in the history
  39. fix(distro-import): use anonymous fn instead string::strip

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    30dc91d View commit details
    Browse the repository at this point in the history
  40. chore(distro-import): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ebfedd0 View commit details
    Browse the repository at this point in the history
  41. fix(distro-import): use is to compare None

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    2ad1760 View commit details
    Browse the repository at this point in the history
  42. fix(distro-import): simplify comparison

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1230d6b View commit details
    Browse the repository at this point in the history
  43. chore(config): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    0acf0e1 View commit details
    Browse the repository at this point in the history
  44. fix(concurrency): update exception syntax for Python 3 compatibility

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6d9da57 View commit details
    Browse the repository at this point in the history
  45. chore(concurrency): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c21b481 View commit details
    Browse the repository at this point in the history
  46. chore(clear-netboot): format code and sort imports

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    a108752 View commit details
    Browse the repository at this point in the history
  47. tests: use pytest w/ python3

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6a5961d View commit details
    Browse the repository at this point in the history
  48. fix(proxy): use absolute import to import utils

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    f973aa7 View commit details
    Browse the repository at this point in the history
  49. ci: run unit tests during pull requests

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d324d66 View commit details
    Browse the repository at this point in the history
  50. fix(provision): use datetime fn instead on using custom

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7ae2c28 View commit details
    Browse the repository at this point in the history
  51. fix(common-helpers): always encode unicode to str

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    aa4a321 View commit details
    Browse the repository at this point in the history
  52. fix(spec): add werkzeug to builddeps

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    8b21692 View commit details
    Browse the repository at this point in the history
  53. fix(test): use file mode compatible with python six

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    713637c View commit details
    Browse the repository at this point in the history
  54. fix(test): always write bytes to test images

    Reducing the range from <0, 255> to <0, 127> to avoid
    2 bytes allocation in Python 3
    
    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b71474f View commit details
    Browse the repository at this point in the history
  55. fix(test): drop deprecated fn names

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    aa37a6e View commit details
    Browse the repository at this point in the history
  56. fix(concurrency): wait till fileno is ready

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cc4b76b View commit details
    Browse the repository at this point in the history
  57. fix(concurrency): decode bytes

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9544854 View commit details
    Browse the repository at this point in the history
  58. test: extend test suite to validate concurrency

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    3dc411f View commit details
    Browse the repository at this point in the history
  59. fix(proxy-main): use pywsgi instead of deprecated wsgi

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4122acb View commit details
    Browse the repository at this point in the history
  60. test: refactor _assert_process_group_is_removed to use psutil

    Replace the repeated SIGKILL approach with a safer and more reliable check using psutil.
    
    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ed6108f View commit details
    Browse the repository at this point in the history
  61. ci: run init inside the container that forwards signals

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ad5bd18 View commit details
    Browse the repository at this point in the history
  62. ci: define timeout for unit and integration tests

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    408850e View commit details
    Browse the repository at this point in the history
  63. ci: run unit test on CentOS 9 Stream

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    cc8bb90 View commit details
    Browse the repository at this point in the history
  64. ci: show python environment

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    63d1303 View commit details
    Browse the repository at this point in the history
  65. chore: remove init.d configuration

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    923852a View commit details
    Browse the repository at this point in the history
  66. Make source code cloneable on Windows

    Windows doesn't allow files/directories to be called 'aux' (or 'con').
    JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    82a75fd View commit details
    Browse the repository at this point in the history
  67. chore: remove unused check_output

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9780b33 View commit details
    Browse the repository at this point in the history
  68. fix(proxy): explicitly convert ascii_control_chars to list for Py3 co…

    …mpat
    
    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    779280a View commit details
    Browse the repository at this point in the history
  69. fix(proxy): use raw string notation for ANSI escape code regex

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    c789a60 View commit details
    Browse the repository at this point in the history
  70. fix: use warning instead of deprecated warn in logger

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7c95b27 View commit details
    Browse the repository at this point in the history
  71. chore: noqa for broad exceptions in main loops

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1788dc0 View commit details
    Browse the repository at this point in the history
  72. refactor(watchdog): remove shadowing for variable greenlet

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ae0687c View commit details
    Browse the repository at this point in the history
  73. fix(watchdog): handle missing 'Running' task in recipe abort process

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    d98afc0 View commit details
    Browse the repository at this point in the history
  74. refactor(utils): remove unused code

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    80a2611 View commit details
    Browse the repository at this point in the history
  75. refactor(test): rename 'id' to 'entity_id' to avoid shadowing built-i…

    …n function
    
    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4e60b9f View commit details
    Browse the repository at this point in the history
  76. refactor(proxy): always close hub

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    66b2776 View commit details
    Browse the repository at this point in the history
  77. docs: generate man page for beaker-import

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b914ca8 View commit details
    Browse the repository at this point in the history
  78. ci: execute unit tests on fedora

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    06ca231 View commit details
    Browse the repository at this point in the history
  79. build: manage logrotate and log dir for py3 targets

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    52b15bd View commit details
    Browse the repository at this point in the history
  80. refactor: use absolute import for utility bkr utility library

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    aa77288 View commit details
    Browse the repository at this point in the history
  81. fix(provision): encode power env fields on python 2

    Signed-off-by: Martin Styk <mart.styk@gmail.com>
    StykMartin authored and JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    4fa92c5 View commit details
    Browse the repository at this point in the history
  82. chore(ci): use vault.centos.org for CentOS 7/8 & other fixes

    Get the GitHub CI working.
    
      * Use `vault.centos.org` for CentOS 7 and CentOS 8
      * Force use of node 16
      * Use git236 in the unit-tests to make checkout work.
    JohnVillalovos committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    34d1482 View commit details
    Browse the repository at this point in the history