<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development, branch 35177-dropdown-padding</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>Fix wrong link to docs in docs styleguide</title>
<updated>2017-07-16T16:12:56+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-07-16T16:12:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63b66f1d0c8c4897c6ae9d8dc5fe2a8f80f3afa2'/>
<id>63b66f1d0c8c4897c6ae9d8dc5fe2a8f80f3afa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed typo</title>
<updated>2017-07-14T06:26:14+00:00</updated>
<author>
<name>kamesh</name>
<email>kameshpjoshi@gmail.com</email>
</author>
<published>2017-07-14T06:26:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9cf5cc310e515494f81e020820003a840f27f9cf'/>
<id>9cf5cc310e515494f81e020820003a840f27f9cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more notes about developer seeds</title>
<updated>2017-07-13T15:43:57+00:00</updated>
<author>
<name>Lin Jen-Shin (godfat)</name>
<email>godfat@godfat.org</email>
</author>
<published>2017-07-13T15:43:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=170ec4af2b6ec88324415aeba489454e78d66849'/>
<id>170ec4af2b6ec88324415aeba489454e78d66849</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update vue-resource</title>
<updated>2017-07-12T14:47:09+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-07-12T14:47:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aaa78199c2408a05d81aa4ee3058e81bb732da16'/>
<id>aaa78199c2408a05d81aa4ee3058e81bb732da16</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 'fix/gb/stage-id-reference-background-migration' into 'master'</title>
<updated>2017-07-08T11:04:25+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzegorz@gitlab.com</email>
</author>
<published>2017-07-08T11:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=420f6b5474e49e17226415250846e48fe514fe0d'/>
<id>420f6b5474e49e17226415250846e48fe514fe0d</id>
<content type='text'>
Add build stage_id reference background migration

Closes #34151

See merge request !12513</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add build stage_id reference background migration

Closes #34151

See merge request !12513</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '33929-allow-to-enable-perf-bar-for-a-group' into 'master'</title>
<updated>2017-07-07T18:18:22+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-07-07T18:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b151951418bda31e3acdfe1dcb214b4d244f8566'/>
<id>b151951418bda31e3acdfe1dcb214b4d244f8566</id>
<content type='text'>
Allow to enable the performance bar per user or Feature group

Closes #33929 and #34528

See merge request !12362</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to enable the performance bar per user or Feature group

Closes #33929 and #34528

See merge request !12362</pre>
</div>
</content>
</entry>
<entry>
<title>Added EachBatch for iterating tables in batches</title>
<updated>2017-07-07T14:39:36+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2017-07-07T12:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff78af152cc3054a7bb76af718943dca7a69a3c5'/>
<id>ff78af152cc3054a7bb76af718943dca7a69a3c5</id>
<content type='text'>
This module provides a class method called `each_batch` that can be used
to iterate tables in batches in a more efficient way compared to Rails'
`in_batches` method. This commit also includes a RuboCop cop to
blacklist the use of `in_batches` in favour of this new method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This module provides a class method called `each_batch` that can be used
to iterate tables in batches in a more efficient way compared to Rails'
`in_batches` method. This commit also includes a RuboCop cop to
blacklist the use of `in_batches` in favour of this new method.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'origin/active-record-each-batch' into fix/gb/stage-id-reference-background-migration</title>
<updated>2017-07-07T13:08:24+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-07-07T13:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b7b3aef444bba457b4967ee7fa122527853a2eb5'/>
<id>b7b3aef444bba457b4967ee7fa122527853a2eb5</id>
<content type='text'>
* origin/active-record-each-batch: (59 commits)
  Added EachBatch for iterating tables in batches
  Extend MR tabs a bit to cover up the avatar holder and collapse icon on scroll
  Update VERSION to 9.4.0-pre.
  Add CHANGELOG
  Fix some N+1 queries in the GET /projects API
  Don't show auxiliary blob viewer for README when there is no wiki
  Improve &amp; fix the performance bar UI and behavior
  Remove orphaned haml files
  Fixed CHANGELOG.md for 9.3.4 release
  Add table for merge request commits
  34727 Remove two columned layout from project member settings
  Just draw :legacy_builds
  Re-enable polling for environments
  Cleanup minor UX issues in the performance dashboard
  Upgrade GitLab Workhorse to v2.3.0
  Added test for the chart legend
  Use correct field for label name, fix default for unit to be blank
  Fix shorter route helpers in production environment
  Encode certificate-authority-data in base64
  Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'"
  ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* origin/active-record-each-batch: (59 commits)
  Added EachBatch for iterating tables in batches
  Extend MR tabs a bit to cover up the avatar holder and collapse icon on scroll
  Update VERSION to 9.4.0-pre.
  Add CHANGELOG
  Fix some N+1 queries in the GET /projects API
  Don't show auxiliary blob viewer for README when there is no wiki
  Improve &amp; fix the performance bar UI and behavior
  Remove orphaned haml files
  Fixed CHANGELOG.md for 9.3.4 release
  Add table for merge request commits
  34727 Remove two columned layout from project member settings
  Just draw :legacy_builds
  Re-enable polling for environments
  Cleanup minor UX issues in the performance dashboard
  Upgrade GitLab Workhorse to v2.3.0
  Added test for the chart legend
  Use correct field for label name, fix default for unit to be blank
  Fix shorter route helpers in production environment
  Encode certificate-authority-data in base64
  Revert "Merge branch 'winh-mr-widget-no-pipeline' into 'master'"
  ...
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve code examples in background migrations docs</title>
<updated>2017-07-07T13:08:15+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-06-30T10:06:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4fa822ae9d1a985c7cd9d5a63eae3a623fb16f50'/>
<id>4fa822ae9d1a985c7cd9d5a63eae3a623fb16f50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make it possible to schedule bg migrations in bulk</title>
<updated>2017-07-07T13:08:15+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2017-06-29T09:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=945cdf326edcafdcd7a1d2aeaef611d888a4828e'/>
<id>945cdf326edcafdcd7a1d2aeaef611d888a4828e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
