Skip to content

Commit fd32df1

Browse files
author
Hubot
committed
P U B L I S H 🎁
1 parent 1be2a87 commit fd32df1

File tree

122 files changed

+1412
-502
lines changed

Some content is hidden

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

122 files changed

+1412
-502
lines changed

changes.atom

Lines changed: 48 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,54 @@
7676

7777
<p>To learn more about these redirects and how they benefit your applications, be sure to check out the <a href="/changes/2015-04-17-preview-repository-redirects/">preview period announcement</a>. As always, if you have any questions, we’re <a href="https://github.com/contact?form%5Bsubject%5D=API+Repository+Redirects">here to help</a>.</p>
7878

79+
</content>
80+
</entry>
81+
<entry>
82+
<id>tag:developer.github.com,2015-06-24:/changes/2015-06-24-licenses-api-update/</id>
83+
<title type="html">Licenses API update</title>
84+
<published>2015-06-24T00:00:00Z</published>
85+
<updated>2015-06-24T00:00:00Z</updated>
86+
<author>
87+
<name>mislav</name>
88+
<uri>https://github.com/technoweenie</uri>
89+
</author>
90+
<link rel="alternate" href="http://developer.github.com/changes/2015-06-24-licenses-api-update/" />
91+
<content type="html">&lt;p&gt;We are expanding the &lt;a href="/v3/licenses"&gt;Licenses API&lt;/a&gt; to make it more useful for auditing license usage across all repositories owned by a user or organization.&lt;/p&gt;
92+
93+
&lt;p&gt;Before, license information was only returned for an individual repository:&lt;/p&gt;
94+
95+
&lt;pre&gt;&lt;code&gt;GET /repos/github/hubot
96+
&lt;/code&gt;&lt;/pre&gt;
97+
98+
&lt;p&gt;Now, license information will also be included in reponses from endpoints that list multiple repositories, such as &lt;a href="/v3/repos/#list-organization-repositories"&gt;List organization repositories&lt;/a&gt;:&lt;/p&gt;
99+
100+
&lt;pre&gt;&lt;code&gt;GET /orgs/github/repos
101+
&lt;/code&gt;&lt;/pre&gt;
102+
103+
&lt;p&gt;As before, to access the API during the preview period, you must provide a custom &lt;a href="/v3/media"&gt;media type&lt;/a&gt; in the &lt;code&gt;Accept&lt;/code&gt; header:&lt;/p&gt;
104+
105+
&lt;pre&gt;&lt;code&gt;application/vnd.github.drax-preview+json
106+
&lt;/code&gt;&lt;/pre&gt;
107+
108+
&lt;p&gt;For more information, see the &lt;a href="/v3/licenses/"&gt;Licenses API documentation&lt;/a&gt;, and if you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=Licenses+API"&gt;let us know&lt;/a&gt;.&lt;/p&gt;
109+
</content>
110+
</entry>
111+
<entry>
112+
<id>tag:developer.github.com,2015-06-24:/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/</id>
113+
<title type="html">Breaking changes to organization permissions are now official</title>
114+
<published>2015-06-24T00:00:00Z</published>
115+
<updated>2015-06-24T00:00:00Z</updated>
116+
<author>
117+
<name>jakeboxer</name>
118+
<uri>https://github.com/technoweenie</uri>
119+
</author>
120+
<link rel="alternate" href="http://developer.github.com/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/" />
121+
<content type="html">&lt;p&gt;As &lt;a href="/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24"&gt;promised earlier this month&lt;/a&gt;, the &lt;a href="/changes/2014-12-08-organization-permissions-api-preview/"&gt;API changes&lt;/a&gt; related to managing organization members and repositories are now official parts of the GitHub API.&lt;/p&gt;
122+
123+
&lt;p&gt;During the migration period, you needed to &lt;a href="/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/#migration-period"&gt;provide a custom media type in the &lt;code&gt;Accept&lt;/code&gt; header&lt;/a&gt; to opt-in to the changes. Now that the migration period has ended, you no longer need to specify this custom &lt;a href="/v3/media"&gt;media type&lt;/a&gt;.&lt;/p&gt;
124+
125+
&lt;p&gt;If you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=Organization+Permissions+API"&gt;get in touch with us&lt;/a&gt;!&lt;/p&gt;
126+
79127
</content>
80128
</entry>
81129
<entry>
@@ -161,54 +209,6 @@
161209

162210
&lt;p&gt;We would love to hear your thoughts on these enhancements. If you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=Organization+Permissions+API"&gt;get in touch with us&lt;/a&gt;!&lt;/p&gt;
163211

164-
</content>
165-
</entry>
166-
<entry>
167-
<id>tag:developer.github.com,2015-06-24:/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/</id>
168-
<title type="html">Breaking changes to organization permissions are now official</title>
169-
<published>2015-06-24T00:00:00Z</published>
170-
<updated>2015-06-24T00:00:00Z</updated>
171-
<author>
172-
<name>jakeboxer</name>
173-
<uri>https://github.com/technoweenie</uri>
174-
</author>
175-
<link rel="alternate" href="http://developer.github.com/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/" />
176-
<content type="html">&lt;p&gt;As &lt;a href="/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24"&gt;promised earlier this month&lt;/a&gt;, the &lt;a href="/changes/2014-12-08-organization-permissions-api-preview/"&gt;API changes&lt;/a&gt; related to managing organization members and repositories are now official parts of the GitHub API.&lt;/p&gt;
177-
178-
&lt;p&gt;During the migration period, you needed to &lt;a href="/changes/2015-06-10-breaking-changes-to-organization-permissions-coming-on-june-24/#migration-period"&gt;provide a custom media type in the &lt;code&gt;Accept&lt;/code&gt; header&lt;/a&gt; to opt-in to the changes. Now that the migration period has ended, you no longer need to specify this custom &lt;a href="/v3/media"&gt;media type&lt;/a&gt;.&lt;/p&gt;
179-
180-
&lt;p&gt;If you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=Organization+Permissions+API"&gt;get in touch with us&lt;/a&gt;!&lt;/p&gt;
181-
182-
</content>
183-
</entry>
184-
<entry>
185-
<id>tag:developer.github.com,2015-06-24:/changes/2015-06-24-licenses-api-update/</id>
186-
<title type="html">Licenses API update</title>
187-
<published>2015-06-24T00:00:00Z</published>
188-
<updated>2015-06-24T00:00:00Z</updated>
189-
<author>
190-
<name>mislav</name>
191-
<uri>https://github.com/technoweenie</uri>
192-
</author>
193-
<link rel="alternate" href="http://developer.github.com/changes/2015-06-24-licenses-api-update/" />
194-
<content type="html">&lt;p&gt;We are expanding the &lt;a href="/v3/licenses"&gt;Licenses API&lt;/a&gt; to make it more useful for auditing license usage across all repositories owned by a user or organization.&lt;/p&gt;
195-
196-
&lt;p&gt;Before, license information was only returned for an individual repository:&lt;/p&gt;
197-
198-
&lt;pre&gt;&lt;code&gt;GET /repos/github/hubot
199-
&lt;/code&gt;&lt;/pre&gt;
200-
201-
&lt;p&gt;Now, license information will also be included in reponses from endpoints that list multiple repositories, such as &lt;a href="/v3/repos/#list-organization-repositories"&gt;List organization repositories&lt;/a&gt;:&lt;/p&gt;
202-
203-
&lt;pre&gt;&lt;code&gt;GET /orgs/github/repos
204-
&lt;/code&gt;&lt;/pre&gt;
205-
206-
&lt;p&gt;As before, to access the API during the preview period, you must provide a custom &lt;a href="/v3/media"&gt;media type&lt;/a&gt; in the &lt;code&gt;Accept&lt;/code&gt; header:&lt;/p&gt;
207-
208-
&lt;pre&gt;&lt;code&gt;application/vnd.github.drax-preview+json
209-
&lt;/code&gt;&lt;/pre&gt;
210-
211-
&lt;p&gt;For more information, see the &lt;a href="/v3/licenses/"&gt;Licenses API documentation&lt;/a&gt;, and if you have any questions or feedback, please &lt;a href="https://github.com/contact?form%5Bsubject%5D=Licenses+API"&gt;let us know&lt;/a&gt;.&lt;/p&gt;
212212
</content>
213213
</entry>
214214
<entry>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ <h2>Recent Posts</h2>
9393

9494
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
9595

96-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
96+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
9797

9898
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
9999

100-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
100+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
101101

102102
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
103103

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,11 @@ <h2>Recent Posts</h2>
9595

9696
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
9797

98-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
98+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
9999

100100
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
101101

102-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
102+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
103103

104104
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
105105

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ <h2>Recent Posts</h2>
9090

9191
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
9292

93-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
93+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
9494

9595
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
9696

97-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
97+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
9898

9999
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
100100

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,11 @@ <h2>Recent Posts</h2>
136136

137137
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
138138

139-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
139+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
140140

141141
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
142142

143-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
143+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
144144

145145
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
146146

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ <h2>Recent Posts</h2>
8181

8282
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
8383

84-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
84+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
8585

8686
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
8787

88-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
88+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
8989

9090
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
9191

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ <h2>Recent Posts</h2>
100100

101101
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
102102

103-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
103+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
104104

105105
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
106106

107-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
107+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
108108

109109
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
110110

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@ <h2>Recent Posts</h2>
125125

126126
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
127127

128-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
128+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
129129

130130
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
131131

132-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
132+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
133133

134134
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
135135

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ <h2>Recent Posts</h2>
9696

9797
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
9898

99-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
99+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
100100

101101
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
102102

103-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
103+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
104104

105105
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
106106

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ <h2>Recent Posts</h2>
104104

105105
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
106106

107-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
107+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
108108

109109
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
110110

111-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
111+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
112112

113113
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
114114

changes/2012-12-08-finding-source-and-fork-repos-for-organizations/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ <h2>Recent Posts</h2>
9494

9595
<li><a href="/changes/2015-07-21-automatic-redirects-for-renamed-repositories/">Automatic redirects for renamed repositories<br /><span class="date">July 21, 2015</span></a></li>
9696

97-
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
97+
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
9898

9999
<li><a href="/changes/2015-06-24-breaking-changes-to-organization-permissions-are-now-official/">Breaking changes to organization permissions are now official<br /><span class="date">June 24, 2015</span></a></li>
100100

101-
<li><a href="/changes/2015-06-24-licenses-api-update/">Licenses API update<br /><span class="date">June 24, 2015</span></a></li>
101+
<li><a href="/changes/2015-06-24-api-enhancements-for-working-with-organization-permissions/">API enhancements for working with organization permissions<br /><span class="date">June 24, 2015</span></a></li>
102102

103103
<li><a href="/changes/2015-06-17-organizations-endpoint/">List all organizations<br /><span class="date">June 17, 2015</span></a></li>
104104

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy