Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump SnD.Sdk from 1.1.13 to 1.1.20 in /src #84

Merged
merged 2 commits into from
Jul 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 22, 2024

Bumps SnD.Sdk from 1.1.13 to 1.1.20.

Release notes

Sourced from SnD.Sdk's releases.

v1.1.20

What's Changed

Full Changelog: SneaksAndData/esd-services-sdk@v1.1.19...v1.1.20

v1.1.19

What's Changed

Full Changelog: SneaksAndData/esd-services-sdk@v1.1.18...v1.1.19

v1.1.18

What's Changed

New Contributors

Full Changelog: SneaksAndData/esd-services-sdk@v1.1.17...v1.1.18

v1.1.17

What's Changed

Full Changelog: SneaksAndData/esd-services-sdk@v1.1.16...v1.1.17

v1.1.16

What's Changed

Full Changelog: SneaksAndData/esd-services-sdk@v1.1.15...v1.1.16

v1.1.15

What's Changed

Full Changelog: SneaksAndData/esd-services-sdk@v1.1.14...v1.1.15

v1.1.14

What's Changed

... (truncated)

Commits
  • da32924 Fix missing SHA256 content hash for S3 uploads (#100)
  • 02d61e7 Implement signed url for AWS Blob Writer (#99)
  • 2983278 Adding support for pod failure policy (#75)
  • eb451e7 Add the ToHdfsPath method to IStoragePath interface (#96)
  • abcd2c9 Add authentication region to AmazonStorageConfiguration (#95)
  • 121bfdb Improve blob storage service observability (#94)
  • e4e22ce Fix Minio ReadObjectAsync (#93)
  • ea80c78 Implement Read operations for Amazon S3 Client (#91)
  • 8bca9b0 Implement ReadObjectAsync for Minio (#92)
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [SnD.Sdk](https://github.com/SneaksAndData/esd-services-sdk) from 1.1.13 to 1.1.20.
- [Release notes](https://github.com/SneaksAndData/esd-services-sdk/releases)
- [Commits](SneaksAndData/esd-services-sdk@v1.1.13...v1.1.20)

---
updated-dependencies:
- dependency-name: SnD.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 22, 2024 05:36
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 22, 2024
Copy link

Coverage after merging dependabot/nuget/src/SnD.Sdk-1.1.20 into main will be

80.28%

Coverage Report
FileStmtsBranchesFuncsLinesUncovered Lines
src/Contracts
   Logging.cs0%0%0%0%19–21, 21, 21–23, 26–27, 27, 27–30, 32–33
src/Providers/Hosting
   HostBuilderExtensions.cs84.75%58.33%100%90.48%190–192, 227–229
src/Sinks
   SchemaBoundSink.cs100%100%100%100%
   SchemaFreeSink.cs100%100%100%100%
src/Sinks/Extensions
   SchemaFreeSourceExtensions.cs100%100%100%100%
src/Sinks/Json
   JsonSink.cs74.66%42.86%100%77.68%102–105, 149–151, 151, 151, 151, 151, 151, 154–156, 158–159, 161–162, 164, 166, 177, 177–180, 82, 82, 82, 82, 84–86, 96–99
   MultilineJsonSink.cs79.12%52%100%81.69%113, 113, 113, 113, 115–117, 127–130, 133–136, 206–208, 208, 208, 208, 208, 208, 211–213, 215–216, 218–219, 221, 223, 234, 234–238
src/Sinks/Parquet
   ParquetOperations.cs74.68%66.67%87.50%77.45%100–102, 102, 102, 102, 102, 105–107, 159–161, 61–62, 62, 62–65, 65, 65–67, 69, 71–72, 89, 89, 89, 92–96, 96, 96, 98–99
   ParquetSink.cs83.26%64.10%100%85.88%113, 113, 113, 113, 115–117, 133–136, 160, 211–214, 251–253, 253, 253, 253, 253, 253, 256–258, 260–261, 263–264, 266, 268, 279, 279, 285–287, 44
src/Sinks/Parquet/Models
   DataCell.cs100%100%100%100%
src/Sources
   SchemaBoundSource.cs45.45%100%33.33%53.85%27, 31, 35, 40, 43, 52
   SchemaFreeSource.cs86.67%100%83.33%88.89%29
src/Sources/BlobStorage
   BlobStorageSource.cs76.32%33.33%90.91%77.97%106–109, 113–114, 114, 114, 117–118, 120–121, 123, 85, 85, 87–88
src/Sources/CdmChangeFeedSource
   CdmChangeFeedSource.cs87.78%77.08%95.45%89.21%159, 161, 190, 194–197, 202–203, 228–231, 258, 282–285, 307–310, 340, 367, 367, 369, 371, 82–88
src/Sources/CdmChangeFeedSource/Extensions
   CsvOperations.cs98.91%97.22%100%100%54
   JsonDocumentOperations.cs100%100%100%100%
   SimpleCdmAttributeExtensions.cs94.12%91.67%100%94.59%27–28, 41
src/Sources/CdmChangeFeedSource/Models
   SimpleCdmAttribute.cs55.24%16.67%84.62%63.24%108, 123–124, 124, 124–126, 129, 129, 129–131, 134, 134, 134–136, 139, 139, 139–141, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144, 144–150, 153–156, 91, 96
   SimpleCdmEntity.cs80%64.29%88.89%82.69%101–103, 106, 106, 112–114, 86–88, 96–98
src/Sources/Extensions
   GraphStageLogicExtensions.cs100%100%100%100%
   SchemaFreeSourceExtensions.cs100%100%100%100%
   SinkExtensions.cs100%100%100%100%
   SourceExtensions.cs100%100%100%100%
   SqlServerUtils.cs100%100%100%100%
src/Sources/RestApi
   RestApiSource.cs73.44%54%82.35%78.16%132, 136–142, 348, 353, 353, 353, 353, 353, 353, 355–358, 373–376, 395, 395–397, 397, 397, 400–401, 403–404, 407, 460–462, 470, 480–481, 483, 485, 487, 487, 487, 487, 487, 487, 487, 487, 487, 493, 497–498, 83–88
src/Sources/RestApi/Extensions
   RestApiExtensions.cs100%100%100%100%
   StringExtensions.cs0%0%0%0%21–26, 26, 26–29, 32–33
src/Sources/RestApi/Models
   PageResolverConfiguration.cs50%100%50%50%27, 33
   RestApiTemplatedField.cs100%100%100%100%
src/Sources/RestApi/Services
   RestApiTemplate.cs75.81%66.67%100%75%100–102, 62–64, 67–69, 73–77, 99
src/Sources/RestApi/Services/AuthenticatedMessageProviders
   DynamicBearerAuthenticatedMessageProvider.cs52.07%38.89%75%56.79%101–103, 108–110, 110, 110, 110, 110, 110, 110–115, 117, 137, 137, 137, 137, 137, 143, 143, 143–144, 147, 147–150, 77–92, 92, 92–95, 95, 95–96
   FixedHeaderAuthenticatedMessageProvider.cs100%100%100%100%
src/Sources/RestApi/Services/PageResolvers
   PageCountingResolver.cs80.49%75%100%81.48%37, 40–41, 43, 52, 59–61
   PageNextTokenResolver.cs65.52%50%100%66.67%30, 37–38, 41, 41, 41–45
   PageOffsetResolver.cs73.68%60%100%76.92%33, 47, 51, 51, 51–54, 57–58
src/Sources/RestApi/Services/PageResolvers/Base
   PageResolverBase.cs100%100%100%100%
src/Sources/RestApi/Services/UriProviders
   PagedUriProvider.cs67.16%50%83.33%72.83%102–104, 106, 113–116, 126, 126, 126, 132–133, 135, 149, 157, 157, 163, 163, 163–165, 168–171, 173–174, 50, 52, 67, 67, 67, 77, 77, 77, 84–86, 88, 95, 95, 95
   SimpleUriProvider.cs60%50%66.67%64.15%100, 102, 104, 34–35, 44, 57–59, 62, 66, 70, 73, 73, 73, 80–82, 84, 88, 90–91, 91, 91, 91, 91, 94–96, 98–99
src/Sources/SqlServer
   FastParquetSchemaValidator.cs87.50%75%100%

@s-vitaliy
Copy link
Contributor

@dependabot merge

@dependabot dependabot bot merged commit 9601aec into main Jul 31, 2024
1 check passed
@dependabot dependabot bot deleted the dependabot/nuget/src/SnD.Sdk-1.1.20 branch July 31, 2024 11:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant