<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc, branch 22884-setup-git-documentation-article</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Added configure Git documentation article</title>
<updated>2016-10-04T11:46:17+00:00</updated>
<author>
<name>Sean Packham</name>
<email>seanpackham@gitlab.com</email>
</author>
<published>2016-10-04T11:46:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=13084a35116bf4664c7a15777942fcd1e563cc12'/>
<id>13084a35116bf4664c7a15777942fcd1e563cc12</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 'update-gitlab-shell-3-6-3' into 'master'</title>
<updated>2016-10-03T10:46:05+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-10-03T10:46:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2cbc7a788ebb761aa713cdeed94b07a6f6264cd9'/>
<id>2cbc7a788ebb761aa713cdeed94b07a6f6264cd9</id>
<content type='text'>

Update GITLAB_SHELL_VERSION to 3.6.3

Because VERSION at the gitlab-shell v3.6.2 tag was still 3.6.1: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.2/VERSION (my bad!)

VERSION at the v3.6.3 tag is now 3.6.3: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.3/VERSION

See merge request !6621</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Update GITLAB_SHELL_VERSION to 3.6.3

Because VERSION at the gitlab-shell v3.6.2 tag was still 3.6.1: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.2/VERSION (my bad!)

VERSION at the v3.6.3 tag is now 3.6.3: https://gitlab.com/gitlab-org/gitlab-shell/blob/v3.6.3/VERSION

See merge request !6621</pre>
</div>
</content>
</entry>
<entry>
<title>Update gitlab-shell to 3.6.3</title>
<updated>2016-10-03T08:49:53+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-30T15:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=629b56288baad0abe76a977091c571a5747e43e0'/>
<id>629b56288baad0abe76a977091c571a5747e43e0</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a /wip slash command</title>
<updated>2016-10-03T07:36:21+00:00</updated>
<author>
<name>Thomas Balthazar</name>
<email>thomas@balthazar.info</email>
</author>
<published>2016-09-08T09:18:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ddbe676dc318b87c3d656a08bbf5d75485ad544b'/>
<id>ddbe676dc318b87c3d656a08bbf5d75485ad544b</id>
<content type='text'>
It toggles the 'WIP' prefix in the MR title.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It toggles the 'WIP' prefix in the MR title.
</pre>
</div>
</content>
</entry>
<entry>
<title>Link to the "What requires downtime?" page from the Migration Style Guide</title>
<updated>2016-10-02T19:36:45+00:00</updated>
<author>
<name>Nick Thomas</name>
<email>nick@gitlab.com</email>
</author>
<published>2016-10-02T11:32:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=267a96f3d42c1cdd38fc1424fe2e53ede8bd9950'/>
<id>267a96f3d42c1cdd38fc1424fe2e53ede8bd9950</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>
<entry>
<title>Merge branch 'cs-frontend-guidelines' into 'master'</title>
<updated>2016-10-01T11:14:58+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-10-01T11:14:58+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=df100ca2ddc2d578fca7cd73fa8c1defe2992872'/>
<id>df100ca2ddc2d578fca7cd73fa8c1defe2992872</id>
<content type='text'>

Add Frontend Development Guidelines to the Developer Documentation

## What does this MR do?

WIP incomplete draft of some Frontend Development Guidelines for contributors to the project, new hires, and for other projects and persons to look to for guidance.

These are all subject to removal, modification, etc. If you disagree with any of these, please feel free to voice your concerns :)

## Why was this MR needed?

There are a number of guidelines we currently follow implicitly, this makes them more official and available for reference/discussion.

It also exists as a reference for certain patterns we use which may be unfamiliar to new contributors, e.g. the per-page JS.

Feel free to give feedback on wording, missing sections/guidelines, whether a guideline should even exist, etc.

See merge request !5477</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add Frontend Development Guidelines to the Developer Documentation

## What does this MR do?

WIP incomplete draft of some Frontend Development Guidelines for contributors to the project, new hires, and for other projects and persons to look to for guidance.

These are all subject to removal, modification, etc. If you disagree with any of these, please feel free to voice your concerns :)

## Why was this MR needed?

There are a number of guidelines we currently follow implicitly, this makes them more official and available for reference/discussion.

It also exists as a reference for certain patterns we use which may be unfamiliar to new contributors, e.g. the per-page JS.

Feel free to give feedback on wording, missing sections/guidelines, whether a guideline should even exist, etc.

See merge request !5477</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-update-guides-for-8.13' into 'master'</title>
<updated>2016-09-30T15:48:48+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-30T15:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e5c7c644d4d73623cf2993df91f99bbaab489f18'/>
<id>e5c7c644d4d73623cf2993df91f99bbaab489f18</id>
<content type='text'>

Update "Installation from source" guide for 8.13.0

Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1.

See merge request !6565</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Update "Installation from source" guide for 8.13.0

Following the steps from https://gitlab.com/gitlab-org/release-tools/blob/master/doc/release-candidates.md#creating-rc1.

See merge request !6565</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-3' into 'master'</title>
<updated>2016-09-30T14:56:14+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-09-30T14:56:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3b55460dd79f0997e1714f7aa1bf821fcf17086a'/>
<id>3b55460dd79f0997e1714f7aa1bf821fcf17086a</id>
<content type='text'>

Added "View wiki pages" to list of actions granted to various user permission levels in a project.

This MR clarifies the actions allowed by various user permission levels in a project to include "View wiki pages"

See merge request !5749</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Added "View wiki pages" to list of actions granted to various user permission levels in a project.

This MR clarifies the actions allowed by various user permission levels in a project to include "View wiki pages"

See merge request !5749</pre>
</div>
</content>
</entry>
<entry>
<title>Update the "Update Ruby" part for the 8.10 -&gt; 8.11 as well</title>
<updated>2016-09-30T14:37:42+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-30T14:37:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=39b0b9412e079c15d6a14bf3d08558ff6c0746aa'/>
<id>39b0b9412e079c15d6a14bf3d08558ff6c0746aa</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the "Update Ruby" part since we still support Ruby 2.1 for now</title>
<updated>2016-09-30T14:36:21+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-09-30T14:36:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7895910e6c4da83214c145c493c4e67f9e1c62e0'/>
<id>7895910e6c4da83214c145c493c4e67f9e1c62e0</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
