<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development, branch parallel-diff-alignment</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>Use rake db:reset instead of db:setup</title>
<updated>2016-04-14T13:53:54+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-14T13:53:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a54af831bae023770bf9b2633cc45ec0d5f5a66a'/>
<id>a54af831bae023770bf9b2633cc45ec0d5f5a66a</id>
<content type='text'>
Using db:reset ensures existing tables are first dropped. This in turn
ensures that we can drop tables regardless of any foreign key
constraints. While CE currently doesn't have any foreign keys EE defines
the following relation:

    remote_mirrors.project_id -&gt; projects.id

MySQL will complain whenever you try to drop the "projects" table first
even when using "DROP TABLE ... CASCADE".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using db:reset ensures existing tables are first dropped. This in turn
ensures that we can drop tables regardless of any foreign key
constraints. While CE currently doesn't have any foreign keys EE defines
the following relation:

    remote_mirrors.project_id -&gt; projects.id

MySQL will complain whenever you try to drop the "projects" table first
even when using "DROP TABLE ... CASCADE".
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'metrics-measure-block-transaction' into 'master'</title>
<updated>2016-04-11T13:16:58+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-11T13:16:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=15cbbd09fbd05cfd2447dfb43d66d7a96a708f82'/>
<id>15cbbd09fbd05cfd2447dfb43d66d7a96a708f82</id>
<content type='text'>

Store block timings as transaction values

See merge request !3649</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Store block timings as transaction values

See merge request !3649</pre>
</div>
</content>
</entry>
<entry>
<title>Track call counts in Gitlab::Metrics.measure_block</title>
<updated>2016-04-11T11:27:52+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-11T11:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9110a7ecab52ab0716a42c2075cebdf8028d5e7'/>
<id>d9110a7ecab52ab0716a42c2075cebdf8028d5e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Store block timings as transaction values</title>
<updated>2016-04-11T11:09:36+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-11T10:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=16926a676bdea4bfbbbaf9d390373073d2ff8bbd'/>
<id>16926a676bdea4bfbbbaf9d390373073d2ff8bbd</id>
<content type='text'>
This makes it easier to query, simplifies the code, and makes it
possible to figure out what transaction the data belongs to (simply
because it's now stored _in_ the transaction).

This new setup keeps track of both the real/wall time _and_ CPU time
spent in a block, both measured using milliseconds (to keep all units
the same).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to query, simplifies the code, and makes it
possible to figure out what transaction the data belongs to (simply
because it's now stored _in_ the transaction).

This new setup keeps track of both the real/wall time _and_ CPU time
spent in a block, both measured using milliseconds (to keep all units
the same).
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add a note about sarcasm to the Code Review guide</title>
<updated>2016-04-11T02:54:44+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-04-11T02:54:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0c6923e2d13b6648c8e08017450a01e7068edfb9'/>
<id>0c6923e2d13b6648c8e08017450a01e7068edfb9</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass at a Code Review guide</title>
<updated>2016-04-10T01:49:47+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-04-10T01:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c7ec5929b1f580e7078d11774df2e8c0d1abbe03'/>
<id>c7ec5929b1f580e7078d11774df2e8c0d1abbe03</id>
<content type='text'>
Largely borrowed from thoughtbot's code review guide, so attribution is
included.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Largely borrowed from thoughtbot's code review guide, so attribution is
included.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Testing guide copyedits</title>
<updated>2016-04-09T05:19:21+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-04-09T05:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cedcc1453cbbd4a8ba43cf932b8765d891f19e0c'/>
<id>cedcc1453cbbd4a8ba43cf932b8765d891f19e0c</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-todo' into 'master'</title>
<updated>2016-04-08T17:42:53+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-04-08T17:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4a1fdc78a4299ec2f56c59697c882c85f06365f6'/>
<id>4a1fdc78a4299ec2f56c59697c882c85f06365f6</id>
<content type='text'>

Remove TODO for not documented stuff

We should not put a `TODO` in a released product.

See merge request !3553</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove TODO for not documented stuff

We should not put a `TODO` in a released product.

See merge request !3553</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-testing-guide' into 'master'</title>
<updated>2016-04-08T17:34:55+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-04-08T17:34:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0396c8525c4b38eb19204f74e21268ae7c7b7278'/>
<id>0396c8525c4b38eb19204f74e21268ae7c7b7278</id>
<content type='text'>

First pass at a Testing styleguide

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121

[ci skip]

See merge request !3465</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

First pass at a Testing styleguide

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/14121

[ci skip]

See merge request !3465</pre>
</div>
</content>
</entry>
<entry>
<title>Added dev guide for measuring Ruby blocks</title>
<updated>2016-04-06T12:32:27+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-05T10:37:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=352bc7d2b9a4ed5725e4f0e9f2e63d71678de9bc'/>
<id>352bc7d2b9a4ed5725e4f0e9f2e63d71678de9bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
