Commit Graph

3297 Commits

Author SHA1 Message Date
1046102779 8d856480a7 Merge branch 'master' into feature/state_context1021 2022-10-26 17:23:35 +08:00
yellow chicks 74e18d5e1e
Merge branch 'master' into feature/state_context1021 2022-10-26 07:03:14 +08:00
Bernd Verst e383690286
Merge pull request #2220 from ItalyPaleAle/mdns-fixes
Fixes to mDNS resolver
2022-10-25 13:56:11 -07:00
ItalyPaleAle 286856ed70 Fixes
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-25 18:06:49 +00:00
Ryan Lettieri 79ba329b3e Fixed typo for workflows test function
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-24 21:55:34 -06:00
Ryan Lettieri b0818bfd31 Fixing yaml file for temporal workflow
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-24 21:22:04 -06:00
Ryan Lettieri c035f0bcc4 Adding in missing component metadata schema file addition for workflows
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-24 21:10:19 -06:00
Ryan Lettieri 643b5b3bc7 Updates to go.mod for temporal and inclusion of workflows in build-tools files
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-24 20:59:56 -06:00
Bernd Verst a6c51eed27
Merge branch 'master' into mdns-fixes 2022-10-24 17:08:56 -07:00
ItalyPaleAle b9265ea3a9 Fixes to mDNS resolver
1. If the host doesn't support IPv6 (or supports only IPv6), allow the client to resolve IPs
2. Do not re-create a resolver in the hot path every time, but only if there's an error
3. Better concurrency handling with picking an address from the list via round-robin
4. Use one less background goroutine

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-24 23:58:14 +00:00
yellow chicks b98257a7fd
Merge branch 'master' into feature/state_context1021 2022-10-25 07:31:13 +08:00
Bernd Verst 595e448b7b
Merge pull request #2219 from ItalyPaleAle/asb-test-fix 2022-10-24 16:31:05 -07:00
1046102779 b42d9ab730 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-25 07:26:56 +08:00
1046102779 203c6c7757 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-25 07:21:35 +08:00
ItalyPaleAle d33cc5963e More fixes to ASB cert tests
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-24 22:23:29 +00:00
Alessandro (Ale) Segala cc856d4e13
Fix Azure Service Bus cert/conf tests (#2218)
* Correct location for certification test

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

* Removed log file added by mistake

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

* Fixed parsing metadata for ASB Queue binding

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

* Fixed replace path

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

Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-24 15:05:36 -07:00
Alessandro (Ale) Segala 04242ce38a
New PubSub component: Azure Service Bus Queues (#2211)
* Implementation for Azure Service Bus Queue pubsub component

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

* Fixed syntax errors in unused files

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

* Moved components to subfolders and enabled conf tests

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-10-24 14:07:23 -07:00
Bernd Verst bfeed8c01d
Merge pull request #2217 from ItalyPaleAle/postgres-version
Pin postgres version in test infra
2022-10-24 12:46:44 -07:00
ItalyPaleAle aae2fd4832 Pin postgres version in test infra
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-24 17:14:55 +00:00
1046102779 1ce80dcaa0 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-24 21:26:52 +08:00
1046102779 35b85d8458 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-24 11:27:34 +08:00
1046102779 8bc4286cdf feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-24 11:04:48 +08:00
1046102779 aa68429bbe feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-24 10:20:47 +08:00
1046102779 1ed4c39d8c feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-24 10:16:21 +08:00
Ryan Lettieri 48550afcad Removing unused task queue const from temporal code
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-23 02:33:40 -06:00
Ryan Lettieri 7a004c74ff Re-removing the unused certification tests for workflows since they aren't ready yet
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-23 02:17:37 -06:00
Ryan Lettieri a432762fec
Merge branch 'master' into workflow-dev 2022-10-25 16:08:21 -06:00
Ryan Lettieri 05d33197a8
Merge branch 'master' into workflow-dev 2022-10-25 12:54:23 -06:00
Ryan Lettieri 8dc0afcf95
Merge branch 'master' into workflow-dev 2022-10-24 16:22:34 -06:00
Lior Nabat 2e3a46e04d Update - Add new PubSub component - KubeMQ Kubernetes message broker
Signed-off-by: Lior Nabat <lior.nabat@gmail.clom>
2022-10-23 08:21:08 +03:00
lior.nabat@kubemq.io 04f4f697fd Add new PubSub component - KubeMQ Kubernetes message broker
Signed-off-by: Lior Nabat <lior.nabat@gmail.clom>
2022-10-22 22:30:16 +03:00
Lior Nabat bed3d69a6f Add new PubSub component - KubeMQ Kubernetes message broker 2022-10-22 18:51:11 +03:00
Ryan Lettieri d86310b3e9 Removing worker binary from temporal workflow and updating error messages
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-22 02:16:51 -06:00
Bernd Verst 98742f7b1b
Merge branch 'master' into workflow-dev 2022-10-24 14:35:40 -07:00
Ryan Lettieri d7ef6d41bc Updating responses from workflows building block to be more generic
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-21 23:58:48 -06:00
Ryan Lettieri d8d8d3d5bd Merging master into branch
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-21 20:07:50 -06:00
Pravin Pushkar ed745763a0
Fix bulk get from gcp secret store (#2175)
* Fix bulk get from gcp secret store

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Including version in bulk secret name & client close func

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* Adding unit test

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* fix lint

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

* trigger pr checks

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.com>

Signed-off-by: Pravin Pushkar <ppushkar@microsoft.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-10-21 16:24:27 -07:00
Bernd Verst 05b1423398
Merge pull request #2207 from shivamkm07/upgrade_mqtt
Upgrade mqtt component to upstream
2022-10-21 15:53:15 -07:00
1046102779 9ef3f315cb feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-21 21:25:07 +08:00
1046102779 08f665cb83 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-21 21:05:47 +08:00
1046102779 614a2d8c65 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-21 19:31:18 +08:00
1046102779 d58e6a3445 feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-21 19:08:52 +08:00
shivam bbae625746 Fix linter error
Signed-off-by: shivam <shivamkm07@gmail.com>
2022-10-21 15:06:26 +05:30
1046102779 5a367b401a feature: add context to state API
Signed-off-by: 1046102779 <seachen@tencent.com>
2022-10-21 17:25:14 +08:00
shivam 8533feb87f Upgrade mqtt component to upstream
Signed-off-by: shivam <shivamkm07@gmail.com>
2022-10-21 14:39:46 +05:30
Bernd Verst 0326f139c5
Merge pull request #2206 from dapr/nofossa 2022-10-20 11:09:20 -07:00
Bernd Verst 4dfedfc62c Remove Fossa test temporarily
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-20 10:15:11 -07:00
Bernd Verst 038f63d309
Merge pull request #2205 from berndverst/upgradelibsagain
upgrade more libraries again
2022-10-19 19:08:23 -07:00
Bernd Verst 7dcd3d0a63 update vulnerable libraries
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-19 18:50:31 -07:00
Bernd Verst e1ce892c3f upgrade more libraries again
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-19 18:19:35 -07:00