<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/Gemfile.lock, branch fork-btn-enabled-user-groups</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>Migrate Git::Repository#rm_tag to Gitaly</title>
<updated>2017-09-28T21:36:40+00:00</updated>
<author>
<name>Ahmad Sherif</name>
<email>me@ahmadsherif.com</email>
</author>
<published>2017-09-20T10:11:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3944e16b4bd716fd1f317c89c2c0910de76a2c33'/>
<id>3944e16b4bd716fd1f317c89c2c0910de76a2c33</id>
<content type='text'>
Closes gitaly#562
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes gitaly#562
</pre>
</div>
</content>
</entry>
<entry>
<title>Update omniauth-azure-oauth2 to 0.0.9 (Support Office 365 Germany)</title>
<updated>2017-09-26T10:30:48+00:00</updated>
<author>
<name>Florian Weber</name>
<email>florian.weber@ueberbit.de</email>
</author>
<published>2017-08-26T17:47:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5d96b1489e57ee66e50b8ff5ea018264892c8185'/>
<id>5d96b1489e57ee66e50b8ff5ea018264892c8185</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>Upgrade Nokogiri because of CVE-2017-9050</title>
<updated>2017-09-21T20:32:51+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-09-21T20:27:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f45f7ad62a952f90430f67b36c5edc8525f346c6'/>
<id>f45f7ad62a952f90430f67b36c5edc8525f346c6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade gitlab-markup gem</title>
<updated>2017-09-20T15:48:04+00:00</updated>
<author>
<name>Markus Koller</name>
<email>markus-koller@gmx.ch</email>
</author>
<published>2017-09-20T15:41:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c46598a899e813484a28c8ab726fb043d778af8'/>
<id>0c46598a899e813484a28c8ab726fb043d778af8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test-prof</title>
<updated>2017-09-19T14:26:20+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-15T14:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6ab74da9c687a13c1692f8ccb05af72be3a73695'/>
<id>6ab74da9c687a13c1692f8ccb05af72be3a73695</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>Use grpc 1.6.0</title>
<updated>2017-09-14T08:50:13+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-09-14T08:50:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae63e9293911afb99bb428221eedbc08888d3a33'/>
<id>ae63e9293911afb99bb428221eedbc08888d3a33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump grape_logging gem to 1.7.0 to get status codes for error messages</title>
<updated>2017-09-10T20:10:30+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-09-10T20:10:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=962e5bd95797249ecf83983f82ee0cfb2f97b355'/>
<id>962e5bd95797249ecf83983f82ee0cfb2f97b355</id>
<content type='text'>
This recent update fixes an issue in grape_logging where the status
code would be "fail" for any non-20x responses. For more details, see:
https://github.com/aserafin/grape_logging/issues/29
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This recent update fixes an issue in grape_logging where the status
code would be "fail" for any non-20x responses. For more details, see:
https://github.com/aserafin/grape_logging/issues/29
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sh-add-grape-logging' into 'master'</title>
<updated>2017-09-07T17:39:14+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-09-07T17:39:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7e19b5bfb6e1e209388fa5464a980aa742fdd8c3'/>
<id>7e19b5bfb6e1e209388fa5464a980aa742fdd8c3</id>
<content type='text'>
Add JSON logger in `log/api_json.log` for Grape API endpoints

Closes #36189

See merge request !14102</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add JSON logger in `log/api_json.log` for Grape API endpoints

Closes #36189

See merge request !14102</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '37411-update-omniauth-google-oauth2' into 'master'</title>
<updated>2017-09-07T12:38:23+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-09-07T12:38:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6f0042421447f6675a5fc3d2bf3fdaedb6007451'/>
<id>6f0042421447f6675a5fc3d2bf3fdaedb6007451</id>
<content type='text'>
Update the omniauth-google-oauth2 gem to 0.5.2

Closes #37411

See merge request !14105</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the omniauth-google-oauth2 gem to 0.5.2

Closes #37411

See merge request !14105</pre>
</div>
</content>
</entry>
<entry>
<title>Update the omniauth-google-oauth2 gem to 0.5.2</title>
<updated>2017-09-07T09:52:26+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-07T09:52:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a11b1926b7a363f0d370f4f2bb7b4cba4003d854'/>
<id>a11b1926b7a363f0d370f4f2bb7b4cba4003d854</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>
