<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch render-pdfs-in-gitlab</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 'use-gitaly-commit-is-ancestor' into 'master'</title>
<updated>2017-04-02T17:36:25+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-04-02T17:36:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e7e9307219d1c81427f95444b36471c519dc06c2'/>
<id>e7e9307219d1c81427f95444b36471c519dc06c2</id>
<content type='text'>

Use gitaly commit is ancestor

See merge request !9864</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use gitaly commit is ancestor

See merge request !9864</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'allow-multiple-paths-in-repository-log' into 'master'</title>
<updated>2017-03-30T14:56:43+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-03-30T14:56:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf0590b3e2799963494c0144275445a81bbc97af'/>
<id>bf0590b3e2799963494c0144275445a81bbc97af</id>
<content type='text'>

Support &gt;1 path in Gitlab::Git::Repository#log

See merge request !10291</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Support &gt;1 path in Gitlab::Git::Repository#log

See merge request !10291</pre>
</div>
</content>
</entry>
<entry>
<title>Make GitLab use Gitaly for commit_is_ancestor</title>
<updated>2017-03-30T14:06:31+00:00</updated>
<author>
<name>Kim "BKC" Carlbäcker</name>
<email>kim.carlbacker@gmail.com</email>
</author>
<published>2017-03-10T16:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ea0ce827a619007c69010da512cb4e82224ed0f'/>
<id>1ea0ce827a619007c69010da512cb4e82224ed0f</id>
<content type='text'>
- Migration in Repository#is_ancestor?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Migration in Repository#is_ancestor?
</pre>
</div>
</content>
</entry>
<entry>
<title>Support &gt;1 path in Gitlab::Git::Repository#log</title>
<updated>2017-03-30T09:21:19+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2017-03-28T13:31:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=53819c5ac6a9cdc2309224bf1d8cb5d8d2ad7a2d'/>
<id>53819c5ac6a9cdc2309224bf1d8cb5d8d2ad7a2d</id>
<content type='text'>
This is analogous to `git log -- foo bar baz`, but not the same as
`Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git
log -- 'foo bar baz'`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is analogous to `git log -- foo bar baz`, but not the same as
`Gitlab::Git::Repository#log(path: 'foo bar baz')`, which would run `git
log -- 'foo bar baz'`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '29843-project-subgroup-transfer' into 'security'</title>
<updated>2017-03-30T02:16:50+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@gitlab.com</email>
</author>
<published>2017-03-28T17:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60c0c0f3d08aa2c2a5be68aa784a86304fdb9c99'/>
<id>60c0c0f3d08aa2c2a5be68aa784a86304fdb9c99</id>
<content type='text'>
Use full path for moving directories when changing namespace path

See merge request !2078
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use full path for moving directories when changing namespace path

See merge request !2078
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '29539-fix-pipelines-container-width-with-parallel-diff' into 'master'</title>
<updated>2017-03-29T23:29:38+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2017-03-29T23:29:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ccf4af3c50ae965374bc357f93382e1a02f810a'/>
<id>1ccf4af3c50ae965374bc357f93382e1a02f810a</id>
<content type='text'>

Reset container width when switching to pipelines MR tab

Closes #29539

See merge request !10169</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Reset container width when switching to pipelines MR tab

Closes #29539

See merge request !10169</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix_rake_gitlab_check_sidekiq' into 'master'</title>
<updated>2017-03-29T17:16:13+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-03-29T17:16:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b351a77a52954832470a1adc05228e444ed0f651'/>
<id>b351a77a52954832470a1adc05228e444ed0f651</id>
<content type='text'>

Make bundle exec rake gitlab:check RAILS_ENV=production

Closes #30084

See merge request !10246</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Make bundle exec rake gitlab:check RAILS_ENV=production

Closes #30084

See merge request !10246</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-socket-per-shard' into 'master'</title>
<updated>2017-03-29T15:46:11+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-03-29T15:46:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4d9cc9417039f93e4d90f5905a29b594648317b0'/>
<id>4d9cc9417039f93e4d90f5905a29b594648317b0</id>
<content type='text'>

One Gitaly connection per storage shard

See merge request !10150</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

One Gitaly connection per storage shard

See merge request !10150</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '23655-api-group-issues' into 'master'</title>
<updated>2017-03-29T12:51:37+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-03-29T12:51:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=03c24c331853cc777f2f9d91de2edbe40019c3fb'/>
<id>03c24c331853cc777f2f9d91de2edbe40019c3fb</id>
<content type='text'>

Fix API group/issues default state filter

Closes #23655

See merge request !10253</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix API group/issues default state filter

Closes #23655

See merge request !10253</pre>
</div>
</content>
</entry>
<entry>
<title>Fix custom hooks restore</title>
<updated>2017-03-29T12:48:06+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-03-28T14:24:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=65b68338e7ae05ccf4aa9d35430845a0f999506e'/>
<id>65b68338e7ae05ccf4aa9d35430845a0f999506e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
