Commit Graph

3297 Commits

Author SHA1 Message Date
Bernd Verst eedf348b11
Merge pull request #2507 from ItalyPaleAle/sqlite-update
SQLite state store: certification tests + various updates and fixes
2023-02-08 15:48:15 -08:00
Bernd Verst 49164935cb
Merge branch 'master' into sqlite-update 2023-02-08 15:21:36 -08:00
Bernd Verst db72f0105f
Merge branch 'master' into local-env-store-denylist 2023-02-08 15:19:55 -08:00
Bernd Verst fcd626813f
Merge pull request #2513 from berndverst/workflows
Workflow improvements - enable workflows for merge queues.
2023-02-08 15:08:28 -08:00
Alessandro (Ale) Segala 41f81b7419
Merge branch 'master' into sqlite-update 2023-02-08 15:05:53 -08:00
ItalyPaleAle 9920d53f93 Changed SQLite metadata parsing per review feedback
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-08 23:05:01 +00:00
Bernd Verst df80702d6f fix workflow for windows
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-08 14:53:54 -08:00
Bernd Verst 116123bc70 add merge_group trigger
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-08 14:49:50 -08:00
ItalyPaleAle d7daa7541f Added log when trying to access forbidden env var
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-08 21:27:00 +00:00
Bernd Verst f382a3a7aa Some workflow improvements
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-08 13:19:50 -08:00
Bernd Verst c4b728cc68
Merge branch 'master' into local-env-store-denylist 2023-02-08 12:57:23 -08:00
Bernd Verst d3f9363244
Merge pull request #2512 from berndverst/workflows
Reduce default contrib test runs on PR. Moves them to `/ok-to-test` and scheduled runs.
2023-02-08 12:42:14 -08:00
Bernd Verst c631491910 Reduce default contrib test runs. Moves them to '/ok-to-test'.
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-07 17:58:01 -08:00
ItalyPaleAle c74489e17a Added more disallowed env vars
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-06 23:09:29 +00:00
ItalyPaleAle 659d0d2136 Local env store: deny access to certain env vars
Included: APP_API_TOKEN and DAPR_API_TOKEN
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-06 23:07:13 +00:00
ItalyPaleAle e1135f085b Improved concurrency test
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 18:44:27 +00:00
ItalyPaleAle 2167665c31 Fixed package name
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:52:41 +00:00
ItalyPaleAle 03ba1b0cab Merge branch 'master' of https://github.com/dapr/components-contrib into sqlite-update 2023-02-04 00:47:20 +00:00
ItalyPaleAle 9855e94ed8 Fixed test
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:47:18 +00:00
ItalyPaleAle fd6e7ef1f1 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:45:31 +00:00
ItalyPaleAle d811f640c5 Enable cert test in CI
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:44:49 +00:00
ItalyPaleAle 95aa6fcbf1 Maintain CleanupIntervalInSeconds for backwards-compatibility
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:43:58 +00:00
ItalyPaleAle 958b1f37c0 Added tests for concurrent access
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:30:10 +00:00
ItalyPaleAle c88cec451c Added tests for migrations
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-04 00:13:43 +00:00
ItalyPaleAle 6bee9b6192 Fixed tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 23:34:31 +00:00
ItalyPaleAle 603eaab8ea Fixed: for in-memory DBs, we must use cache=shared
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 23:31:16 +00:00
ItalyPaleAle 12dbd1db6f Working on TTL tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 23:15:15 +00:00
ItalyPaleAle 38f29a6ff2 Use regular transactions
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 22:40:03 +00:00
ItalyPaleAle 89720a909d Fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 22:31:23 +00:00
ItalyPaleAle 3ffc7e8581 More work on cert tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 21:53:55 +00:00
ItalyPaleAle 42d7309244 Concurrency control for TTL cleanup
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 21:53:50 +00:00
Bernd Verst 9dfe2f40bd
Merge pull request #2506 from berndverst/deprecatetwitter
Deprecate Twitter Binding
2023-02-03 13:43:06 -08:00
Bernd Verst de5f3c234e Fix linter
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-03 13:25:29 -08:00
Bernd Verst 0ee01e0620 Add Twitter Binding deprecation notice
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-03 13:23:29 -08:00
Bernd Verst 5cfd798095
Merge pull request #2504 from ItalyPaleAle/localstorage-allow-relative-paths
[release-1.10] bindings.localstorage: allow relative paths agian
2023-02-03 13:20:16 -08:00
ItalyPaleAle aba965751c Fixed read-only DBS
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 21:04:34 +00:00
ItalyPaleAle c5f50a9948 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 12:49:08 -08:00
ItalyPaleAle 52383b6e0c Allow using relative paths again
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 12:40:26 -08:00
ItalyPaleAle e8eec3f4c4 WIP
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 20:09:40 +00:00
Bernd Verst f0587ca748
Merge pull request #2497 from matzew/CE_contenttype
Make use of CloudEvent content header constant to avoid duplication
2023-02-03 11:54:40 -08:00
ItalyPaleAle 99989cad02 Added metadata table
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 19:21:03 +00:00
ItalyPaleAle 86a6da559d Unit tests for getConnectionString
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 18:48:45 +00:00
ItalyPaleAle 5811cb0dba Metadata options to control journaling and WAL
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 18:19:12 +00:00
ItalyPaleAle 37cee72884 WIP: certification test
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 01:41:02 +00:00
ItalyPaleAle 5aca0aed1b Updated locking used in SQLite
Rather than relying on mutexes which are specific to each process, uses the "native" SQLite locks and transactions

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-03 00:28:22 +00:00
Bernd Verst cac417aa68 Use Go SDK v1.7.0 in certification tests
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-02 13:21:41 -08:00
Bernd Verst c7245bd800 pin 1.10.0-rc.2 in certification tests
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-02-02 12:15:33 -08:00
Bernd Verst 2ec3cef153
Merge pull request #2501 from ItalyPaleAle/fix-worker-binding
[release-1.10] Fix Cloudflare Queues binding
2023-02-02 12:01:43 -08:00
ItalyPaleAle 3c009dcbb8 Updated version too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 19:53:39 +00:00
ItalyPaleAle 3049541e9c Fix Cloudflare Queues binding
The name of the object was changed by Cloudflare from "Queue" to "WorkerQueue", breaking the component

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2023-02-02 19:41:13 +00:00