Граф коммитов

22 Коммитов

Автор SHA1 Сообщение Дата
Dasith Wijesiriwardena 1342e86463
Fix dapr recipe documentation and update sample to use latest .Net Dapr sdk (#878) 2021-01-06 10:32:58 -08:00
Chris Poole 01bf945a81
Fix dapr docs "Getting started" link (#808) 2020-11-23 09:52:43 -08:00
Justin Kotalik b31204486c
Add more locations to find func (#682) 2020-09-29 14:20:11 -07:00
Beat 6166b2792c
fixed wording in doc (#628) 2020-08-13 15:25:08 -07:00
Justin Kotalik d507826059
0.4 -> 0.5 (#603) 2020-07-21 12:27:28 -07:00
Justin Kotalik f1920e3100
Start finding func rather than downloading it (#587) 2020-07-16 12:07:50 -07:00
Justin Kotalik 379ff07b06
Azure function support (#572) 2020-07-15 13:10:07 -07:00
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>
2020-06-30 22:29:02 -07:00
Jesus Angulo 91d9b3bc23
Update documentation to fix kubectl apply command (#552)
Fixing pointing to the public github url instead of raw content.
2020-06-19 09:05:40 -07:00
Raz Friman c016f38ce0
Seq Extension (#513) 2020-06-12 18:44:42 -07:00
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
2020-06-11 17:30:08 -07:00
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
2020-05-29 11:29:49 -07:00
ArieJones d6c8dc2504
Update dapr.md for small typo (#483)
Small typo in command produces error
2020-05-18 08:22:37 -07:00
Ryan Nowak 40b1ad24ee Remove disclaimers about 0.2 2020-05-08 11:26:29 -07:00
Ryan Nowak db464d0822 Add recipe for Elastic stack (ELK) 2020-05-04 12:41:56 -07:00
Ryan Nowak c6bb9dafdf Add docs 2020-05-03 12:20:08 -07:00
Ryan Nowak 5ab6d46160 Add a diagnostics sidecar 2020-05-03 12:20:08 -07:00
Ryan Nowak aa305c3df2 Add recipe 2020-05-02 11:22:44 -07:00
Ryan Nowak 9e2c7f474c Add proviso about minikube ingress 2020-04-26 15:33:52 -07:00
Ryan Nowak 9e2647dfdf Add doc 2020-04-26 15:29:05 -07:00
Ryan Nowak 75647ff506 Move and number tutorial 2020-04-08 17:00:02 -07:00
Ryan Nowak 08a7384352
Add Dapr integration to Tye (#250)
* Add Dapr integration to Tye

Adds a new `extensions` integration point. Currently all extensbility has
to be inside the Tye codebase. There's no functionality for loading or distributing
plugins.

Enable dapr for an application like:

```yaml
name: test_app
extensions:
- name: dapr
```

The dapr extension currently accepts and requires no additional options, and applies
to all services defined in the application.

What it does:

- In local run: starts a dapr sidecar for each project that does http
- In local run: sidecars start in the directory of tye.yaml, so dapr will look for
  component manifests in ./components (relative to tye.yaml
- In deployment: adds required annotations to deployments

Some new features that were added to tye to enable this:

- Config: Ability to parse and conditionally run extensions
- Run: Ability to token replace env-vars into command line args
- Deploy: Ability to configure labels and annotations

* format

* Massage labesl:

* PR feedback

* Fix tests
2020-03-29 21:55:45 -07:00