1. 12 Aug, 2025 5 commits
  2. 10 Jul, 2025 2 commits
  3. 30 Jun, 2025 1 commit
  4. 27 Jun, 2025 3 commits
  5. 18 Jun, 2025 3 commits
  6. 17 Jun, 2025 1 commit
  7. 16 Jun, 2025 1 commit
  8. 11 Jun, 2025 3 commits
  9. 06 Jun, 2025 2 commits
  10. 05 Jun, 2025 1 commit
  11. 03 Jun, 2025 1 commit
    • iTiPo's avatar
      [terraform] Add Custom Download Server Support for Terraform Dev Container Feature (#1364) · 66c73dfb
      iTiPo authored
      * Add custom download server option to download terraform
      
      * Bump Terraform version to 1.4.0 in devcontainer feature configuration
      
      * Update custom download server documentation and implementation to require full URL with protocol
      
      * Remove my changes from an auto-generated file
      
      * Remove my changes from an auto-generated file
      
      * Add security considerations for custom download servers in documentation
      
      * Update security considerations section in documentation with warning icon
      
      * Return leading empty lines back to NOTES.md
      
      * Fix formatting in custom download server scripts by ensuring consistent newline handling and invoking reportResults function.
      66c73dfb
  12. 19 May, 2025 1 commit
  13. 05 May, 2025 1 commit
  14. 21 Apr, 2025 2 commits
    • sireeshajonnalagadda's avatar
      Extending support of powershell feature for AlmaLinux (#1303) · 6654579d
      sireeshajonnalagadda authored
      * rremoved shell envwhich defaults to the shell /bin/bash
      
      * adding  powershell support for alma linux9
      
      * modifications to the test cases
      
      * Delete test/common-utils/configure_zsh_as_default_shell/Dockerfile
      
      Deleting the file as it is no longer needed 
      No modifications needed inside the Dockerfile set the containerEnv to work with default shell
      
      * remove sudo
      
      * made changes
      
      * adding -E to preserve env variables
      
      * correcting errors
      
      * made the requested changes
      
      * using dnf to check the packages
      
      * using dnf to check the packages
      
      * bumping up the version
      
      * bump up the powershell version for Almalinux support
      
      * removal of x86_64
      
      * local tests files not required for this PR
      
      ---------
      Co-authored-by: 's avatarDaniel Doyle <ddoyle2017@github.com>
      6654579d
    • Kaniska's avatar
      Revert "[dotnet] - Fixing the dotnet smoke test issue with changes in test script." (#1343) · eb5d299e
      Kaniska authored
      Revert "[dotnet] - Fixing the dotnet smoke test issue with changes in test sc…"
      
      This reverts commit 8895eb3d.
      eb5d299e
  15. 17 Apr, 2025 1 commit
  16. 07 Apr, 2025 2 commits
  17. 04 Apr, 2025 1 commit
  18. 01 Apr, 2025 2 commits
  19. 27 Mar, 2025 1 commit
  20. 26 Mar, 2025 4 commits
  21. 03 Mar, 2025 2 commits
    • Gaurav Saini's avatar
      [python] - issue #1172 - provide switching versions using update-alternatives (#1260) · c264b4e8
      Gaurav Saini authored
      * [python] - issue #1172 - add version switching mechanism using update-alternatives
      
      * removed commented code
      
      * [python] - update-alternatives addition for ease in switching of python versions - complete
      
      * changes for passing of other tests !!
      
      * change for better positioning of code
      
      * Added test case scenario for Update-Alternatives check
      
      * added scenario for testing
      
      * [alternatives] - added option for fedora, centos & rhel
      
      * changed file name
      
      * changes for update-alternatives test case proper functioning
      
      * arrange in asc order for default value retention after testing ends
      c264b4e8
    • Kaniska's avatar
      [nvidia-cuda] - Cudnn install script issue, unable to fetch latest version of... · 8f42e094
      Kaniska authored
      [nvidia-cuda] - Cudnn install script issue, unable to fetch latest version of libcudnn9 library (#1275)
      
      nvidia-cuda fix for Issue #1270
      8f42e094