Commit Graph

3297 Commits

Author SHA1 Message Date
Bernd Verst 24017b2fe1
Pin certification tests to latest daprd with binding context change (#1691) 2022-04-26 12:28:05 -07:00
Artur Souza 068938c676
Merge pull request #1688 from pigletfly/add-ctx-bindings
Add context in bindings
2022-04-25 20:36:43 -07:00
pigletfly 84759553bc Add context in bindings
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-04-26 10:20:41 +08:00
Artur Souza 77de5439da
Merge pull request #1681 from pigletfly/add-ctx-binding
Add context in bindings interface
2022-04-25 14:36:39 -07:00
Bernd Verst 3cb64614a9
Merge branch 'master' into add-ctx-binding 2022-04-24 23:48:07 -07:00
Surender Singh Malik a23fffb2c1
eh-certification test : Install azure-iot-cli-extension if not found for IOT tests (#1684)
* install azure-iot-cli-extension if not found

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* reduce the number of messages from 100 to 10, to make the test faster

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>
2022-04-24 23:42:50 -07:00
pigletfly 5673b28b13 Add context in bindings interface
Signed-off-by: pigletfly <wangbing.adam@gmail.com>
2022-04-25 14:16:15 +08:00
Surender Singh Malik e109fb4f93
Adding AzureIotHubName for eventhub cert workflow (#1683) 2022-04-24 21:58:38 -07:00
seeflood dc849d40a0
feat: lock component (#1574)
* feat: lock store.
Signed-off-by: seeflood <349895584@qq.com>

* make modtidy-all

Signed-off-by: seeflood <349895584@qq.com>

* lock/redis/standalone.go

Signed-off-by: seeflood <349895584@qq.com>

Co-authored-by: Looong Dai <long.dai@intel.com>
Co-authored-by: Yaron Schneider <schneider.yaron@live.com>
2022-04-24 18:11:13 -07:00
Looong Dai 1dd7f19c45
Merge pull request #1680 from berndverst/master
Fix azure eventhubs pubsub certification test workflow
2022-04-25 08:54:13 +08:00
Bernd Verst 9ea0c3f3bd Fix azure eventhubs pubsub certification test workflow
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-23 23:48:05 -07:00
Surender Singh Malik 37e4e8a44a
Certify Azure Event Hubs as Stable in pubsub (#1623)
* First iteration for the eventhubs certifications tests

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Fixing typos,  adding more description and publishing with multiple partitions

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Moved the secret reference in components definition to secretstore.local.env

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* moving to latest dapr/dapr github.com/dapr/dapr@v1.7.0-rc.2

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* updating go.mod

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* changes in infra and workflow for cert eventhubs

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* typo fix in local secret store type

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* correcting the typo in policyName

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* bug fixes

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* publish to a topic with no subscriber fix

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* delete azure eventhub that got created as part of test run

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* updated readme

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* removed dummy sidecar and leveraged connectionstring at namespace level for multi topic operations

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* go mod changes and nit fixes

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* fixing iot device issue

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* NIT : CR fixes

* Enabled iothub test and a bit of code refactoring

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* delete the checkpoint container for the temp eventhub

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Revert "NIT : CR fixes"

This reverts commit 260f5ed686.

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* First iteration for the eventhubs certifications tests

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Fixing typos,  adding more description and publishing with multiple partitions

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Moved the secret reference in components definition to secretstore.local.env

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* moving to latest dapr/dapr github.com/dapr/dapr@v1.7.0-rc.2

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* updating go.mod

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* changes in infra and workflow for cert eventhubs

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* typo fix in local secret store type

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* correcting the typo in policyName

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* bug fixes

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* publish to a topic with no subscriber fix

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* delete azure eventhub that got created as part of test run

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* updated readme

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* removed dummy sidecar and leveraged connectionstring at namespace level for multi topic operations

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* go mod changes and nit fixes

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* fixing iot device issue

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* NIT : CR fixes

* Enabled iothub test and a bit of code refactoring

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* delete the checkpoint container for the temp eventhub

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Revert "NIT : CR fixes"

This reverts commit 260f5ed686.

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

* Fix eventhub pubsub certification test infra provisioning

Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>

* Fixing the scoping issue for role assignment on eh

Signed-off-by: Surender Singh Malik <surenderssm@users.noreply.github.com>

Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-23 23:27:41 -07:00
Bernd Verst de97b86762
Merge pull request #1676 from shubham1172/shubham1172/pin-fossa-version
Update fossa workflow's action version
2022-04-19 16:36:24 -07:00
Shubham Sharma e9e65a5c2f Pin fossa-action version
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
2022-04-19 15:28:37 +05:30
Bernd Verst 4083e36a0f
Merge pull request #1625 from berndverst/azureinfra
Fix Azure cert test infra provisioning script
2022-04-18 12:58:52 -07:00
Looong Dai bfb1b01fd4
Merge branch 'master' into azureinfra 2022-04-18 09:03:08 +08:00
Bernd Verst 8ab1a862c1
Merge pull request #1661 from saber-wang/master
Fixing pubsub-pulsar not use format topic problem
2022-04-12 15:53:18 -07:00
Bernd Verst 1cf663c7e6
Merge branch 'master' into master 2022-04-12 14:45:55 -07:00
Bernd Verst 61ff3047d6
Merge pull request #1652 from harrykimpel/binding_commercetools
Adding output binding for commercetools
2022-04-12 13:00:16 -07:00
Bernd Verst 755d34d5cd
Merge branch 'master' into binding_commercetools 2022-04-12 11:49:41 -07:00
Bernd Verst 7c0b7a0710
Merge pull request #1651 from amimimor/concurrent-downstream
Concurrent downstream
2022-04-12 11:49:16 -07:00
Yaron Schneider 850e58dd50
Merge branch 'master' into concurrent-downstream 2022-04-12 09:51:20 -07:00
Bernd Verst 805a7b0489
Merge branch 'master' into binding_commercetools 2022-04-12 09:46:32 -07:00
Bernd Verst 8bed8c895e
Merge pull request #1667 from pravinpushkar/dev_container_update
Update dev container file to support latest changes
2022-04-12 09:42:53 -07:00
Pravin Pushkar 1a19187ffe Update dev container to support latest changes
Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>
2022-04-12 15:55:51 +05:30
Looong Dai b70ae698bf
Merge branch 'master' into binding_commercetools 2022-04-12 08:41:09 +08:00
Amit Mor 136bccd56e
conformance test runs in single mode
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-04-11 11:41:52 +03:00
Amit Mor c31866099c
wg to flush bulks
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-04-11 11:12:17 +03:00
Amit Mor 212d0c1a29 go mod tidy with amd64 arch
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-04-11 11:07:05 +03:00
Amit Mor 7a83b28e7e concurrent call handler
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-04-11 11:07:05 +03:00
Amit Mor 13c97c9542 wip parallel calls
Signed-off-by: Amit Mor <amit.mor@hotmail.com>
2022-04-11 11:07:05 +03:00
saberwang 753be58979 Fixing pubsub-pulsar not use format topic problem
Signed-off-by: saberwang <saberwang@hotmail.com>
2022-04-11 14:16:21 +08:00
Bernd Verst 933b6d6f34
Merge pull request #1636 from ItalyPaleAle/cosmosdb-sproc-embed
Use go:embed for Cosmos DB stored procedures
2022-04-10 23:08:44 -07:00
Bernd Verst 5bacaf134b
Merge branch 'master' into azureinfra 2022-04-08 14:35:18 -07:00
Bernd Verst 1f3605e658
Merge branch 'master' into cosmosdb-sproc-embed 2022-04-08 14:30:35 -07:00
Bernd Verst 339e444bd8 make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-08 14:19:50 -07:00
Bernd Verst 36150aab85
Merge branch 'master' into binding_commercetools 2022-04-08 14:15:55 -07:00
Bernd Verst 03e0c667ba
Merge pull request #1653 from berndverst/merge-release-1.7-into-master
Merge release 1.7 into master
2022-04-08 13:52:05 -07:00
Bernd Verst c62a7530ba Fix breaking tests due to Go SDK v1.4.0
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-08 13:36:23 -07:00
ItalyPaleAle 0bc35571a8 💄💄💄 #PickyLinter
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-04-08 11:45:39 -07:00
ItalyPaleAle 9a8aae1818 💄
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-04-08 11:42:30 -07:00
Alessandro (Ale) Segala 869d9712aa
Merge branch 'master' into cosmosdb-sproc-embed 2022-04-08 11:26:45 -07:00
Bernd Verst e507101bf8 Merge remote-tracking branch 'upstream/master' into merge-release-1.7-into-master 2022-04-08 10:44:49 -07:00
Bernd Verst 929105dcf3 Pin certification tests todaprd v1.7.0 and gosdk v1.4.0
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-04-08 10:36:37 -07:00
Harry Kimpel de52e92d0f
Merge branch 'master' into binding_commercetools 2022-04-08 14:45:49 +02:00
Harry Kimpel 47cdbcd823 Adding binding for commercetools
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
2022-04-08 14:25:47 +02:00
Harry Kimpel b5056ddf72 Adding commercetools binding
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
2022-04-08 14:25:47 +02:00
Harry Kimpel 3e374406bc Adding commercetools binding
Signed-off-by: Harry Kimpel <harrykimpel@hotmail.com>
2022-04-08 14:25:47 +02:00
Bernd Verst 6330145d2e
Merge pull request #1644 from ItalyPaleAle/cosmosdb-faster-delete
Cosmos DB: Delete does not need to query for the doc first
2022-04-07 11:42:55 -07:00
Bernd Verst fbb29379eb
Merge branch 'master' into cosmosdb-faster-delete 2022-04-06 15:41:20 -07:00