1. 15 Aug, 2024 1 commit
  2. 13 Aug, 2024 3 commits
  3. 12 Aug, 2024 3 commits
  4. 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
  5. 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
  6. 29 Jul, 2024 2 commits
  7. 26 Jul, 2024 2 commits
  8. 23 Jul, 2024 1 commit
  9. 22 Jul, 2024 1 commit
  10. 19 Jul, 2024 2 commits
  11. 17 Jul, 2024 2 commits
  12. 10 Jul, 2024 1 commit
  13. 28 Jun, 2024 1 commit
  14. 27 Jun, 2024 2 commits
    • Dev containers Bot's avatar
      Automated documentation update (#1019) · 0356cbb0
      Dev containers Bot authored
      Automated documentation update [skip ci]
      Co-authored-by: 's avatargithub-actions <github-actions@github.com>
      0356cbb0
    • Jonathan Backhaus's avatar
      Add support for Alpine to `git` feature (#1008) · 694906e3
      Jonathan Backhaus authored
      * feat: add basic scaffolding for alpine, based on debian implementation
      
      * feat: add baseline packages from <https://github.com/alpinelinux/aports/blob/master/main/git/APKBUILD>
      
      * fix: add `curl` package (needed for version lookup)
      
      * feat: use `jq`-based version matching implementation for alpine
      
      the alpine version of `grep` doesn't support PCRE
      
      * fix: forgot to strip the leading "v" from the version number
      
      * fix: need `make` package to build from source
      
      * feat: parameterize make options to easily inject Alpine-specific option
      
      * fix: wip: latest baseline (still breaking due to musl)
      
      * feat: add basic scaffolding for alpine, based on debian implementation
      
      note: this won't install from source (due to build issues with musl) but will install using the `apk` package manager
      
      * chore: chmod +x
      
      * chore: bump semver (proposed)
      
      * docs: add Alpine/apk to notes
      
      * test: add test for `alpine:3` to install system package
      
      note: feature does not currently implement building from source on Alpine
      
      * fix: working build from source!
      
      still need to tweak the package dependencies and make config
      
      * perf: remove OBE `gettext-dev` package from dependencies
      
      no longer required with "NO_GETTEXT=YesPlease" make config
      
      * perf: remove OBE `libintl` package from dependencies
      
      no longer required with "NO_GETTEXT=YesPlease" make config (?)
      
      * feat: add remaining make options from apk package source reference
      
      * docs: add refs. for alpine build from source
      
      * test(git): add test case for building git from src on alpine:3
      
      * fix: lint: SC2068: Double quote array expansions to avoid re-splitting elements
      
      * fix: use Devcontainer Alpine image as base (because it has `bash` installed); refactor test script names to remove major version suffix (since it isn't specified in the associated image tag)
      
      * perf: consolidate to a single, jq-based implementation
      
      using `jq` avoids the need for PCRE `grep` expression (not supported in Alpine)
      
      * fix: set `sysconfdir` option for alpine build as well
      
      see [#395](https://github.com/devcontainers/features/pull/395)
      
      * test: fix: alpine doesn't include perl support; leverage test cases from `install_git_from_src.sh` script
      
      * style: remove unused options
      
      * fix: set `prefix` option for alpine build to be consistent with other builds
      
      see [#395](https://github.com/devcontainers/features/pull/395)
      
      * refactor: move common arguments out of distro-specific logic
      
      * perf: minimum set of make options for building git from source in Alpine
      
      * chore: remove OBE code (unused make options for Git)
      
      * style: whitespace
      
      * test: fix: remove `gettext` check (since this package isn't installed in Alpine)
      
      * feat: update implementation based on local Git feature in `base-alpine` image
      
      * feat: remove `libsecret-dev` package
      
      not present in local Git feature in `base-alpine` image `install.sh` script
      
      * feat: switch `glib-dev` to `g++` and `gcc` packages, based on local Git feature in `base-alpine` image
      
      * chore: remove `alpine-sdk` package, based on local Git feature in `base-alpine` image
      
      no longer needed, based on initial testing
      
      * revert: switch back to `grep`-based PCRE implementation,  based on local Git feature in `base-alpine` image
      
      `jq` package no longer needed
      
      * test: revert: remove test cases (covered by generic `install_git_from_src.sh`)
      
      * test: fix: remove perl check for system package in Alpine (because the system package is not built with PCRE support)
      
      ---------
      Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>
      694906e3
  15. 20 Jun, 2024 2 commits
  16. 19 Jun, 2024 2 commits
  17. 14 Jun, 2024 2 commits
  18. 11 Jun, 2024 2 commits
  19. 03 Jun, 2024 2 commits
  20. 31 May, 2024 1 commit
  21. 30 May, 2024 1 commit
  22. 29 May, 2024 3 commits
  23. 28 May, 2024 2 commits