<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch update-cloud-native-chart-docs</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>move render_gfm into behaviors directory</title>
<updated>2018-03-20T04:07:46+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2018-03-20T04:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c1708514f594040deedb87216945a29c3bc28bb9'/>
<id>c1708514f594040deedb87216945a29c3bc28bb9</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 'ajax-requests-in-performance-bar' into 'master'</title>
<updated>2018-03-19T21:27:11+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2018-03-19T21:27:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=956bd6a45861dccc40591e02cf36e895a6fc4f5b'/>
<id>956bd6a45861dccc40591e02cf36e895a6fc4f5b</id>
<content type='text'>
Show Ajax requests in performance bar

Closes #43925

See merge request gitlab-org/gitlab-ce!17742</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show Ajax requests in performance bar

Closes #43925

See merge request gitlab-org/gitlab-ce!17742</pre>
</div>
</content>
</entry>
<entry>
<title>Show Ajax requests in performance bar</title>
<updated>2018-03-19T19:06:09+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-19T19:06:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a200619d14bf1d90c21503ec358a30ca84d5337f'/>
<id>a200619d14bf1d90c21503ec358a30ca84d5337f</id>
<content type='text'>
But first, rewrite the performance bar in Vue:

1. Remove the peek-host gem and replace it with existing code. This also allows
   us to include the host in the JSON response, rather than in the page HTML.
2. Leave the line profiler parts as here-be-dragons: nicer would be a separate
   endpoint for these, so we could use them on Ajax requests too.
3. The performance bar is too fiddly to rewrite right now, so apply the same
   logic to that.

Then, add features! All requests made through Axios are able to be tracked. To
keep a lid on memory usage, only the first two requests for a given URL are
tracked, though. Each request that's tracked has the same data as the initial
page load, with the exception of the performance bar and the line profiler, as
explained above.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
But first, rewrite the performance bar in Vue:

1. Remove the peek-host gem and replace it with existing code. This also allows
   us to include the host in the JSON response, rather than in the page HTML.
2. Leave the line profiler parts as here-be-dragons: nicer would be a separate
   endpoint for these, so we could use them on Ajax requests too.
3. The performance bar is too fiddly to rewrite right now, so apply the same
   logic to that.

Then, add features! All requests made through Axios are able to be tracked. To
keep a lid on memory usage, only the first two requests for a given URL are
tracked, though. Each request that's tracked has the same data as the initial
page load, with the exception of the performance bar and the line profiler, as
explained above.
</pre>
</div>
</content>
</entry>
<entry>
<title>Optional '/-/' delimiter for search API</title>
<updated>2018-03-19T19:02:15+00:00</updated>
<author>
<name>Jan Provaznik</name>
<email>jprovaznik@gitlab.com</email>
</author>
<published>2018-03-14T15:49:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2370ff85fe6fec3ca94d073c7460edf2c6123b59'/>
<id>2370ff85fe6fec3ca94d073c7460edf2c6123b59</id>
<content type='text'>
'/-/' delimiter is used only in UI, in API we don't use it for
other endpoints. To align search endpoints with the rest of API
endpoints, this patch makes '/-/' optional for existing endpoints (to
keep backward compatibility).

Documentation is updated to prefer paths without '/-/'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'/-/' delimiter is used only in UI, in API we don't use it for
other endpoints. To align search endpoints with the rest of API
endpoints, this patch makes '/-/' optional for existing endpoints (to
keep backward compatibility).

Documentation is updated to prefer paths without '/-/'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '44257-viewing-a-particular-commit-gives-500-error-error-undefined-method-binary' into 'master'</title>
<updated>2018-03-19T12:17:14+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2018-03-19T12:17:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8b1facefb6540ede683bbbf5f1cd69c8d46ee009'/>
<id>8b1facefb6540ede683bbbf5f1cd69c8d46ee009</id>
<content type='text'>
Resolve "Viewing a particular commit gives 500 error ~ Error (undefined method `binary?')"

Closes #44257

See merge request gitlab-org/gitlab-ce!17805</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Viewing a particular commit gives 500 error ~ Error (undefined method `binary?')"

Closes #44257

See merge request gitlab-org/gitlab-ce!17805</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into 'update-kubeclient'</title>
<updated>2018-03-17T05:52:35+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-03-17T05:52:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=83874edb77235d2a276f114f72942c43e8be3a44'/>
<id>83874edb77235d2a276f114f72942c43e8be3a44</id>
<content type='text'>
 Conflicts:
   Gemfile.lock</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 Conflicts:
   Gemfile.lock</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "A copy of Gitlab::Metrics::Methods" have been removed error</title>
<updated>2018-03-16T19:05:39+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2018-03-16T19:05:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=02d2a789d2a8a906f76aa2720560b4659f164d2c'/>
<id>02d2a789d2a8a906f76aa2720560b4659f164d2c</id>
<content type='text'>
Closes #44365
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #44365
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure that we never assume old_blob or new_blob are nil</title>
<updated>2018-03-16T18:19:33+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2018-03-16T15:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bb226a294b12bc0430fe506bef5baea01a26de99'/>
<id>bb226a294b12bc0430fe506bef5baea01a26de99</id>
<content type='text'>
These can be a `BatchLoader` which is proxying a nil, while not being concrete
nils themselves.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These can be a `BatchLoader` which is proxying a nil, while not being concrete
nils themselves.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41902-add-api-option-to-overwrite-project-description-on-project-export' into 'master'</title>
<updated>2018-03-16T15:55:30+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2018-03-16T15:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5fb20651798de3cda1536ff8d01afc111c9000b4'/>
<id>5fb20651798de3cda1536ff8d01afc111c9000b4</id>
<content type='text'>
Resolve "Extend API for exporting a project with option to overwrite project description"

Closes #41902 and #34936

See merge request gitlab-org/gitlab-ce!17744</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Extend API for exporting a project with option to overwrite project description"

Closes #41902 and #34936

See merge request gitlab-org/gitlab-ce!17744</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '44126-setup-middleware-before-adapter' into 'master'</title>
<updated>2018-03-16T15:39:02+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2018-03-16T15:39:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30476e39af14940cd4cf87f2941ab2879479c19a'/>
<id>30476e39af14940cd4cf87f2941ab2879479c19a</id>
<content type='text'>
Eliminate Faraday warnings

Closes #44126

See merge request gitlab-org/gitlab-ce!17795</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eliminate Faraday warnings

Closes #44126

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