Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run project tests as non-root user | JP Ungaretti | 2023-03-01 | 3 | -2/+8 |
| | |||||
* | Finishing touches | JP Ungaretti | 2023-03-01 | 8 | -22/+7 |
| | |||||
* | Add missing reportResults | JP Ungaretti | 2023-03-01 | 2 | -0/+4 |
| | |||||
* | Add scenarios for build and run | JP Ungaretti | 2023-03-01 | 3 | -0/+33 |
| | |||||
* | Remove assert scripts | JP Ungaretti | 2023-03-01 | 9 | -38/+0 |
| | |||||
* | Use project asserts | JP Ungaretti | 2023-03-01 | 7 | -0/+21 |
| | |||||
* | Copy project asserts | JP Ungaretti | 2023-03-01 | 2 | -0/+17 |
| | |||||
* | Add example_project | JP Ungaretti | 2023-03-01 | 4 | -0/+51 |
| | |||||
* | Add runtime test | JP Ungaretti | 2023-03-01 | 2 | -0/+24 |
| | |||||
* | Update version tests | JP Ungaretti | 2023-03-01 | 7 | -55/+10 |
| | |||||
* | Update additional version test | JP Ungaretti | 2023-03-01 | 2 | -8/+8 |
| | |||||
* | Use ls to check install directory | JP Ungaretti | 2023-03-01 | 1 | -1/+4 |
| | |||||
* | Remove lts scenario | JP Ungaretti | 2023-03-01 | 2 | -25/+0 |
| | |||||
* | Revert test changes | JP Ungaretti | 2023-03-01 | 1 | -7/+7 |
| | |||||
* | Clean up installer script | JP Ungaretti | 2023-02-28 | 1 | -6/+2 |
| | |||||
* | Remove apt test | JP Ungaretti | 2023-02-28 | 2 | -26/+0 |
| | |||||
* | Rewrite dotnet feature | JP Ungaretti | 2023-02-28 | 1 | -7/+8 |
| | |||||
* | Add newline | JP Ungaretti | 2023-02-28 | 1 | -1/+1 |
| | |||||
* | Add .NET 7, drop .NET 5 (#269) | Chuck Lantz | 2022-11-14 | 12 | -22/+188 |
| | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | test updates to adopt https://github.com/devcontainers/cli/pull/124 (#114) | Josh Spicer | 2022-08-24 | 4 | -0/+67 |
| | | | | | | | | | | | | | | | * test updates to adopt https://github.com/devcontainers/cli/pull/124 * remove accidental tgz check in * typo in option * typo in python install script on dotnet6/jammy branch * no scenarios * code review and test name * Delete install_os_provided_python.sh | ||||
* | favor correctness by removing `apt update ...` short-circuiting (#98) | Josh Spicer | 2022-08-23 | 1 | -1/+2 |
| | | | | | | | | | * favor correctness by removing apt update shortciruiting * Update install.sh * apt_get_upadate in node * update test | ||||
* | update `dotnet`/`oryx` features to use recommended install location for ↵ | Josh Spicer | 2022-08-17 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | dotnet6 (#91) * use default jammy apt feed to mitigate jammy/oryx install issues * remove old comment * jammy first tries default apt repo * refactoring * glob friendly and tests * test files * better greps * correct path * DEBIAN_FRONTEND global in oryx install script * remove set -e from dotnet script to handle errors ourselves | ||||
* | Port changes and set executable bit | Josh Spicer | 2022-07-29 | 1 | -0/+0 |
| | | | | | -Ports change from: https://github.com/microsoft/vscode-dev-containers/pull/1554 Sets all scripts as executable by default. | ||||
* | add feature stubs for all | Josh Spicer | 2022-05-13 | 1 | -2/+2 |
| | |||||
* | restructure and update cli (#11) | Josh Spicer | 2022-05-12 | 1 | -0/+13 |
* restructure and update cli * typo |