<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch sh-fix-clone-url-for-https</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>Fix clone URL not showing if protocol is HTTPS</title>
<updated>2019-01-03T21:41:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-01-03T21:17:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=913084e6a3147fb55e66fc38b230f1166b7e9f8b'/>
<id>913084e6a3147fb55e66fc38b230f1166b7e9f8b</id>
<content type='text'>
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did
not work because the protocol returned to `http_enabled?`
was the actual protocol in use (e.g. `https` instead of `http`).

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GitLab 11.6.2 fixed the case for HTTP. However, HTTPS still did
not work because the protocol returned to `http_enabled?`
was the actual protocol in use (e.g. `https` instead of `http`).

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/55896
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tz-user-popover-follow-up' into 'master'</title>
<updated>2019-01-03T21:04:16+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-01-03T21:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e20c8eb8b71eaa71fbfd5dedf6ccd6492531e14'/>
<id>0e20c8eb8b71eaa71fbfd5dedf6ccd6492531e14</id>
<content type='text'>
Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color

See merge request gitlab-org/gitlab-ce!23768</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added Comment to user avatar Image, Changed Fixtures to created ones, added shadow color

See merge request gitlab-org/gitlab-ce!23768</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '54386-integrate-mobile-css-framework-into-specific-frameworks' into 'master'</title>
<updated>2019-01-03T19:38:34+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2019-01-03T19:38:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3a60173738c277b7ad7da31ebb577d1aaf694485'/>
<id>3a60173738c277b7ad7da31ebb577d1aaf694485</id>
<content type='text'>
Integrate mobile CSS framework into specific frameworks

Closes #54386

See merge request gitlab-org/gitlab-ce!23301</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Integrate mobile CSS framework into specific frameworks

Closes #54386

See merge request gitlab-org/gitlab-ce!23301</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-popover-header-size' into 'master'</title>
<updated>2019-01-03T19:06:56+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.m.gray@gmail.com</email>
</author>
<published>2019-01-03T19:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=21728cfea8c35a079dcf976f6ca39a4e06f78180'/>
<id>21728cfea8c35a079dcf976f6ca39a4e06f78180</id>
<content type='text'>
Force popover-header to size 14px instead of rems

Closes gitlab-ee#8941

See merge request gitlab-org/gitlab-ce!24065</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Force popover-header to size 14px instead of rems

Closes gitlab-ee#8941

See merge request gitlab-org/gitlab-ce!24065</pre>
</div>
</content>
</entry>
<entry>
<title>Force popover-header to size 14px instead of rems</title>
<updated>2019-01-03T19:06:56+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-01-03T19:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cc170959da693ab7596c97f9d8dbdf63f8baf52f'/>
<id>cc170959da693ab7596c97f9d8dbdf63f8baf52f</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 'ce-1979-fe-settings-empty' into 'master'</title>
<updated>2019-01-03T17:22:48+00:00</updated>
<author>
<name>Kushal Pandya</name>
<email>kushalspandya@gmail.com</email>
</author>
<published>2019-01-03T17:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24665ccbe13134bf8379dc68ddfbe80f6c035808'/>
<id>24665ccbe13134bf8379dc68ddfbe80f6c035808</id>
<content type='text'>
CE Port of "(Part 1) FE multiple approval rules settings - empty state"

See merge request gitlab-org/gitlab-ce!24087</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CE Port of "(Part 1) FE multiple approval rules settings - empty state"

See merge request gitlab-org/gitlab-ce!24087</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add-link-rel-me' into 'master'</title>
<updated>2019-01-03T16:53:55+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-01-03T16:53:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3fc0562dca390a2b56ca2713f929408e0fa4099e'/>
<id>3fc0562dca390a2b56ca2713f929408e0fa4099e</id>
<content type='text'>
Add rel=me to user's website link

See merge request gitlab-org/gitlab-ce!24089</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add rel=me to user's website link

See merge request gitlab-org/gitlab-ce!24089</pre>
</div>
</content>
</entry>
<entry>
<title>Add rel=me to user's website link</title>
<updated>2019-01-03T16:04:18+00:00</updated>
<author>
<name>Wiktor Kwapisiewicz</name>
<email>wiktor@metacode.biz</email>
</author>
<published>2018-12-31T23:22:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6dca1432e811ec6964145b390be62f1406ecf626'/>
<id>6dca1432e811ec6964145b390be62f1406ecf626</id>
<content type='text'>
rel=me links allow cross-linking of user's identities. This behavior is
used by software to determine if user controls profiles on two different
sites. For example Mastodon uses it to display verified badge on links.

Both Twitter and GitHub automatically add rel=me to links added to
users' profiles.

See: https://www.zylstra.org/blog/2018/10/mastodon-rel-me/
See: http://microformats.org/wiki/rel-me
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rel=me links allow cross-linking of user's identities. This behavior is
used by software to determine if user controls profiles on two different
sites. For example Mastodon uses it to display verified badge on links.

Both Twitter and GitHub automatically add rel=me to links added to
users' profiles.

See: https://www.zylstra.org/blog/2018/10/mastodon-rel-me/
See: http://microformats.org/wiki/rel-me
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-drop-webhooks-project-export' into 'master'</title>
<updated>2019-01-03T15:58:37+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2019-01-03T15:58:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1915873e5955db02ca9b3cd81892676e615a279d'/>
<id>1915873e5955db02ca9b3cd81892676e615a279d</id>
<content type='text'>
Drop Webhooks from project import/export config

Closes #53513

See merge request gitlab-org/gitlab-ce!24121</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Drop Webhooks from project import/export config

Closes #53513

See merge request gitlab-org/gitlab-ce!24121</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '55883-modal-header-titles-have-an-unnecessary-top-margin' into 'master'</title>
<updated>2019-01-03T15:14:27+00:00</updated>
<author>
<name>Clement Ho</name>
<email>clemmakesapps@gmail.com</email>
</author>
<published>2019-01-03T15:14:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9db22922dd028ba7baf4059a00d8ed965e6865ff'/>
<id>9db22922dd028ba7baf4059a00d8ed965e6865ff</id>
<content type='text'>
Remove unnecessary top margin in modal header titles

Closes #55883

See merge request gitlab-org/gitlab-ce!24108</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove unnecessary top margin in modal header titles

Closes #55883

See merge request gitlab-org/gitlab-ce!24108</pre>
</div>
</content>
</entry>
</feed>
