Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add .NET 7, drop .NET 5 (#269) | Chuck Lantz | 2022-11-14 | 2 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | * Add .NET 7, drop .NET 5 * Add libssl3 to common-utils for jammy * Handle lts/latest hard coding * Fix, improve tests * Bump version * Fix situation where version could come from either MS repo or OS * Remove unused option * Bump common version * Remove unused function * Restore DOTNET_ROOT per feedback | ||||
* | Automated documentation update (#287) | github-actions[bot] | 2022-11-14 | 1 | -3/+1 |
| | | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Automated documentation update (#250) | github-actions[bot] | 2022-11-01 | 1 | -1/+1 |
| | | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Automated documentation update (#218) | github-actions[bot] | 2022-10-13 | 1 | -3/+3 |
| | | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Ensure remove apt-update cache at the beginning and end of the scripts (#210) | eitsupi | 2022-10-11 | 2 | -3/+11 |
| | | | | | * remove apt lists * bump versions | ||||
* | Common-utils: Fix bug - optional first run image specific notice (#201) | Samruddhi Khandale | 2022-10-06 | 2 | -8/+6 |
| | | | | | | | | | * add DEV_CONTAINERS_DIR as containerEnv * fix path * update test * remove containerEnv | ||||
* | Common-utils : Remove unwanted extension (#173) | Samruddhi Khandale | 2022-09-20 | 1 | -8/+1 |
| | | | | | * extension - cleanup * version bump | ||||
* | add bzip2 to common-utils (former ↵ | Lucas Fernando Nunes | 2022-09-08 | 2 | -1/+2 |
| | | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version | ||||
* | bump versions (#138) | Samruddhi Khandale | 2022-09-07 | 1 | -1/+1 |
| | |||||
* | fix bug - Debian / Ubuntu base conda-notice.txt error (#135) | Samruddhi Khandale | 2022-09-06 | 1 | -18/+0 |
| | | | | | | | * fix bug * move config * fix tests | ||||
* | bump all features to pick up metadata changes in CLI v0.14.0 (#118) | Josh Spicer | 2022-08-26 | 1 | -1/+1 |
| | |||||
* | add documentationURL to all features (#115) | Josh Spicer | 2022-08-24 | 1 | -1/+2 |
| | |||||
* | favor correctness by removing `apt update ...` short-circuiting (#98) | Josh Spicer | 2022-08-23 | 1 | -11/+6 |
| | | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test | ||||
* | Automated documentation update (#106) | github-actions[bot] | 2022-08-18 | 1 | -1/+15 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Move extensions and settings under customizations.vscode (#97) | Samruddhi Khandale | 2022-08-17 | 1 | -4/+8 |
| | | | | | | | * move extensions and settings under customizations * nit * bump versions | ||||
* | Add notes for Features that have them (#88) | Chuck Lantz | 2022-08-11 | 1 | -0/+12 |
| | | | | Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com> | ||||
* | Automated documentation update (#90) | github-actions[bot] | 2022-08-11 | 1 | -6/+6 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | Options: Follow camelCase (#89) | Samruddhi Khandale | 2022-08-11 | 2 | -13/+13 |
| | | | rename Options | ||||
* | Automated documentation update (#85) | github-actions[bot] | 2022-08-09 | 1 | -2/+2 |
| | | | Co-authored-by: github-actions <github-actions@github.com> | ||||
* | 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 | 1 | -6/+3 |
| | | | | | | | | | | | * 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 | 3 | -0/+567 |
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests |