<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/lib, branch ce-mw-productivity-analytics-scatterplot</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>Add rake task `db:obsolete_ignored_columns`</title>
<updated>2019-09-11T16:23:42+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-09-11T16:23:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=50c647af51ae733abb96b84a5169d40b3c8c59be'/>
<id>50c647af51ae733abb96b84a5169d40b3c8c59be</id>
<content type='text'>
Show a list of obsolete `ignored_columns`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show a list of obsolete `ignored_columns`
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '61927-pages-custom-domain-virtual-domain' into 'master'</title>
<updated>2019-09-11T13:21:38+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-09-11T13:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=68e8bbdb54f81847379659cbaad3ae9478684e24'/>
<id>68e8bbdb54f81847379659cbaad3ae9478684e24</id>
<content type='text'>
Add support for custom domains to the Pages internal API

See merge request gitlab-org/gitlab-ce!32735</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for custom domains to the Pages internal API

See merge request gitlab-org/gitlab-ce!32735</pre>
</div>
</content>
</entry>
<entry>
<title>Change discussion_ids on promoted epics notes</title>
<updated>2019-09-11T12:17:51+00:00</updated>
<author>
<name>Alexandru Croitor</name>
<email>acroitor@gitlab.com</email>
</author>
<published>2019-09-11T12:17:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b012174d6fb5dcef10db1dc67754bb5c59aa2a07'/>
<id>b012174d6fb5dcef10db1dc67754bb5c59aa2a07</id>
<content type='text'>
Notes on epics promoted from an issue used to get same discussion_id
as the notes from the issue the epic was promoted from, which would
cause problems when trying to reply to the epic discussion.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Notes on epics promoted from an issue used to get same discussion_id
as the notes from the issue the epic was promoted from, which would
cause problems when trying to reply to the epic discussion.
</pre>
</div>
</content>
</entry>
<entry>
<title>Enables Run Pipeline button to be rendered</title>
<updated>2019-09-11T09:06:33+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-09-11T09:06:33+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=48b98b5898e15ab4bb1db47e201fef8db68dc34d'/>
<id>48b98b5898e15ab4bb1db47e201fef8db68dc34d</id>
<content type='text'>
In the Merge Request view, under pipelines tab
the user can see a run pipeline button

Adds axios post request to button click

Adds the logic to handle the user click,
refresh the table and disable the button while thee
request is being made

Updates UI for desktop and mobile

Adds specs
Regenerates potfile

Follow-up after review

Uses .finally to avoid code repetition
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the Merge Request view, under pipelines tab
the user can see a run pipeline button

Adds axios post request to button click

Adds the logic to handle the user click,
refresh the table and disable the button while thee
request is being made

Updates UI for desktop and mobile

Adds specs
Regenerates potfile

Follow-up after review

Uses .finally to avoid code repetition
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '65988-optimize-snippet-listings' into 'master'</title>
<updated>2019-09-11T04:48:21+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-09-11T04:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=28292d516abb33aeaf7e5bfaf94679d1317bd284'/>
<id>28292d516abb33aeaf7e5bfaf94679d1317bd284</id>
<content type='text'>
Optimize queries for snippet listings

See merge request gitlab-org/gitlab-ce!32576</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Optimize queries for snippet listings

See merge request gitlab-org/gitlab-ce!32576</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '64251-redis-set-cache-mark-2' into 'master'</title>
<updated>2019-09-10T17:38:42+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-09-10T17:38:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4bcde77f66d94696b204b141ad5a38bf127a5215'/>
<id>4bcde77f66d94696b204b141ad5a38bf127a5215</id>
<content type='text'>
Re-introduce the Redis set cache for branch and tag names - but don't enable it yet

See merge request gitlab-org/gitlab-ce!32412</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-introduce the Redis set cache for branch and tag names - but don't enable it yet

See merge request gitlab-org/gitlab-ce!32412</pre>
</div>
</content>
</entry>
<entry>
<title>Add Scalability/FileUploads cop</title>
<updated>2019-09-10T16:24:10+00:00</updated>
<author>
<name>Alessio Caiazza</name>
<email>acaiazza@gitlab.com</email>
</author>
<published>2019-09-10T16:24:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=daf7810e2ee323e39e3cc0b1c6f3fe15a9977a14'/>
<id>daf7810e2ee323e39e3cc0b1c6f3fe15a9977a14</id>
<content type='text'>
This cop prevents you from using file in API, it points you to the
development documentation about workhorse file acceleration.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This cop prevents you from using file in API, it points you to the
development documentation about workhorse file acceleration.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'sidekiq-monitor-namespace-change' into 'master'</title>
<updated>2019-09-10T16:16:11+00:00</updated>
<author>
<name>Kamil Trzciński</name>
<email>ayufan@ayufan.eu</email>
</author>
<published>2019-09-10T16:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0078ea44c292cd0e5eb7f4ae52358087c8ee34db'/>
<id>0078ea44c292cd0e5eb7f4ae52358087c8ee34db</id>
<content type='text'>
Sidekiq monitor namespace change

See merge request gitlab-org/gitlab-ce!32878</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sidekiq monitor namespace change

See merge request gitlab-org/gitlab-ce!32878</pre>
</div>
</content>
</entry>
<entry>
<title>Change Sidekiq monitor namespace</title>
<updated>2019-09-10T14:11:54+00:00</updated>
<author>
<name>Qingyu Zhao</name>
<email>qzhao@gitlab.com</email>
</author>
<published>2019-09-10T12:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=eeeaebe60813393940751ea9bf81e720b65bf95a'/>
<id>eeeaebe60813393940751ea9bf81e720b65bf95a</id>
<content type='text'>
Move Gitlab::SidekiqMonitor to namespace Gitlab::SidekiqDaemon::Monitor
 - Class name and file name change
 - File path change to lib/gitlab/sidekiq_daemon/monitor.rb
 - Update class usage/reference in other files, including documentation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move Gitlab::SidekiqMonitor to namespace Gitlab::SidekiqDaemon::Monitor
 - Class name and file name change
 - File path change to lib/gitlab/sidekiq_daemon/monitor.rb
 - Update class usage/reference in other files, including documentation
</pre>
</div>
</content>
</entry>
<entry>
<title>Optimize queries for snippet listings</title>
<updated>2019-09-10T13:24:28+00:00</updated>
<author>
<name>Markus Koller</name>
<email>mkoller@gitlab.com</email>
</author>
<published>2019-09-02T11:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/gitlab/gitlab-ce.git/commit/?id=60755fbc406bd25ab526339899f97a2b27aeb272'/>
<id>60755fbc406bd25ab526339899f97a2b27aeb272</id>
<content type='text'>
- Avoid N+1 queries for authors and comment counts
- Avoid an additional snippet existence query
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Avoid N+1 queries for authors and comment counts
- Avoid an additional snippet existence query
</pre>
</div>
</content>
</entry>
</feed>
