aboutsummaryrefslogtreecommitdiff
path: root/src/common-utils
Commit message (Collapse)AuthorAgeFilesLines
* Common-utils: Fix build failures for alpine 3.14 & 3.15 (#393)Samruddhi Khandale2023-01-112-1/+3
| | | | | * Common-utils: Fix build failures for alpine 3.14 & 3.15 * version bump
* Automated documentation update (#394)github-actions[bot]2023-01-111-1/+0
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* [common-utils] Fix permission of scripts in containers (#388)eitsupi2023-01-112-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * fix permission in containers * add test * bump version * more tests * update tests * Update test/common-utils/devcontainer-info/Dockerfile Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update scenarios.json * Update devcontainer-info.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* Install gawk RPM (#380)Mark Phippard2023-01-062-1/+2
| | | | | | | | * Install gawk RPM This script requires awk and it may not be available on a minimal distro like Mariner * Bump version number
* Automated documentation update (#377)github-actions[bot]2023-01-041-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Common-utils : Version bump (#367)Samruddhi Khandale2022-12-271-1/+1
| | | Common-utils - Version bump
* fix testSamruddhi Khandale2022-12-271-1/+6
|
* Automated documentation update (#368)github-actions[bot]2022-12-271-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* OS support in Feature NOTES.md (#366)Josh Spicer2022-12-271-1/+1
| | | | | * https://github.com/devcontainers/features/issues/360 * omit from common utils
* feat(common-utils): Support the new path of `meta.env` file and the new ↵eitsupi2022-12-272-2/+10
| | | | | | | | | field for saving source revisions (#359) * support the new path of meta.env * support the new field for the image revision * minor formatting
* common-utils 2.0.2 (#350)Josh Spicer2022-12-191-1/+1
| | | Will release staged change: https://github.com/devcontainers/features/commit/fede4055495a9d44efbb65848eb7799771d23f9b
* Add support for mariner (#344)Mark Phippard2022-12-191-1/+1
|
* Fix /etc/bash.bashrc generated by common-utils (#342)eitsupi2022-12-192-2/+2
| | | | | * Fix /etc/bash.bashrc generated by common-utils * bump version
* Automated documentation update (#338)github-actions[bot]2022-12-161-11/+19
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Multi-distro support for common script, refactor, fixes (#326)Chuck Lantz2022-12-1610-461/+659
|
* Automated documentation update (#328)github-actions[bot]2022-12-101-0/+1
| | | | | Automated documentation update [skip ci] Co-authored-by: github-actions <github-actions@github.com>
* Change default shell if installing ZSH (#325)Jacob Woffenden2022-12-102-1/+13
| | | | | | | | | | | | | | | | | | | * Added new option to configure zsh as default shell Added test scenario Bumped feature version * Update test/common-utils/scenarios.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/common-utils/devcontainer-feature.json Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update test/common-utils/configure_zsh_as_default_shell.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
* revert accidental pushjoshspicer/add-vim-common-utilsJosh Spicer2022-12-021-1/+0
|
* add 'vim' as a common util to installJosh Spicer2022-12-021-0/+1
|
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-292-8/+8
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Fix bad path to systemctl (#302)Chuck Lantz2022-11-282-2/+2
|
* Add .NET 7, drop .NET 5 (#269)Chuck Lantz2022-11-142-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-141-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-011-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-131-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)eitsupi2022-10-112-3/+11
| | | | | * remove apt lists * bump versions
* Common-utils: Fix bug - optional first run image specific notice (#201)Samruddhi Khandale2022-10-062-8/+6
| | | | | | | | | * add DEV_CONTAINERS_DIR as containerEnv * fix path * update test * remove containerEnv
* Common-utils : Remove unwanted extension (#173)Samruddhi Khandale2022-09-201-8/+1
| | | | | * extension - cleanup * version bump
* add bzip2 to common-utils (former ↵Lucas Fernando Nunes2022-09-082-1/+2
| | | | | | | https://github.com/microsoft/vscode-dev-containers/pull/1586) (#142) * add bzip2 * bump version
* bump versions (#138)Samruddhi Khandale2022-09-071-1/+1
|
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-061-18/+0
| | | | | | | * fix bug * move config * fix tests
* bump all features to pick up metadata changes in CLI v0.14.0 (#118)Josh Spicer2022-08-261-1/+1
|
* add documentationURL to all features (#115)Josh Spicer2022-08-241-1/+2
|
* favor correctness by removing `apt update ...` short-circuiting (#98)Josh Spicer2022-08-231-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-181-1/+15
| | | Co-authored-by: github-actions <github-actions@github.com>
* Move extensions and settings under customizations.vscode (#97)Samruddhi Khandale2022-08-171-4/+8
| | | | | | | * move extensions and settings under customizations * nit * bump versions
* Add notes for Features that have them (#88)Chuck Lantz2022-08-111-0/+12
| | | | Co-authored-by: Brigit Murtaugh <brigit.murtaugh@microsoft.com>
* Automated documentation update (#90)github-actions[bot]2022-08-111-6/+6
| | | Co-authored-by: github-actions <github-actions@github.com>
* Options: Follow camelCase (#89)Samruddhi Khandale2022-08-112-13/+13
| | | rename Options
* Automated documentation update (#85)github-actions[bot]2022-08-091-2/+2
| | | Co-authored-by: github-actions <github-actions@github.com>
* Automated documentation update (#81)github-actions[bot]2022-08-061-1/+1
| | | Co-authored-by: github-actions <github-actions@github.com>
* Prep: republish features to ghcr.io (#78)Samruddhi Khandale2022-08-051-6/+3
| | | | | | | | | | | * syncing action * modify release.yaml * version update ; remove "install" * add 'latest' * add workflow condition
* Rename feature: 'common' to 'common-utils' (#79)Samruddhi Khandale2022-08-053-0/+567
* Renaming feature: 'common' to 'common-utils' * removing duplicate tests