aboutsummaryrefslogtreecommitdiff
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114)Josh Spicer2022-08-244-32/+89
| | | | | | | | | | | | | | | * 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
* Fix bug - Python: Error installing os-provided python (#112)Samruddhi Khandale2022-08-234-4/+4
| | | | | * python: fix bug * bump versions
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-212-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Skip CI on Documentation PRs (#103)Josh Spicer2022-08-197-11/+7
| | | | | | | | | | | * no-ci * [skip ci] * attempt to not run CI on documentation updates * remove old if statements in CI * cleaner names [skip ci]
* replace temporary action for generating docs (#105)Josh Spicer2022-08-181-1/+1
|
* directly reference github action (#104)Josh Spicer2022-08-1814-12438/+3
|
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-0/+3
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* update action to a82f06a29168a3c6594fb7206dd0afd3af8efdf2Josh Spicer2022-08-178-9309/+2501
|
* update `dotnet`/`oryx` features to use recommended install location for ↵Josh Spicer2022-08-174-18/+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
* Update generate-docs Action with OCI syntax (#74)Samruddhi Khandale2022-08-096-26/+44
| | | | | | | | | | | | | | | * Update docs with OCI spec changes * reference to version `:1` than `:latest` * nit * sync generate-doc changes * add workflow condition * revert features README changes * address comments
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-059-1370/+2917
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-052-2/+2
| | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests
* remove unused dirs (#76)Josh Spicer2022-08-031-42/+0
|
* Bug fix: Fix update-documentation action (#72)Samruddhi Khandale2022-08-031-15/+11
| | | fix update-documentation action
* Actions: remove tweaked action (#66)Samruddhi Khandale2022-07-181-15/+0
| | | remove tweak
* remove hardcoded devcontainer-cli (#65)Josh Spicer2022-07-185-9/+23
| | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
* Oryx: change path of git repo download (#59)Samruddhi Khandale2022-07-151-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* smart auto-install multiple versions for `node` (#56)Josh Spicer2022-07-142-1/+16
| | | | | | | | | | | | | | | | | | | | | * 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>
* update workflows for cli to ↵Josh Spicer2022-06-304-4/+4
| | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334
* testing ↵Josh Spicer2022-06-284-4/+4
| | | | https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f
* no-ci update action (concurrency)Josh Spicer2022-06-224-47/+41
|
* no-ci node16 for actionJosh Spicer2022-06-224-6/+6
|
* no-ci - update action (generate features collection artifact)Josh Spicer2022-06-224-21/+49
|
* update github actionJosh Spicer2022-06-226-24/+907
|
* Revert "add gradle feature"Samruddhi Khandale2022-06-152-2/+0
| | | | This reverts commit 123ca4650aac072448cb7681e80d3573129ace98.
* add gradle featureSamruddhi Khandale2022-06-152-0/+2
|
* CI ignoreJosh Spicer2022-06-141-0/+1
|
* Devcontainer docs (#47)Josh Spicer2022-06-1410-7/+368
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* add shell-linter config (no-ci)Josh Spicer2022-06-132-2/+6
|
* Merge JupyterLab feature into Python feature (#40)JP Ungaretti2022-06-082-2/+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
* Update README.mdJosh Spicer2022-06-071-1/+1
|
* change action name to 'ci'Josh Spicer2022-06-073-5/+5
|
* Update README.mdJosh Spicer2022-06-071-1/+1
|
* update releaseJosh Spicer2022-06-031-1/+4
|
* Add CI ignoreJosh Spicer2022-06-038-7/+11
|
* add v2 actionJosh Spicer2022-06-0312-1/+16477
|
* Pass options via environment variables (#39)Josh Spicer2022-06-034-33/+98
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* more base imagesJosh Spicer2022-05-312-2/+2
|
* Add oryx feature (#27)Samruddhi Khandale2022-05-272-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-272-6/+0
| | | | | | | | | * jekyll and jupyter updates * add ruby to jekylls pr test * update jekyll and ruby test * remove features that dont follow my rules
* maven and optional sdkman (#25)Josh Spicer2022-05-262-2/+2
| | | | | * maven * optional sdk man
* ruby before jekyll and format workflowsJosh Spicer2022-05-262-42/+43
|
* updates to conda,gradle,hugo (#24)Josh Spicer2022-05-263-3/+4
|
* smart PR action (#23)Josh Spicer2022-05-263-6/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-261-1/+2
| | | | | | | | | | | | | | | | | * add php * add test * fix test * add to workflow * fix test * fix bug * test composer Co-authored-by: Josh Spicer <joshspicer@github.com>
* can we make the yaml array prettier?Josh Spicer2022-05-261-1/+26
|
* continue-on-error for maximum chaos!Josh Spicer2022-05-251-0/+1
|
* add all features to matrixJosh Spicer2022-05-251-1/+1
|
* Update test-manual.yamlJosh Spicer2022-05-251-1/+4
|
* it was renamedJosh Spicer2022-05-252-2/+2
|