Skip to content

Commit 8d7366a

Browse files
committed
P U B L I S H 💥
1 parent 8a67350 commit 8d7366a

File tree

118 files changed

+978
-897
lines changed

Some content is hidden

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

118 files changed

+978
-897
lines changed

changes.atom

Lines changed: 26 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@
99
<name>technoweenie</name>
1010
<uri>https://github.com/technoweenie</uri>
1111
</author>
12+
<entry>
13+
<id>tag:developer.github.com,2014-02-10:/changes/2014-2-10-ping-event-for-webhooks/</id>
14+
<title type="html">Ping Event for Webhooks</title>
15+
<published>2014-02-10T08:00:00Z</published>
16+
<updated>2014-02-10T08:00:00Z</updated>
17+
<author>
18+
<name>kdaigle</name>
19+
<uri>https://github.com/technoweenie</uri>
20+
</author>
21+
<link rel="alternate" href="http://developer.github.com/changes/2014-2-10-ping-event-for-webhooks/" />
22+
<content type="html">&lt;p&gt;With the release of our &lt;a href="#"&gt;new webhook UI&lt;/a&gt;, we included a new
23+
&lt;a href="/v3/repos/hooks/#ping-event"&gt;ping event&lt;/a&gt; that webhooks will receive. When you
24+
create a new webhook, we will send this event as an initial test of the webhook.&lt;/p&gt;
25+
26+
&lt;p&gt;The ping is only informational, doesn’t need to be responded to in a specific way,
27+
and nothing bad will happen if you respond with an error. It’s just a quick
28+
“hello world” to let you know you set everything up correctly.&lt;/p&gt;
29+
30+
&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.
31+
By using ping instead of &lt;a href="/v3/repos/hooks/#test-a-push-hook"&gt;test&lt;/a&gt;, you can ensure
32+
you won’t be limited by the &lt;code&gt;push&lt;/code&gt; event requirement that the test endpoint has.&lt;/p&gt;
33+
</content>
34+
</entry>
1235
<entry>
1336
<id>tag:developer.github.com,2014-02-10:/changes/2014-02-10-repo-hook-scopes/</id>
1437
<title type="html">New scopes for managing repository hooks</title>
@@ -26,11 +49,11 @@ repository contents:&lt;/p&gt;
2649

2750
&lt;ul&gt;
2851
&lt;li&gt;
29-
&lt;code&gt;read:repo_hook&lt;/code&gt; grants read access to hooks in public or private repositories.&lt;/li&gt;
52+
&lt;code&gt;read:repo_hook&lt;/code&gt; grants read and ping access to hooks in public or private repositories.&lt;/li&gt;
3053
&lt;li&gt;
31-
&lt;code&gt;write:repo_hook&lt;/code&gt; grants read and write access to hooks in public or private repositories.&lt;/li&gt;
54+
&lt;code&gt;write:repo_hook&lt;/code&gt; grants read, write, and ping access to hooks in public or private repositories.&lt;/li&gt;
3255
&lt;li&gt;
33-
&lt;code&gt;admin:repo_hook&lt;/code&gt; grants read, write, and delete access to hooks in public or private repositories.&lt;/li&gt;
56+
&lt;code&gt;admin:repo_hook&lt;/code&gt; grants read, write, ping, and delete access to hooks in public or private repositories.&lt;/li&gt;
3457
&lt;/ul&gt;
3558

3659
&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;
@@ -1161,31 +1184,6 @@ many of our users to make any changes whatsoever.&lt;/p&gt;
11611184

11621185
&lt;p&gt;If you have any questions or feedback, please drop us a line at
11631186
&lt;a href="mailto:[email protected]?subject=User%20Agent%20Requirement"&gt;[email protected]&lt;/a&gt;.&lt;/p&gt;
1164-
</content>
1165-
</entry>
1166-
<entry>
1167-
<id>tag:developer.github.com,2013-01-08:/changes/2013-01-08-new-user-scopes/</id>
1168-
<title type="html">New User scopes</title>
1169-
<published>2013-01-08T08:00:00Z</published>
1170-
<updated>2013-01-08T08:00:00Z</updated>
1171-
<author>
1172-
<name>technoweenie</name>
1173-
<uri>https://github.com/technoweenie</uri>
1174-
</author>
1175-
<link rel="alternate" href="http://developer.github.com/changes/2013-01-08-new-user-scopes/" />
1176-
<content type="html">&lt;p&gt;We’ve added a &lt;a href="http://developer.github.com/v3/oauth/#scopes"&gt;few new user scopes&lt;/a&gt; for 3rd party applications that want very
1177-
specific user functionality. The &lt;code&gt;user:email&lt;/code&gt; scope gives apps read-only access
1178-
to a user’s private email addresses. The &lt;code&gt;user:follow&lt;/code&gt; scope lets a user
1179-
follow and unfollow other users.&lt;/p&gt;
1180-
1181-
&lt;p&gt;This should help keep applications from requiring the &lt;code&gt;user&lt;/code&gt; scope, which
1182-
can be potentially dangerous.&lt;/p&gt;
1183-
1184-
&lt;p&gt;We also added a read-only endpoint to get a user’s public SSH keys.&lt;/p&gt;
1185-
1186-
&lt;pre&gt;&lt;code&gt;GET https://api.github.com/users/technoweenie/keys
1187-
&lt;/code&gt;&lt;/pre&gt;
1188-
11891187
</content>
11901188
</entry>
11911189
</feed>

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -87,6 +85,8 @@ <h2 class="title">
8785
<h2>Recent Posts</h2>
8886
<ul class="headlines sidebar-module">
8987

88+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
89+
9090
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
9191

9292
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -101,8 +101,6 @@ <h2>Recent Posts</h2>
101101

102102
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
103103

104-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
105-
106104
</ul>
107105

108106

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -89,6 +87,8 @@ <h2 class="title">
8987
<h2>Recent Posts</h2>
9088
<ul class="headlines sidebar-module">
9189

90+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
91+
9292
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
9393

9494
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -103,8 +103,6 @@ <h2>Recent Posts</h2>
103103

104104
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
105105

106-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
107-
108106
</ul>
109107

110108

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -84,6 +82,8 @@ <h2 class="title">
8482
<h2>Recent Posts</h2>
8583
<ul class="headlines sidebar-module">
8684

85+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
86+
8787
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
8888

8989
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -98,8 +98,6 @@ <h2>Recent Posts</h2>
9898

9999
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
100100

101-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
102-
103101
</ul>
104102

105103

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -130,6 +128,8 @@ <h2 id="polling">Polling</h2>
130128
<h2>Recent Posts</h2>
131129
<ul class="headlines sidebar-module">
132130

131+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
132+
133133
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
134134

135135
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -144,8 +144,6 @@ <h2>Recent Posts</h2>
144144

145145
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
146146

147-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
148-
149147
</ul>
150148

151149

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -75,6 +73,8 @@ <h2 class="title">
7573
<h2>Recent Posts</h2>
7674
<ul class="headlines sidebar-module">
7775

76+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
77+
7878
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
7979

8080
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -89,8 +89,6 @@ <h2>Recent Posts</h2>
8989

9090
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
9191

92-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
93-
9492
</ul>
9593

9694

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -94,6 +92,8 @@ <h2 class="title">
9492
<h2>Recent Posts</h2>
9593
<ul class="headlines sidebar-module">
9694

95+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
96+
9797
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
9898

9999
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -108,8 +108,6 @@ <h2>Recent Posts</h2>
108108

109109
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
110110

111-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
112-
113111
</ul>
114112

115113

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -119,6 +117,8 @@ <h2 class="title">
119117
<h2>Recent Posts</h2>
120118
<ul class="headlines sidebar-module">
121119

120+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
121+
122122
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
123123

124124
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -133,8 +133,6 @@ <h2>Recent Posts</h2>
133133

134134
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
135135

136-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
137-
138136
</ul>
139137

140138

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -90,6 +88,8 @@ <h2 class="title">
9088
<h2>Recent Posts</h2>
9189
<ul class="headlines sidebar-module">
9290

91+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
92+
9393
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
9494

9595
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -104,8 +104,6 @@ <h2>Recent Posts</h2>
104104

105105
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
106106

107-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
108-
109107
</ul>
110108

111109

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
<div>
2323
<a class="logo" href="/">GitHub:Developer</a>
2424
<ul class="nav">
25-
<li><a href="/" class="nav-overview">Overview</a></li>
2625
<li><a href="/v3/" class="nav-api">API</a></li>
27-
<li><a href="/webhooks/" class="nav-webhooks">Webhooks</a></li>
2826
<li><a href="/changes/" class="nav-blog">Blog</a></li>
2927
<li><a href="https://github.com/contact">Support</a></li>
3028
<li id="search-container">
@@ -98,6 +96,8 @@ <h2 class="title">
9896
<h2>Recent Posts</h2>
9997
<ul class="headlines sidebar-module">
10098

99+
<li><a href="/changes/2014-2-10-ping-event-for-webhooks/">Ping Event for Webhooks<br /><span class="date">February 10, 2014</span></a></li>
100+
101101
<li><a href="/changes/2014-02-10-repo-hook-scopes/">New scopes for managing repository hooks<br /><span class="date">February 10, 2014</span></a></li>
102102

103103
<li><a href="/changes/2014-01-29-audit-org-members-for-2fa/">Audit organization members for two-factor authentication<br /><span class="date">January 29, 2014</span></a></li>
@@ -112,8 +112,6 @@ <h2>Recent Posts</h2>
112112

113113
<li><a href="/changes/2013-10-29-search-api-becomes-an-official-part-of-github-api-v3/">Search API Becomes an Official Part of API v3<br /><span class="date">October 29, 2013</span></a></li>
114114

115-
<li><a href="/changes/2013-10-18-new-code-search-requirements/">New Validation Rule for Beta Code Search API<br /><span class="date">October 18, 2013</span></a></li>
116-
117115
</ul>
118116

119117

0 commit comments

Comments
 (0)