Commit Graph

3297 Commits

Author SHA1 Message Date
Bernd Verst 8ba1ea42b1
Merge pull request #2203 from ItalyPaleAle/asbq-pubsub
Move more code from ASB components into common implementation
2022-10-19 16:10:44 -07:00
ItalyPaleAle 254a2141ad Moved sender handling to common implementation too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-19 21:01:15 +00:00
ItalyPaleAle 8013d96ad6 More tweaks
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-19 20:39:56 +00:00
ItalyPaleAle 065ef86ee5 Moved client creation to common implementation
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-19 20:34:10 +00:00
ItalyPaleAle 7ecfb6edd0 Moved code to add metadata to ASB messages to shared impl too
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-19 20:08:07 +00:00
ItalyPaleAle 8bce0d5200 Moved metadata to impl package
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-19 19:47:26 +00:00
ItalyPaleAle 0057a31b88 Moved errors
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-18 21:51:17 +00:00
Bernd Verst 94f62c489d
Merge pull request #2193 from berndverst/updatemorelibs 2022-10-14 19:00:02 -07:00
Bernd Verst 345dcbd2a9 Postgresql Certification: Fix wrong Etag test
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-14 17:53:37 -07:00
Bernd Verst 72ffacf656 Update more libraries and clean up go.mod
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-14 15:16:02 -07:00
Bernd Verst 8916335baa
Merge pull request #2192 from dapr/merge19intomaster
Merge release 1.9 into master
2022-10-14 14:47:41 -07:00
Dapr Bot 961aa9da72
Merge branch 'master' into merge19intomaster 2022-10-14 13:56:59 -07:00
Bernd Verst 8072bc8175
Merge pull request #2180 from Jarema/add-additional-jetstream-options
Add more JetStream options
2022-10-14 13:42:59 -07:00
Bernd Verst b8bf07fb6b use devcontainer 0.1.9
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-14 12:19:02 -07:00
Bernd Verst 0f0aaf4e9b Merge remote-tracking branch 'upstream/master' into merge19intomaster 2022-10-14 12:16:57 -07:00
Bernd Verst be974e3c6c
Merge branch 'master' into add-additional-jetstream-options 2022-10-14 01:05:05 -07:00
Sky Ao ec091b8237 rollback code to set config.net.tls.enable=true when auth is required and tls is not required
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
2022-10-13 09:06:27 -07:00
Bernd Verst 00874a2718
Merge pull request #2188 from skyao/fix-kafka-auth-fail-for-tls
rollback code to set config.net.tls.enable=true when auth is required and tls is not required
2022-10-13 09:05:44 -07:00
Ryan Lettieri 3a26c43127
Merge branch 'master' into workflow-dev 2022-10-13 09:11:01 -06:00
Sky Ao 5cc923bcc4 rollback code to set config.net.tls.enable=true when auth is required and tls is not required
Signed-off-by: Sky Ao <aoxiaojian@gmail.com>
2022-10-13 12:02:05 +00:00
Bernd Verst 6c75498332
Merge branch 'master' into add-additional-jetstream-options 2022-10-12 15:56:18 -07:00
Bernd Verst 3427cc1c59
Merge pull request #2185 from berndverst/master
Remove unnecessary replace statements in `go.mod`
2022-10-12 15:47:47 -07:00
Bernd Verst c6b888eefa don't remove mqtt replacement
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-12 15:25:07 -07:00
Bernd Verst 5e896ecd5a remove unnecessary replace statements
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-12 15:18:05 -07:00
Bernd Verst 58b1ec4055 do not pin kubernetes client
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-12 15:14:16 -07:00
Ryan Lettieri 8d5405fcf9
Merge branch 'master' into workflow-dev 2022-10-12 15:05:41 -06:00
Bernd Verst 5b0679ff8b
Merge pull request #2181 from ItalyPaleAle/asb-publish-conn-fix
Fix for handling "context deadline exceeded" on ASB publishing
2022-10-12 12:13:55 -07:00
Bernd Verst 80adc9adfe
Merge pull request #2184 from ItalyPaleAle/update-actions
Update deprecated actions
2022-10-12 12:08:58 -07:00
ItalyPaleAle 4de7a2fc9d The people demand defers
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-12 18:46:38 +00:00
Alessandro (Ale) Segala 7a4f24ff1b
Merge branch 'master' into update-actions 2022-10-12 11:42:41 -07:00
ItalyPaleAle 45a0bf1962 Update deprecated actions
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-12 18:39:55 +00:00
Ryan Lettieri 1ce46ee938 Running mod tidy on temporal test files
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 12:28:39 -06:00
ItalyPaleAle 047f3948c5 Fix for handling "context deadline exceeded" on ASB publishing
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
2022-10-12 18:18:33 +00:00
Ryan Lettieri 2aa43ae033 Fixing temporal conformance test
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 12:14:50 -06:00
Ryan Lettieri 648e60d8dc Fixing worker for temporal
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 11:36:32 -06:00
Ryan Lettieri 89ca4cc2b6 Hopefully fixing go.mod and go.sum issue in workflows building block commits
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 11:11:20 -06:00
Ryan Lettieri 181519615a Fixing all the include errors in workflows building block review and merging in master
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:45:35 -06:00
Ryan Lettieri cb642b0b99 Ran make modtidy-all
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:17:34 -06:00
Ryan Lettieri 321e45c479 Adding missing go.mod and go.sum files
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:15:15 -06:00
Bernd Verst a7bc8874d5 make modtidy-all
Signed-off-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
2022-10-12 10:11:52 -06:00
Ryan Lettieri 3c5cf3f6ee Fixing mod tidy errors
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:10:07 -06:00
Ryan Lettieri 2b62efc566 Fixing go.mod and go.sum issues
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:05:50 -06:00
Ryan Lettieri bcd54e0d72 Updates to workflows to be compatible with pluggable components changes
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:05:14 -06:00
Ryan Lettieri 079eebfe67 Updates to workflows and temporal for testing and API Changes
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:03:45 -06:00
Ryan Lettieri 59dc9ceaf6 Updating go files and removing unnecessary temporal test since server is needed for it to run
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:02:40 -06:00
Ryan Lettieri ae621af3d0 Updating requests and responses to be more generic
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 10:02:29 -06:00
Ryan Lettieri 9ba415b893 Initial creation of workflows building block
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-10-12 09:58:35 -06:00
Tomasz Pietrek 954164216e Fix another lint error
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
2022-10-12 11:50:49 +02:00
Tomasz Pietrek 7a3746b33a Fix lint errors
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
2022-10-12 11:44:00 +02:00
Tomasz Pietrek 84742aa1a8 Add more JetStream options
Signed-off-by: Tomasz Pietrek <tomasz@nats.io>
2022-10-12 11:23:03 +02:00