Skip to content

Commit bf3c1e3

Browse files
author
Hubot
committed
P U B L I S H ⚡
1 parent 833cb8c commit bf3c1e3

File tree

161 files changed

+1695
-505
lines changed

Some content is hidden

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

161 files changed

+1695
-505
lines changed

changes.atom

Lines changed: 42 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,54 @@
22
<feed xmlns="http://www.w3.org/2005/Atom">
33
<id>http://developer.github.com/</id>
44
<title>GitHub API Changes</title>
5-
<updated>2014-11-25T00:00:00Z</updated>
5+
<updated>2014-12-03T00:00:00Z</updated>
66
<link rel="alternate" href="http://developer.github.com/" />
77
<link rel="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-12-03:/changes/2014-12-03-preview-the-new-organization-webhooks-api/</id>
14+
<title type="html">Preview the New Organization Webhooks API</title>
15+
<published>2014-12-03T00:00:00Z</published>
16+
<updated>2014-12-03T00:00:00Z</updated>
17+
<author>
18+
<name>jdpace</name>
19+
<uri>https://github.com/technoweenie</uri>
20+
</author>
21+
<link rel="alternate" href="http://developer.github.com/changes/2014-12-03-preview-the-new-organization-webhooks-api/" />
22+
<content type="html">&lt;p&gt;Today we’re very excited &lt;a href="https://github.com/blog/1933-introducing-organization-webhooks"&gt;to announce Organization Webhooks&lt;/a&gt;.
23+
Organization Webhooks allow you to subscribe to events that happen across an
24+
entire organization.&lt;/p&gt;
25+
26+
&lt;p&gt;In addition to being able to subscribe to the existing repository oriented
27+
events across an organization, we’re also adding some new events which are
28+
exclusive to organization webhooks. The new &lt;a href="/v3/activity/events/types/#repositoryevent"&gt;&lt;code&gt;repository&lt;/code&gt;
29+
event&lt;/a&gt; allows you to receive webhook payloads when a new
30+
repository is created. By subscribing to the &lt;a href="/v3/activity/events/types/#membershipevent"&gt;&lt;code&gt;membership&lt;/code&gt;
31+
event&lt;/a&gt;, you’ll be notified whenever a user is added or
32+
removed from a team.&lt;/p&gt;
33+
34+
&lt;p&gt;We’re making this new API for Organization Webhooks available today &lt;a href="/v3/orgs/hooks/#preview-period"&gt;for
35+
developers to preview&lt;/a&gt;. The preview period will allow us to &lt;a href="https://github.com/contact?form%5Bsubject%5D=Organization+Webhooks"&gt;get
36+
your feedback&lt;/a&gt; before declaring the Organization Webhooks API final.
37+
We expect the preview
38+
period to last for roughly 30-60 days.&lt;/p&gt;
39+
40+
&lt;p&gt;As we discover opportunities to improve the API during the preview period, we
41+
may ship changes that break clients using the preview version of the API. We
42+
want to iterate quickly. To do so, we will announce any changes here (on the
43+
developer blog), but we will not provide any advance notice.&lt;/p&gt;
44+
45+
&lt;p&gt;At the end of preview period, the Organization Webhooks API will become an
46+
official component of GitHub API v3. At that point, the new Organization
47+
Webhooks API will be stable and suitable for production use.&lt;/p&gt;
48+
49+
&lt;p&gt;We hope you’ll take it for a spin and &lt;a href="https://github.com/contact?form%5Bsubject%5D=Organization+Webhooks"&gt;send us your feedback&lt;/a&gt;.&lt;/p&gt;
50+
51+
</content>
52+
</entry>
1253
<entry>
1354
<id>tag:developer.github.com,2014-11-25:/changes/2014-11-25-the-deployments-api-is-official/</id>
1455
<title type="html">The Deployments API is official</title>
@@ -977,60 +1018,6 @@ without granting access to your private repositories.&lt;/p&gt;
9771018

9781019
&lt;p&gt;If you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=API+create+repositories+with+public_repo+scope"&gt;get in touch&lt;/a&gt;.&lt;/p&gt;
9791020

980-
</content>
981-
</entry>
982-
<entry>
983-
<id>tag:developer.github.com,2014-03-27:/changes/2014-03-27-combined-status-api/</id>
984-
<title type="html">Preview the New Combined Status API</title>
985-
<published>2014-03-27T00:00:00Z</published>
986-
<updated>2014-03-27T00:00:00Z</updated>
987-
<author>
988-
<name>bhuga</name>
989-
<uri>https://github.com/technoweenie</uri>
990-
</author>
991-
<link rel="alternate" href="http://developer.github.com/changes/2014-03-27-combined-status-api/" />
992-
<content type="html">&lt;p&gt;What does it mean for a branch to be “green?” The &lt;a href="/v3/repos/statuses/"&gt;Status API&lt;/a&gt; helps
993-
thousands of teams answer that question. Developers use it to record the status
994-
of continuous integration builds, contributor license agreements, code coverage
995-
analysis, automated security testing, dependency management, and more.&lt;/p&gt;
996-
997-
&lt;p&gt;For many teams, a branch is considered “green” only when &lt;em&gt;all&lt;/em&gt; of their various
998-
status checks are successful. With the new &lt;a href="/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref"&gt;Combined Status
999-
API&lt;/a&gt;, developers can easily fetch this single, consolidated
1000-
status for any branch, commit, or tag.&lt;/p&gt;
1001-
1002-
&lt;h3 id="status-context"&gt;Status context&lt;/h3&gt;
1003-
1004-
&lt;p&gt;To help multiple service providers use the Status API simultaneously, statuses
1005-
now support a &lt;code&gt;context&lt;/code&gt; field. This field allows a provider to distinguish its
1006-
statuses from another provider’s statuses. For example, your &lt;a href="http://jenkins-ci.org/"&gt;Jenkins&lt;/a&gt; builds
1007-
might use a context of &lt;code&gt;ci/jenkins&lt;/code&gt;, while your &lt;a href="http://brakemanscanner.org/"&gt;Brakeman&lt;/a&gt; checks might adopt a
1008-
context of &lt;code&gt;security/brakeman&lt;/code&gt;.&lt;/p&gt;
1009-
1010-
&lt;p&gt;The new &lt;a href="/v3/repos/statuses/#get-the-combined-status-for-a-specific-ref"&gt;Combined Status endpoint&lt;/a&gt; returns a single,
1011-
combined state, as well as the latest status from each context. Systems that
1012-
consume status updates can now get all the information they need in one place.&lt;/p&gt;
1013-
1014-
&lt;h3 id="opt-in"&gt;Opt-in&lt;/h3&gt;
1015-
1016-
&lt;p&gt;The existing &lt;a href="/v3/repos/statuses/#list-statuses-for-a-specific-ref"&gt;Status API&lt;/a&gt; continues to work as it always has. The
1017-
&lt;code&gt;context&lt;/code&gt; field is entirely optional, and the &lt;a href="https://github.com/blog/1227-commit-status-api"&gt;color of the merge button on pull
1018-
requests&lt;/a&gt; does not currently
1019-
take context into account.&lt;/p&gt;
1020-
1021-
&lt;h3 id="preview-period"&gt;Preview period&lt;/h3&gt;
1022-
1023-
&lt;p&gt;We’re making this new API available today for developers to
1024-
&lt;a href="/v3/repos/statuses/"&gt;preview&lt;/a&gt;. During this period, we may change aspects of the Combined
1025-
Status API from time to time. We will announce any changes here (on the
1026-
developer blog), but we will not provide any advance notice.&lt;/p&gt;
1027-
1028-
&lt;p&gt;We expect the preview period to last 30-60 days. At the end of preview period,
1029-
the Combined Status API will become an official component of GitHub API v3. At
1030-
that point, this new API will be stable and suitable for production use.&lt;/p&gt;
1031-
1032-
&lt;p&gt;We hope you’ll &lt;a href="/v3/repos/statuses/"&gt;try it out&lt;/a&gt; and &lt;a href="https://github.com/contact?form%5Bsubject%5D=Combined+Status+API"&gt;send us your feedback&lt;/a&gt;!&lt;/p&gt;
1033-
10341021
</content>
10351022
</entry>
10361023
</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
<ul class="headlines sidebar-module">
8888

89+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
90+
8991
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
9092

9193
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -100,8 +102,6 @@ <h2>Recent Posts</h2>
100102

101103
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
102104

103-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
9090

91+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
92+
9193
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
9294

9395
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -102,8 +104,6 @@ <h2>Recent Posts</h2>
102104

103105
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
104106

105-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
8585

86+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
87+
8688
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
8789

8890
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -97,8 +99,6 @@ <h2>Recent Posts</h2>
9799

98100
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
99101

100-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
131131

132+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
133+
132134
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
133135

134136
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -143,8 +145,6 @@ <h2>Recent Posts</h2>
143145

144146
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
145147

146-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
7676

77+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
78+
7779
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
7880

7981
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -88,8 +90,6 @@ <h2>Recent Posts</h2>
8890

8991
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
9092

91-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
9595

96+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
97+
9698
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
9799

98100
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -107,8 +109,6 @@ <h2>Recent Posts</h2>
107109

108110
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
109111

110-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
120120

121+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
122+
121123
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
122124

123125
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -132,8 +134,6 @@ <h2>Recent Posts</h2>
132134

133135
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
134136

135-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
9191

92+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
93+
9294
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
9395

9496
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -103,8 +105,6 @@ <h2>Recent Posts</h2>
103105

104106
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
105107

106-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 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
<ul class="headlines sidebar-module">
9999

100+
<li><a href="/changes/2014-12-03-preview-the-new-organization-webhooks-api/">Preview the New Organization Webhooks API<br /><span class="date">December 3, 2014</span></a></li>
101+
100102
<li><a href="/changes/2014-11-25-the-deployments-api-is-official/">The Deployments API is official<br /><span class="date">November 25, 2014</span></a></li>
101103

102104
<li><a href="/changes/2014-10-24-status-api-limits/">Status API Limits<br /><span class="date">October 29, 2014</span></a></li>
@@ -111,8 +113,6 @@ <h2>Recent Posts</h2>
111113

112114
<li><a href="/changes/2014-09-16-finalizing-the-organization-and-team-membership-apis/">Finalizing the Organization and Team Membership APIs<br /><span class="date">September 16, 2014</span></a></li>
113115

114-
<li><a href="/changes/2014-09-12-changing-organization-feeds/">Changing organization feeds in the Feeds API<br /><span class="date">September 12, 2014</span></a></li>
115-
116116
</ul>
117117

118118

0 commit comments

Comments
 (0)