Commit Graph

21 Commits

Author SHA1 Message Date
Alessandro (Ale) Segala 5202af18d1
[1.13] Docs for PostgreSQL v2 state store (#3996)
* [1.13] Docs for PostgreSQL v2 state store

Fixes #3911

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v1.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-postgresql-v2.md

Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2024-02-06 08:29:29 -08:00
Alessandro (Ale) Segala f0765662a0
Update etcd version in table (#3809)
* Update etcd version in table

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/data/components/state_stores/generic.yaml

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2023-10-11 14:45:13 -07:00
ItalyPaleAle 30a0285821 Update docs for in-memory components
Includes marking the components as stable, since they meet our criteria.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-07-14 12:52:47 -07:00
ItalyPaleAle 9b7ff806b0 Update docs for various components
Includes:

- Update docs for HTTP Bearer middleware
- Ensure etcd state store is included in the list
- Ensure the list of capabilities of state stores is up-to-date

Fixes #3262

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-05-17 14:25:50 -07:00
Bernd Verst 09790e4025 Update newly stable components
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-05-03 15:27:15 -07:00
Hannah Hunter 0b2f8880ac upmerge check
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
2023-04-12 16:26:19 -04:00
joshvanl 1800d28824 Add support for TTL to CockroachDB state store
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-03-02 15:39:57 +00:00
joshvanl f7cddfb559 Sets TTL support for mongodb state store to enabled
Signed-off-by: joshvanl <me@joshvanl.dev>
2023-02-15 16:34:47 +00:00
Alessandro (Ale) Segala b0bf194c81
Docs for SQLite state store (#3099)
* Docs for SQLite state store

Fixes #3085

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-sqlite.md

Co-authored-by: Mark Fussell <markfussell@gmail.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Explain relative paths

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>

* Clarify that URI options require the `file:` prefix

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

* Add note for in-memory DBs

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

---------

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
2023-02-07 19:48:35 -08:00
ItalyPaleAle 62daf817fa Updated stable / beta components
Some components had certification tests but were not marked as stable.
Likewise, some components had conformance tests but were not marked as beta.

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-01 11:24:00 -08:00
Alessandro (Ale) Segala 0d9b5a2792
Update docs for PostgreSQL state store (#3033)
Update the component due to changes introduced in dapr/components-contrib#2302 and dapr/components-contrib#2379

Fixes #2966

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-01-03 20:18:45 -08:00
Tiago Alves Macambira 3cbf087db6
Mark Memcached as a stable component. (#2836)
On dapr/components-contrib#2116 certification tests for Memcached
state store were added to `components-contrib`, turning this component
into a stable one.

This PR updates the documentation to reflect that.

Closes dapr/components-contrib#1929

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>

Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-10-04 21:45:39 -07:00
addjuarez 68c928ffb9
cassanda state store cert (#2801)
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>

Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-09-26 21:26:07 -07:00
Bernd Verst 62f0253b84 Add components newly in beta
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-29 16:08:08 -07:00
Bernd Verst 5f2492c225 Update component status in v1.7
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-29 16:08:08 -07:00
Bernd Verst c3c0aa833f RethinkDB now Beta, but has no transactions, etags
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-26 10:00:27 -07:00
Addison Juarez b64cfbe362 update to 1.9
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
2022-08-03 13:57:46 -05:00
Addison Juarez 9f10953873 Update cassandra to Beta
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
2022-07-29 09:36:11 -05:00
seeflood d522e47b86
docs: in memory state store component (#2534)
* in mem state

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* resolve issues

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* Developer-only

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-inmemory.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-inmemory.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-inmemory.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-inmemory.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* Update daprdocs/content/en/reference/components-reference/supported-state-stores/setup-inmemory.md

Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

* add in memory comp

Signed-off-by: seeflood <zhou.qunli@foxmail.com>

Co-authored-by: Mark Fussell <markfussell@gmail.com>
2022-06-23 17:42:50 -07:00
John Ewart 30cbccbe63 Mark PostgreSQL as stable (mirrors PR #2522)
Signed-off-by: John Ewart <johnewart@microsoft.com>
2022-06-14 19:17:50 -07:00
John Ewart 4bd88d59f0 Add partial shortcode and partials for components along with data files
Signed-off-by: John Ewart <johnewart@microsoft.com>
2022-06-07 10:54:24 -07:00