<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/views/users, branch api-shared-groups</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>Changes calendar activities to use target reference</title>
<updated>2016-06-29T13:27:25+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-06-29T13:27:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d959abf01c420540b7bb19775541b4fe77aed0ca'/>
<id>d959abf01c420540b7bb19775541b4fe77aed0ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Trying to make this work with sprockets in production.</title>
<updated>2016-06-23T17:42:52+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-23T17:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff01ca9c96dc001fabf5e5a1200bc3355c61a3ca'/>
<id>ff01ca9c96dc001fabf5e5a1200bc3355c61a3ca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorganize the lib directory.</title>
<updated>2016-06-23T16:55:40+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-23T16:55:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4cca9a3e0f388210883ea2e3be97e92ac0576b38'/>
<id>4cca9a3e0f388210883ea2e3be97e92ac0576b38</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-implement page-specific JS in a better way.</title>
<updated>2016-06-23T16:33:38+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-23T16:33:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7ce0968a52a5bc013e49865205a8998881884c02'/>
<id>7ce0968a52a5bc013e49865205a8998881884c02</id>
<content type='text'>
This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes larger libraries more cacheable and will allow us to use SRI with the dynamically included libraries.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for dates on tooltips</title>
<updated>2016-06-09T19:38:24+00:00</updated>
<author>
<name>Alfredo Sumaran</name>
<email>alfredo@gitlab.com</email>
</author>
<published>2016-05-25T19:32:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=340aa444b709291958f2ab3a21352d9e182705d8'/>
<id>340aa444b709291958f2ab3a21352d9e182705d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Attempt to fix the user page.</title>
<updated>2016-06-02T01:42:49+00:00</updated>
<author>
<name>Connor Shea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-06-01T00:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=026b7abc5afc33847f9dcf8bdfc29167da4e9c02'/>
<id>026b7abc5afc33847f9dcf8bdfc29167da4e9c02</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 'updated-contrib-calendar' into 'master'</title>
<updated>2016-05-25T23:29:41+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-05-25T23:29:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3d009f77853261d43f1d5302d8016f4641ba5fca'/>
<id>3d009f77853261d43f1d5302d8016f4641ba5fca</id>
<content type='text'>

POC: Updated contrib calendar

In an effort to cut down the JS file size - i've removed the heatmap calendar used for the contributing calendar on users profiles. We already have d3 on the page so why not use it instead of using a library which uses it?

![Screen_Shot_2016-04-27_at_11.08.41](/uploads/64c40f0c766f800fd0e33ac8be7f9644/Screen_Shot_2016-04-27_at_11.08.41.png)

cc. @jschatz1 

See merge request !3944</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

POC: Updated contrib calendar

In an effort to cut down the JS file size - i've removed the heatmap calendar used for the contributing calendar on users profiles. We already have d3 on the page so why not use it instead of using a library which uses it?

![Screen_Shot_2016-04-27_at_11.08.41](/uploads/64c40f0c766f800fd0e33ac8be7f9644/Screen_Shot_2016-04-27_at_11.08.41.png)

cc. @jschatz1 

See merge request !3944</pre>
</div>
</content>
</entry>
<entry>
<title>Remove `event_to_atom` helper</title>
<updated>2016-05-23T16:37:40+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-05-21T23:02:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=66cebb6f61193a5fb4199b85580a312ed6d94b42'/>
<id>66cebb6f61193a5fb4199b85580a312ed6d94b42</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue with selected date not loading correctly</title>
<updated>2016-05-16T11:22:17+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-28T10:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=93c0bb8041963d6677cc9c169a0e1e22221dd0cb'/>
<id>93c0bb8041963d6677cc9c169a0e1e22221dd0cb</id>
<content type='text'>
Added loading icon to selected date box
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added loading icon to selected date box
</pre>
</div>
</content>
</entry>
<entry>
<title>Group the contributing calendar by day</title>
<updated>2016-05-16T11:22:17+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-04-27T10:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=18b361cf809251dd633e31d3dd6d877b31d8db7f'/>
<id>18b361cf809251dd633e31d3dd6d877b31d8db7f</id>
<content type='text'>
This aligns the boxes correctly with the day on the left side of the calendar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This aligns the boxes correctly with the day on the left side of the calendar
</pre>
</div>
</content>
</entry>
</feed>
