Ori Zohar
b047f29577
Merge pull request #675 from brooke-hamilton/brooke/postgresdocs
...
PostgreSQL docs
2020-07-13 14:16:52 -07:00
Ori Zohar
60fc3386b2
Merge branch 'master' into brooke/postgresdocs
2020-07-13 14:16:12 -07:00
Ori Zohar
b49a4e3bd8
Merge branch 'master' into patch-1
2020-07-13 14:14:12 -07:00
Ori Zohar
bdd1223aa7
Merge pull request #680 from wcs1only/master
...
Added docs for installing dapr to hybrid windows/linux clusters (#679 )
2020-07-13 14:07:40 -07:00
Ori Zohar
2d68c85146
Minor style changes
2020-07-13 14:06:15 -07:00
Charlie Stanley
8420f48148
Merge branch 'master' into master
2020-07-13 12:54:46 -07:00
Charlie Stanley
332b531939
Minor style guide changes to hybrid-clusters howto stub
2020-07-13 12:53:34 -07:00
chloe andresol
4298fdfcdd
Fixed typo in setup-azure-servicebus.md
...
Changed "valye" in line 39 to "value"
2020-07-13 11:01:04 -04:00
Jeff Foster
1d16f7255a
Fix a couple of typos.
2020-07-13 13:09:52 +01:00
Mukundan Sundararajan
d60e951309
Add docs for dapr init without docker ( #665 )
...
* Add docs for dapr init without docker
* Update docs for enabling statestore and actors without docker
* Update README.md
* Update README.md
* Update README.md
* Update readme
* Update README.md
* Update environment-setup.md
* Update README.md
* Update README.md
* Removing slim init instructions
* Simplifying self hosted mode section
* Minor language changes
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Ori Zohar <orzohar@microsoft.com>
2020-07-10 16:33:05 -07:00
Brooke Hamilton
4826180584
Merge remote-tracking branch 'upstream/master'
2020-07-10 19:09:56 -04:00
Charlie Stanley
11f09071cf
Arrange Windows support message into a note
2020-07-10 15:55:34 -07:00
Vincenzo Morra
b8ac9497f0
Improvement #655 ( #656 )
...
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-07-10 15:52:43 -07:00
Leon Mai
5311339935
Update cosmos documentation for transaction changes ( #668 )
...
* update cosmos documentation
* reword
* add to additional refs
* add to additional refs
* Update setup-azure-cosmosdb.md
* Update state_api.md
* Update actors_features.md
* Update state_api.md
* merge
Co-authored-by: LM <lemai>
Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
Co-authored-by: Yaron Schneider <yaronsc@microsoft.com>
2020-07-10 15:51:33 -07:00
Charlie Stanley
cad0f665ac
Move hybrid-cluster guide to howto/
2020-07-10 15:29:17 -07:00
Brooke Hamilton
d19101b060
Merge branch 'master' into brooke/postgresdocs
2020-07-10 17:42:23 -04:00
Brooke Hamilton
f4a63c159a
Detail on postgre connection strings
2020-07-10 17:41:50 -04:00
Charlie Stanley
005ae9b31f
Merge branch 'master' into master
2020-07-10 13:51:37 -07:00
Charlie Stanley
ba593eae90
Added docs for installing dapr to hybrid windows/linux clusters ( #679 )
2020-07-10 13:44:30 -07:00
Mark Fussell
e561796464
Merge pull request #653 from vnextcoder/patch-1
...
Update README.md
2020-07-10 12:42:33 -07:00
Joni Collinge
7addffb8bf
Update ASB metadata ( #642 )
...
* updated asb metadata
* fix grammar
* correct default lockRenewalInSec
* add note that settings are shared across topics
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-10 12:03:22 -07:00
Mark Chmarny
ad1f487daa
updated with output binding support ( #652 )
2020-07-10 11:56:05 -07:00
Mark Fussell
317e1f2e82
Update setup-postgresql.md
2020-07-10 11:24:42 -07:00
Yaron Schneider
327a7216c2
Update bindings_api.md ( #678 )
2020-07-09 15:02:36 -07:00
Aman Bhardwaj
1ebf0671fc
Merge branch 'master' into master
2020-07-09 02:56:32 +00:00
Brooke Hamilton
5ccc5beed7
Fix link to how to query postgresql
2020-07-08 19:28:04 -04:00
Brooke Hamilton
71aa671c56
Merge branch 'master' into brooke/postgresdocs
2020-07-08 19:08:48 -04:00
Brooke Hamilton
5dd0d62738
PostgreSQL updates
2020-07-08 19:00:49 -04:00
Brooke Hamilton
a43d06df30
PostgreSQL updates
2020-07-08 18:56:43 -04:00
Brooke Hamilton
2968d37dd2
PostgreSQL updates
2020-07-08 18:50:34 -04:00
Mark Chmarny
69ac396518
Merge pull request #672 from dapr/mchmarny-cron-binding-docs
...
cron binding doc
2020-07-08 15:20:09 -07:00
Mark Chmarny
00e97d8128
Merge branch 'master' into mchmarny-cron-binding-docs
2020-07-08 15:19:49 -07:00
Shalabh Mohan Shrivastava
c993fa7d1b
Adding Trace Context Scenarios and explicit steps to use trace context ( #671 )
...
* Adding scenarios in the concepts page
* formating fixes
* restructuring doc
* adding reference to scenarios section
* rephrasing the statement
* fix typo
* adding the note about helper method limitation
* more restructuring
* adding more languages as how to create trace context
* Update W3C-traces.md
* Update README.md
* Added C# snippets. Added ochttp instructions at right place. Fix typo.
* Fix broken link. Change the title reference in main readme. Fix typos.
* changing tracing context to trace context
* fix minor formatting fix
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-07-08 11:30:45 -07:00
Mark Chmarny
bab3799bc1
adds bnding listing, docs on canceling schedules
2020-07-08 05:57:13 -07:00
Mark Chmarny
ef1e2ead32
cron docs
2020-07-08 05:39:08 -07:00
Carlos Mendible
4d02cbfe1b
fixing #608 ( #647 )
...
Co-authored-by: Aman Bhardwaj <amanbha@users.noreply.github.com>
2020-07-07 16:19:09 -07:00
Kai Walter
bb3d0b6b29
changing note as requested
2020-07-07 14:26:01 +00:00
Kai Walter
92efe1c827
Merge remote-tracking branch 'upstream/master'
2020-07-07 14:24:46 +00:00
Mukundan Sundararajan
ff576c9752
Add docs for injecting env vars ( #666 )
2020-06-30 17:01:02 -07:00
Yaron Schneider
d309251e67
Update component-secrets.md ( #669 )
2020-06-30 15:31:52 -07:00
Ori Zohar
0515ee7bd9
Fixing broken links ( #650 )
2020-06-29 14:24:08 -07:00
Ori Zohar
7953649722
Merge pull request #662 from MoaidHathot/patch-2
...
Typos
2020-06-27 18:02:14 -07:00
Moaid Hathot
7ab1dc25a0
Typos
2020-06-28 03:40:57 +03:00
Kai Walter
426fe0840b
issue #1698 resolution
2020-06-25 16:30:21 +00:00
Young Bu Park
5c7d983526
reanme default config to daprsystem config ( #658 )
2020-06-24 15:31:41 -07:00
Mukundan Sundararajan
04971ff167
Updated docs for zipkin init ( #648 )
...
* Updated docs for zipkin init
* Update README.md
* Update README.md
* Update environment-setup.md
* Update environment-setup.md
* Update README.md
* Update daprrun.md
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
2020-06-22 09:25:51 -07:00
Avinash Barnwal
9ffef85ac4
Update README.md
...
Adding PowerShell way to retrieve the password
2020-06-21 12:47:09 +05:30
Ori Zohar
98fb6513da
Adding missing Kafka link in reference section ( #643 )
...
* Adding missing Kafka link in reference section
* Update README.md
2020-06-10 12:27:37 -07:00
Mark Chmarny
225c55eb78
Merge pull request #641 from dapr/mchmarny-patch-3
...
deployment in stead of run for 1.15+ compatibility
2020-06-09 15:34:54 -07:00
Yaron Schneider
53d81639f5
Merge branch 'master' into mchmarny-patch-3
2020-06-09 15:34:33 -07:00