<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/help, branch docs-pages-force-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>Merge branch '59838-blocks' into 'master'</title>
<updated>2019-05-16T12:24:19+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2019-05-16T12:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=71244a7962ea642536138f98d49379ab5c0111a3'/>
<id>71244a7962ea642536138f98d49379ab5c0111a3</id>
<content type='text'>
Fixes style-lint issues for blocks.scss

Closes #59838

See merge request gitlab-org/gitlab-ce!28251</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes style-lint issues for blocks.scss

Closes #59838

See merge request gitlab-org/gitlab-ce!28251</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve CE/EE diffs in help/index</title>
<updated>2019-05-15T15:47:10+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2019-05-15T15:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6c6deb85c47e257968e6d0d6e83017efff137941'/>
<id>6c6deb85c47e257968e6d0d6e83017efff137941</id>
<content type='text'>
Part of single codebase changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of single codebase changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes stylelint issues for blocks.scss</title>
<updated>2019-05-10T20:47:20+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-05-10T20:47:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ed44916488a68b2bb37e5fb0080ee1e5e7003ef1'/>
<id>ed44916488a68b2bb37e5fb0080ee1e5e7003ef1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format extra help page text like wiki</title>
<updated>2019-04-27T10:05:32+00:00</updated>
<author>
<name>Bastian Blank</name>
<email>waldi@debian.org</email>
</author>
<published>2019-03-29T23:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b86728070732cab4854799b4e954bcd16e07a3c'/>
<id>3b86728070732cab4854799b4e954bcd16e07a3c</id>
<content type='text'>
The instance specific help text was not rendered in any way compatible
with the look and feel of the rest of the page.  Just re-use the wiki
style like the rest of the page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The instance specific help text was not rendered in any way compatible
with the look and feel of the rest of the page.  Just re-use the wiki
style like the rest of the page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Always show instance configuration link</title>
<updated>2019-04-02T21:12:15+00:00</updated>
<author>
<name>Bastian Blank</name>
<email>waldi@debian.org</email>
</author>
<published>2019-03-29T23:27:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3de5fcfa8331e13bcf00d41653c2c6ee337abf5'/>
<id>d3de5fcfa8331e13bcf00d41653c2c6ee337abf5</id>
<content type='text'>
The link to the useful instance configuration page was hidden behind the
commercial content setting.  Just display it always.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link to the useful instance configuration page was hidden behind the
commercial content setting.  Just display it always.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove .wiki and @md-typography mixin in favor of .md and .md-file</title>
<updated>2019-03-26T13:29:33+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2019-03-23T13:09:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=838f7e56a407aa335cf4406632373bac3d05dee0'/>
<id>838f7e56a407aa335cf4406632373bac3d05dee0</id>
<content type='text'>
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).

In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, the styling for `img:not(.emoji)`` was repeated between
`.md:not(.use-csslab):not(.wiki)` (for comments and the Markdown
preview), `.documentation.wiki` (for help pages), and
`.issuable-details .description .wiki` (for MR and issue descriptions).

In these places, we now simply use `.md`. Wherever we use `.md` but
don't want this image styling (like wikis and blobs), `.md-file` is
added.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set up basic keyboard next/previous navigation in diff list</title>
<updated>2019-02-27T09:12:13+00:00</updated>
<author>
<name>Denys Mishunov</name>
<email>dmishunov@gitlab.com</email>
</author>
<published>2019-02-27T09:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0aff8e27530d391e4c819838b46d77f6231ecf70'/>
<id>0aff8e27530d391e4c819838b46d77f6231ecf70</id>
<content type='text'>
Mousetrap is used as the help-tool to listen to keystrokes

Added currentDiffIndex getter to store that holds
the index of currently active diff file in the list

Instead of computing it on the component, we will take advantage of it
being available for all components in DiffsApp

Testing keyboard navigation and jumpToFile()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Mousetrap is used as the help-tool to listen to keystrokes

Added currentDiffIndex getter to store that holds
the index of currently active diff file in the list

Instead of computing it on the component, we will take advantage of it
being available for all components in DiffsApp

Testing keyboard navigation and jumpToFile()
</pre>
</div>
</content>
</entry>
<entry>
<title>WebIDE: Make Ctrl+Enter automatically commit when commit textarea is focused</title>
<updated>2018-11-26T08:40:18+00:00</updated>
<author>
<name>Thomas Pathier</name>
<email>tpxp@live.fr</email>
</author>
<published>2018-11-26T08:40:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=456771398593c0192537dd472bd5341bc919b5e7'/>
<id>456771398593c0192537dd472bd5341bc919b5e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show the commit-sha for pre-release versions</title>
<updated>2018-10-02T14:11:32+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-10-01T13:59:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b09e40624b9fc6a7b4a7b38f174bc66d996e3fd5'/>
<id>b09e40624b9fc6a7b4a7b38f174bc66d996e3fd5</id>
<content type='text'>
The pre-release tags are set at the beginning of a release, so it
would be impossible to figure out which version was running if we're
running nightlies.

In that case it's better to still link to the SHA. These versions
don't get deployed to .com.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The pre-release tags are set at the beginning of a release, so it
would be impossible to figure out which version was running if we're
running nightlies.

In that case it's better to still link to the SHA. These versions
don't get deployed to .com.
</pre>
</div>
</content>
</entry>
<entry>
<title>Link to the tag from a version instead of commit</title>
<updated>2018-10-01T09:59:48+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@vanlanduyt.co</email>
</author>
<published>2018-10-01T08:43:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=18324261097de835628570696594f749e48d3747'/>
<id>18324261097de835628570696594f749e48d3747</id>
<content type='text'>
This will result in a 404 when running an unreleased security patch
while still allowing users to find the commit when it is made available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will result in a 404 when running an unreleased security patch
while still allowing users to find the commit when it is made available.
</pre>
</div>
</content>
</entry>
</feed>
