<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app, branch 3870-commit-sorting-issue</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>Group commits by date in server timezone</title>
<updated>2016-05-11T09:26:37+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@gitlab.com</email>
</author>
<published>2016-05-05T09:00:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d9574a7b93de7e88c77ed1351650843749da60f0'/>
<id>d9574a7b93de7e88c77ed1351650843749da60f0</id>
<content type='text'>
`Time#to_date` just takes the (timezone-less) year, date, and month, and
creates a new date from that. Because the commits in the list are
grouped by date, rather than chunked when the date changes, a commit can
be shown in the wrong order if its CommitDate has a timezone-less date
that's different to other commits around it.

Convert all CommitDates to the server timezone before grouping, as that
will at least produce consistent results. Users can still see a
timestamp on the commit that doesn't match the date it's grouped under,
because the timestamp shown uses the user's local timezone, and the
grouping uses the server's timezone, but that was an issue anyway.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`Time#to_date` just takes the (timezone-less) year, date, and month, and
creates a new date from that. Because the commits in the list are
grouped by date, rather than chunked when the date changes, a commit can
be shown in the wrong order if its CommitDate has a timezone-less date
that's different to other commits around it.

Convert all CommitDates to the server timezone before grouping, as that
will at least produce consistent results. Users can still see a
timestamp on the commit that doesn't match the date it's grouped under,
because the timestamp shown uses the user's local timezone, and the
grouping uses the server's timezone, but that was an issue anyway.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'log-impersonation-events' into 'master'</title>
<updated>2016-05-05T04:08:45+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-05-05T04:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f5ae92d81c022e94500eb9a6949b2322a943a5af'/>
<id>f5ae92d81c022e94500eb9a6949b2322a943a5af</id>
<content type='text'>

Log to application.log when an admin starts and stops impersonating a user

Closes gitlab-org/gitlab-ee#536

See merge request !4028</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Log to application.log when an admin starts and stops impersonating a user

Closes gitlab-org/gitlab-ee#536

See merge request !4028</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-team-build-state-in-mr-widget' into 'master'</title>
<updated>2016-05-04T23:47:36+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-05-04T23:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bee002270d1c8121c36803649fdaa8b61d55a702'/>
<id>bee002270d1c8121c36803649fdaa8b61d55a702</id>
<content type='text'>

Merge request widget displays TeamCity build state and code coverage correctly again

## What does this MR do?
This MR contains a fix for a regression introduced in `8.7`. In former version, the TeamCity build status was always displayed correctly. In `8.7` the build state is still checked, but the UI is not updated correctly any longer.

## Are there points in the code the reviewer needs to double check?
The changes are quite simple, so please simply double check them.

## Why was this MR needed?
This MR is needed to make the TeamCity build status working again.

## What are the relevant issue numbers?
#17080 

See merge request !3998</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Merge request widget displays TeamCity build state and code coverage correctly again

## What does this MR do?
This MR contains a fix for a regression introduced in `8.7`. In former version, the TeamCity build status was always displayed correctly. In `8.7` the build state is still checked, but the UI is not updated correctly any longer.

## Are there points in the code the reviewer needs to double check?
The changes are quite simple, so please simply double check them.

## Why was this MR needed?
This MR is needed to make the TeamCity build status working again.

## What are the relevant issue numbers?
#17080 

See merge request !3998</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-repository-size-format' into 'master'</title>
<updated>2016-05-04T22:54:25+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-05-04T22:54:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5653a71635b44263efec43060267dc23f486cfa2'/>
<id>5653a71635b44263efec43060267dc23f486cfa2</id>
<content type='text'>

Use `number_to_human_size` helper to show repository size

This will intelligently format large repository sizes in GBs (or,
shudder, TBs).

Also, removes `rescue` clause from `repository_size` helper.
The repository size has since become calculated (and cached)
more intelligently, and this should no longer be necessary.

See merge request !4047</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Use `number_to_human_size` helper to show repository size

This will intelligently format large repository sizes in GBs (or,
shudder, TBs).

Also, removes `rescue` clause from `repository_size` helper.
The repository size has since become calculated (and cached)
more intelligently, and this should no longer be necessary.

See merge request !4047</pre>
</div>
</content>
</entry>
<entry>
<title>Feedback from stanhu</title>
<updated>2016-05-04T22:18:36+00:00</updated>
<author>
<name>Benedikt Huss</name>
<email>benedikt.huss@gmail.com</email>
</author>
<published>2016-05-04T18:45:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0e9c2e721b08e244e63f1d26ac3771a8d858cd76'/>
<id>0e9c2e721b08e244e63f1d26ac3771a8d858cd76</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `rescue` clause from `repository_size` helper</title>
<updated>2016-05-04T22:14:03+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-05-04T21:39:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5448970950008fb49092fcfbdb155161d707e10f'/>
<id>5448970950008fb49092fcfbdb155161d707e10f</id>
<content type='text'>
The repository size has since become calculated (and cached) more
intelligently, and this should no longer be necessary.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The repository size has since become calculated (and cached) more
intelligently, and this should no longer be necessary.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `number_to_human_size` helper to show repository size</title>
<updated>2016-05-04T22:13:33+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-05-04T21:33:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=92c25f42009ce42c439efa4236d14ac1440711e4'/>
<id>92c25f42009ce42c439efa4236d14ac1440711e4</id>
<content type='text'>
This will intelligently format large repository sizes in GBs (or,
shudder, TBs).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will intelligently format large repository sizes in GBs (or,
shudder, TBs).
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge request widget displays TeamCity build state and code coverage correctly again</title>
<updated>2016-05-04T22:07:56+00:00</updated>
<author>
<name>Benedikt Huss</name>
<email>benedikt.huss@gmail.com</email>
</author>
<published>2016-05-04T07:34:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=655b2640ae9cbe2737369401969e99caeddf192d'/>
<id>655b2640ae9cbe2737369401969e99caeddf192d</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 'sanitize-new-project-error-message' into 'master'</title>
<updated>2016-05-04T22:03:18+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-05-04T22:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=915a4193b433575a63fd4f5048b341d417b06426'/>
<id>915a4193b433575a63fd4f5048b341d417b06426</id>
<content type='text'>

Sanitize repo paths in new project error message

Closes #17243

See merge request !4029</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Sanitize repo paths in new project error message

Closes #17243

See merge request !4029</pre>
</div>
</content>
</entry>
<entry>
<title>Sanitize repo paths in new project error message</title>
<updated>2016-05-04T21:06:07+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-05-04T04:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=75523d1df91cc871847a00cad4e5e1d44278a647'/>
<id>75523d1df91cc871847a00cad4e5e1d44278a647</id>
<content type='text'>
Closes #17243
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #17243
</pre>
</div>
</content>
</entry>
</feed>
