Skip to content

Commit 115bc32

Browse files
committed
Merge pull request github#359 from github/specify-sni-support-required
1 parent 1f1f3ac commit 115bc32

File tree

103 files changed

+698
-1419
lines changed

Some content is hidden

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

103 files changed

+698
-1419
lines changed

changes.atom

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

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ <h2 class="title">
7070

7171
<p>If you have any questions or feedback, please drop us a line at
7272
<a href="mailto:[email protected]?subject=API%20Rate%20limit">[email protected]</a>.</p>
73-
7473
</div>
7574

7675
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ <h2 class="title">
7272

7373
<p>If you have any questions or feedback, please drop us a line at
7474
<a href="mailto:[email protected]?subject=Org%20members%20API">[email protected]</a>.</p>
75-
7675
</div>
7776

7877
</div>

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

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

6868
<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>
69-
70-
7169
</div>
7270

7371
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ <h2 id="polling">Polling</h2>
113113
</pre>
114114

115115
<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>
116-
117116
</div>
118117

119118
</div>

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ <h2 class="title">
5858
<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>
5959

6060
<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>
61-
6261
</div>
6362

6463
</div>

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

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

7878
<p>Don’t worry, we are committed to maintaining the legacy behavior until the next
7979
major change of the GitHub API.</p>
80-
8180
</div>
8281

8382
</div>

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,6 @@ <h2 class="title">
101101
DerivedData
102102
.idea/
103103
</code></pre>
104-
105-
106104
</div>
107105

108106
</div>

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,9 @@ <h2 class="title">
7070
<p>Check out the docs for sorting and filtering options:</p>
7171

7272
<ul>
73-
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
73+
<li><a href="/v3/issues/comments/#list-comments-in-a-repository">Issue comments</a></li>
7474
<li><a href="/v3/pulls/comments/#list-comments-in-a-repository">Review comments</a></li>
7575
</ul>
76-
7776
</div>
7877

7978
</div>

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

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

8181
<p>No more implementing the <a href="/v3/oauth/#web-application-flow">web flow</a> just to get a token tied to your
8282
app’s rate limit.</p>
83-
84-
8583
</div>
8684

8785
</div>

0 commit comments

Comments
 (0)