Phillip Hoff
57724f6cb0
Add LICENSE.txt to NuGet packages. ( #1188 )
4 years ago
Chris
e3e90d3baf
Added support for environment variables when using Azure Functions ( #1171 )
Co-authored-by: Chris Theodorson <chris.theodorson@halfords.co.uk>
4 years ago
Dan Simpson
2858fce16a
#1158 Feature/dashboard port in tye yaml ( #1163 )
* Set up tests for new dashboardPort functionality
* Add in new dashboardPort values to test data
* Map from tye.yaml configuration file into Application model
* Core change: apply DashboardPort from configuration (if cli --port argument is not specified)
* Add dashboardPort documentation to the tye schema page
* PR feedback: requested YAML (JSON) schema update
4 years ago
Rival Abdrakhmanov
5e7e07f1e1
Add json format for metrics ( #1130 )
* Add json format for metrics
* Add license headers
* Fix formatting
4 years ago
Pratik Sanglikar
df576d4469
Merge pull request #1167 from dotnet/dev/ps/release0.10.0
Prepare the main branch for the release - 0.10.0.
4 years ago
Pratik Sanglikar
a49e22ffc4
Merge pull request #1162 from dotnet/dev/ps/fixSamples
Fix the broken samples
4 years ago
Pratik Sanglikar
1e10f81509
Update for release 0.10.0
4 years ago
Pratik Sanglikar
b12ee4b057
Fix the broken samples
4 years ago
dependabot[bot]
7cec0655cc
Bump tar in /samples/apps-with-core-angular/MoviesApp ( #1139 )
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.13 to 4.4.15.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.13...v4.4.15 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
4cf336589d
Bump url-parse in /samples/apps-with-core-angular/MoviesApp ( #1151 )
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.4.7 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.4.7...1.5.3 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
9d30243559
Bump jszip in /samples/apps-with-core-angular/MoviesApp ( #1152 )
Bumps [jszip](https://github.com/Stuk/jszip ) from 3.4.0 to 3.7.1.
- [Release notes](https://github.com/Stuk/jszip/releases )
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md )
- [Commits](https://github.com/Stuk/jszip/compare/v3.4.0...v3.7.1 )
---
updated-dependencies:
- dependency-name: jszip
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
017a2ba7d8
Bump path-parse in /samples/apps-with-core-angular/MoviesApp ( #1149 )
Bumps [path-parse](https://github.com/jbgutierrez/path-parse ) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases )
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7 )
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
1c614c8217
Bump color-string in /samples/apps-with-core-angular/MoviesApp ( #1136 )
Bumps [color-string](https://github.com/Qix-/color-string ) from 1.5.3 to 1.6.0.
- [Release notes](https://github.com/Qix-/color-string/releases )
- [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md )
- [Commits](https://github.com/Qix-/color-string/commits/1.6.0 )
---
updated-dependencies:
- dependency-name: color-string
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
dependabot[bot]
ed0d148cec
Bump hosted-git-info in /samples/apps-with-core-angular/MoviesApp ( #1038 )
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
5 years ago
Pratik Sanglikar
ea68ac0168
Merge pull request #1146 from dotnet/dev/ps/emitPid
Log the Pid after Tye application is started
5 years ago
Pratik Sanglikar
5db8a30363
Merge pull request #1142 from FossBrandon/main
Improves error code log message in watch mode
5 years ago
Pratik Sanglikar
562bad1f69
Emit Pid after Tye application is started
5 years ago
Pratik Sanglikar
dbabbfd427
Merge pull request #1144 from dotnet/dev/ps/09release
Prepare for 0.9.0 release
5 years ago
Brandon Foss
497d98c75c
Updates logging format to include more information.
5 years ago
Pratik Sanglikar
002e71ed1e
0.9.0 release
5 years ago
Brandon Foss
b315fffd51
Improves error code log message in watch mode
5 years ago
dotnet-maestro[bot]
836b0baa8a
Update dependencies from https://github.com/dotnet/arcade build 20210729.2 ( #1137 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
099494bda6
Update dependencies from https://github.com/dotnet/arcade build 20210728.2 ( #1135 )
[main] Update dependencies from dotnet/arcade
5 years ago
Pratik Sanglikar
ff31a94991
Merge pull request #1132 from pratiksanglikar/dev/ps/fixTyeWaitForProcess
Add timeout for `Process.WaitForExit()`
5 years ago
dotnet-maestro[bot]
45c039a1ac
Update dependencies from https://github.com/dotnet/arcade build 20210727.2 ( #1134 )
[main] Update dependencies from dotnet/arcade
5 years ago
Pratik Sanglikar
79dd9690d1
Add supporting comments
5 years ago
Pratik Sanglikar
227906b7b8
Reduce timeout and fix broken test
5 years ago
dotnet-maestro[bot]
074670ae82
Update dependencies from https://github.com/dotnet/arcade build 20210726.4 ( #1133 )
[main] Update dependencies from dotnet/arcade
5 years ago
Pratik Sanglikar
cc9367a966
Add timeout for Process.WaitForExit()
5 years ago
dotnet-maestro[bot]
a348dad39a
Update dependencies from https://github.com/dotnet/arcade build 20210723.11 ( #1131 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
650c3ff365
Update dependencies from https://github.com/dotnet/arcade build 20210720.12 ( #1126 )
[main] Update dependencies from dotnet/arcade
5 years ago
Phillip Hoff
4588079a52
Track and report the "source" of a service. ( #1124 )
* Track and report the "source" of a service.
* Update file encoding.
5 years ago
dotnet-maestro[bot]
3b5afa1359
Update dependencies from https://github.com/dotnet/arcade build 20210719.3 ( #1122 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
3cd9ca8a94
Update dependencies from https://github.com/dotnet/arcade build 20210716.1 ( #1121 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
7c5ff4b7c8
Update dependencies from https://github.com/dotnet/arcade build 20210715.11 ( #1119 )
[main] Update dependencies from dotnet/arcade
5 years ago
Tom Deseyn
8310ecb63f
DockerRunner: podman workaround: create volume host dir when it doesn't exist. ( #1062 )
5 years ago
dotnet-maestro[bot]
88d34152ea
Update dependencies from https://github.com/dotnet/arcade build 20210714.3 ( #1118 )
[main] Update dependencies from dotnet/arcade
5 years ago
Phillip Hoff
d5b6f4cee3
Allow executable-based services to have Dapr sidecars ( #1116 )
* Start Dapr sidecars for executable services.
* Switch to `dapr` instead of starting `daprd` sidecar directly.
* Update encoding.
5 years ago
dotnet-maestro[bot]
714ab9c931
Update dependencies from https://github.com/dotnet/arcade build 20210713.2 ( #1115 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
7c7934b5e3
Update dependencies from https://github.com/dotnet/arcade build 20210709.3 ( #1114 )
[main] Update dependencies from dotnet/arcade
5 years ago
Pratik Sanglikar
2f1a50cd04
Merge pull request #1107 from pratiksanglikar/dev/ps/rel-0.8
Update docs for 0.8 release
5 years ago
dotnet-maestro[bot]
47416fecf0
[main] Update dependencies from dotnet/arcade ( #1111 )
[main] Update dependencies from dotnet/arcade
5 years ago
Pratik Sanglikar
b5838f15af
Stage 0.8 release
5 years ago
dotnet-maestro[bot]
fc0ab39f1b
Update dependencies from https://github.com/dotnet/arcade build 20210701.2 ( #1106 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
124f35acb0
[main] Update dependencies from dotnet/arcade ( #1104 )
[main] Update dependencies from dotnet/arcade
5 years ago
dotnet-maestro[bot]
6d3cb96ebd
Update dependencies from https://github.com/dotnet/arcade build 20210628.2 ( #1103 )
[main] Update dependencies from dotnet/arcade
5 years ago
Daniel Reis
c04c84f786
Add dockerfile build args documentation ( #1095 )
* Add dockerfile args docs
* Add dockerFileArgs to tye-schema.json
5 years ago
dotnet-maestro[bot]
5096dc54c3
[main] Update dependencies from dotnet/arcade ( #1098 )
[main] Update dependencies from dotnet/arcade
5 years ago
Phillip Hoff
072de978b7
Update CODEOWNERS. ( #1101 )
5 years ago
dotnet-maestro[bot]
4ed8c5bd5b
[main] Update dependencies from dotnet/arcade ( #1094 )
[main] Update dependencies from dotnet/arcade
5 years ago