aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* PHP: Install additional versions (#61)v0.0.4v0.0.3Samruddhi Khandale2022-07-144-69/+108
| | | | | | | | | | | | | | | | | * 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-144-15/+57
| | | | | | | | | * Java: Install additional versions * nit * tweak: to unblock git merge * nit
* Dotnet: Install additional versions (#60)Samruddhi Khandale2022-07-144-22/+61
| | | | | | | * Dotnet: Install additional versions * nit * tweak: to unblock git merge
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-146-7/+67
| | | | | | | | | | | | | | | | | | | | | * 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-014-27/+70
| | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com>
* ruby: install additional versions (#57)Samruddhi Khandale2022-07-014-4/+40
| | | | | | | * ruby: install additional versions * nit: fixing spelling Co-authored-by: Josh Spicer <joshspicer@github.com>
* update workflows for cli to ↵Josh Spicer2022-06-304-4/+4
| | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
* update scenario to object notatio0nJosh Spicer2022-06-301-31/+7
|
* update cli to ↵Josh Spicer2022-06-302-0/+0
| | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
* no-ciJosh Spicer2022-06-291-1/+1
|
* (no-ci) how to buildJosh Spicer2022-06-291-4/+11
|
* no-ci (comment placeholder for spec doc)Josh Spicer2022-06-291-0/+4
|
* Create LICENSE (#54)Brigit Murtaugh2022-06-291-0/+21
| | | | | | | * Create LICENSE * Update LICENSE * Update LICENSE
* testing ↵Josh Spicer2022-06-286-4/+4
| | | | https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
* update per comments on https://github.com/devcontainers/features/pull/53Josh Spicer2022-06-231-10/+9
|
* no-ci update action (concurrency)Josh Spicer2022-06-224-47/+41
|
* no-ci node16 for actionJosh Spicer2022-06-224-6/+6
|
* Merge branch 'main' of https://github.com/devcontainers/featuresJosh Spicer2022-06-2224-144/+72
|\
| * Automated documentation updateDevcontainers CI2022-06-2224-144/+72
| |
* | no-ci - update action (generate features collection artifact)Josh Spicer2022-06-224-21/+49
|/
* update github actionJosh Spicer2022-06-226-24/+907
|
* no-ci : Edit readmeJosh Spicer2022-06-221-2/+2
|
* Repo README (#53)Josh Spicer2022-06-222-3/+74
| | | | | | | | | * Initial header for repo's readme * more repo structure details, and placeholders * Add usage section * contributions
* 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-156-173/+1
|/ | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-156-1/+173
|
* 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
|
* CI IgnoreJosh Spicer2022-06-141-19/+16
|
* CI ignoreJosh Spicer2022-06-141-0/+1
|
* Devcontainer docs (#47)Josh Spicer2022-06-1436-8/+1051
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* add shell-linter config (no-ci)Josh Spicer2022-06-132-2/+6
|
* 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-0810-166/+126
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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