<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts, branch webhook_payload_with_changes</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>Apply new design to files page</title>
<updated>2015-10-13T14:41:48+00:00</updated>
<author>
<name>Dmitriy Zaporozhets</name>
<email>dmitriy.zaporozhets@gmail.com</email>
</author>
<published>2015-10-13T14:41:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a0a488ed13e2a07e0dd42e8795c50ea762917f20'/>
<id>a0a488ed13e2a07e0dd42e8795c50ea762917f20</id>
<content type='text'>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Dmitriy Zaporozhets &lt;dmitriy.zaporozhets@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Check originalEvent.repeat *and* event.repeat</title>
<updated>2015-10-07T21:59:10+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T21:59:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dbf9ccbcfe788beb24cda34b0d86b7e12ecdf4bb'/>
<id>dbf9ccbcfe788beb24cda34b0d86b7e12ecdf4bb</id>
<content type='text'>
phantomjs &lt; 2.0 doesn't support creating `KeyboardEvent` so the tests
were failing on CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
phantomjs &lt; 2.0 doesn't support creating `KeyboardEvent` so the tests
were failing on CI
</pre>
</div>
</content>
</entry>
<entry>
<title>Check originalEvent.repeat</title>
<updated>2015-10-07T19:23:42+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-07T19:19:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fcf99d0d09d63d0662290658ebc1e366bfc11bf0'/>
<id>fcf99d0d09d63d0662290658ebc1e366bfc11bf0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add "Quick Submit" JS behavior</title>
<updated>2015-10-07T19:23:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-05T22:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=01d0926bc16bb82ef676c35a5a61b8e90a82654c'/>
<id>01d0926bc16bb82ef676c35a5a61b8e90a82654c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Require jquery.turbolinks in all JS specs</title>
<updated>2015-10-07T19:23:41+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-10-05T22:03:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38fbfb9fe6d52e1a36b16ccc2a9da9ae01561cca'/>
<id>38fbfb9fe6d52e1a36b16ccc2a9da9ae01561cca</id>
<content type='text'>
Side-effect: This simplifies the requiresInput handler
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Side-effect: This simplifies the requiresInput handler
</pre>
</div>
</content>
</entry>
<entry>
<title>Add specs for syntax_highlight JS</title>
<updated>2015-09-10T19:38:24+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-09-10T19:28:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=404a01ab148417f6314c94d213769dd72fd0589e'/>
<id>404a01ab148417f6314c94d213769dd72fd0589e</id>
<content type='text'>
Also makes it work when given a parent element containing a
`.js-syntax-highlight` element so for dynamically-added things like
notes or Markdown previews, we can more accurately target just the
element we care about.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also makes it work when given a parent element containing a
`.js-syntax-highlight` element so for dynamically-added things like
notes or Markdown previews, we can more accurately target just the
element we care about.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove style attribute from textarea during ZenMode activation</title>
<updated>2015-09-04T22:01:36+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-09-04T20:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38f1d571fe17725d437dae2f6c4f18006117ef9d'/>
<id>38f1d571fe17725d437dae2f6c4f18006117ef9d</id>
<content type='text'>
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes internal https://dev.gitlab.org/gitlab/gitlabhq/issues/2466
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the "Reload with full diff" URL button</title>
<updated>2015-07-23T19:53:54+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2015-07-22T00:37:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ae3f869fd1f4326e26805606197dea4ea15c67bb'/>
<id>ae3f869fd1f4326e26805606197dea4ea15c67bb</id>
<content type='text'>
On the first load, the merge request tabs would be requested in JSON format to render
the HTML. This would cause the "Reload with full diff" button to create a link to diff.json.

Closes #2041
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On the first load, the merge request tabs would be requested in JSON format to render
the HTML. This would cause the "Reload with full diff" button to create a link to diff.json.

Closes #2041
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test case for clicking line number anchor icon</title>
<updated>2015-07-18T00:40:56+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-07-18T00:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dd6daf465624d0a4ec2bc232f647c0d484a82351'/>
<id>dd6daf465624d0a4ec2bc232f647c0d484a82351</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove disableButtonIf[Any]EmptyField calls from forms</title>
<updated>2015-06-27T02:07:59+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2015-06-27T01:53:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f6503f71f994c50f12abfb29233259816006391a'/>
<id>f6503f71f994c50f12abfb29233259816006391a</id>
<content type='text'>
These have been replaced by the "requiresInput" behavior.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These have been replaced by the "requiresInput" behavior.
</pre>
</div>
</content>
</entry>
</feed>
