aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* maven and optional sdkman (#25)Josh Spicer2022-05-263-10/+27
| | | | | * maven * optional sdk man
* updates to conda,gradle,hugo (#24)Josh Spicer2022-05-264-8/+16
|
* fix anaconda pathingJosh Spicer2022-05-262-4/+11
|
* smart PR action (#23)Josh Spicer2022-05-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | * attempt at update action * Update test-pr.yaml * make a change to a source file * try out a few * easy case * filter * try a two-feature key * without jup * overthinking? * naming * changes * all * remove comments
* Adds a PHP feature (#22)Samruddhi Khandale2022-05-262-0/+204
| | | | | | | | | | | | | | | | | * add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>
* sync with jammy updates (#21)Josh Spicer2022-05-257-18/+85
| | | sync with jammy updates (https://github.com/microsoft/vscode-dev-containers/commit/053a0557211c98e5b9f0e8ccf755f6f143b05ef4) and other minor additions since copy over
* adding nvm option: nvmInstallPath (#20)Samruddhi Khandale2022-05-241-0/+5
| | | adding nvm option
* Common: Moving contents from setup-user.sh (#16)Samruddhi Khandale2022-05-161-0/+18
| | | | | | | * common: append data * move contents * nit
* python: bug fix when version = none (#14)Samruddhi Khandale2022-05-1616-14/+16
| | | | | | | * python: bug fix * add missing "none" proposal * nit
* fix terraform feature and new cliJosh Spicer2022-05-131-7/+16
|
* Merge branch 'main' of https://github.com/devcontainers/featuresJosh Spicer2022-05-133-14/+44
|\
| * Jupyterlab: Update script and add pythonBinary as option (#12)Samruddhi Khandale2022-05-132-13/+43
| | | | | | update sh + add arg
| * Python: Use exposed installPath argument (#13)Samruddhi Khandale2022-05-131-1/+1
| | | | | | use exposed installPath arg
* | add feature stubs for allJosh Spicer2022-05-132-3/+14
|/
* restructure and update cli (#11)Josh Spicer2022-05-1253-0/+6395
* restructure and update cli * typo