1. 03 Dec, 2024 1 commit
    • Mathiyarasy's avatar
      Oryx Issue (#1181) · f8e7e275
      Mathiyarasy authored
      Universal Image Latest Version: Caused issue in a Pipeline
      Azure DevOps Pipeline generate-kitchensink-automated Failed
      
      This PR aims to do things:
      
      The pinned dotnet version now is 8.0.202 : Oryx: Unpin .NET version 8.0.101
      Publish oryx app with --self-contained true tag . Without this tag oryx fails to launch stating compatible .net runtime version not found
      f8e7e275
  2. 02 Dec, 2024 1 commit
  3. 22 Oct, 2024 2 commits
  4. 17 Oct, 2024 2 commits
  5. 08 Oct, 2024 1 commit
  6. 07 Oct, 2024 1 commit
  7. 25 Sep, 2024 2 commits
  8. 24 Sep, 2024 2 commits
  9. 23 Sep, 2024 2 commits
  10. 16 Sep, 2024 2 commits
  11. 09 Sep, 2024 1 commit
  12. 03 Sep, 2024 1 commit
  13. 28 Aug, 2024 1 commit
    • Ruben Suarez Alvarez's avatar
      feat(aws-cli): 🧑‍💻 add aws-cli completion (#1083) · 6123e412
      Ruben Suarez Alvarez authored
      * feat(aws-cli): 🧑‍💻 add aws completion
      
      aws supports bash and zsh command completion.
      
      * test(aws-cli):  test aws bash completion
      
      * chore(aws-cli): 🔧 update feature version
      
      * fix(aws-cli): cp command fix
      
      * refactor(aws-cli): move vendor scripts to specific folder
      
      * docs(aws-cli): add README to vendor scripts
      
      * build(aws-cli): automate aws-cli vendor completer scripts updates
      
      * chore(aws-cli): update vendor completer scripts
      
      * build(aws-cli): update message
      
      * chore(aws-cli): remove some code remainders
      6123e412
  14. 27 Aug, 2024 3 commits
    • Julian Pawlowski's avatar
      `[powershell]`: Fix manual PowerShell installation binary execution permissions (#1050) · 878a900d
      Julian Pawlowski authored
      * Align manual pwsh install with DEB package
      
      - ensure execution permissions for pwsh
      - correct path from /usr/local/bin/pwsh to /usr/bin/pwsh
      - register as shell in /etc/shells
      
      * Update versions
      
      * Update repositories
      
      * Check for existing pwsh installation
      
      This will avoid build failures when multiple features depend on this PowerShell package
      
      * test: Fix PS profile test
      
      * Test: Fix install_using_github
      
      * Test: Fix getcwd warning
      
      * fix: Move out of directory before deleting it
      
      * test: Add validate_powershell_installation
      
      * test: Change Ubuntu test base image to upcoming new LTS version
      878a900d
    • Dev containers Bot's avatar
      Automated documentation update (#1109) · 3bf4e20e
      Dev containers Bot authored
      Automated documentation update [skip ci]
      Co-authored-by: 's avatargithub-actions <github-actions@github.com>
      3bf4e20e
    • Prathamesh Zarkar's avatar
      Features update logic for PPA in bionic (#1079) · 52c79b49
      Prathamesh Zarkar authored
      * Features update logic for PPA in bionic
      
      * node failing fixed after pnpm install from npm package manager
      
      * for node version 16 pnpm version 7 is installed
      
      * uninstalled pnpm package first and then reinstalled as per node version
      
      * force installing pnpm package
      
      * optimized logic to install compatible pnpm for node 16
      
      * pnpm install specific version compatible for node
      
      * new variable added pnpmVersion in node feature
      
      * test case failure fixed
      
      * fixed test cases
      
      * fixing test cases
      
      * pnpm version fixed for test cases
      
      * default version for pnpm updated
      
      * review comments addressed
      
      * Update src/node/devcontainer-feature.json
      
      ---------
      Co-authored-by: 's avatarSamruddhi Khandale <samruddhikhandale@github.com>
      52c79b49
  15. 21 Aug, 2024 1 commit
  16. 20 Aug, 2024 1 commit
  17. 19 Aug, 2024 2 commits
  18. 16 Aug, 2024 2 commits
  19. 15 Aug, 2024 2 commits
  20. 13 Aug, 2024 3 commits
  21. 12 Aug, 2024 3 commits
  22. 07 Aug, 2024 1 commit
    • Gaurav Saini's avatar
      [Java] - features issue #1101 - installs -tem instead -ms for lts installation (#1021) · dd0266fe
      Gaurav Saini authored
      * [Java] - features issue #1101 - installs -tem instead -ms for lts installation
      
      * misc change
      
      * misc change, by mistake needs correction
      
      * leave a line change
      
      * remove spaces
      
      * bump patch version..
      
      * changes for pr reviewed
      
      * changes
      
      * Update src/java/devcontainer-feature.json
      Co-authored-by: 's avatarSamruddhi Khandale <samruddhikhandale@github.com>
      
      * [java] - corrected lts version finding logic in install.sh
      
      * small change
      
      * changes as requested..
      
      * changes as requested
      
      * changes as suggested - centos-7, mirrorlist no longer exists - changed to vault
      
      * corrected condition for specific version installations..
      
      * misc change
      
      * corrected condition
      
      * small change
      
      * corrections
      
      * change
      
      * changes in test cases - removing /tmp before test specific test runs..
      
      * few changes to test cases again..
      
      * small change
      
      * addition of --overwrite option to gradle init command
      
      * changes as suggested on pr comments
      
      * misc. change for correcting logic
      
      ---------
      Co-authored-by: 's avatarSamruddhi Khandale <samruddhikhandale@github.com>
      dd0266fe
  23. 06 Aug, 2024 1 commit
    • Gaurav Saini's avatar
      [Desktop-lite] - VNC_RESOLUTION unreadable fix - issue #945 fix (#1024) · f5f489f6
      Gaurav Saini authored
      * [Desktop-lite] - VNC_RESOLUTION unreadable fix - issue #945
      
      * bump to patch version done
      
      * changes as suggested
      
      * changes - removing escaped variables for init to go smoothly
      
      * misc change
      
      * few more escaped vars - making them unescaped
      
      * misc changes
      
      * changes for sudo - command not found error in few test cases
      f5f489f6
  24. 29 Jul, 2024 2 commits