<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/config, branch docs/db-debugging</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>Change label to be more consistent, not a series.</title>
<updated>2017-11-12T17:27:25+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2017-11-12T05:19:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=712d5d891f04d2a67803759b288ffe9d7a30590c'/>
<id>712d5d891f04d2a67803759b288ffe9d7a30590c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix CPU metric</title>
<updated>2017-11-12T17:27:25+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2017-11-07T17:34:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=41d1843f96d38979c350cd862e29bd838bac9750'/>
<id>41d1843f96d38979c350cd862e29bd838bac9750</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix to use variable</title>
<updated>2017-11-12T17:27:25+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2017-11-07T17:29:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab9acf1a5519763a6f871cd5eb68d60fe9b25760'/>
<id>ab9acf1a5519763a6f871cd5eb68d60fe9b25760</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust metrics to ignore Job tag to support k8s 1.7+</title>
<updated>2017-11-12T17:27:25+00:00</updated>
<author>
<name>Joshua Lambert</name>
<email>joshua@gitlab.com</email>
</author>
<published>2017-11-07T16:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bc58f625c4a964212fd991982417cb5b561b0c99'/>
<id>bc58f625c4a964212fd991982417cb5b561b0c99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Merge branch 'add-typescript' into 'master'"</title>
<updated>2017-11-10T18:36:46+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-11-10T18:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3093c20824b6ee60c31f7173a149e2469c2a4820'/>
<id>3093c20824b6ee60c31f7173a149e2469c2a4820</id>
<content type='text'>
This reverts merge request !15264</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts merge request !15264</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '32059-fix-oauth-phishing' into 'security-10-1'</title>
<updated>2017-11-10T08:26:53+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-07T08:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ab1f3b47a84b3d2944891216403b89042a8ab3a3'/>
<id>ab1f3b47a84b3d2944891216403b89042a8ab3a3</id>
<content type='text'>
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization

See merge request gitlab/gitlabhq!2205
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent OAuth phishing attack by presenting detailed wording about app to user during authorization

See merge request gitlab/gitlabhq!2205
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'github-importer-refactor' into 'master'</title>
<updated>2017-11-08T11:52:39+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-08T11:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92249f1ac883c2a861235ec49526cbafca73b362'/>
<id>92249f1ac883c2a861235ec49526cbafca73b362</id>
<content type='text'>
Rewrite the GitHub importer to perform work in parallel and greatly improve performance

Closes #33135, #38621, and #39361

See merge request gitlab-org/gitlab-ce!14731</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rewrite the GitHub importer to perform work in parallel and greatly improve performance

Closes #33135, #38621, and #39361

See merge request gitlab-org/gitlab-ce!14731</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'feature-change-signout-route' into 'master'</title>
<updated>2017-11-08T09:28:50+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-08T09:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b579cc7620dad1d406e974cce2d9ad5a4ce58a57'/>
<id>b579cc7620dad1d406e974cce2d9ad5a4ce58a57</id>
<content type='text'>
Change Sign Out route from a DELETE to a GET

Closes #39708

See merge request gitlab-org/gitlab-ce!15231</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change Sign Out route from a DELETE to a GET

Closes #39708

See merge request gitlab-org/gitlab-ce!15231</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bvl-free-paths' into 'master'</title>
<updated>2017-11-08T08:41:56+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-11-08T08:41:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=de614b0e1af598d924753497f398f0379a0c1877'/>
<id>de614b0e1af598d924753497f398f0379a0c1877</id>
<content type='text'>
Free some reserved group routes

See merge request gitlab-org/gitlab-ce!15052</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Free some reserved group routes

See merge request gitlab-org/gitlab-ce!15052</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jivl-fix-karma-config-file' into 'master'</title>
<updated>2017-11-08T06:39:15+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-11-08T06:39:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a979153b6469d328622e8d7ad2b286c6330e1520'/>
<id>a979153b6469d328622e8d7ad2b286c6330e1520</id>
<content type='text'>
fix karma config file

See merge request gitlab-org/gitlab-ce!15263</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix karma config file

See merge request gitlab-org/gitlab-ce!15263</pre>
</div>
</content>
</entry>
</feed>
