Skip to content

Commit bc16c22

Browse files
committed
P U B L I S H :shipit:
1 parent f51f6ab commit bc16c22

File tree

68 files changed

+3146
-273
lines changed

Some content is hidden

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

68 files changed

+3146
-273
lines changed

changes.atom

Lines changed: 78 additions & 78 deletions
Large diffs are not rendered by default.

changes/index.html

Lines changed: 61 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -1048,6 +1048,35 @@ <h2 class="title">
10481048
you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=API+org+scopes">get in touch</a>.</p>
10491049

10501050

1051+
</div>
1052+
1053+
<div class="change" id="/changes/2014-02-24-wildcard-event-for-webhooks/">
1054+
<h2 class="title">
1055+
<a href="/changes/2014-02-24-wildcard-event-for-webhooks/">Wildcard Event for Webhooks</a>
1056+
</h2>
1057+
1058+
<div class="meta">
1059+
<ul>
1060+
<li class="published">
1061+
<span class="octicon octicon-calendar"></span>
1062+
February 24, 2014
1063+
1064+
</li>
1065+
<li class="who_when">
1066+
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1067+
<a href="https://github.com/kdaigle">kdaigle</a>
1068+
</li>
1069+
</ul>
1070+
</div>
1071+
1072+
<p>We’ve made a small change to make it easier for webhook integrators to receive “everything”.
1073+
Instead of adding every event to your webhook, you can now opt-in to all events (including
1074+
all new events in the future) by using the <a href="/webhooks/#wildcard-event">wildcard event</a> (<code>*</code>).</p>
1075+
1076+
<p>If you add this event to an existing webhook, we’ll remove the existing specific events and
1077+
send you payloads for all supported events. As we add new events, you’ll automatically
1078+
begin receiving those too.</p>
1079+
10511080
</div>
10521081

10531082
<div class="change" id="/changes/2014-02-24-finer-grained-scopes-for-ssh-keys/">
@@ -1099,35 +1128,6 @@ <h2 id="deleting-keys-when-revoking-a-token">Deleting keys when revoking a token
10991128
<p>As always, if you have any questions or feedback, <a href="https://github.com/contact?form%5Bsubject%5D=API+improvements+for+SSH+keys">please get in touch</a>.</p>
11001129

11011130

1102-
</div>
1103-
1104-
<div class="change" id="/changes/2014-02-24-wildcard-event-for-webhooks/">
1105-
<h2 class="title">
1106-
<a href="/changes/2014-02-24-wildcard-event-for-webhooks/">Wildcard Event for Webhooks</a>
1107-
</h2>
1108-
1109-
<div class="meta">
1110-
<ul>
1111-
<li class="published">
1112-
<span class="octicon octicon-calendar"></span>
1113-
February 24, 2014
1114-
1115-
</li>
1116-
<li class="who_when">
1117-
<img height="16" width="16" src="https://github.com/kdaigle.png" alt="Avatar for kdaigle">
1118-
<a href="https://github.com/kdaigle">kdaigle</a>
1119-
</li>
1120-
</ul>
1121-
</div>
1122-
1123-
<p>We’ve made a small change to make it easier for webhook integrators to receive “everything”.
1124-
Instead of adding every event to your webhook, you can now opt-in to all events (including
1125-
all new events in the future) by using the <a href="/webhooks/#wildcard-event">wildcard event</a> (<code>*</code>).</p>
1126-
1127-
<p>If you add this event to an existing webhook, we’ll remove the existing specific events and
1128-
send you payloads for all supported events. As we add new events, you’ll automatically
1129-
begin receiving those too.</p>
1130-
11311131
</div>
11321132

11331133
<div class="change" id="/changes/2014-02-21-gist-raw-file-url-change/">
@@ -2306,6 +2306,38 @@ <h2 class="title">
23062306
<p>Happy editing!</p>
23072307

23082308

2309+
</div>
2310+
2311+
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
2312+
<h2 class="title">
2313+
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
2314+
</h2>
2315+
2316+
<div class="meta">
2317+
<ul>
2318+
<li class="published">
2319+
<span class="octicon octicon-calendar"></span>
2320+
April 30, 2013
2321+
2322+
</li>
2323+
<li class="who_when">
2324+
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
2325+
<a href="https://github.com/foca">foca</a>
2326+
</li>
2327+
</ul>
2328+
</div>
2329+
2330+
<p>Last week we announced <a href="https://github.com/blog/1484-check-the-status-of-your-branches">support for build statuses in the branches page</a>.
2331+
Now we are extending this to the API. The <a href="http://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref">API endpoint for commit statuses</a>
2332+
has been extended to allow branch and tag names, as well as commit SHAs.</p>
2333+
2334+
<pre class="terminal">
2335+
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
2336+
</pre>
2337+
2338+
<p>Enjoy.</p>
2339+
2340+
23092341
</div>
23102342

23112343
<div class="change" id="/changes/2013-04-30-improved-submodule-support-in-repository-contents-api/">
@@ -2358,38 +2390,6 @@ <h2 class="title">
23582390
<a href="mailto:[email protected]?subject=Submodules%20in%20Repository%20Contents%20API">[email protected]</a>.</p>
23592391

23602392

2361-
</div>
2362-
2363-
<div class="change" id="/changes/2013-04-30-statuses-for-branches-and-tags/">
2364-
<h2 class="title">
2365-
<a href="/changes/2013-04-30-statuses-for-branches-and-tags/">Commit Statuses Now Available for Branches and Tags</a>
2366-
</h2>
2367-
2368-
<div class="meta">
2369-
<ul>
2370-
<li class="published">
2371-
<span class="octicon octicon-calendar"></span>
2372-
April 30, 2013
2373-
2374-
</li>
2375-
<li class="who_when">
2376-
<img height="16" width="16" src="https://github.com/foca.png" alt="Avatar for foca">
2377-
<a href="https://github.com/foca">foca</a>
2378-
</li>
2379-
</ul>
2380-
</div>
2381-
2382-
<p>Last week we announced <a href="https://github.com/blog/1484-check-the-status-of-your-branches">support for build statuses in the branches page</a>.
2383-
Now we are extending this to the API. The <a href="http://developer.github.com/v3/repos/statuses/#list-statuses-for-a-specific-ref">API endpoint for commit statuses</a>
2384-
has been extended to allow branch and tag names, as well as commit SHAs.</p>
2385-
2386-
<pre class="terminal">
2387-
curl https://api.github.com/repos/rails/rails/statuses/3-2-stable
2388-
</pre>
2389-
2390-
<p>Enjoy.</p>
2391-
2392-
23932393
</div>
23942394

23952395
<div class="change" id="/changes/2013-04-25-deprecating-merge-commit-sha/">

v3/activity/events/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></
211211
<h3><a href="#" class="js-expand-btn collapsed arrow-btn" data-proofer-ignore></a><a href="/v3/activity/">Activity</a></h3>
212212
<ul class="js-guides">
213213
<li><a href="/v3/activity/events/">Events</a></li>
214-
<li><a href="/v3/activity/events/types/">Event Types</a></li>
214+
<li><a href="/v3/activity/events/types/">Event Types &amp; Payloads</a></li>
215215
<li><a href="/v3/activity/feeds/">Feeds</a></li>
216216
<li><a href="/v3/activity/notifications/">Notifications</a></li>
217217
<li><a href="/v3/activity/starring/">Starring</a></li>

0 commit comments

Comments
 (0)