Phillip Hoff
072de978b7
Update CODEOWNERS. ( #1101 )
2021-06-25 11:07:08 -07:00
dotnet-maestro[bot]
4ed8c5bd5b
[main] Update dependencies from dotnet/arcade ( #1094 )
...
[main] Update dependencies from dotnet/arcade
2021-06-23 19:02:10 +00:00
dotnet-maestro[bot]
647a608892
Update dependencies from https://github.com/dotnet/arcade build 20210617.1 ( #1092 )
...
[main] Update dependencies from dotnet/arcade
2021-06-18 17:53:46 +00:00
dotnet-maestro[bot]
eed2a94d31
Update dependencies from https://github.com/dotnet/arcade build 20210616.3 ( #1090 )
...
[main] Update dependencies from dotnet/arcade
2021-06-17 15:07:28 +00:00
dotnet-maestro[bot]
82b07fc044
[main] Update dependencies from dotnet/arcade ( #1085 )
...
[main] Update dependencies from dotnet/arcade
2021-06-15 12:38:23 +00:00
Phillip Hoff
1719c2eb7f
Add endpoint for Tye application metadata ( #1079 )
...
* Sketch GET for control plane.
* Add properties to control plane metadata.
* Resolve linter warnings.
* Switch to /application endpoint.
* Change ID to Id.
2021-06-14 11:50:58 -07:00
Donovan Brown
e34a9c57e2
Update 01_deploy.md ( #1084 )
...
Fixed several typos in the doc.
2021-06-11 11:45:39 -07:00
Donovan Brown
d970d8c73f
Update tye.yaml ( #1082 )
...
Fixed typo.
Changed "sidecard" to "sidecar"
2021-06-11 09:53:54 -07:00
Donovan Brown
463afbc509
Update 00_run_locally.md ( #1080 )
...
Fixed a couple of typos in 00_run_locally.md.
2021-06-11 00:21:26 -07:00
Tim Potze
7eae8c64d3
Bind port in docker with udp flag when protocol is udp ( #915 )
...
* Bind port in docker with udp flag when port protocol is udp
* Update src/Microsoft.Tye.Hosting/DockerRunner.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Added error when using udp binding for project service
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
2021-06-08 01:34:54 -07:00
dotnet-maestro[bot]
14f047a7fa
Update dependencies from https://github.com/dotnet/arcade build 20210604.1 ( #1077 )
...
Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.SwaggerGenerator.MSBuild , Microsoft.DotNet.SignTool , Microsoft.DotNet.Helix.Sdk
From Version 6.0.0-beta.21303.2 -> To Version 6.0.0-beta.21304.1
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
2021-06-05 09:18:23 -07:00
dependabot[bot]
fe247323be
Bump browserslist in /samples/apps-with-core-angular/MoviesApp ( #1063 )
...
Bumps [browserslist](https://github.com/browserslist/browserslist ) from 4.12.0 to 4.16.6.
- [Release notes](https://github.com/browserslist/browserslist/releases )
- [Changelog](https://github.com/browserslist/browserslist/blob/main/CHANGELOG.md )
- [Commits](https://github.com/browserslist/browserslist/compare/4.12.0...4.16.6 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-05 02:24:51 -07:00
Phillip Hoff
77fc75bf1c
Add PATH note for Mac. ( #1076 )
2021-06-04 16:34:56 -07:00
dotnet-maestro[bot]
8d37dc4032
Update dependencies from https://github.com/dotnet/arcade build 20210603.2 ( #1074 )
...
[main] Update dependencies from dotnet/arcade
2021-06-04 14:55:31 +00:00
dotnet-maestro[bot]
b7cea6a05b
[main] Update dependencies from dotnet/arcade ( #1070 )
...
[main] Update dependencies from dotnet/arcade
2021-06-03 15:30:19 +00:00
Pratik Sanglikar
0fed0b38e7
Merge pull request #1071 from pratiksanglikar/main
...
Next release - 0.7.0
2021-06-01 13:31:03 -07:00
Pratik Sanglikar
9ee6271c47
Next release - 0.7.0
2021-06-01 10:58:20 -07:00
dotnet-maestro[bot]
fdc6b95929
Update dependencies from https://github.com/dotnet/arcade build 20210528.1 ( #1069 )
...
[main] Update dependencies from dotnet/arcade
2021-05-30 15:08:43 +00:00
dotnet-maestro[bot]
b675b18912
[main] Update dependencies from dotnet/arcade ( #1064 )
...
[main] Update dependencies from dotnet/arcade
2021-05-29 08:10:28 +00:00
Raymond Sun
febd17201d
fix copy-paste ( #1043 )
2021-05-29 01:09:42 -07:00
dependabot[bot]
e8c463bebc
Bump dns-packet in /samples/apps-with-core-angular/MoviesApp ( #1068 )
...
Bumps [dns-packet](https://github.com/mafintosh/dns-packet ) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases )
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md )
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-29 01:08:18 -07:00
Martin Stenhoff
3b2416137d
Fixing spelling ( #1067 )
2021-05-28 00:39:37 -07:00
dotnet-maestro[bot]
3197135eff
Update dependencies from https://github.com/dotnet/arcade build 20210525.5 ( #1060 )
...
[main] Update dependencies from dotnet/arcade
2021-05-26 15:04:19 +00:00
Tom Deseyn
b1aaca8c5d
DockerRunner: include stderr in log on failure. ( #1059 )
2021-05-25 08:15:11 -07:00
dotnet-maestro[bot]
bbc2181167
[main] Update dependencies from dotnet/arcade ( #1032 )
...
[main] Update dependencies from dotnet/arcade
2021-05-25 14:37:21 +00:00
Justin Kotalik
652ac4e266
Update StagingRelease.md ( #1057 )
2021-05-24 10:33:30 -07:00
Tom Deseyn
53591d170e
Don't consider it a fatal error when the container host is not accessible. ( #1027 )
...
For many use-cases there is no need to access the host.
2021-05-12 01:04:22 -07:00
Justin Kotalik
0251fb2bb8
Working on re-enabling tests ( #1030 )
2021-05-07 15:30:52 -07:00
Justin Kotalik
a015acfdb9
Bunch of bug fixes for dapr support and fixing cancellation on stop async ( #1036 )
2021-05-06 15:56:38 -07:00
Phillip Hoff
2d256f18a3
PoC Add "control plane" method to shutdown Tye application ( #899 )
2021-05-05 14:42:16 -07:00
dotnet-maestro[bot]
f933e17a0c
Update dependencies from https://github.com/dotnet/arcade build 20210503.2 ( #1028 )
...
[main] Update dependencies from dotnet/arcade
2021-05-04 17:37:54 +00:00
Justin Kotalik
38b7721b86
Fixing internal builds ( #1029 )
...
* Fixing internal builds
* nit
2021-05-04 10:17:35 -07:00
dotnet-maestro[bot]
e6b6b06cd3
[main] Update dependencies from dotnet/arcade ( #1008 )
...
[main] Update dependencies from dotnet/arcade
- Revert SDK update
- bye bye msbuild
- Moving files and ignoring warnings
- format
- tests
- 6 tests total
- tests
- Sanity check
- Timeouts
- nit
- Timeouts not working...
- nit
- Adding more logs
- More diagnostics
- test
- nit
- yaml
- Trying something else
- Try keeping msbuild?
- --no-restore
- Skip tests for now
- Nits
- nit
- nit
2021-05-03 23:15:57 +00:00
Tom Deseyn
c3f3c6cb91
Support podman ( #1014 )
2021-04-29 09:54:53 -07:00
Glenn Condron
c09165cb0d
Icon and color change. ( #1019 )
...
* update images and favicon.
* remove extra img
2021-04-28 18:46:40 -07:00
dependabot[bot]
209a8657ac
Bump websocket-extensions in /samples/apps-with-core-angular/MoviesApp ( #982 )
...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node ) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases )
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md )
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-28 14:42:16 -07:00
dependabot[bot]
086067b9c8
Bump ssri in /samples/apps-with-core-angular/MoviesApp ( #1015 )
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-28 14:08:59 -07:00
Justin Kotalik
ad3f692d53
Update MsBuildFileSetFactory.cs ( #1005 )
2021-04-07 11:19:43 -07:00
Martin Stühmer
021826460d
Fix #901 - Executes git clone, based on the tye.yaml directory. ( #904 )
2021-04-07 10:22:59 -07:00
dependabot[bot]
271f0e8431
Bump y18n in /samples/apps-with-core-angular/MoviesApp ( #997 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:17:15 -07:00
dependabot[bot]
9999c1f44f
Bump npm-registry-fetch in /samples/apps-with-core-angular/MoviesApp ( #981 )
...
Bumps [npm-registry-fetch](https://github.com/npm/npm-registry-fetch ) from 4.0.4 to 4.0.7.
- [Release notes](https://github.com/npm/npm-registry-fetch/releases )
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/v4.0.7/CHANGELOG.md )
- [Commits](https://github.com/npm/npm-registry-fetch/compare/v4.0.4...v4.0.7 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-04-07 10:17:06 -07:00
Erik O'Leary
793819c2eb
Implements autoscroll within log view ( #1001 )
2021-04-06 09:36:19 -07:00
Justin Kotalik
ad2d7cac13
Revert "[main] Update dependencies from dotnet/arcade ( #977 )"
...
This reverts commit 5ea69c25a1
.
2021-04-05 16:47:06 -07:00
dotnet-maestro[bot]
5ea69c25a1
[main] Update dependencies from dotnet/arcade ( #977 )
...
[main] Update dependencies from dotnet/arcade
2021-04-01 12:19:46 +00:00
Justin Kotalik
bd0b53c2f2
Also catch aggregate exception
2021-03-31 12:41:40 -07:00
Oleg Karasik
3756e2a60e
Clarification of kubectl involvement in `deploy` command and potential error reason ( #986 )
2021-03-26 09:19:10 -07:00
Justin Kotalik
aadf08cc65
catch ODE from bedrock framework code ( #983 )
2021-03-16 13:23:37 -07:00
Justin Kotalik
f4a220df96
Feed update master ( #973 )
2021-03-15 17:09:57 -07:00
Justin Kotalik
44c9cc18d6
Update version of k8s client ( #954 )
...
* Update version of k8s client
* conflict
* Lift package version
* signing
2021-03-15 09:11:01 -07:00
dependabot[bot]
2ddba2aa69
Bump elliptic in /samples/apps-with-core-angular/MoviesApp ( #970 )
2021-03-15 08:56:47 -07:00