<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch download-dropdown-alignment</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>Fixed alignment of download dropdown</title>
<updated>2016-03-16T11:44:53+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-16T11:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d94dc565ba479e969ad548991b411e058330d8f9'/>
<id>d94dc565ba479e969ad548991b411e058330d8f9</id>
<content type='text'>
With the new dropdown CSS - some dropdowns might look a bit odd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With the new dropdown CSS - some dropdowns might look a bit odd
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'doc-updates' into 'master'</title>
<updated>2016-03-16T09:59:06+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2016-03-16T09:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a34021cd182af49fc732c4ad58f7594f73c46f01'/>
<id>a34021cd182af49fc732c4ad58f7594f73c46f01</id>
<content type='text'>

Fix requirements.md link and improve PostgreSQL commands

 - Point requirements.md link to the correct location

 - Link to gitlab installation.md document instead of github

 - Use psql command switch to run specified SQL commands for creation of user and database permissions.
    -  Instead of requiring a comment like `# Do not type the 'template1=#', this is part of the prompt` it may be easier to just use the command switch with `psql` to execute the SQL commands.


*forgot [ci skip] :(*

See merge request !3176</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix requirements.md link and improve PostgreSQL commands

 - Point requirements.md link to the correct location

 - Link to gitlab installation.md document instead of github

 - Use psql command switch to run specified SQL commands for creation of user and database permissions.
    -  Instead of requiring a comment like `# Do not type the 'template1=#', this is part of the prompt` it may be easier to just use the command switch with `psql` to execute the SQL commands.


*forgot [ci skip] :(*

See merge request !3176</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'issue_14306' into 'master'</title>
<updated>2016-03-16T01:29:09+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-03-16T01:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=374037b8a326b82a7787b2e29da820aa9c4390b3'/>
<id>374037b8a326b82a7787b2e29da820aa9c4390b3</id>
<content type='text'>

Return an empty Array when there aren't lines to parse.

Fixes #14306

See merge request !3243</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Return an empty Array when there aren't lines to parse.

Fixes #14306

See merge request !3243</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'support-utf8-wiki-page-title' into 'master'</title>
<updated>2016-03-16T01:21:34+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-16T01:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c9c14584b79a389f6a558a9a0b20d1b7ded03407'/>
<id>c9c14584b79a389f6a558a9a0b20d1b7ded03407</id>
<content type='text'>

Support Wiki with UTF-8 page name

## What does this MR do?

Support Wiki with UTF-8 page name.

See https://github.com/gollum/gollum/pull/929

## Why was this MR needed?

Relax constraints for wiki slug in aac6598482036e12a20b4c75f2a508bd6a017245.

It allows to create a wiki with UTF-8 name, but creating a wiki with UTF-8 name causes 500 error.

Creating a wiki with UTF-8 name once, then creating or updating wiki with ascii name also cause 500 error i.e. no one can create and update any wiki pages in the project.

## Workaround

1. Go to `https://DOMAIN/repo/wikis/git_access` -&gt; this page display the link to git clone
2. Clone the wiki repo
3. Find the page with UTF-8 name
4. Rename or Delete these files
5. Commit and push

## What are the relevant issue numbers?

- #13979
- #13891
- #13698
- #13603
- #13317
- #12906
- #12825
- #10945 

## Todo

- [x] Waiting for 'gollum-rugged_adapter' that support rugged v0.24.0 release

'gollum-rugged_adapter' gem doesn't allow to install rugged v0.24.0 (it's still beta version),
but 'gitlab_git' gem depends on rugged v0.24.0b13.

So it can't install both 'gollum-rugged_adapter' and 'gitlab_git' now.


See merge request !2999</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Support Wiki with UTF-8 page name

## What does this MR do?

Support Wiki with UTF-8 page name.

See https://github.com/gollum/gollum/pull/929

## Why was this MR needed?

Relax constraints for wiki slug in aac6598482036e12a20b4c75f2a508bd6a017245.

It allows to create a wiki with UTF-8 name, but creating a wiki with UTF-8 name causes 500 error.

Creating a wiki with UTF-8 name once, then creating or updating wiki with ascii name also cause 500 error i.e. no one can create and update any wiki pages in the project.

## Workaround

1. Go to `https://DOMAIN/repo/wikis/git_access` -&gt; this page display the link to git clone
2. Clone the wiki repo
3. Find the page with UTF-8 name
4. Rename or Delete these files
5. Commit and push

## What are the relevant issue numbers?

- #13979
- #13891
- #13698
- #13603
- #13317
- #12906
- #12825
- #10945 

## Todo

- [x] Waiting for 'gollum-rugged_adapter' that support rugged v0.24.0 release

'gollum-rugged_adapter' gem doesn't allow to install rugged v0.24.0 (it's still beta version),
but 'gitlab_git' gem depends on rugged v0.24.0b13.

So it can't install both 'gollum-rugged_adapter' and 'gitlab_git' now.


See merge request !2999</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'worker-for-user-deletion' into 'master'</title>
<updated>2016-03-16T01:18:46+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2016-03-16T01:18:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f83a596db3b58a5c4f4a1667c9e9c89d173e66e5'/>
<id>f83a596db3b58a5c4f4a1667c9e9c89d173e66e5</id>
<content type='text'>

A worker deletes a user, so the request doesn't time out

Fixes #13261


See merge request !2855</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

A worker deletes a user, so the request doesn't time out

Fixes #13261


See merge request !2855</pre>
</div>
</content>
</entry>
<entry>
<title>Return an empty Array when there aren't lines to parse.</title>
<updated>2016-03-16T00:51:27+00:00</updated>
<author>
<name>Rubén Dávila</name>
<email>rdavila84@gmail.com</email>
</author>
<published>2016-03-16T00:51:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e03b40221388bd0567be6609f2ededa7f934179'/>
<id>7e03b40221388bd0567be6609f2ededa7f934179</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-capybara-deprecation-warnings' into 'master'</title>
<updated>2016-03-16T00:00:38+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-03-16T00:00:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=64d0dd1807c75be21a8f5bfe3a74b9230b5b8979'/>
<id>64d0dd1807c75be21a8f5bfe3a74b9230b5b8979</id>
<content type='text'>

Fix Capybara 2.6.2 deprecation warnings

See merge request !3236</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix Capybara 2.6.2 deprecation warnings

See merge request !3236</pre>
</div>
</content>
</entry>
<entry>
<title>Use relative link for installation.md</title>
<updated>2016-03-15T22:43:11+00:00</updated>
<author>
<name>Chris Wilson</name>
<email>chris@chrisjwilson.com</email>
</author>
<published>2016-03-15T22:43:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=24ea8d9df43e28b57dfa52b8302c754f76a05e0a'/>
<id>24ea8d9df43e28b57dfa52b8302c754f76a05e0a</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 'git-2-7-3' into 'master'</title>
<updated>2016-03-15T22:27:35+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-03-15T22:27:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fd88cdd93ecf44f0d7a3b35a6256bcfae1a8787'/>
<id>5fd88cdd93ecf44f0d7a3b35a6256bcfae1a8787</id>
<content type='text'>

Bump Git version requirement to 2.7.3

[ci skip]

See merge request !3240</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Bump Git version requirement to 2.7.3

[ci skip]

See merge request !3240</pre>
</div>
</content>
</entry>
<entry>
<title>Fix changelog</title>
<updated>2016-03-15T22:24:27+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@selenight.nl</email>
</author>
<published>2016-03-15T22:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cd683714eb6240bb3d42dabb3f6dc470fc930fb4'/>
<id>cd683714eb6240bb3d42dabb3f6dc470fc930fb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
