aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Nix feature (#228)Chuck Lantz2022-11-0112-0/+425
|
* Node: Fix failure when `version:none` (#247)Samruddhi Khandale2022-10-292-0/+21
| | | fix version:none
* Install golangci-lint from prebuilt binaries and allow specifying its ↵Alessandro (Ale) Segala2022-10-282-1/+3
| | | | | | | | | | | | | | | version (#238) * Install golangci-lint from prebuilt binaries and allow specifying its version * Updated as requested * Update src/go/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Updated install path Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Fix privs in Node, regressions from #199 (#241)Chuck Lantz2022-10-283-2/+24
| | | Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Python version 3.11 (#237)Edmundo Gonzalez2022-10-262-4/+5
| | | | | * Adding 3.11 option * Updating tests.
* Add default-address-pool setting (#223)Kevin Klopfenstein2022-10-214-0/+65
|
* Node: Fix nvm ownership (#199)Samruddhi Khandale2022-10-061-0/+1
| | | | | * Node: Fix nvm ownership * remove 0002
* Fix additional Python and JupyterLab edge case (#182)JP Ungaretti2022-09-263-8/+47
| | | | | | | | | | | | | | | * Remove bloat from JupyterLab test * Check location of JupyterLab installation * Remove common-utils * Add failing additional with JL test * Fix Python feature * Update scenario images * Bump patch version
* Ruby: Fix rbenv init bug (#185)Samruddhi Khandale2022-09-261-0/+2
| | | | | | | * fix rbenv bug * bump version * adds test
* Java: add jdkDistro option (#172)Samruddhi Khandale2022-09-243-2/+22
| | | | | * add jdkDistro option * bump version
* Rename JupyterLab config file (#174)JP Ungaretti2022-09-201-1/+1
| | | | | * Rename JupyterLab config file * Bump version
* Go - Adds `/go/bin` to PATH (#162)Samruddhi Khandale2022-09-163-0/+25
| | | | | | | | | * bug fix * adds more checks * adds GOROOT * revert GOPATH changes
* Java: Fix gradle bug - sets GRADLE_USER_HOME incorrectly (#152)Samruddhi Khandale2022-09-143-1/+44
| | | | | * fix gradle bug * modify tests
* Conda and Java: sync env variables (#153)Samruddhi Khandale2022-09-142-0/+6
| | | | | | | | | | | | | | | | | * conda script * Adds JAVA_HOME * Update src/conda/devcontainer-feature.json Co-authored-by: Josh Spicer <joshspicer@github.com> * modify containerEnv * fix version * bump python version Co-authored-by: Josh Spicer <joshspicer@github.com>
* git : Remove misleading variables (#146)Samruddhi Khandale2022-09-092-0/+23
| | | | | | | | | * remove misleading ppa value * add test * nit * bump version
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-063-0/+3
| | | | | | | * fix bug * move config * fix tests
* Oryx - Fix bug when dynamically installing dotnet in universal image (#125)Samruddhi Khandale2022-09-013-1/+49
| | | | | | | * fix oryx * copy /images * bimp version
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-013-0/+35
| | | | | * add conda Feature * addCondaForge
* Oryx - Clean up and shrink size (#116)Samruddhi Khandale2022-08-313-1/+24
| | | | | | | | | | | | | * shrink oryx * bump version * bump version * prune dotnet * add warning * bump version
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-2425-0/+391
| | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-1/+2
| | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-211-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add new Nvidia feature * Remove random empty files * Update comments * Rename feature to nvidia-cuda * Add feature to tests * Add version * Move test to match new name * Add final output message * Fix capitalization of NVIDIA * Remove option for base CUDA * Use camelCase * Check for required packages * Use os-release instead of lsb_release * Clean up keyring variables * Collapse keyring lines * Always install CUDA libraries * Add option to install NVTX * Always use ubuntu2004 repo * Use test instead of brackets * Add default values to feature * Add version options for CUDA and cuDNN * Rename CUDA version option * Add scenario to test specific CUDA/cuDNN version * Rename cuDNN scenario * Fix typo in test scenario * Update variable casing * Add more helpful error messages * Remove default values from script * Use enum for version option * Polish new scenarios * Remove apt_get_update_if_needed and check_packages * Add more versions * Improve error messages * Comments and feature description Co-authored-by: Josh Spicer <joshspicer@github.com>
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-171-0/+3
| | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-051-0/+0
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* Port changes and set executable bitJosh Spicer2022-07-2924-0/+0
| | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default.
* Revert "add gradle feature"Samruddhi Khandale2022-06-151-11/+0
| | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-151-0/+11
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-081-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add oryx feature (#27)Samruddhi Khandale2022-05-271-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* update jupyter and ruby features (#26)jospicer/testing-multi-repo-authJosh Spicer2022-05-273-25/+2
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* correct rust assertsJosh Spicer2022-05-261-1/+3
|
* maven and optional sdkman (#25)Josh Spicer2022-05-261-1/+1
| | | | | * maven * optional sdk man
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-261-0/+12
| | | | | | | | | | | | | | | | | * add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>
* fixJosh Spicer2022-05-261-1/+1
|
* format test/git/test.shJosh Spicer2022-05-261-9/+8
|
* test file misnamedJosh Spicer2022-05-251-0/+0
|
* and jupyterJosh Spicer2022-05-251-9/+8
|
* fix crazy test.sh formattingJosh Spicer2022-05-2518-161/+143
|
* Update test.shJosh Spicer2022-05-251-9/+8
|
* add feature stubs for allJosh Spicer2022-05-1325-4/+300
|
* restructure and update cli (#11)Josh Spicer2022-05-122-0/+24
* restructure and update cli * typo