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

feat(uptime): Add uptime-ips endpoint #84822

Merged

Conversation

evanpurkhiser
Copy link
Member

Just hard codes the addresses for now. Later we can have this come from
configuration

@evanpurkhiser evanpurkhiser requested review from a team as code owners February 7, 2025 22:34
@evanpurkhiser evanpurkhiser removed the request for review from a team February 7, 2025 22:34
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Feb 7, 2025

class UptimeIpsEndpoint(Endpoint):
publish_status = {
"GET": ApiPublishStatus.PRIVATE,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would be nice to make public, but it doesn't have a schema since it's not normal JSON

Copy link

codecov bot commented Feb 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #84822       +/-   ##
===========================================
+ Coverage   46.30%   87.56%   +41.25%     
===========================================
  Files        9650     9666       +16     
  Lines      546450   547120      +670     
  Branches    21573    21573               
===========================================
+ Hits       253029   479073   +226044     
+ Misses     293080    67706   -225374     
  Partials      341      341               

@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-uptime-add-uptime-ips-endpoint branch from 43ee8c0 to bc086e1 Compare February 7, 2025 23:32
Just hard codes the addresses for now. Later we can have this come from
configuration
@evanpurkhiser evanpurkhiser force-pushed the evanpurkhiser/feat-uptime-add-uptime-ips-endpoint branch from bc086e1 to aa13424 Compare February 8, 2025 00:17
@evanpurkhiser evanpurkhiser merged commit 391f870 into master Feb 8, 2025
48 checks passed
@evanpurkhiser evanpurkhiser deleted the evanpurkhiser/feat-uptime-add-uptime-ips-endpoint branch February 8, 2025 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants