Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Automated documentation update (#86) | github-actions[bot] | 2022-08-10 | 1 | -1/+1 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Java: fix gradle bug - invalid version (#84) | Samruddhi Khandale | 2022-08-10 | 4 | -5/+5 |
| | | | | | * Java: fix gradle bug - invalid version * drop 'lts' | ||||
* | Update README.md | Josh Spicer | 2022-08-10 | 1 | -5/+6 |
| | |||||
* | Automated documentation update (#85) | github-actions[bot] | 2022-08-09 | 24 | -48/+48 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Update generate-docs Action with OCI syntax (#74) | Samruddhi Khandale | 2022-08-09 | 7 | -30/+48 |
| | | | | | | | | | | | | | | | * 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 | ||||
* | Automated documentation update (#81) | github-actions[bot] | 2022-08-06 | 1 | -1/+1 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Prep: republish features to ghcr.io (#78) | Samruddhi Khandale | 2022-08-05 | 33 | -1463/+2966 |
| | | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition | ||||
* | Rename feature: 'common' to 'common-utils' (#79) | Samruddhi Khandale | 2022-08-05 | 8 | -7/+11 |
| | | | | | * Renaming feature: 'common' to 'common-utils' * removing duplicate tests | ||||
* | bump go to 1.19 | Josh Spicer | 2022-08-05 | 1 | -2/+2 |
| | |||||
* | Automated documentation update (#77) | github-actions[bot] | 2022-08-03 | 1 | -0/+2 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | remove unused dirs (#76) | Josh Spicer | 2022-08-03 | 7 | -465/+0 |
| | |||||
* | Bug fix: Fix update-documentation action (#72) | Samruddhi Khandale | 2022-08-03 | 1 | -15/+11 |
| | | | fix update-documentation action | ||||
* | port https://github.com/microsoft/vscode-dev-containers/pull/1560 | Josh Spicer | 2022-08-01 | 2 | -2/+2 |
| | |||||
* | parity with https://github.com/microsoft/vscode-dev-containers/pull/1561 | Josh Spicer | 2022-08-01 | 2 | -4/+4 |
| | |||||
* | sync with https://github.com/microsoft/vscode-dev-containers/pull/1559 | Josh Spicer | 2022-08-01 | 2 | -2/+2 |
| | |||||
* | port change https://github.com/microsoft/vscode-dev-containers/pull/1558 | Josh Spicer | 2022-07-30 | 1 | -1/+3 |
| | |||||
* | port over https://github.com/microsoft/vscode-dev-containers/issues/1555 | Josh Spicer | 2022-07-29 | 1 | -0/+2 |
| | |||||
* | Update README.md | Josh Spicer | 2022-07-29 | 1 | -1/+1 |
| | |||||
* | Port changes and set executable bit | Josh Spicer | 2022-07-29 | 45 | -1/+27 |
| | | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default. | ||||
* | Delete .devcontainer.json | Josh Spicer | 2022-07-29 | 1 | -20/+0 |
| | |||||
* | Adds CODEOWNER (#69) | Samruddhi Khandale | 2022-07-28 | 1 | -0/+1 |
| | | | add CODEOWNER | ||||
* | Java: bundle maven and gradle as options (#68) | Samruddhi Khandale | 2022-07-23 | 4 | -1/+49 |
| | | | bundle maven and gradle | ||||
* | Actions: remove tweaked action (#66) | Samruddhi Khandale | 2022-07-18 | 1 | -15/+0 |
| | | | remove tweak | ||||
* | remove hardcoded devcontainer-cli (#65) | Josh Spicer | 2022-07-18 | 6 | -9/+23 |
| | | | remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically | ||||
* | oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63) | Samruddhi Khandale | 2022-07-16 | 1 | -6/+2 |
| | | | fix bug | ||||
* | Oryx: change path of git repo download (#59) | Samruddhi Khandale | 2022-07-15 | 3 | -3/+19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | PHP: Install additional versions (#61)v0.0.4v0.0.3 | Samruddhi Khandale | 2022-07-14 | 4 | -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 Khandale | 2022-07-14 | 4 | -15/+57 |
| | | | | | | | | | * Java: Install additional versions * nit * tweak: to unblock git merge * nit | ||||
* | Dotnet: Install additional versions (#60) | Samruddhi Khandale | 2022-07-14 | 4 | -22/+61 |
| | | | | | | | * Dotnet: Install additional versions * nit * tweak: to unblock git merge | ||||
* | smart auto-install multiple versions for `node` (#56) | Josh Spicer | 2022-07-14 | 6 | -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 Khandale | 2022-07-01 | 4 | -27/+70 |
| | | | | | | | | | | | * additional install * update test * nit * fix test Co-authored-by: Josh Spicer <joshspicer@github.com> | ||||
* | ruby: install additional versions (#57) | Samruddhi Khandale | 2022-07-01 | 4 | -4/+40 |
| | | | | | | | * ruby: install additional versions * nit: fixing spelling Co-authored-by: Josh Spicer <joshspicer@github.com> | ||||
* | update workflows for cli to ↵ | Josh Spicer | 2022-06-30 | 4 | -4/+4 |
| | | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334 | ||||
* | update scenario to object notatio0n | Josh Spicer | 2022-06-30 | 1 | -31/+7 |
| | |||||
* | update cli to ↵ | Josh Spicer | 2022-06-30 | 2 | -0/+0 |
| | | | | https://github.com/devcontainers/cli/pull/11/commits/4ea8a7cb4693fb442faf9ddb214848218256b334 | ||||
* | no-ci | Josh Spicer | 2022-06-29 | 1 | -1/+1 |
| | |||||
* | (no-ci) how to build | Josh Spicer | 2022-06-29 | 1 | -4/+11 |
| | |||||
* | no-ci (comment placeholder for spec doc) | Josh Spicer | 2022-06-29 | 1 | -0/+4 |
| | |||||
* | Create LICENSE (#54) | Brigit Murtaugh | 2022-06-29 | 1 | -0/+21 |
| | | | | | | | * Create LICENSE * Update LICENSE * Update LICENSE | ||||
* | testing ↵ | Josh Spicer | 2022-06-28 | 6 | -4/+4 |
| | | | | https://github.com/devcontainers/cli/pull/6/commits/e92dd247f1b004d0f879afe011ab15e57182ad5f | ||||
* | update per comments on https://github.com/devcontainers/features/pull/53 | Josh Spicer | 2022-06-23 | 1 | -10/+9 |
| | |||||
* | no-ci update action (concurrency) | Josh Spicer | 2022-06-22 | 4 | -47/+41 |
| | |||||
* | no-ci node16 for action | Josh Spicer | 2022-06-22 | 4 | -6/+6 |
| | |||||
* | Merge branch 'main' of https://github.com/devcontainers/features | Josh Spicer | 2022-06-22 | 24 | -144/+72 |
|\ | |||||
| * | Automated documentation update | Devcontainers CI | 2022-06-22 | 24 | -144/+72 |
| | | |||||
* | | no-ci - update action (generate features collection artifact) | Josh Spicer | 2022-06-22 | 4 | -21/+49 |
|/ | |||||
* | update github action | Josh Spicer | 2022-06-22 | 6 | -24/+907 |
| | |||||
* | no-ci : Edit readme | Josh Spicer | 2022-06-22 | 1 | -2/+2 |
| | |||||
* | Repo README (#53) | Josh Spicer | 2022-06-22 | 2 | -3/+74 |
| | | | | | | | | | * Initial header for repo's readme * more repo structure details, and placeholders * Add usage section * contributions | ||||
* | Automated documentation update | Devcontainers CI | 2022-06-21 | 21 | -26/+26 |
| |