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

fix check for http server not registered #564

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Conversation

davemooreuws
Copy link
Member

No description provided.

Copy link

codecov bot commented Feb 5, 2024

Codecov Report

Attention: 289 lines in your changes are missing coverage. Please review.

Comparison is base (4c00476) 57.28% compared to head (8e1eba4) 56.66%.
Report is 12 commits behind head on v1.

Files Patch % Lines
cloud/aws/runtime/gateway/lambda.go 37.34% 95 Missing and 4 partials ⚠️
cloud/aws/runtime/storage/s3.go 60.16% 47 Missing and 2 partials ⚠️
cloud/azure/runtime/topic/eventgrid.go 52.94% 35 Missing and 5 partials ⚠️
cloud/azure/runtime/gateway/http.go 36.20% 37 Missing ⚠️
cloud/aws/runtime/resource/resource.go 23.40% 35 Missing and 1 partial ⚠️
cloud/azure/runtime/storage/azblob.go 81.66% 10 Missing and 1 partial ⚠️
cloud/aws/runtime/topic/sns.go 74.35% 9 Missing and 1 partial ⚠️
cloud/aws/runtime/secret/secrets_manager.go 87.17% 5 Missing ⚠️
cloud/azure/runtime/secret/key_vault.go 90.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##               v1     #564      +/-   ##
==========================================
- Coverage   57.28%   56.66%   -0.62%     
==========================================
  Files          54       20      -34     
  Lines        5155     2633    -2522     
==========================================
- Hits         2953     1492    -1461     
+ Misses       2009     1042     -967     
+ Partials      193       99      -94     
Flag Coverage Δ
aws 50.83% <50.98%> (-8.14%) ⬇️
azure 54.74% <59.64%> (-6.88%) ⬇️
core 69.41% <ø> (+8.51%) ⬆️
gcp 63.08% <ø> (+17.86%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davemooreuws davemooreuws merged commit 797614e into v1 Feb 5, 2024
3 of 4 checks passed
@davemooreuws davemooreuws deleted the fix-http-worker-req branch February 5, 2024 00:29
tjholm added a commit that referenced this pull request Feb 20, 2024
Co-authored-by: Tim Holm <[email protected]>
Co-authored-by: Tim Holm <[email protected]>
Co-authored-by: Jye Cusch <[email protected]>
Co-authored-by: Ryan Cartwright <[email protected]>
Co-authored-by: David Moore <[email protected]>

Co-authored-by: Tim Holm <[email protected]>

* ci: Update go version for new std libs. (#552)

* add rates support (#551)

* fix: websocket handlers are not cleaned up (#554)

Co-authored-by: David Moore <[email protected]>

* fix: azure deployments (#555)

* fix gcp deployments (#553)

* fix schedules and topics clean up (#556)

fix: schedules and topics not cleaned up

* feat: Update cloud implementations for v1 (#558)

Co-authored-by: Tim Holm <[email protected]>
Co-authored-by: Jye Cusch <[email protected]>

* Documents -> KV (#549)

Co-authored-by: Jye Cusch <[email protected]>

* Add logic to support resource tree for pulumi destroy (#559)

* separate engine event handler methods.

* add missing returns.

* debug statements.

* build nitric parents ahead of time.

* Ensure image shows up in progress for nitric up.

* fix check for http server not registered (#564)

* v1 azure fixes (#562)

* common logger (#563)

* wip

* fix error on redeploy of torn down aws stacks

* shared logger

* move logger to core

* v1 queues

* remove redundant log output (#568)

* add results outputs (#567)

return endpoints for API, HTTP Proxies and Websockets.

* Http Proxy Bidi stream

* include queues in default order

* fix aws runtime issues

* fix aws http proxy routing

* fix gcp runtime issues. (#571)

* normalize http proxy gateway names.

* add delete permission to write to allow overwriting.

* fix topicname in subscription push endpoints.

* add missing project configuration to pre

* cleanup

* gcp deployment fixes.

* AWS schedule and ws fixes

* deploy websockets and schedules
* improve missing resource error
* fix delete replaced status mapping
* fix aws ws deployments and output

* azure fixes (#574)

Co-authored-by: Rak Siva <[email protected]>

* azure fixes

additional azure fixes and cleanup

* update pulumi sdk (#576)

* prevent panics from missing pulumi events. (#578)

* make pulumi refresh configurable. (#577)

* allow multiple deployment result types. (#581)

* allow multiple deployment result types.

* change simple -> text.

* missing httpproxy for gcp provider (#580)

* linting and test updates. (#579)

* contract renaming (#583)

Co-authored-by: Jye Cusch <[email protected]>

* remove references to develop branch (#585)

* fix debug provider

* improve error output (#586)

---------

Co-authored-by: Ryan Cartwright <[email protected]>
Co-authored-by: David Moore <[email protected]>
Co-authored-by: Jye Cusch <[email protected]>
Co-authored-by: David Moore <[email protected]>
Co-authored-by: David Moore <[email protected]>
Co-authored-by: Jye Cusch <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants