<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch remove-application-frames-from-views</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>Stop tracking call stacks for instrumented views</title>
<updated>2016-01-12T14:41:22+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-01-12T14:41:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=355c341fe7c6b7c503386cf0b0e39cc02dbc8902'/>
<id>355c341fe7c6b7c503386cf0b0e39cc02dbc8902</id>
<content type='text'>
Where a vew is called from doesn't matter as much. We already know what
action they belong to and this is more than enough information. By
removing the file/line number from the list of tags we should also be
able to reduce the number of series stored in InfluxDB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Where a vew is called from doesn't matter as much. We already know what
action they belong to and this is more than enough information. By
removing the file/line number from the list of tags we should also be
able to reduce the number of series stored in InfluxDB.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'changelog-metrics' into 'master'</title>
<updated>2016-01-12T10:37:54+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-01-12T10:37:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=587f850170a38e2642c0de76fb69efdeae930d66'/>
<id>587f850170a38e2642c0de76fb69efdeae930d66</id>
<content type='text'>

See merge request !2385</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

See merge request !2385</pre>
</div>
</content>
</entry>
<entry>
<title>Updated CHANGELOG with changes I made</title>
<updated>2016-01-12T10:36:59+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-01-12T10:36:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9f8510b329e123c70c912b87bd6186d2b78302ca'/>
<id>9f8510b329e123c70c912b87bd6186d2b78302ca</id>
<content type='text'>
I forgot to add these in the respective MRs.

[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I forgot to add these in the respective MRs.

[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'update-fog' into 'master'</title>
<updated>2016-01-12T08:57:08+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-12T08:57:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4511a123401dcf9c2e1b3de732d18463fe9ba90'/>
<id>c4511a123401dcf9c2e1b3de732d18463fe9ba90</id>
<content type='text'>

Bump fog to 1.36.0

Updates AWS regions and fixes a number of bugs. Tested a GitLab AWS backup without any issues.

Closes #4231

See merge request !2373</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Bump fog to 1.36.0

Updates AWS regions and fixes a number of bugs. Tested a GitLab AWS backup without any issues.

Closes #4231

See merge request !2373</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'hover-descriptions' into 'master'</title>
<updated>2016-01-12T08:55:40+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-12T08:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=af7f0a4df4891763487ed39a5d51d467a6856efb'/>
<id>af7f0a4df4891763487ed39a5d51d467a6856efb</id>
<content type='text'>

adds hover titles to merge request and issue pages

Fixes #5899

See merge request !2375</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

adds hover titles to merge request and issue pages

Fixes #5899

See merge request !2375</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'active-state-on-button-makes-it-uppercase' into 'master'</title>
<updated>2016-01-12T08:53:22+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-12T08:53:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93a8c98155694df8271bb648e4b201256af2e9e0'/>
<id>93a8c98155694df8271bb648e4b201256af2e9e0</id>
<content type='text'>

changes bolded on active for dropdowns, sitewide.

Fixes #6056 &lt;br/&gt;
 **Note:** this change applies to all dropdowns. Currently all dropdowns using bootstrap's dropdown.js apply a bold and larger font for an active state.

See merge request !2377</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

changes bolded on active for dropdowns, sitewide.

Fixes #6056 &lt;br/&gt;
 **Note:** this change applies to all dropdowns. Currently all dropdowns using bootstrap's dropdown.js apply a bold and larger font for an active state.

See merge request !2377</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-add-title-to-emoji' into 'master'</title>
<updated>2016-01-12T08:52:28+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-12T08:52:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0450c486c993dc21cf7f617f77a3225e3a6703f'/>
<id>f0450c486c993dc21cf7f617f77a3225e3a6703f</id>
<content type='text'>

Add title attribute to Emojis in award picker



See merge request !2378</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add title attribute to Emojis in award picker



See merge request !2378</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-remove-coffee-filters' into 'master'</title>
<updated>2016-01-12T08:51:23+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2016-01-12T08:51:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7929fe0598a699162136261694b642eb37cea217'/>
<id>7929fe0598a699162136261694b642eb37cea217</id>
<content type='text'>

Remove the `:coffee` and `:coffeescript` Haml filters

See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897

See merge request !2380</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Remove the `:coffee` and `:coffeescript` Haml filters

See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897

See merge request !2380</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the `:coffee` and `:coffeescript` Haml filters</title>
<updated>2016-01-12T02:48:20+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-01-12T02:48:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae7de2f8510d6d4b69120f168122e26d69dda256'/>
<id>ae7de2f8510d6d4b69120f168122e26d69dda256</id>
<content type='text'>
See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://git.io/vztMu and http://stackoverflow.com/a/17571242/223897
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'typo-fix' into 'master'</title>
<updated>2016-01-12T01:24:00+00:00</updated>
<author>
<name>Robert Schilling</name>
<email>rschilling@student.tugraz.at</email>
</author>
<published>2016-01-12T01:24:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3ea637ed5d38b4484c4ca23d71d2f03c3df3f45a'/>
<id>3ea637ed5d38b4484c4ca23d71d2f03c3df3f45a</id>
<content type='text'>

[ci skip] Fixed minor typo in docker documentation

This change is self-explanatory.

See merge request !2374</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

[ci skip] Fixed minor typo in docker documentation

This change is self-explanatory.

See merge request !2374</pre>
</div>
</content>
</entry>
</feed>
