benoitdm-oslandia / pg_featureserv

Apache License 2.0
1 stars 0 forks source link

fix: add mechanism to split notification into multiple parts #179

Closed benoitdm-oslandia closed 1 year ago

benoitdm-oslandia commented 1 year ago

When notification exceed 8000 char, pg failed. We add a mechanism to split notification into part < 8000 char. We merge the part in pg_featureserv then apply the previous action

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

github-actions[bot] commented 1 year ago

Code Coverage

Package Line Rate Health
github.com/CrunchyData/pg_featureserv/internal/api 89%
github.com/CrunchyData/pg_featureserv/internal/conf 54%
github.com/CrunchyData/pg_featureserv/internal/cql 67%
github.com/CrunchyData/pg_featureserv/internal/data 64%
github.com/CrunchyData/pg_featureserv/internal/service 68%
github.com/CrunchyData/pg_featureserv/internal/ui 82%
github.com/CrunchyData/pg_featureserv 22%
Summary 69% (6178 / 8914)

Minimum allowed line rate is 60%