<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch add-overcommit-support</title>
<subtitle>gitlab.com: gitlab-org/gitlab-ce.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/'/>
<entry>
<title>Merge branch 'performance-bar-warnings' into 'master'</title>
<updated>2019-08-29T03:54:15+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-08-29T03:54:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b31b6764ac02759ac3b5ab2781023a879bdf2c8f'/>
<id>b31b6764ac02759ac3b5ab2781023a879bdf2c8f</id>
<content type='text'>
Add warnings to performance bar response

See merge request gitlab-org/gitlab-ce!31054</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add warnings to performance bar response

See merge request gitlab-org/gitlab-ce!31054</pre>
</div>
</content>
</entry>
<entry>
<title>Support Gitaly feature flags in workhorse</title>
<updated>2019-08-28T16:51:17+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2019-08-28T16:51:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85d88d67cca58945aa6d4835bf3a518f12019e3a'/>
<id>85d88d67cca58945aa6d4835bf3a518f12019e3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Labkit::Tracing::GRPCInterceptor to GRPC::ClientInterceptor</title>
<updated>2019-08-28T16:29:17+00:00</updated>
<author>
<name>Andrew Newdigate</name>
<email>andrew@gitlab.com</email>
</author>
<published>2019-08-28T16:29:17+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e369dee8a5b08192fe7e64d3c5b5d3461a48722e'/>
<id>e369dee8a5b08192fe7e64d3c5b5d3461a48722e</id>
<content type='text'>
The original name has been deprecated
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The original name has been deprecated
</pre>
</div>
</content>
</entry>
<entry>
<title>Add top-level warnings key to performance bar response</title>
<updated>2019-08-28T15:39:33+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-23T12:05:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9bfb012a56918e3412ce767c19f5f9ca2329a78c'/>
<id>9bfb012a56918e3412ce767c19f5f9ca2329a78c</id>
<content type='text'>
This key is useful to reduce the amount of logic needed on the frontend:
if `has_warnings` is true, then the frontend knows that the request in
question has warnings for some metric.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This key is useful to reduce the amount of logic needed on the frontend:
if `has_warnings` is true, then the frontend knows that the request in
question has warnings for some metric.
</pre>
</div>
</content>
</entry>
<entry>
<title>Return warnings for performance bar from backend</title>
<updated>2019-08-28T15:39:33+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2019-08-06T15:04:43+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23c1cfcc110b52c1060f35a4a4a7816fb38adc6c'/>
<id>23c1cfcc110b52c1060f35a4a4a7816fb38adc6c</id>
<content type='text'>
For each DetailedView subclass, we add a `warnings` array to:

1. The top-level response.
2. Each individual call under the `details` key.

We use the `.thresholds` hash on the DetailedView to determine what's a
warning. If that hash is empty (the default), then the warnings array
will always be empty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For each DetailedView subclass, we add a `warnings` array to:

1. The top-level response.
2. Each individual call under the `details` key.

We use the `.thresholds` hash on the DetailedView to determine what's a
warning. If that hash is empty (the default), then the warnings array
will always be empty.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CE files for GSD projects filter</title>
<updated>2019-08-28T14:26:42+00:00</updated>
<author>
<name>Victor Zagorodny</name>
<email>vzagorodny@gitlab.com</email>
</author>
<published>2019-08-28T14:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e4fbd94cf5eba0b103bd97627d822f2014dfe474'/>
<id>e4fbd94cf5eba0b103bd97627d822f2014dfe474</id>
<content type='text'>
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A new param with_security_reports was added to
GET /groups/:id/projects API and the code to
support this logic in GroupProjectsFinder and
Project model. Also, a DB index was added to
ci_job_artifacts table to speed up the search
of security reports artifacts for projects
</pre>
</div>
</content>
</entry>
<entry>
<title>Changes snowplow to use cookies for sessions</title>
<updated>2019-08-28T06:52:14+00:00</updated>
<author>
<name>Jeremy Jackson</name>
<email>jjackson@gitlab.com</email>
</author>
<published>2019-08-28T06:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=150976833548a98ddfc41178e16024aa6112f518'/>
<id>150976833548a98ddfc41178e16024aa6112f518</id>
<content type='text'>
This also restructures how and where the configuration for
Snowplow lives.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also restructures how and where the configuration for
Snowplow lives.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename dev, org, com helper</title>
<updated>2019-08-28T01:29:52+00:00</updated>
<author>
<name>Doug Stull</name>
<email>dstull@gitlab.com</email>
</author>
<published>2019-08-28T01:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa674fa5e624a2bae7bc07ab28df0ede4edfef36'/>
<id>fa674fa5e624a2bae7bc07ab28df0ede4edfef36</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a nil error in Gitlab::Danger::Teammate</title>
<updated>2019-08-27T17:15:19+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-08-27T17:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e17ba8d9e32c9d547ff9ca31056bbf7abd864488'/>
<id>e17ba8d9e32c9d547ff9ca31056bbf7abd864488</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>Replace prepend_entity with prepend_if_ee</title>
<updated>2019-08-27T15:11:15+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2019-08-27T15:11:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=75353242e2a2925fa968a3f9a5ad1db051a194cd'/>
<id>75353242e2a2925fa968a3f9a5ad1db051a194cd</id>
<content type='text'>
(cherry picked from commit 897a9d308db46b620b738b98f2b0e5630ac7d2dd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 897a9d308db46b620b738b98f2b0e5630ac7d2dd)
</pre>
</div>
</content>
</entry>
</feed>
