Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitf08437c

Browse files
author
Hubot
committed
P U B L I S H 🎁
1 parent1ddd873 commitf08437c

File tree

83 files changed

+495
-265
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+495
-265
lines changed

‎changes.atom‎

Lines changed: 42 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,54 @@
22
<feedxmlns="http://www.w3.org/2005/Atom">
33
<id>http://developer.github.com/</id>
44
<title>GitHub API Changes</title>
5-
<updated>2014-07-07T00:00:00Z</updated>
5+
<updated>2014-07-09T00:00:00Z</updated>
66
<linkrel="alternate"href="http://developer.github.com/" />
77
<linkrel="self"href="http://developer.github.com/changes.atom" />
88
<author>
99
<name>technoweenie</name>
1010
<uri>https://github.com/technoweenie</uri>
1111
</author>
12+
<entry>
13+
<id>tag:developer.github.com,2014-07-09:/changes/2014-07-09-status-contexts-are-official/</id>
14+
<titletype="html">The combined status API is official</title>
15+
<published>2014-07-09T00:00:00Z</published>
16+
<updated>2014-07-09T00:00:00Z</updated>
17+
<author>
18+
<name>bhuga</name>
19+
<uri>https://github.com/technoweenie</uri>
20+
</author>
21+
<linkrel="alternate"href="http://developer.github.com/changes/2014-07-09-status-contexts-are-official/" />
22+
<contenttype="html">&lt;p&gt;We’re happy to announce that the&lt;a href="/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref"&gt;Combined Status API&lt;/a&gt; is officially part
23+
of the GitHub API v3. We now consider it stable for production use.&lt;/p&gt;
24+
25+
&lt;p&gt;Thanks to everyone who provided feedback during the comment period. We got
26+
some great feedback, and hope this feature helps you build the tools you
27+
need to make GitHub the best place to ship exactly the way you want.&lt;/p&gt;
28+
29+
&lt;h3 id="preview-media-type-no-longer-needed"&gt;Preview media type no longer needed&lt;/h3&gt;
30+
31+
&lt;p&gt;If you used the Combined Status API during the preview period, you needed to
32+
provide a custom media type in the&lt;code&gt;Accept&lt;/code&gt; header:&lt;/p&gt;
33+
34+
&lt;pre&gt;&lt;code&gt;application/vnd.github.she-hulk-preview+json
35+
&lt;/code&gt;&lt;/pre&gt;
36+
37+
&lt;p&gt;Now that the preview period has ended, you no longer need to pass this custom
38+
media type.&lt;/p&gt;
39+
40+
&lt;p&gt;Instead, we&lt;a href="/v3/media"&gt;recommend&lt;/a&gt; that you specify&lt;code&gt;v3&lt;/code&gt; as the version in the
41+
&lt;code&gt;Accept&lt;/code&gt; header:&lt;/p&gt;
42+
43+
&lt;pre&gt;&lt;code&gt;application/vnd.github.v3+json
44+
&lt;/code&gt;&lt;/pre&gt;
45+
46+
&lt;h3 id="feedback"&gt;Feedback&lt;/h3&gt;
47+
48+
&lt;p&gt;We’ll never be done listening to you! As always, please don’t hestitate to
49+
&lt;a href="https://github.com/contact?form%5Bsubject%5D=Combined+Status+API"&gt;share your feedback&lt;/a&gt;.&lt;/p&gt;
50+
51+
</content>
52+
</entry>
1253
<entry>
1354
<id>tag:developer.github.com,2014-07-07:/changes/2014-07-07-example-webhook-payloads/</id>
1455
<titletype="html">New example webhook payloads</title>
@@ -951,29 +992,6 @@ repository contents:&lt;/p&gt;
951992

952993
&lt;p&gt;As always, if you have any questions or feedback,&lt;a href="https://github.com/contact?form%5Bsubject%5D=API+repo+hook+scopes"&gt;get in touch&lt;/a&gt;.&lt;/p&gt;
953994

954-
</content>
955-
</entry>
956-
<entry>
957-
<id>tag:developer.github.com,2014-02-10:/changes/2014-2-10-ping-event-for-webhooks/</id>
958-
<titletype="html">Ping Event for Webhooks</title>
959-
<published>2014-02-10T00:00:00Z</published>
960-
<updated>2014-02-10T00:00:00Z</updated>
961-
<author>
962-
<name>kdaigle</name>
963-
<uri>https://github.com/technoweenie</uri>
964-
</author>
965-
<linkrel="alternate"href="http://developer.github.com/changes/2014-2-10-ping-event-for-webhooks/" />
966-
<contenttype="html">&lt;p&gt;With the release of our&lt;a href="https://github.com/blog/1778-webhooks-level-up"&gt;new webhook UI&lt;/a&gt;, we included a new
967-
&lt;a href="/webhooks/#ping-event"&gt;ping event&lt;/a&gt; that webhooks will receive. When you
968-
create a new webhook, we will send this event as an initial test of the webhook.&lt;/p&gt;
969-
970-
&lt;p&gt;The ping is only informational, doesn’t need to be responded to in a specific way,
971-
and nothing bad will happen if you respond with an error. It’s just a quick
972-
“hello world” to let you know you set everything up correctly.&lt;/p&gt;
973-
974-
&lt;p&gt;We also added a&lt;a href="/v3/repos/hooks/#ping-a-hook"&gt;ping endpoint&lt;/a&gt; to the hooks API.
975-
By using ping instead of&lt;a href="/v3/repos/hooks/#test-a-push-hook"&gt;test&lt;/a&gt;, you can ensure
976-
you won’t be limited by the&lt;code&gt;push&lt;/code&gt; event requirement that the test endpoint has.&lt;/p&gt;
977995
</content>
978996
</entry>
979997
</feed>

‎changes/2012-10-14-rate-limit-changes/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ <h2 class="title">
8686
<h2>Recent Posts</h2>
8787
<ulclass="headlines sidebar-module">
8888

89+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
90+
8991
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
9092

9193
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -100,8 +102,6 @@ <h2>Recent Posts</h2>
100102

101103
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
102104

103-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
104-
105105
</ul>
106106

107107

‎changes/2012-10-17-org-members-redirection/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ <h2 class="title">
8888
<h2>Recent Posts</h2>
8989
<ulclass="headlines sidebar-module">
9090

91+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
92+
9193
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
9294

9395
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -102,8 +104,6 @@ <h2>Recent Posts</h2>
102104

103105
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
104106

105-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
106-
107107
</ul>
108108

109109

‎changes/2012-10-24-set-default-branch/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ <h2 class="title">
8383
<h2>Recent Posts</h2>
8484
<ulclass="headlines sidebar-module">
8585

86+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
87+
8688
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
8789

8890
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -97,8 +99,6 @@ <h2>Recent Posts</h2>
9799

98100
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
99101

100-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
101-
102102
</ul>
103103

104104

‎changes/2012-10-26-notifications-api/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ <h2 id="polling">Polling</h2>
129129
<h2>Recent Posts</h2>
130130
<ulclass="headlines sidebar-module">
131131

132+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
133+
132134
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
133135

134136
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -143,8 +145,6 @@ <h2>Recent Posts</h2>
143145

144146
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
145147

146-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
147-
148148
</ul>
149149

150150

‎changes/2012-10-31-gist-comment-uris/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ <h2 class="title">
7474
<h2>Recent Posts</h2>
7575
<ulclass="headlines sidebar-module">
7676

77+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
78+
7779
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
7880

7981
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -88,8 +90,6 @@ <h2>Recent Posts</h2>
8890

8991
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
9092

91-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
92-
9393
</ul>
9494

9595

‎changes/2012-11-27-forking-to-organizations/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ <h2 class="title">
9393
<h2>Recent Posts</h2>
9494
<ulclass="headlines sidebar-module">
9595

96+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
97+
9698
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
9799

98100
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -107,8 +109,6 @@ <h2>Recent Posts</h2>
107109

108110
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
109111

110-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
111-
112112
</ul>
113113

114114

‎changes/2012-11-29-gitignore-templates/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ <h2 class="title">
118118
<h2>Recent Posts</h2>
119119
<ulclass="headlines sidebar-module">
120120

121+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
122+
121123
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
122124

123125
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -132,8 +134,6 @@ <h2>Recent Posts</h2>
132134

133135
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
134136

135-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
136-
137137
</ul>
138138

139139

‎changes/2012-12-04-List-comments-for-repo/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ <h2 class="title">
8989
<h2>Recent Posts</h2>
9090
<ulclass="headlines sidebar-module">
9191

92+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
93+
9294
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
9395

9496
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -103,8 +105,6 @@ <h2>Recent Posts</h2>
103105

104106
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
105107

106-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
107-
108108
</ul>
109109

110110

‎changes/2012-12-06-create-authorization-for-app/index.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ <h2 class="title">
9797
<h2>Recent Posts</h2>
9898
<ulclass="headlines sidebar-module">
9999

100+
<li><ahref="/changes/2014-07-09-status-contexts-are-official/">The combined status API is official<br/><spanclass="date">July 9, 2014</span></a></li>
101+
100102
<li><ahref="/changes/2014-07-07-example-webhook-payloads/">New example webhook payloads<br/><spanclass="date">July 7, 2014</span></a></li>
101103

102104
<li><ahref="/changes/2014-06-23-the-github-enterprise-api-documentation-has-a-new-home/">The GitHub Enterprise API documentation has a new home!<br/><spanclass="date">June 23, 2014</span></a></li>
@@ -111,8 +113,6 @@ <h2>Recent Posts</h2>
111113

112114
<li><ahref="/changes/2014-05-09-improved-pagination-for-the-repository-commits-api/">Improved pagination for the Repository Commits API<br/><spanclass="date">May 9, 2014</span></a></li>
113115

114-
<li><ahref="/changes/2014-05-06-gist-api-now-truncating-large-files/">Changes to Gist API response for large files<br/><spanclass="date">May 6, 2014</span></a></li>
115-
116116
</ul>
117117

118118

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp