Mike Brown
87cd275069
dynamodb state: refactor common Set() & BulkSet() logic
...
Both Set() and BulkSet() contained duplicate logic to convert a dapr
state.SetRequest into a map[string]*dynamodb.AttributeValue. This
change refactors that logic into a new utility function
getItemFromReq(). This will ensure that subsequent changes to add
missing features (e.g. etag) will only have to be expressed once.
Signed-off-by: Mike Brown <github@torvosoft.com>
2022-08-26 12:08:29 -04:00
Bernd Verst
587156bead
Enable conformance tests for rethink db. Make it Beta. Remove Etag feature. ( #2015 )
...
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-26 09:04:19 -07:00
Mukundan Sundararajan
35590e0857
read record header as metadata if available in kafka
...
Signed-off-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
2022-08-26 12:02:15 +05:30
Alessandro (Ale) Segala
bcea284c7b
Components' init functions should return interfaces ( #1997 )
...
* Components' init functions should return interfaces
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* pin latest berndverst contrib fork
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Fixed component registration in tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Updated all cert tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-25 18:27:45 -07:00
addjuarez
b9e1408d69
Fix typos in Apache Cassandra logs ( #2010 )
...
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-25 17:28:07 -07:00
Ian Luo
b4ac2406c0
fix: Converting configuration API response from an array to dictionary ( #1771 )
...
* fix: Converting configuration API response from an array to dictionary #1770
Signed-off-by: Ian Luo <ian.luo@gmail.com>
* fix compilation error in unit test
Signed-off-by: Ian Luo <ian.luo@gmail.com>
* fix lint issue
Signed-off-by: Ian Luo <ian.luo@gmail.com>
* Also update appconfig configuration store to return dict
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* temporarily pin custom dapr/dapr
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* remove embedded stream request body option
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* pin custom go-sdk with config dict change
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Ian Luo <ian.luo@gmail.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Artur Souza <artursouza.ms@outlook.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-25 13:35:02 -07:00
Alessandro (Ale) Segala
e1db828fa4
Fix makefile ( #2011 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-25 10:39:50 -07:00
Marcos Candeia
8964d8bf41
Define common metadata across components ( #1994 )
...
* Add base metadata for all components
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
* Fix lint issues on consul and mysql tests
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
* Pin candeia/dapr runtime version
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
* Add replace directive to use mcandeia/dapr on all go submodules
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
* Fixed runtime config instantiation
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
Signed-off-by: Marcos Candeia <marrcooos@gmail.com>
2022-08-25 10:10:53 -07:00
Ryan Lettieri
3066378a62
Updates to workflow requests and responses
2022-08-24 15:14:08 -06:00
amulyavarote
5595de67e3
Corrected module name in go mod file ( #2002 )
...
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
2022-08-23 09:49:51 -07:00
amulyavarote
a69b9b946c
Added certification tests to rabbitMQ bindings ( #1919 )
...
* Added certification tests to rabbitMQ bindings
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Resolving merge conflicts
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Keep queue names different
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* go mod tidy changes
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Branch update
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Added a test case for network interruption
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Fixed network interruption test case
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed go mod file
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Added a test case for exclusive attribute
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* go mod tidy execution changes
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Modified test case for rabbitmq
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* changed exclusive mode test case
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* go mod tidy fix
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* remove unnecessary imports, use go1.19 and modtidy
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update tests/certification/bindings/rabbitmq/rabbitmq_test.go
* Changed README file
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-22 18:07:57 -07:00
amulyavarote
aad920f307
Added certification tests for azure service bus pubsub ( #1937 )
...
* Added certification tests for azure service bus
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed connection string to the key name
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* go mod tidy diff check
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Added network interruption and corrected README
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed config file
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed topic name
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Added default topic
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changes based on the review comments
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Executed go mod tidy
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Enabled the test
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Enabled the test
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Seperate flows for the tests
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Added network interruption case
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Changed a couple of test cases
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Infrastructure change to include service bus namespace
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* go mod tidy fix
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Update .github/infrastructure/conformance/azure/setup-azure-conf-test.sh
* Update .github/workflows/certification.yml
* Grant test service principal access to service bus
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove unnecessary replacement of OTEL library
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update tests/certification/pubsub/azure/servicebus/go.mod
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-22 17:26:04 -07:00
Bernd Verst
73ced91ce1
make certification tests fail on build failure ( #1996 )
...
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-22 13:49:21 -07:00
Bernd Verst
7ea9a4258b
Upgrade cert tests to go1.19, latest dapr ( #1995 )
...
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-22 13:11:18 -07:00
Andrew
fdc90f1411
Linter version verification ( #1861 )
...
* Azure AD support in SignalR (#1852 )
* WIP: Azure AD support in SignalR
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Correct SignalR AAD details
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Misc fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* azauth package name
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* use docker for linting for github action compatability
Signed-off-by: Andrew <mindovermiles262@gmail.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* update makefile to check version rather than using docker
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* try windows again
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Pin certification tests to v1.8.0-rc.4
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Added conformance test for Azure Blob Storage state store
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* state.azure.blobstorage now passes conformance tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Added more logging to state conformance tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Reporting ETag failures correctly in delete method
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Fixing #1845
Signed-off-by: cmendible <cmendible@gmail.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Pin certification tests to dapr v1.8.0
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Ft/sasl scram sha 256 512 (#1856 )
* working with hardcoded SHA-512
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* cleanup code
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Do not hardcode specific testTopicName
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Ensure context propagation in MySQL binding (#1829 )
Spin-off from PR adding contexts to input bindings
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Add support for AAD auth in Azure Storage Queues binding (#1842 )
* Add support for AAD auth in Azure Storage Queues binding
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* 🧹
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Moved authentication to be an internal pkg (#1855 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Azure AD support in SignalR (#1852 )
* WIP: Azure AD support in SignalR
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Correct SignalR AAD details
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* Misc fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* azauth package name
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* rename SCRAM properly as SASL
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* update gomod/sum
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* gofmt
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* mod tidy
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* goval
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* use xdg-go instead of depreicated xdg library
Signed-off-by: Andrew Duss <andy.duss@storable.com>
Co-authored-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Updated devcontainer for 1.8
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Fixes 400 error empty content from sendgrid (#1867 )
Signed-off-by: Ben Coleman <benc.uk@gmail.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* optimize: add context to huawei/obs (#1820 )
* optimize: add context to huawei/obs
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: add context to huawei/obs
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: add context to huawei/obs
Signed-off-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Add contexts to input bindings (#1831 )
This is the last part of the "shutdown sequence fix": it allows shutting down input bindings before output ones.
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Updated pinned version of dapr/dapr in cert tests (#1877 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* pubsub.redis: better ack for messages (#1886 )
Also do not log errors for "context canceled" during shutdown
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Add user agent to AWS requests (#1890 )
* Add user agent to AWS requests
Signed-off-by: Clare Liguori <liguori@amazon.com>
* Fix import spacing
Signed-off-by: Clare Liguori <liguori@amazon.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* pubsub.mqtt: support wildcard and shared subscriptions (#1882 )
Fixes #1881
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Added pubsub.FeatureSubscribeWildcards capability (#1887 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Calculate Cert test coverage and notify discord monitoring channel (#1857 )
* Calulate Cert Test Coverage and Notify Discord Server
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Mentioning Monitoring Webhook Url
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Addressing comments
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Add warning comment on low coverage
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
* Job NOT to fail, even when Discord Norification fails
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Revert "Add warning comment on low coverage"
This reverts commit 35d47428b9
.
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Fix Errors
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
* Not failing anywhere in Final Covergae Step
Signed-off-by: Deepanshu Agarwal <deepanshu.agarwal1984@gmail.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* azure appconfig configuration store (#1874 )
* azure appconfig configuration store
Signed-off-by: cmendible <cmendible@gmail.com>
* added retry options
Signed-off-by: cmendible <cmendible@gmail.com>
* removed unused property
Signed-off-by: cmendible <cmendible@gmail.com>
* fixed error msgs, typos and test names
Signed-off-by: cmendible <cmendible@gmail.com>
* resource documenation
Signed-off-by: cmendible <cmendible@gmail.com>
* return err from not implemented functions
Signed-off-by: cmendible <cmendible@gmail.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* modify error msg (#1897 )
Signed-off-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Use unique message key in Azure ServiceBus PubSub (#1898 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Do not skip duplicate actions for conf and cert tests
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Remove pre-condition from workflow (#1903 )
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* pubsub.mqtt: support multiple wildcards in subscriptions (#1901 )
Fixes #1881
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Certification test for Azure Blob storage state store component (#1896 )
* Certification test for Azure Blob storage state store component
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* fix comments
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* fix comments
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* rebase and run mod tidy
Signed-off-by: tanvigour <tanvi.gour@gmail.com>
* Update Readme
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Added conformance tests for rabbitmq bindings (#1910 )
* Added conformance tests for rabbitmq bindings
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
* Fixing lint issues
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* pubsub.snssqs: Support regions in other AWS partitions (#1925 )
Fixes #1907
Signed-off-by: Clare Liguori <liguori@amazon.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Updated CI: (#1918 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* make linter timeout 15 min (#1931 )
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* feat(pubsub/jetstream): allow tls client authentication (#1924 )
Signed-off-by: NickLarsenNZ <nick@aptiv.co.nz>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Fix Apache Dubbo indirect dependency (#1934 )
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Updated codecov Action to v3 and reduce email spam (#1936 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Ensure we're using the right version of cenkalti/backoff (#1904 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Add auto-completion flag for Zeebe (#1908 )
Signed-off-by: Christian Kaps <ck-github@mohiva.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* add ipfs binding (#1849 )
* add web3.ipfs binding
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* Replaced go module as old versions brought in a dep with LGPL license
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* lint
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* changed cid -> path
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* add "ls" command
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* pin-ls returns cids
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* just "bindings.ipfs"
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* updated library to kubo
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* added tests
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* linted
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Ensure rethinkdb complies with state.TransactionalStore (#1930 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Implemented get all keys (#1920 )
Signed-off-by: cmendible <cmendible@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Certification tests for env/file secrets stores #1761 (#1846 )
* Certification tests for env/file secrets store #1761
Signed-off-by: cmendible <cmendible@gmail.com>
* using testing setEnv
Signed-off-by: cmendible <cmendible@gmail.com>
* removing nestedSeparator to test default behaviour
Signed-off-by: cmendible <cmendible@gmail.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove unnecessary replace in go.mod s
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* add a new binding component : alicloud sls log storage (#1873 )
* new a bingding componet alicloud sls logstorage
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* update sls binding component
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* update the metadata decode method
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* sort imports
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: RcXu <rongcai.xu@ivydad.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* binding.eventhub: use same name schema for storage leases like on pubsub.eventhub (#1940 )
* binding.eventhub: use same name schema for storage leases like on pubsub.eventhub
Signed-off-by: Christian Leinweber <christian.leinweber@maibornwolff.de>
* binding.eventhub: rename AzureEventshub local var
Signed-off-by: Christian Leinweber <christian.leinweber@maibornwolff.de>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* bindings.cron: ensure it can resume correctly after context cancellation (#1943 )
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Adding in track2 SDK support for CosmosDB Bindings (#1876 )
* Adding in track2 SDK support for CosmosDB Bindings
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Removing non needed ID check
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Addressing container read operation
Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
* Updating linting
Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
Co-authored-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* updated local secret stores certification test dependencies (#1948 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Enable CosmosDB Binding conformance test (#1946 )
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Allow more folks to run `/ok-to-test` (#1944 )
Give access to `/ok-to-test` to several more people working on certification tests.
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Bump github.com/open-policy-agent/opa from 0.40.0 to 0.42.0 (#1945 )
* Bump github.com/open-policy-agent/opa from 0.40.0 to 0.42.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.40.0 to 0.42.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.40.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Enable conformance test for memcached state store (#1949 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Removing the use of the ioutil package And Fix CVE-2021-42576 (#1954 )
* fix CVE-2021-42576
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
* Removing the use of the ioutil package
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
* Update middleware/http/nethttpadaptor/nethttpadaptor.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* fix daprbot (#1956 )
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Ensure locks in channels are properly released (#1957 )
Fixes #1865
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* fix: bindings.ipfs unit test (#1961 )
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* optimize: add e2etests buildtags for e2e (#1951 )
* optimize: skip fatal when pubsub/jetstream server don't start in unit test
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: skip fatal when pubsub/jetstream server don't start in unit test
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: skip fatal when pubsub/jetstream server don't start in unit test
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: add e2etests buildtags for e2e
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Handle service bus exported errors (#1942 )
* Add service bus exported error handling
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
* Add service bus exported error handling
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* pubsub.in-memory: add support for wildcard topics (#1966 )
* pubsub.in-memory: add support for wildcard topics
Fixes #1964
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Update code to reflect renaming on UnlockResponse.Status (#1958 )
PR dapr/dapr#4989 (issue dapr/dapr#4988 ) updated the names of some
enums in `UnlockResponse.Status` ProtoBuff definition:
* `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST `
* `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS`
Code implementing Distributed Lock component in components-contrib
needs to be updated to account for this modification.
This PR accomplishes this by updating contants mapping back to the
two enums above to match their new names.
Fixes components-contrib#1950
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* fix(kafka): ConsumeClaim should not return err when retry recovery failed (#1965 )
* fix(kafka): ConsumeClaim should not return err when retry recovery failed
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
* chore: tweak error log message
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Allow metadata to flow through service bus queue (#1911 )
* Allow metadata to flow through service bus queue
This commit lets metadata bind to a message and be read when
the message is received. This allows for the distributed tracing
of events.
Signed-off-by: Hal Spang <halspang@microsoft.com>
* Remove saved fields from ApplicationProperties
Signed-off-by: Hal Spang <halspang@microsoft.com>
* Add a certification test for metadata
Signed-off-by: Hal Spang <halspang@microsoft.com>
Signed-off-by: Hal Spang <halspang@microsoft.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Fix CosmosDB state store handling of nulls (#1974 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Go 1.19 support and linter fixes (#1975 )
* Go 1.19 support and linter fixes
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update workflows for Go1.19 and new linter version
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove unnecessary space in nolint directive
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* disable additional linters which aren't used because of Go generics
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* enable gosec linter again
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update bindings/zeebe/command/publish_message_test.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update bindings/output_binding.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Use prepared statement for mysql table creation
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Ping is not ping
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* c'mon linter
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Fix MySQL gosec issue
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* revert mysql to be fixed later
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* Fixes to MySQL state store (#1978 )
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* instruct user to download if linter not installed
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* separated linter installed and version checking into targets
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* cleanup file
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* fixed bug where make would choke when linter not installed
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* fix typos
Signed-off-by: Andrew Duss <andy.duss@storable.com>
* add specific version of linter to install
Signed-off-by: Andrew Duss <andy.duss@storable.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Andrew Duss <andy.duss@storable.com>
Signed-off-by: Andrew <mindovermiles262@gmail.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: cmendible <cmendible@gmail.com>
Signed-off-by: Ben Coleman <benc.uk@gmail.com>
Signed-off-by: Clare Liguori <liguori@amazon.com>
Signed-off-by: Amulya Varote <amulyavarote@microsoft.com>
Signed-off-by: Christian Leinweber <christian.leinweber@maibornwolff.de>
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
Signed-off-by: Hal Spang <halspang@microsoft.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: cmendible <cmendible@gmail.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
Co-authored-by: Ben Coleman <benc.uk@gmail.com>
Co-authored-by: yellow chicks <seachen@tencent.com>
Co-authored-by: Clare Liguori <liguori@amazon.com>
Co-authored-by: deepanshuagarwal <deepanshu.agarwal1984@gmail.com>
Co-authored-by: Shubham Sharma <shubhash@microsoft.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Joni Collinge <jonathancollinge@live.com>
Co-authored-by: tanvigour <60332928+tanvigour@users.noreply.github.com>
Co-authored-by: amulyavarote <91495930+amulyavarote@users.noreply.github.com>
Co-authored-by: Nick <NickLarsenNZ@users.noreply.github.com>
Co-authored-by: Christian Kaps <307006+akkie@users.noreply.github.com>
Co-authored-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Mr.Black <honeyxhl@163.com>
Co-authored-by: RcXu <rongcai.xu@ivydad.com>
Co-authored-by: Christian Leinweber <christian.leinweber@googlemail.com>
Co-authored-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
Co-authored-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Carlos Mendible <266546+cmendible@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: qiangmzsx <qiangmzsx@gmail.com>
Co-authored-by: addjuarez <addiajuarez@gmail.com>
Co-authored-by: Tiago Alves Macambira <macambira@gmail.com>
Co-authored-by: cong <zhangcong1992@gmail.com>
Co-authored-by: halspang <70976921+halspang@users.noreply.github.com>
2022-08-19 16:47:45 -07:00
Alessandro (Ale) Segala
8b48210e3e
Fixes to MySQL state store ( #1978 )
2022-08-18 11:50:53 -07:00
Bernd Verst
e87cd5e4cb
Go 1.19 support and linter fixes ( #1975 )
...
* Go 1.19 support and linter fixes
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update workflows for Go1.19 and new linter version
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove unnecessary space in nolint directive
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* disable additional linters which aren't used because of Go generics
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* enable gosec linter again
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update bindings/zeebe/command/publish_message_test.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Update bindings/output_binding.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Use prepared statement for mysql table creation
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Ping is not ping
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* c'mon linter
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Fix MySQL gosec issue
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* revert mysql to be fixed later
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-18 00:45:23 -07:00
Bernd Verst
1edd408b9b
Fix CosmosDB state store handling of nulls ( #1974 )
2022-08-17 21:20:25 -07:00
Ryan Lettieri
a154700b7e
Missing workflows file
2022-08-17 14:07:00 -06:00
Ryan Lettieri
23f7d9f438
Updates to request structs for workflows
2022-08-17 13:12:47 -06:00
halspang
4bc800f612
Allow metadata to flow through service bus queue ( #1911 )
...
* Allow metadata to flow through service bus queue
This commit lets metadata bind to a message and be read when
the message is received. This allows for the distributed tracing
of events.
Signed-off-by: Hal Spang <halspang@microsoft.com>
* Remove saved fields from ApplicationProperties
Signed-off-by: Hal Spang <halspang@microsoft.com>
* Add a certification test for metadata
Signed-off-by: Hal Spang <halspang@microsoft.com>
Signed-off-by: Hal Spang <halspang@microsoft.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-15 17:31:14 -07:00
cong
38fc439410
fix(kafka): ConsumeClaim should not return err when retry recovery failed ( #1965 )
...
* fix(kafka): ConsumeClaim should not return err when retry recovery failed
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
* chore: tweak error log message
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
Signed-off-by: zcong1993 <zhangcong1992@gmail.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-12 19:16:02 -07:00
Tiago Alves Macambira
2050bb9514
Update code to reflect renaming on UnlockResponse.Status ( #1958 )
...
PR dapr/dapr#4989 (issue dapr/dapr#4988 ) updated the names of some
enums in `UnlockResponse.Status` ProtoBuff definition:
* `LOCK_UNEXIST` became `LOCK_DOES_NOT_EXIST `
* `LOCK_BELONG_TO_OTHERS` became `LOCK_BELONGS_TO_OTHERS`
Code implementing Distributed Lock component in components-contrib
needs to be updated to account for this modification.
This PR accomplishes this by updating contants mapping back to the
two enums above to match their new names.
Fixes components-contrib#1950
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-12 17:49:48 -07:00
Alessandro (Ale) Segala
b3e18bb11d
pubsub.in-memory: add support for wildcard topics ( #1966 )
...
* pubsub.in-memory: add support for wildcard topics
Fixes #1964
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-12 17:13:47 -07:00
addjuarez
cd740b4a7b
Handle service bus exported errors ( #1942 )
...
* Add service bus exported error handling
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
* Add service bus exported error handling
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Signed-off-by: Addison Juarez <adjuarez@microsoft.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
2022-08-12 14:47:14 -05:00
yellow chicks
d30b773eab
optimize: add e2etests buildtags for e2e ( #1951 )
...
* optimize: skip fatal when pubsub/jetstream server don't start in unit test
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: skip fatal when pubsub/jetstream server don't start in unit test
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: skip fatal when pubsub/jetstream server don't start in unit test
Signed-off-by: 1046102779 <seachen@tencent.com>
* optimize: add e2etests buildtags for e2e
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-11 16:40:13 -07:00
yellow chicks
0ffa1f3119
fix: bindings.ipfs unit test ( #1961 )
...
Signed-off-by: 1046102779 <seachen@tencent.com>
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-08-11 16:13:18 -07:00
Ryan Lettieri
1d61bd1470
Updates to request struct for workflows
2022-08-11 16:20:36 -06:00
Alessandro (Ale) Segala
f2ac0cda69
Ensure locks in channels are properly released ( #1957 )
...
Fixes #1865
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-08-10 14:52:46 -07:00
Bernd Verst
b2619259ff
fix daprbot ( #1956 )
...
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-10 14:24:43 -07:00
qiangmzsx
79a3cd990a
Removing the use of the ioutil package And Fix CVE-2021-42576 ( #1954 )
...
* fix CVE-2021-42576
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
* Removing the use of the ioutil package
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
* Update middleware/http/nethttpadaptor/nethttpadaptor.go
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Signed-off-by: qiangmzsx <qiangmzsx@gmail.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-10 13:45:00 -07:00
Bernd Verst
e818de3590
Enable conformance test for memcached state store ( #1949 )
2022-08-09 16:12:33 -07:00
dependabot[bot]
823dd0bead
Bump github.com/open-policy-agent/opa from 0.40.0 to 0.42.0 ( #1945 )
...
* Bump github.com/open-policy-agent/opa from 0.40.0 to 0.42.0
Bumps [github.com/open-policy-agent/opa](https://github.com/open-policy-agent/opa ) from 0.40.0 to 0.42.0.
- [Release notes](https://github.com/open-policy-agent/opa/releases )
- [Changelog](https://github.com/open-policy-agent/opa/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-policy-agent/opa/compare/v0.40.0...v0.42.0 )
---
updated-dependencies:
- dependency-name: github.com/open-policy-agent/opa
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-09 15:45:58 -07:00
Bernd Verst
5d4727ee29
Allow more folks to run `/ok-to-test` ( #1944 )
...
Give access to `/ok-to-test` to several more people working on certification tests.
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-09 14:41:20 -07:00
Bernd Verst
be0949b344
Enable CosmosDB Binding conformance test ( #1946 )
...
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-09 14:07:04 -07:00
Carlos Mendible
794362c6c0
updated local secret stores certification test dependencies ( #1948 )
2022-08-09 13:28:10 -07:00
Ryan Lettieri
ac1e16f58f
Adding in track2 SDK support for CosmosDB Bindings ( #1876 )
...
* Adding in track2 SDK support for CosmosDB Bindings
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Removing non needed ID check
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
* Addressing container read operation
Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
* Updating linting
Signed-off-by: Ryan Lettieri <67934986+RyanLettieri@users.noreply.github.com>
Co-authored-by: Ryan Lettieri <ryanLettieri@microsoft.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-09 12:30:00 -07:00
Alessandro (Ale) Segala
697afe8608
bindings.cron: ensure it can resume correctly after context cancellation ( #1943 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-08-09 11:37:07 -07:00
Ryan Lettieri
51580cd062
Updating requests and responses to be more generic
...
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-08-08 17:17:44 -06:00
Ryan Lettieri
80d2d2977e
Merge branch 'master' into workflow-dev
2022-08-08 15:53:29 -06:00
Christian Leinweber
1148776d37
binding.eventhub: use same name schema for storage leases like on pubsub.eventhub ( #1940 )
...
* binding.eventhub: use same name schema for storage leases like on pubsub.eventhub
Signed-off-by: Christian Leinweber <christian.leinweber@maibornwolff.de>
* binding.eventhub: rename AzureEventshub local var
Signed-off-by: Christian Leinweber <christian.leinweber@maibornwolff.de>
2022-08-08 09:53:04 -07:00
Mr.Black
66d92cd7ff
add a new binding component : alicloud sls log storage ( #1873 )
...
* new a bingding componet alicloud sls logstorage
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* update sls binding component
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* update the metadata decode method
Signed-off-by: RcXu <honeyxhl@163.com>
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* sort imports
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: RcXu <rongcai.xu@ivydad.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-05 16:44:31 -07:00
Carlos Mendible
5b14b00290
Certification tests for env/file secrets stores #1761 ( #1846 )
...
* Certification tests for env/file secrets store #1761
Signed-off-by: cmendible <cmendible@gmail.com>
* using testing setEnv
Signed-off-by: cmendible <cmendible@gmail.com>
* removing nestedSeparator to test default behaviour
Signed-off-by: cmendible <cmendible@gmail.com>
* make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
* Remove unnecessary replace in go.mod s
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-05 16:20:11 -07:00
Carlos Mendible
8bb6ef7ed1
Implemented get all keys ( #1920 )
...
Signed-off-by: cmendible <cmendible@gmail.com>
Co-authored-by: Mukundan Sundararajan <65565396+mukundansundar@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-05 14:28:52 -07:00
Alessandro (Ale) Segala
457d6c40b4
Ensure rethinkdb complies with state.TransactionalStore ( #1930 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-05 14:09:44 -07:00
hypernova3
9a17d327f3
add ipfs binding ( #1849 )
...
* add web3.ipfs binding
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* Replaced go module as old versions brought in a dep with LGPL license
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* lint
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* changed cid -> path
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* add "ls" command
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* pin-ls returns cids
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* just "bindings.ipfs"
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* updated library to kubo
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* added tests
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
* linted
Signed-off-by: hypernova3 <108718961+hypernova3@users.noreply.github.com>
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-08-05 12:53:59 -07:00
Christian Kaps
295f66a9dd
Add auto-completion flag for Zeebe ( #1908 )
...
Signed-off-by: Christian Kaps <ck-github@mohiva.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-04 19:47:31 -07:00
Alessandro (Ale) Segala
afee7dbfb7
Ensure we're using the right version of cenkalti/backoff ( #1904 )
...
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-04 18:04:37 -07:00
Alessandro (Ale) Segala
54fe198bc0
Updated codecov Action to v3 and reduce email spam ( #1936 )
2022-08-04 17:28:54 -07:00
Bernd Verst
fa48c504b8
Fix Apache Dubbo indirect dependency ( #1934 )
...
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
Co-authored-by: Dapr Bot <56698301+dapr-bot@users.noreply.github.com>
2022-08-04 17:04:22 -07:00