aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* 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