Commit graph

378 commits

Author SHA1 Message Date
JP Ungaretti
5bb6f303a1 Finishing touches 2023-03-01 17:22:14 +00:00
JP Ungaretti
387dc5346e Add missing reportResults 2023-03-01 17:20:17 +00:00
JP Ungaretti
c1ce660cac Add scenarios for build and run 2023-03-01 08:29:45 +00:00
JP Ungaretti
b80a77bcb5 Remove assert scripts 2023-03-01 08:24:39 +00:00
JP Ungaretti
c95f761193 Update descriptions and proposals 2023-03-01 08:20:09 +00:00
JP Ungaretti
85505f1804 Use project asserts 2023-03-01 08:15:18 +00:00
JP Ungaretti
1a91d3bf13 Copy project asserts 2023-03-01 08:15:11 +00:00
JP Ungaretti
a091bc67dd Add example_project 2023-03-01 08:10:34 +00:00
JP Ungaretti
ab80288568 Add runtime test 2023-03-01 07:57:41 +00:00
JP Ungaretti
a4746b2feb Update version tests 2023-03-01 07:53:55 +00:00
JP Ungaretti
018003a291 Update additional version test 2023-03-01 07:34:31 +00:00
JP Ungaretti
7d4845e677 Use ls to check install directory 2023-03-01 07:33:44 +00:00
JP Ungaretti
d432ed1d6d Fix quoting bug 2023-03-01 07:07:28 +00:00
JP Ungaretti
6b84b694ad Install additional versions 2023-03-01 02:34:31 +00:00
JP Ungaretti
11d0be5f67 Add echos for version and runtime 2023-03-01 02:15:13 +00:00
JP Ungaretti
a716332dfa Add more helpful version error 2023-03-01 02:08:32 +00:00
JP Ungaretti
1a655bfa0d Rename to runtime_args 2023-03-01 02:02:14 +00:00
JP Ungaretti
f7fa5fc302 Remove lts scenario 2023-03-01 01:41:57 +00:00
JP Ungaretti
2927e6e495 Restore customizations 2023-03-01 01:40:55 +00:00
JP Ungaretti
519c3ef6d6 Clean up comments 2023-03-01 01:37:38 +00:00
JP Ungaretti
1ff0df6f4e Revert test changes 2023-03-01 01:28:09 +00:00
JP Ungaretti
26ba3fb9b7 Add a couple of comments 2023-03-01 01:25:05 +00:00
JP Ungaretti
6b54ebde57 Add install_version helper to parse version 2023-03-01 01:23:13 +00:00
JP Ungaretti
b4b7d05ec8 Mention LTS in version description 2023-03-01 01:20:58 +00:00
JP Ungaretti
00f0c506f7 Clean up installer script 2023-02-28 01:41:48 +00:00
JP Ungaretti
c1daca8958 Bump version and reword all descriptions 2023-02-28 01:40:02 +00:00
JP Ungaretti
31b98d4ddc Remove apt test 2023-02-28 01:07:17 +00:00
JP Ungaretti
d664137814 Rewrite dotnet feature 2023-02-28 00:58:07 +00:00
JP Ungaretti
df4db859fb Add newline 2023-02-28 00:48:56 +00:00
Akihiro Nagai
83c6103db2
Add pnpm in Node (#450)
* Add pnpm in Node

* pnpm from npm

* Restore README.md

* Update install.sh

* Update tests
2023-02-27 09:12:21 -08:00
Samruddhi Khandale
d84e46be47
"Update Documentation" workflow - use gh api to create a documentation PR (#459) 2023-02-22 12:23:22 -08:00
github-actions[bot]
8d3685e09f
Automated documentation update (#455)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2023-02-15 12:01:23 -08:00
Stefan Drzazga
900cbfc1f9
Add sentinel to terraform feature (#452)
* Introducing Sentinel installation

* Modifying docs for sentinel

* Modifying tests for sentinel

* Revert "Modifying docs for sentinel"

This reverts commit 818894b22f.

* Modifying docs for sentinel

* Fixing duplication issue for sentinel url

* Update src/terraform/install.sh

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* Increase minor version

---------

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-02-15 11:59:31 -08:00
Samruddhi Khandale
4a9929f964
kubectl-helm-minikube: Allow none (#442) 2023-02-07 11:45:48 -08:00
Samruddhi Khandale
36d7664eba
PHP: Allow 'version:none' (#439)
* PHP: Allow 'version:none'

* fix tests
2023-02-07 09:52:33 -08:00
Samruddhi Khandale
c997f9af69
Rust - Clean up unwanted settings (#434)
* Rust - Clean up unwanted settings

* address comments
2023-02-03 09:27:17 -08:00
github-actions[bot]
6bf4a7dbec
Automated documentation update (#431)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2023-01-30 11:42:51 -08:00
Ross Smith
7763e0b7db
Install PowerShell Modules (#427)
* InstallBicep

* Add test for InstallBicep

* Install pwsh Modules

* Script rename

* Add -Command to test

* Check version

* Install the module for all users

* Adding terminating lines to scripts

* Update src/powershell/install.sh

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* Update src/powershell/install.sh

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* Removed comments in Readme

* Remove Bicep from PowerShell install

* Increased version number

* Update Minor version rather than patch

---------

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-01-30 11:29:13 -08:00
Levin Winter
fbdc4556d5
[common-utils] Fix nonempty .bashrc being restored (#421)
* [common-utils] Fix nonempty .bashrc being restored
The user's dotfiles shall only be restored to their defaults if they do
not exist or are empty. A missing negation caused the files to be
overwritten even when they were nonempty.

* [common-utils] Bump patch version after fix
Go from 2.0.7 to 2.0.8 because of backwards-compatible fix.
2023-01-25 15:57:31 -08:00
Josh Spicer
258d5029a5
Republish all Features to add repo tags (#422)
republish all features to add repo tags
2023-01-25 10:24:25 -08:00
dylhack.dev
676e824e92
features/nix: remove PGP check (#414)
* nix: remove PGP check

* fix issues
2023-01-24 10:28:54 -08:00
github-actions[bot]
3a579894a0
Automated documentation update (#417)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2023-01-23 15:21:02 -08:00
Pamela Fox
bebf87e33c
Add more detail to note about architecture (#416)
* Add more detail to note about architecture

* Update src/docker-in-docker/NOTES.md

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* Update src/docker-in-docker/NOTES.md

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-01-23 15:18:50 -08:00
Samruddhi Khandale
7a3a9c5fca
Php: Auto configure if a three part version is not provided (#406)
* Php: Auto configure if a three part version is not provided

* fix test

* update checks

* Bump version
2023-01-20 09:22:39 -08:00
github-actions[bot]
24b33c5f79
Automated documentation update (#410)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2023-01-18 13:42:35 -08:00
Tobias Gesellchen
d78a153492
Java: add Apache Ant (#409)
* Java: add Apache Ant

* Update src/java/devcontainer-feature.json

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>

* revert the changes in README.md

* Add tests for Java/Ant

* Fix Java feature version

Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com>
2023-01-18 13:24:10 -08:00
github-actions[bot]
f7314671e1
Automated documentation update (#405)
Automated documentation update [skip ci]

Co-authored-by: github-actions <github-actions@github.com>
2023-01-17 09:46:27 -08:00
Samruddhi Khandale
58b8fe093d
Fix typos in comments / *.md (#396) 2023-01-17 09:34:53 -08:00
Stephan
79588ef3da
checkout action update (#404)
- updated the action checkout from v2 to 3 as required by action warning
2023-01-17 09:18:13 -08:00
Stephen A. Imhoff
1726222515
CommonUtils - ensure home directory exists. (#398)
* CommonUtils - ensure home directory exists.

* Only create non-root home directory

Root directory will always exist.

* Bump version
2023-01-13 11:05:53 -08:00