Skip to content

Commit c19198b

Browse files
committed
P U B L I S H ⚡
1 parent 00c33ad commit c19198b

148 files changed

Lines changed: 10299 additions & 8792 deletions

File tree

Some content is hidden

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

changes.atom

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ <h2 class="title">
7777

7878
<p>If you have any questions or feedback, please drop us a line at
7979
<a href="mailto:support@github.com?subject=API%20Rate%20limit">support@github.com</a>.</p>
80+
8081
</div>
8182

8283
</div>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ <h2 class="title">
7979

8080
<p>If you have any questions or feedback, please drop us a line at
8181
<a href="mailto:support@github.com?subject=Org%20members%20API">support@github.com</a>.</p>
82+
8283
</div>
8384

8485
</div>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ <h2 class="title">
7373
</pre>
7474

7575
<p>If you provide a branch name that hasn’t been pushed to GitHub, we’ll gracefully fall back to <code>'master'</code> or the first branch.</p>
76+
77+
7678
</div>
7779

7880
</div>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h2 id="polling">Polling</h2>
120120
</pre>
121121

122122
<p>You can read about the API details in depth in the <a href="http://developer.github.com/v3/activity/notifications/">Notifications documentation</a>.</p>
123+
123124
</div>
124125

125126
</div>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ <h2 class="title">
6565
<p>Adding the gist id to the URI of comments makes it impossible, in practical terms, to guess that URI because the id of private gists are very large random numbers. This is, unfortunately, a breaking change but one that cannot be avoided because of the security implications of the current URIs. We apologize for the inconvenience.</p>
6666

6767
<p>We have also added a <code>comments_url</code> member to the Gist documents. The <code>comments_url</code> link provides access to the comments of a Gist in a way that will insulate clients from changes in the URI patterns used by the GitHub API. We are increasing our use of links in order to make changes such as this one less damaging to clients. We strongly encourage using <code>url</code> and <code>*_url</code> properties, where possible, rather than constructing URIs using the patterns published on this site. Doing so will result in clients that break less often.</p>
68+
6869
</div>
6970

7071
</div>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ <h2 class="title">
8484

8585
<p>Don’t worry, we are committed to maintaining the legacy behavior until the next
8686
major change of the GitHub API.</p>
87+
8788
</div>
8889

8990
</div>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ <h2 class="title">
108108
DerivedData
109109
.idea/
110110
</code></pre>
111+
112+
111113
</div>
112114

113115
</div>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,10 @@ <h2 class="title">
7777
<p>Check out the docs for sorting and filtering options:</p>
7878

7979
<ul>
80-
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
80+
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
8181
<li><a href="/v3/pulls/comments/#list-comments-in-a-repository">Review comments</a></li>
8282
</ul>
83+
8384
</div>
8485

8586
</div>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ <h2 class="title">
8787

8888
<p>No more implementing the <a href="/v3/oauth/#web-application-flow">web flow</a> just to get a token tied to your
8989
app’s rate limit.</p>
90+
91+
9092
</div>
9193

9294
</div>

0 commit comments

Comments
 (0)