Jean Llorca
7ea78aaddd
Specify ingress IP in Debug ( #1048 )
* Specify ingress IP in Debug
* Quotes yaml values
* Stop auto-defaulting specific looback addresses
* Update tye YAML schema
* Format whitespace
5 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
5 years ago
Pratik Sanglikar
1e10f81509
Update for release 0.10.0
5 years ago
Pratik Sanglikar
002e71ed1e
0.9.0 release
5 years ago
Pratik Sanglikar
b5838f15af
Stage 0.8 release
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
Donovan Brown
e34a9c57e2
Update 01_deploy.md ( #1084 )
Fixed several typos in the doc.
5 years ago
Donovan Brown
463afbc509
Update 00_run_locally.md ( #1080 )
Fixed a couple of typos in 00_run_locally.md.
5 years ago
Phillip Hoff
77fc75bf1c
Add PATH note for Mac. ( #1076 )
5 years ago
Pratik Sanglikar
9ee6271c47
Next release - 0.7.0
5 years ago
Oleg Karasik
3756e2a60e
Clarification of kubectl involvement in `deploy` command and potential error reason ( #986 )
5 years ago
William Godbe
98f8d342ff
Replace 'master' with 'main' in various files ( #974 )
5 years ago
Tomáš Herceg
68f760e5f3
Recipes - fixed invalid port in Dapr sample code ( #959 )
5 years ago
Niels Swimberghe
3378315a15
Fix some typos in ingress.md ( #944 )
5 years ago
John Luo
eb3b50699b
Update version to 0.7 ( #909 )
5 years ago
Dasith Wijesiriwardena
1342e86463
Fix dapr recipe documentation and update sample to use latest .Net Dapr sdk ( #878 )
5 years ago
Dasith Wijesiriwardena
45bf5528b6
[Dapr Extension] Allow defining custom placement container address ( #767 )
5 years ago
Habib Ahmed Qureshi
b9692e574c
reading named binding ( #844 )
* reading named binding
Reading named binding took me quite some time to actually get it to working, I believe adding this line would help other readers save some time
* Update docs/reference/service_discovery.md
Co-authored-by: John Luo <johluo@microsoft.com>
5 years ago
Justin Kotalik
89148557a7
Fixing documentation for preserving prefixes for ingress. ( #870 )
6 years ago
Habib Ahmed Qureshi
3321542a97
CONNECTIONSTRING comes as CONNECTIONSTRINGS ( #843 )
CONNECTIONSTRING comes as CONNECTIONSTRINGS in the environment variable.
(Discovery during debugging tye run --debug (code is .NET 5.0.100) via System.Environment.GetEnvironmentVariable
CONNECTIONSTRING__POSTGRES -> CONNECTIONSTRINGS__POSTGRES
6 years ago
Sumit Ghosh
112857f021
Updated Voting sample deployment steps ( #755 )
6 years ago
Chris Poole
01bf945a81
Fix dapr docs "Getting started" link ( #808 )
6 years ago
dawedawe
f4a6a7dac3
Fix a small typo ( #804 )
6 years ago
John Luo
90d3e4e480
Update cli args documentation ( #760 )
6 years ago
John Luo
01ec0ca7d1
Updating version to 0.6.0 ( #757 )
6 years ago
areller
7a0b24c9c7
Docker compose environment variable syntax ( #669 )
* docker-compose like environment variable syntax
* documentation
6 years ago
Justin Kotalik
b31204486c
Add more locations to find func ( #682 )
6 years ago
Beat
6166b2792c
fixed wording in doc ( #628 )
6 years ago
Sahan Serasinghe
9b51b4bc0e
Fix typos in service discovery document ( #617 )
Fix a couple of typos and add commas where needed in the service_discovery.md file
6 years ago
Yuta Matsumura
964507a92d
fix header typo ( #623 )
6 years ago
Alec Papierniak
1e3b3f4bf9
Update service_discovery.md ( #613 )
* Update service_discovery.md
Minor typo adjustment
* Update service_discovery.md
Updating update of typo
6 years ago
Angelo Luis Rodrigues Da Silva
f412dff9d1
Fix of the directory name ( #604 )
Fix of the default directory name used in the examples
6 years ago
Justin Kotalik
d507826059
0.4 -> 0.5 ( #603 )
6 years ago
Justin Kotalik
14f08ccf05
Add clone directory ( #589 )
6 years ago
Justin Kotalik
7e0a68326d
Small doc update.
6 years ago
Justin Kotalik
f1920e3100
Start finding func rather than downloading it ( #587 )
6 years ago
Justin Kotalik
379ff07b06
Azure function support ( #572 )
6 years ago
John Luo
5ebf8f391b
Update developer guide
Fix instructions for installing local builds
6 years ago
Laurent Kempé
7508822d36
Update 01_deploy.md ( #571 )
6 years ago
Shayne Boyer
a9c738e01d
Add Recipe in docs for Github Actions ( #557 )
* docs for specifying base image:tag
* fixup items
* adding recipe for actions
* add intro
* Update docs/recipes/githubactions_aks.md
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
Ryan Nowak
5a703c57d2
Update CI build instructions to use 0.4
This should be 0.4 since we bumped the version
6 years ago
Justin Kotalik
9113caabac
Updating versions ( #554 )
6 years ago
Jesus Angulo
91d9b3bc23
Update documentation to fix kubectl apply command ( #552 )
Fixing pointing to the public github url instead of raw content.
6 years ago
Justin Kotalik
53a1ac81a4
0.2 to 0.3
6 years ago
Raz Friman
c016f38ce0
Seq Extension ( #513 )
6 years ago
areller
a7eae8f3ef
using the ASP.NET Core HealthChecks library for the liveness/readiness sample ( #523 )
* changing sample project to use microsoft health checks library
* update probes recipe
* Update probes.md
* changing probes doc
* give more description in '/' of sample service
6 years ago
Justin Kotalik
e7cb54b801
Adds --watch as an option for tye run ( #526 )
6 years ago
Nilesh Gule
a89d550917
Updated the reference to undeploy markdown file ( #520 )
6 years ago
areller
e23a6506e9
Liveness and Readiness Documentation, Samples and Small Changes ( #502 )
* sample app and beggining of recipe
* fix link
* sample, recipe and schema docs
* change http failures to debug logs
* add model validation to probes and http prober
* add deserialization and validation tests
* license
* format
* PR fixes
* remove some Console.WriteLine's
6 years ago
areller
ea43a55382
log verbosity in tye run ( #506 )
* tye run log verbosity
* formatting
6 years ago