<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/integration/github.md, branch update-installation-docs</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Update github.md</title>
<updated>2016-10-21T12:57:15+00:00</updated>
<author>
<name>Florian</name>
<email>ffittschen@gmail.com</email>
</author>
<published>2016-05-06T13:55:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfde451d36aa1c518654532c3e2cfffe5dfc2d98'/>
<id>cfde451d36aa1c518654532c3e2cfffe5dfc2d98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-angle-brackets-in-docs' into 'master'</title>
<updated>2016-08-10T14:14:36+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-08-10T14:14:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b50e8c293452f65990f1a97050b474c95755b660'/>
<id>b50e8c293452f65990f1a97050b474c95755b660</id>
<content type='text'>

Fix escaped angle bracket's in integration documentation.

There are several escaped angle brackets in our integration docs.  While these
render fine within GitLab, they are broken when rendered on doc.gitlab.com because
pandoc does not escape them correctly.

You can see the problem here: http://doc.gitlab.com/ce/integration/github.html

Note that the strings `&lt;Organization&gt;` and `&lt;Your Name&gt;` are being interpreted as html tags.

It looks like doc.gitlab.com is using pandoc: https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/generate.rb#L64

You can verify these changes by running something like this and then inspecting `test.html`:

    pandoc --from markdown_github-hard_line_breaks -o test.html doc/integration/twitter.md

You can also verify that GitLab continues to render the docs correctly by checking, for example, http://localhost:3000/help/integration/twitter.md


See merge request !4128</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix escaped angle bracket's in integration documentation.

There are several escaped angle brackets in our integration docs.  While these
render fine within GitLab, they are broken when rendered on doc.gitlab.com because
pandoc does not escape them correctly.

You can see the problem here: http://doc.gitlab.com/ce/integration/github.html

Note that the strings `&lt;Organization&gt;` and `&lt;Your Name&gt;` are being interpreted as html tags.

It looks like doc.gitlab.com is using pandoc: https://gitlab.com/gitlab-com/doc-gitlab-com/blob/master/generate.rb#L64

You can verify these changes by running something like this and then inspecting `test.html`:

    pandoc --from markdown_github-hard_line_breaks -o test.html doc/integration/twitter.md

You can also verify that GitLab continues to render the docs correctly by checking, for example, http://localhost:3000/help/integration/twitter.md


See merge request !4128</pre>
</div>
</content>
</entry>
<entry>
<title>Fix escaped angle bracket's in integration documentation.</title>
<updated>2016-05-12T14:48:34+00:00</updated>
<author>
<name>Eric K Idema</name>
<email>eki@vying.org</email>
</author>
<published>2016-05-12T14:48:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae2d4d2de03f2ff25a79266128ef75d5e301e298'/>
<id>ae2d4d2de03f2ff25a79266128ef75d5e301e298</id>
<content type='text'>
There are several escaped angle brackets in our integration docs.  While these
render fine within GitLab, they are broken rendered on doc.gitlab.com because
pandoc does not escape them correctly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are several escaped angle brackets in our integration docs.  While these
render fine within GitLab, they are broken rendered on doc.gitlab.com because
pandoc does not escape them correctly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix documentation for Github integration authorization callback url.</title>
<updated>2016-05-10T23:15:26+00:00</updated>
<author>
<name>Eric K Idema</name>
<email>eki@vying.org</email>
</author>
<published>2016-05-10T23:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e921fc90b830002f66e6de24165559154a08da6f'/>
<id>e921fc90b830002f66e6de24165559154a08da6f</id>
<content type='text'>
There are two callbacks that could be used with Github integration:

  * /import/github/callback (used by project import)
  * /users/auth/github/callback (used by OmniAuth)

Github's documentation suggests that authorization callback url should be
set to the longest common path.

https://developer.github.com/v3/oauth/#redirect-urls

Configuring according to the previous documentation resulted in a
redirect_uri_mismatch error from Github when logging in via OmniAuth.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are two callbacks that could be used with Github integration:

  * /import/github/callback (used by project import)
  * /users/auth/github/callback (used by OmniAuth)

Github's documentation suggests that authorization callback url should be
set to the longest common path.

https://developer.github.com/v3/oauth/#redirect-urls

Configuring according to the previous documentation resulted in a
redirect_uri_mismatch error from Github when logging in via OmniAuth.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the GitHub Omniauth instructions</title>
<updated>2016-04-29T04:13:21+00:00</updated>
<author>
<name>Alex Jordan</name>
<email>alex@strugee.net</email>
</author>
<published>2016-04-29T04:13:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c50ce3ba2905ab9f3431467c0118d3cf16fbfea2'/>
<id>c50ce3ba2905ab9f3431467c0118d3cf16fbfea2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes for review of GitHub Enterprise backport changes</title>
<updated>2016-04-27T04:02:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-04-27T04:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c47183d78723a30733dc465f72e37299d8628363'/>
<id>c47183d78723a30733dc465f72e37299d8628363</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport GitHub Enterprise import support from EE</title>
<updated>2016-04-27T04:00:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-04-22T19:43:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eede0323453190440a8d738b5eab0723f54dee65'/>
<id>eede0323453190440a8d738b5eab0723f54dee65</id>
<content type='text'>
These changes were pulled from GitLab EE to support configuring
an alternative API URL than the default https://api.github.com.
In addition, the `verify_ssl` flag allows users to disable SSL cert
checking.

One modification: add a default `args` option if it does not exist
to avoid breaking existing configurations.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These changes were pulled from GitLab EE to support configuring
an alternative API URL than the default https://api.github.com.
In addition, the `verify_ssl` flag allows users to disable SSL cert
checking.

One modification: add a default `args` option if it does not exist
to avoid breaking existing configurations.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9978 from fantasywind/patch-2</title>
<updated>2016-03-28T17:40:59+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@users.noreply.github.com</email>
</author>
<published>2016-03-28T17:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf7aac74a492c6de79001abbf3b41e23738509a7'/>
<id>bf7aac74a492c6de79001abbf3b41e23738509a7</id>
<content type='text'>
Update github.md</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update github.md</pre>
</div>
</content>
</entry>
<entry>
<title>Update github default callback url</title>
<updated>2016-03-01T10:30:22+00:00</updated>
<author>
<name>Chia Yu Pai</name>
<email>fantasyatelier@gmail.com</email>
</author>
<published>2016-03-01T10:30:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=da866795edcf77298741f7acc70dd49daeec9eed'/>
<id>da866795edcf77298741f7acc70dd49daeec9eed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move all integration docs images in a single directory</title>
<updated>2016-01-24T20:22:19+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-01-24T20:22:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f615500a98c3375d80f5d5aff5b76a8216db0ca'/>
<id>6f615500a98c3375d80f5d5aff5b76a8216db0ca</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
</feed>
