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 service status methods. Fixes #1107 #1121

Merged
merged 4 commits into from
May 24, 2022
Merged

Conversation

vierarb
Copy link
Contributor

@vierarb vierarb commented May 10, 2019

This Pull Request fixes #1107 the service status methods that were using the old status.github.com, replacing them with the updated URL githubstatus.com.

Also a new method was added and tested: github_status_summary that retrieves both the status and the components (status messages).

One thing to take into account is that with the new API endpoints, the structure has changed, so the old body node is now called description inside each component, breaking some backwards compatibility.

@gimenete gimenete requested a review from tarebyte May 21, 2019 14:53
@josacar
Copy link

josacar commented Jul 25, 2019

@tarebyte how does this look to you?

@tarebyte tarebyte changed the base branch from master to 4-stable October 19, 2020 18:40
Copy link
Contributor

@nickfloyd nickfloyd left a comment

Choose a reason for hiding this comment

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

Hey @vierarb thank you for this change ❤️ ! LGTM 👍

@nickfloyd nickfloyd merged commit cfdbf93 into octokit:4-stable May 24, 2022
@nickfloyd
Copy link
Contributor

Marked as breaking (due to new endpoints returning a slightly different body structure, but not significant enough to bump the major version IMO.

@nickfloyd nickfloyd added Type: Breaking change Used to note any change that requires a major version bump Type: Feature New feature or request and removed breaking change labels Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Breaking change Used to note any change that requires a major version bump Type: Feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

status.github.com is deprecated
4 participants