Commit graph

359 commits

Author SHA1 Message Date
Chuck Lantz
29e25a77b0
Add notes for Features that have them (#88)
Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
2022-08-11 15:11:00 -05:00
github-actions[bot]
f8396a6c35
Automated documentation update (#90)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-11 19:20:11 +00:00
Samruddhi Khandale
44694d699f
Options: Follow camelCase (#89)
rename Options
2022-08-11 18:37:10 +00:00
JP Ungaretti
aecf2ad152
Remove lingering TODO from Python feature (#87) 2022-08-10 18:38:57 +00:00
github-actions[bot]
b479c7e46b
Automated documentation update (#86)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-09 23:14:04 +00:00
Samruddhi Khandale
3a554b81ab
Java: fix gradle bug - invalid version (#84)
* Java: fix gradle bug - invalid version

* drop 'lts'
2022-08-09 22:37:23 +00:00
Josh Spicer
abfefdcb31
Update README.md 2022-08-09 17:28:53 -04:00
github-actions[bot]
a8e20a418c
Automated documentation update (#85)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-09 16:08:06 -04:00
Samruddhi Khandale
6ea3bb3818
Update generate-docs Action with OCI syntax (#74)
* 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
2022-08-09 14:32:59 -04:00
github-actions[bot]
d10390a141
Automated documentation update (#81)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-06 00:09:59 +00:00
Samruddhi Khandale
542963cf04
Prep: republish features to ghcr.io (#78)
* syncing action

* modify release.yaml

* version update ; remove "install"

* add 'latest'

* add workflow condition
2022-08-05 15:22:30 -04:00
Samruddhi Khandale
69d3df5f94
Rename feature: 'common' to 'common-utils' (#79)
* Renaming feature: 'common' to 'common-utils'

* removing duplicate tests
2022-08-05 18:11:46 +00:00
Josh Spicer
155bec7262
bump go to 1.19 2022-08-05 07:51:06 -04:00
github-actions[bot]
dc05c2413a
Automated documentation update (#77)
Co-authored-by: github-actions <github-actions@github.com>
2022-08-03 19:11:13 +00:00
Josh Spicer
145f26f8b2
remove unused dirs (#76) 2022-08-03 18:09:28 +00:00
Samruddhi Khandale
73db1be583
Bug fix: Fix update-documentation action (#72)
fix update-documentation action
2022-08-02 22:34:24 +00:00
Josh Spicer
535799a8fd port https://github.com/microsoft/vscode-dev-containers/pull/1560 2022-08-01 18:18:14 +00:00
Josh Spicer
0ad7ef4ac3 parity with https://github.com/microsoft/vscode-dev-containers/pull/1561 2022-08-01 18:17:02 +00:00
Josh Spicer
1a2c305115 sync with https://github.com/microsoft/vscode-dev-containers/pull/1559 2022-08-01 16:50:25 +00:00
Josh Spicer
022a57ef4a
port change https://github.com/microsoft/vscode-dev-containers/pull/1558 2022-07-30 12:23:15 -04:00
Josh Spicer
7b13e1601f port over https://github.com/microsoft/vscode-dev-containers/issues/1555 2022-07-29 18:35:43 +00:00
Josh Spicer
668a9cf6ac
Update README.md 2022-07-29 13:52:13 -04:00
Josh Spicer
86eaacb47e Port changes and set executable bit
-Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554
Sets all scripts as executable by default.
2022-07-29 15:38:08 +00:00
Josh Spicer
6191a2e5d5
Delete .devcontainer.json 2022-07-29 08:35:20 -04:00
Samruddhi Khandale
ece89a9e6f
Adds CODEOWNER (#69)
add CODEOWNER
2022-07-27 21:31:23 +00:00
Samruddhi Khandale
c527a7a0af
Java: bundle maven and gradle as options (#68)
bundle maven and gradle
2022-07-22 14:28:55 -07:00
Samruddhi Khandale
9b61033055
Actions: remove tweaked action (#66)
remove tweak
2022-07-18 18:52:43 +00:00
Josh Spicer
3042260fc1
remove hardcoded devcontainer-cli (#65)
remove hardcoded devcontainer-cli in favor of fetching latest from npm dynamically
2022-07-18 10:40:36 -07:00
Samruddhi Khandale
b0e2f6ac23
oryx: fix env variable DYNAMIC_INSTALL_ROOT_DIR (#63)
fix bug
2022-07-16 00:16:58 +00:00
Samruddhi Khandale
c1539e2cb0
Oryx: change path of git repo download (#59)
* 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
2022-07-14 15:21:53 -07:00
Samruddhi Khandale
63e9392aa8
PHP: Install additional versions (#61)
* PHP: install additional versions

* fix bug

* fix test scenario

* adding quotes

* change identifier

* nit

* tweak: to unblock git merge

* nit
2022-07-14 20:19:36 +00:00
Samruddhi Khandale
27e63203fa
Java: Install additional versions (#62)
* Java: Install additional versions

* nit

* tweak: to unblock git merge

* nit
2022-07-14 12:16:55 -07:00
Samruddhi Khandale
330429ebb3
Dotnet: Install additional versions (#60)
* Dotnet: Install additional versions

* nit

* tweak: to unblock git merge
2022-07-14 18:37:46 +00:00
Josh Spicer
01b46faa2d
smart auto-install multiple versions for node (#56)
* 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>
2022-07-14 11:12:11 -07:00
Samruddhi Khandale
7f551f8c2f
Python: Install additional versions (#58)
* additional install

* update test

* nit

* fix test

Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-07-01 14:51:06 -04:00
Samruddhi Khandale
69cba4ffad
ruby: install additional versions (#57)
* ruby: install additional versions

* nit: fixing spelling

Co-authored-by: Josh Spicer <joshspicer@github.com>
2022-07-01 14:12:10 -04:00
Josh Spicer
6eab72c681 update workflows for cli to 4ea8a7cb46 2022-06-30 01:28:07 +00:00
Josh Spicer
1c9ce8370d update scenario to object notatio0n 2022-06-30 01:25:28 +00:00
Josh Spicer
b3ca7988ee update cli to 4ea8a7cb46 2022-06-30 01:24:21 +00:00
Josh Spicer
00e0973d34
no-ci 2022-06-29 13:28:40 -04:00
Josh Spicer
c2408ed9e4
(no-ci) how to build 2022-06-29 13:27:25 -04:00
Josh Spicer
d45626b2b9
no-ci (comment placeholder for spec doc) 2022-06-29 13:18:44 -04:00
Brigit Murtaugh
c2b360edd5
Create LICENSE (#54)
* Create LICENSE

* Update LICENSE

* Update LICENSE
2022-06-29 12:59:43 -04:00
Josh Spicer
1643133166 testing e92dd247f1 2022-06-27 22:04:53 +00:00
Josh Spicer
cdd4a5812d
update per comments on https://github.com/devcontainers/features/pull/53 2022-06-23 09:58:08 -04:00
Josh Spicer
2e073cdeb0 no-ci update action (concurrency) 2022-06-22 19:37:01 +00:00
Josh Spicer
941f4d4245 no-ci node16 for action 2022-06-22 19:04:00 +00:00
Josh Spicer
939170b10c Merge branch 'main' of https://github.com/devcontainers/features 2022-06-22 18:51:39 +00:00
Josh Spicer
43fd91f7b3 no-ci - update action (generate features collection artifact) 2022-06-22 18:51:23 +00:00
Devcontainers CI
f03d64feae Automated documentation update 2022-06-22 18:25:18 +00:00