aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Port changes and set executable bitJosh Spicer2022-07-2921-1/+27
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Java: bundle maven and gradle as options (#68)Samruddhi Khandale2022-07-232-1/+27
| | | bundle maven and gradle
* oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63)Samruddhi Khandale2022-07-161-6/+2
| | | fix bug
* Oryx: change path of git repo download (#59)Samruddhi Khandale2022-07-152-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * change oryx git path * change oryx install dir * change ownership * add debian flavor * revert codespace:codespace * temp testing * attempt to fix stuck action * remove name * attempt 2 * remove name * attempt 3 * nit
* PHP: Install additional versions (#61)v0.0.4v0.0.3Samruddhi Khandale2022-07-142-69/+86
| | | | | | | | | | | | | | | | | * PHP: install additional versions * fix bug * fix test scenario * adding quotes * change identifier * nit * tweak: to unblock git merge * nit
* Java: Install additional versions (#62)Samruddhi Khandale2022-07-142-15/+35
| | | | | | | | | * Java: Install additional versions * nit * tweak: to unblock git merge * nit
* Dotnet: Install additional versions (#60)Samruddhi Khandale2022-07-142-22/+39
| | | | | | | * Dotnet: Install additional versions * nit * tweak: to unblock git merge
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-142-6/+25
| | | | | | | | | | | | | | | | | | | | | * node * fix comment (no-ci) * Apply suggestions from code review Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * update test scenario * remove minor for node 18 * update scenarios to object notation * add shabang * only set default node once Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Python: Install additional versions (#58)Samruddhi Khandale2022-07-012-26/+46
| | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
* ruby: install additional versions (#57)Samruddhi Khandale2022-07-012-4/+18
| | | | | | | * ruby: install additional versions * nit: fixing spelling Co-authored-by: Josh Spicer <joshspicer@github.com>
* Automated documentation updateDevcontainers CI2022-06-2224-144/+72
|
* Automated documentation updateDevcontainers CI2022-06-2121-26/+26
|
* add descriptions to feature metadata (no-ci)Josh Spicer2022-06-2121-19/+64
|
* Revert "Attempt to fix communication error on images smoke test (#52)"Samruddhi Khandale2022-06-211-10/+6
| | | | This reverts commit 7b256bf53497cf07fc877a99ba790c4eae1b4586.
* Attempt to fix communication error on images smoke test (#52)Samruddhi Khandale2022-06-201-6/+10
| | | | | | | * reposition chown: ruby * debug * reorg chown
* Python: Install python tools if python exists (#51)Samruddhi Khandale2022-06-181-10/+9
| | | | | | | | | | | | | * fix python * fix [] * fix group * fix path * remove duplicate chown * use INSTALL_PATH's py
* Revert "Automated documentation update"Samruddhi Khandale2022-06-151-27/+0
| | | | This reverts commit 66b31e08e87147c08a74bb75b2412472fff814e6.
* Merge branch 'main' of https://github.com/devcontainers/featuresSamruddhi Khandale2022-06-151-0/+27
|\
| * Automated documentation updateDevcontainers CI2022-06-151-0/+27
| |
* | Revert "add gradle feature"Samruddhi Khandale2022-06-152-158/+0
|/ | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-152-0/+158
|
* Fix permissions: add username:user_group (#50)Samruddhi Khandale2022-06-1511-15/+15
| | | | | | | | | * add username:user_group * fix remaining permissions * add * * remove *
* conda: path changes (#49)Samruddhi Khandale2022-06-151-1/+1
|
* Devcontainer docs (#47)Josh Spicer2022-06-1425-1/+680
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * docs * automatically generate documentation from features.json * trigger doc gen * 1 * no-ci * no-ci * no-ci * no-ci * comment out pull * Automated documentation update * no-ci markdown table * Automated documentation update * no-ci * Automated documentation update * branch to main Co-authored-by: Devcontainers CI <vscr-feedback@microsoft.com>
* python: fix condition when version=noneSamruddhi Khandale2022-06-141-2/+1
|
* Common: Handle meta.env for devcontainer-info cmd (#46)Samruddhi Khandale2022-06-141-10/+12
| | | Handle meta.env
* add missing user groups to fix permission issues for non root user (#45)Samruddhi Khandale2022-06-138-12/+74
| | | | | | | * add missing user groups * fix username * move chmod: anaconda
* port changes from vscode-dev-containers for jammy compat (#44)Josh Spicer2022-06-132-2/+16
| | | | | * package compat * port git-lfs fix (https://github.com/microsoft/vscode-dev-containers/pull/1500)
* ruby: revert sudo_if changesSamruddhi Khandale2022-06-101-11/+2
|
* ruby: fix permissions and ln for oryx (#43)Samruddhi Khandale2022-06-101-1/+13
| | | | | * ruby: fix permissions and ln for oryx * add sudo_if
* fix oryx pathSamruddhi Khandale2022-06-102-3/+4
|
* oryx: change and own DYNAMIC_INSTALL_ROOT_DIRSamruddhi Khandale2022-06-092-3/+6
|
* oryx: add permission to DYNAMIC_INSTALL_ROOT_DIR (#42)Samruddhi Khandale2022-06-091-0/+1
|
* go: fix pathSamruddhi Khandale2022-06-091-3/+3
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-084-150/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restructure tools installation * Tweak bash and zsh config * Remove extra space * Update comments * Add option to install JupyterLab * Add option to configure JupyterLab * Add option to install ML packages * Remove deprecated JuptyerLab feature * Add new arguments to Python feature * Remove trailing whitespace * Organize new arguments * Resolve feedback * Create new scenario for JupyterLab * Fix user in JupyterLab scenario * Revert changes to Python test * Remove ML packages * Update test names * Rename CORS option
* fix miscellaneous bugs (#41)Samruddhi Khandale2022-06-065-51/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add recursive linking * temp change * fix xdebug * fix rbenv xdebug * fix hugo * remove suffix * php: fix config * fix anaconda and oryx * fix xdebug * fixes php * bug fix: composer * anaconda * nit * fix shellchecker * shellchecker
* Pass options via environment variables (#39)Josh Spicer2022-06-0352-274/+336
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * up to docker-in-docker converted * first pass at the rest of the features (and bash linting and updated CLI * move shell linter to own file * rename feature.json -> devcontainer-feature.json * continue on error * continue on error in right spot * formatting * fix AZ_VERSION * update python * restore variable name * update linter actions, fix dind/dfd/desktop scripts, add test-scenaerios * add tree because I like tree * glob for shell linter * fix test-scenarios * shell linter * more shell helper
* Samruddhikhandale/attempt fix ruby (#38)Samruddhi Khandale2022-06-021-4/+7
| | | | | | | * add source * temp - debug * ruby: fix sourcing bug
* php: allow multiple versions (#33)Samruddhi Khandale2022-06-022-62/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * php: allow multiple versions * nit * correct condtions * fix: mv: target '6/composer' is not a directory * add "" * fix linking folders * fix ln: failed to create symbolic link * change description * fix error msg * chane exit code * restructure linking * fix pecl multiple installation * correct condition * install pecl with specific version
* ruby: fix sourcing bug (#37)Samruddhi Khandale2022-06-021-3/+1
| | | fix sourcing bug
* dotnet: allow multiple dotnet versions (#34)Samruddhi Khandale2022-06-022-23/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dotnet: allow multiple dotnet versions * nit * change description * change condtion * nit * change exit code * restructure linkinh * nit * adding installUsingApt * export path * fix path * fix eof * fix updaterc * change access * add USERNAME * export * debug 1 * add missing $
* Python: Allow installing multiple versions of python (#32)Samruddhi Khandale2022-06-012-22/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * test * add overrideDefault * fix linking bug * fix bug 2 * fix bug 3 * fix bug 4 * fix python3 * fix spacing * fix bug * fix oryx bug * add missing $ * add mkdir * fix conditions * add additional linking * add current path * fix linking * Update src/python/feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * python version check * change exit code * change exit code * remove symlinks if present * fix symlinks * nit * change PATH * fix condition * change condition * add [] Co-authored-by: Josh Spicer <joshspicer@github.com>
* Ruby: fix bug (#36)Samruddhi Khandale2022-06-011-24/+27
| | | | | * fix ruby * skip rbenv/ruby-build
* Revert "fix username when automatic: hugo and anaconda (#31)" (#35)Samruddhi Khandale2022-05-312-10/+6
| | | This reverts commit e496022c568e9f6f42b41cda37f8d2e929eb3564.
* Add oryx feature (#27)Samruddhi Khandale2022-05-272-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add oryx * modify oryx sh * add oryx in matrix * install dotnet * fix permission * test * test 2 * test 3 * fix dotnet * fix oryx * fix * fix path issues + debugging * remove debugging * add oryx test to actions * fix test * modify test * add $ * fix user * address comments * add repo * add wget * allow apt-update * add --no-check-certificate * install ca-certificates * install with another approach * fix infinite test runs * Update src/oryx/install.sh Co-authored-by: Josh Spicer <joshspicer@github.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* fix username when automatic: hugo and anaconda (#31)Samruddhi Khandale2022-05-272-6/+10
| | | fix username when automatic
* update jupyter and ruby features (#26)jospicer/testing-multi-repo-authJosh Spicer2022-05-277-417/+10
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* fix export bug: maven (#30)Samruddhi Khandale2022-05-271-1/+1
|
* fix gradle bug (#29)Samruddhi Khandale2022-05-271-2/+1
|
* fix php: add missing $ (#28)Samruddhi Khandale2022-05-271-4/+6
| | | | | | | * fix php: add missing $ * test fix * fix user