<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch commit-header</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 issue with dropdown buttons</title>
<updated>2016-06-17T08:49:50+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-10T09:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a259bc64409925b4983f8c3151f01c4a19bfc6a'/>
<id>1a259bc64409925b4983f8c3151f01c4a19bfc6a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use line-height instead of height.</title>
<updated>2016-06-17T08:49:05+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-05-18T15:18:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a7a504157fa3e97cd7b0fd76b4af83ad40b78623'/>
<id>a7a504157fa3e97cd7b0fd76b4af83ad40b78623</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes header vertical centering.</title>
<updated>2016-06-17T08:44:08+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-05-16T22:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53f23b5ad9c9761cc22c97263d0e97b10808d3e1'/>
<id>53f23b5ad9c9761cc22c97263d0e97b10808d3e1</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 'rs-devise-emails' into 'master'</title>
<updated>2016-06-17T00:38:44+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-06-17T00:38:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f011b86beb89557afdaf2b0ec5ae904d0be237d8'/>
<id>f011b86beb89557afdaf2b0ec5ae904d0be237d8</id>
<content type='text'>

Customize all Devise mails

Continuing from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3354

See merge request !4297</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Customize all Devise mails

Continuing from https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/3354

See merge request !4297</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'dev/master'</title>
<updated>2016-06-17T00:27:12+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-06-17T00:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e71c64146a4291e21857fd900be7ff000ccdd8a9'/>
<id>e71c64146a4291e21857fd900be7ff000ccdd8a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG for !4659</title>
<updated>2016-06-17T00:26:29+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-06-17T00:26:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03ba240fddb30800d99bb251347edd67a4fa830f'/>
<id>03ba240fddb30800d99bb251347edd67a4fa830f</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 'remove_jiraissue' into 'master'</title>
<updated>2016-06-17T00:24:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-06-17T00:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79c28e105736298151f9a522adeef3188a3b768b'/>
<id>79c28e105736298151f9a522adeef3188a3b768b</id>
<content type='text'>

Remove JiraIssue model and replace references with ExternalIssue

This MR Removes unused JiraIssue class and replaces references with ExternalIssue

Closes #18203 

See merge request !4659</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove JiraIssue model and replace references with ExternalIssue

This MR Removes unused JiraIssue class and replaces references with ExternalIssue

Closes #18203 

See merge request !4659</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'add_autocomplete_for_labels' into 'master'</title>
<updated>2016-06-17T00:22:01+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-06-17T00:22:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c34d74090de5d0f7120fa8a89f3187cd6099b642'/>
<id>c34d74090de5d0f7120fa8a89f3187cd6099b642</id>
<content type='text'>

Add GFM autocomplete for labels

Closes #14637 

See merge request !4013</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add GFM autocomplete for labels

Closes #14637 

See merge request !4013</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-project-find-with-namespace-order' into 'master'</title>
<updated>2016-06-17T00:18:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-06-17T00:18:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6300936b679a182d79f6de917d1fdfe9ee57cbc9'/>
<id>6300936b679a182d79f6de917d1fdfe9ee57cbc9</id>
<content type='text'>

Fixed ordering in Project.find_with_namespace

This MR fixes the ordering of `Project.find_with_namespace` to ensure that it returns rows that match literally first.

Closes #18603

See merge request !4682</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fixed ordering in Project.find_with_namespace

This MR fixes the ordering of `Project.find_with_namespace` to ensure that it returns rows that match literally first.

Closes #18603

See merge request !4682</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bump-gitlab-git-10.2.0' into 'master'</title>
<updated>2016-06-17T00:14:01+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-06-17T00:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=88c7b7ae961dc37d43ca29263d242241ce77efdb'/>
<id>88c7b7ae961dc37d43ca29263d242241ce77efdb</id>
<content type='text'>

Use gitlab-git 10.2.0

Closes #18741

See merge request !4722</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use gitlab-git 10.2.0

Closes #18741

See merge request !4722</pre>
</div>
</content>
</entry>
</feed>
