Commit Graph

3722 Commits

Author SHA1 Message Date
Paul Yuknewicz b818095088
Enabling manual run trigger
Enabling manual run trigger to test CI/CD pipeline to new tenant using ` workflow_dispatch`

Communicated with Maintainers+STC

Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
2024-05-29 21:46:45 -07:00
Hannah Hunter 60269e9cf1
fix navbar 1.7 for 1.13 release
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-03-05 17:58:08 -05:00
Marc Duiker c0a182b464
Merge pull request #4015 from dapr/1.7_versions_navbar
[Endgame] Remove *old* versions from 1.7 navbar
2024-02-20 15:04:34 +01:00
Marc Duiker f425d32527
Update website-v1-7.yml
Add safe workspace

Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
2024-02-20 14:59:02 +01:00
Hannah Hunter 754fefa407
remove older versions
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-05 16:46:53 -05:00
greenie-msft 4214bf542b
Merge pull request #2962 from chalin/chalin-gp-ga4-v1.7-2022-11-18
Use Google Analytics 4 ID for v1.7
2022-11-30 15:45:52 -08:00
Patrice Chalin 18d96e5baa Warn don't fail link-check issues, take 2
Signed-off-by: Patrice Chalin <chalin@cncf.io>
2022-11-19 16:49:57 +00:00
Patrice Chalin e828487f4f Warn don't fail link-check issues
Signed-off-by: Patrice Chalin <chalin@cncf.io>
2022-11-19 16:43:20 +00:00
Patrice Chalin 24ed16b735 Fix PR template link
Signed-off-by: Patrice Chalin <chalin@cncf.io>
2022-11-18 22:57:51 +00:00
Patrice Chalin fcc16e836e README: fix external link
Signed-off-by: Patrice Chalin <chalin@cncf.io>
2022-11-18 22:38:48 +00:00
Patrice Chalin 582768da68 Use Google Analytics 4 ID for v1.7
Signed-off-by: Patrice Chalin <chalin@cncf.io>
2022-11-18 20:51:19 +00:00
greenie-msft 054c658875
Merge pull request #2756 from berndverst/statusv1.7
Marks missing components as beta and stable in v1.7
2022-08-30 09:54:59 -07:00
Bernd Verst ce38013f44 Correct state azure stablestorage status in v1.7
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-29 16:07:37 -07:00
Bernd Verst e9d5ea5770 Update component status in v1.7
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-29 16:07:37 -07:00
greenie-msft 9980e38b5c
Merge pull request #2753 from berndverst/rethinkdb-v1.7
RethinkDB has no transactions, etags
2022-08-29 14:57:58 -07:00
Bernd Verst 860dc089ea RethinkDB has no transactions, etags
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-26 09:58:11 -07:00
greenie-msft b1e8952c0d
Merge pull request #2705 from Willmish/patch-1
Update pubsub-quickstart.md to match names in code
2022-08-10 12:29:49 -07:00
Szymon Duchniewicz ccb06fc045
Update pubsub-quickstart.md to match names in code
Update docs to match changes made to the demo in: https://github.com/dapr/quickstarts/pull/654

Signed-off-by: Szymon Duchniewicz <szduchniewicz@gmail.com>
2022-08-08 13:03:57 +01:00
greenie-msft 7c0164b22d
Merge pull request #2688 from hueifeng/patch-1
Modify path DaprRoot add the SystemDrive environment variable
2022-08-02 16:36:17 -07:00
Huei Feng 36ae708e29
Update install-dapr-cli.md
Signed-off-by: Huei Feng <695979933@qq.com>
2022-07-29 20:57:02 +08:00
greenie-msft a612465326
Merge pull request #2659 from berndverst/blobbindingv1.7
Mark Azure blob storage binding Stable
2022-07-15 15:08:05 -07:00
Bernd Verst 5c9f9ccd87 make blob storage binding stable
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-07-15 14:57:17 -07:00
Hannah Hunter bba1b9d5dd
remove # (#2646)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-12 14:33:08 -07:00
greenie-msft 82d4da6379
Merge pull request #2616 from hhunter-ms/v1.8-v1.7-changes
update to 1.7 for 1.8 release
2022-07-07 15:45:46 -07:00
Hannah Hunter 0835ced000 Merge branch 'v1.7' into v1.8-v1.7-changes 2022-07-07 14:29:17 -05:00
John Lian 7e01f595a5
Fix: "last modified" on every page shows the same date and commit (#2629)
* Make checkout fetch all git history 

Signed-off-by: John Lian <jlian@users.noreply.github.com>

* Fetch all git history here too

Signed-off-by: John Lian <jlian@users.noreply.github.com>
2022-07-07 11:21:10 -07:00
greenie-msft a84bb30c4c
Merge branch 'v1.7' into v1.8-v1.7-changes 2022-07-07 08:54:14 -07:00
Hannah Hunter dfbc33f110
Add middleware-routerchecker.md to v1.7 (#2623)
* add file

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add to table

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* Update daprdocs/data/components/middleware/http.yaml

Co-authored-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 17:25:15 -07:00
Yaron Schneider beb55d781e
Revert "Adds settings for SASL SCRAM SHA-256 and SHA-512 (#2621)" (#2624)
This reverts commit 58ae69de54.
2022-07-06 15:43:30 -07:00
Andrew 58ae69de54
Adds settings for SASL SCRAM SHA-256 and SHA-512 (#2621)
* Adds settings for SASL SCRAM SHA-256 and SHA-512

Signed-off-by: Andrew <mindovermiles262@gmail.com>

* Update setup-apache-kafka.md

Signed-off-by: Andrew <mindovermiles262@gmail.com>
2022-07-06 15:19:26 -07:00
Hannah Hunter 026281a4ef archive 1.7
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-06 16:22:43 -05:00
Hannah Hunter a380dcbecc
[State Mgmt] Docset refresh (#2541)
* initial refresh

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* a few more edits

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-06 11:23:54 -07:00
Hannah Hunter f0d4758be5
[state store ttl] Added metadata.ttlInSeconds (#2583)
* initial change

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* remove from table

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* update title

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 18:09:31 -07:00
Hannah Hunter dd445be31f
[Bindings] Docset refresh (#2595)
* bindings initial refresh

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-05 15:32:10 -07:00
Hannah Hunter 96165997ee
add suggested note (#2602)
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-07-05 14:15:48 -07:00
Malte Götz 31f641f829
Fixed indentation of RabbitMQ binding spec (#2586)
This is my commit message
Signed-off-by: Malte Goetz

Signed-off-by: Malte Götz <maltegoetz@users.noreply.github.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-07-01 14:19:04 -07:00
greenie-msft 68cb6ed8ab
Merge pull request #2574 from hhunter-ms/quickstart_descriptions
[quickstarts] Small updates and cross-linking
2022-06-30 13:39:24 -07:00
Mark Fussell c2ca0c1d32
Merge branch 'v1.7' into quickstart_descriptions 2022-06-30 13:05:19 -07:00
Hannah Hunter 490c6afe44
[JetStream] Enabling on NATS server (#2584)
* initial addition of jetstream flag

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* for review

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* updates per Bernd

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-06-30 13:04:03 -07:00
Malte Götz 8066950aa1
Add hint on OPTIONS request for input bindings (#2587)
When creating an input binding dapr makes an `OPTIONS` call on the specified endpoint. If the request fails, the subscription is dropped and input wont be handled. 

Signed-off-by: Malte Götz <maltegoetz@users.noreply.github.com>
2022-06-29 09:51:23 -07:00
greenie-msft ad99ef096a
Merge pull request #2580 from hhunter-ms/aks_update
[AKS Dapr] Link to setting up extension
2022-06-28 09:09:02 -07:00
Hannah Hunter 3930808a09 remove helm section and link to dapr aks extension
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-28 09:33:36 -05:00
Hannah Hunter ac6043c907 csharp
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-27 17:31:09 -05:00
Hannah Hunter 9ffc030f2f quickstart_descriptions
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-27 17:17:32 -05:00
Hannah Hunter 9b22bc468f updates to quickstart code snippets and cross-linking
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-27 15:20:59 -05:00
greenie-msft bb85e7df77
Merge pull request #2471 from nirmash/bindings_quickstarts
Binding quickstart - Cron input PostgreSQL output quickstart doc
2022-06-24 15:34:08 -07:00
Hannah Hunter 0a0231eea4 Merge branch 'bindings_quickstarts' of https://github.com/nirmash/docs into bindings_quickstarts 2022-06-24 17:13:24 -05:00
Hannah Hunter 7e53395b4a remove faulty link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2022-06-24 17:12:58 -05:00
Mark Fussell 05ac9ad406
Merge branch 'v1.7' into bindings_quickstarts 2022-06-24 15:03:48 -07:00
Hannah Hunter bb27ffd146
[kafka] updates to bindings and pubsub component docs (#2552)
* add updates for kafka bindings and pubsub

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add suggestion from sky

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* reference authentication from pubsub

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

* add Mark suggestion

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-06-24 15:02:30 -07:00