<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch push-ref</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>Merge branch 'close-issue-bug' into 'master'</title>
<updated>2016-04-05T20:48:00+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-04-05T20:48:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2446f853bdd907bcff3f39f021a9803311a29658'/>
<id>2446f853bdd907bcff3f39f021a9803311a29658</id>
<content type='text'>

Fix data check in update issue response



See merge request !3548</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix data check in update issue response



See merge request !3548</pre>
</div>
</content>
</entry>
<entry>
<title>Update issue_spec test</title>
<updated>2016-04-05T20:13:49+00:00</updated>
<author>
<name>Annabel Dunstone</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2016-04-05T20:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1eeec7c63ee3a293f134ff16b5f2209e77ab0f6c'/>
<id>1eeec7c63ee3a293f134ff16b5f2209e77ab0f6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Tests update</title>
<updated>2016-04-04T09:48:49+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-30T15:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29f414aa5a4d63d5676d5c0e4d89584f45ef8c35'/>
<id>29f414aa5a4d63d5676d5c0e4d89584f45ef8c35</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change `js-quick-submit` behavior to expect the class on the form</title>
<updated>2016-03-02T20:11:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-12T21:28:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76ed2afcfc2ae2b6ab3d3419a1183374a39022cc'/>
<id>76ed2afcfc2ae2b6ab3d3419a1183374a39022cc</id>
<content type='text'>
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now it will work on any field inside that form, and it's easier to scope
new behavior, which is what we're adding next!
</pre>
</div>
</content>
</entry>
<entry>
<title>Project dropdown test span -&gt; i</title>
<updated>2016-02-05T20:08:28+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-02-05T20:08:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b724f0871ac3d3af5e19bdd45553e50a92d4a4f0'/>
<id>b724f0871ac3d3af5e19bdd45553e50a92d4a4f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Changed the project switcher dropdown toggle</title>
<updated>2016-02-05T18:56:37+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-02-05T18:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0a094cb1dfe7328214c8516d60d51deb13c8fc1a'/>
<id>0a094cb1dfe7328214c8516d60d51deb13c8fc1a</id>
<content type='text'>
Moved the positioning of the dropdown to be more aligned with the title

Closes #13219 and #13214
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Moved the positioning of the dropdown to be more aligned with the title

Closes #13219 and #13214
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'title-projects-dropdown' into 'master'</title>
<updated>2016-02-02T22:15:40+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz1@gmail.com</email>
</author>
<published>2016-02-02T22:15:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c4c919e59ded2fbf29dc3085b6621e02c0b10f54'/>
<id>c4c919e59ded2fbf29dc3085b6621e02c0b10f54</id>
<content type='text'>

Added dropdown to list all projects on project header

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212

When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user.

When closed:

![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png)

When open:

![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png)


cc. @jschatz1

See merge request !2438</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Added dropdown to list all projects on project header

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/4212

When clicking the current project name, it shows a dropdown menu with a list of all projects for that group or user.

When closed:

![Screen_Shot_2016-01-14_at_19.17.44](/uploads/a7258ba388dba238fc2f0468711fc729/Screen_Shot_2016-01-14_at_19.17.44.png)

When open:

![Screen_Shot_2016-01-14_at_19.17.51](/uploads/716533d9eb44b123c5fdff36a4740489/Screen_Shot_2016-01-14_at_19.17.51.png)


cc. @jschatz1

See merge request !2438</pre>
</div>
</content>
</entry>
<entry>
<title>Allow manual resize of js-autosize textareas</title>
<updated>2016-02-01T22:00:03+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-02-01T21:55:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=933834c4a60610710fc949daa2e15531c2c45780'/>
<id>933834c4a60610710fc949daa2e15531c2c45780</id>
<content type='text'>
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
First, the autosize library was being too controlling and removed the
`resize` property from any elements to which it was attached, removing
the drag handle.

Second, we detect when the user manually resizes an autosize textarea,
and then remove the autosize behavior from it and increase its
max-height.

This should allow for the best of both worlds.

Closes #12832
</pre>
</div>
</content>
</entry>
<entry>
<title>added tests</title>
<updated>2016-01-30T16:01:50+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-01-17T17:19:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=56b0c46bf6da069be4ea935de4bad35a50e7f3c9'/>
<id>56b0c46bf6da069be4ea935de4bad35a50e7f3c9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reverting more MR ajax files, will appear in different commit</title>
<updated>2016-01-12T19:55:54+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jacobschatz@Jacobs-MBP.fios-router.home</email>
</author>
<published>2016-01-12T19:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=63363e47f4228e15585b0908d91c8749b1067d37'/>
<id>63363e47f4228e15585b0908d91c8749b1067d37</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
