<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/ide, branch fix-diff-comment-alignment</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 'fix-web-ide-disable-markdown-autocomplete' into 'master'</title>
<updated>2018-06-15T19:07:51+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-15T19:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6e06171ee6a7d002e279f8783a4958bedb2b3389'/>
<id>6e06171ee6a7d002e279f8783a4958bedb2b3389</id>
<content type='text'>
Resolve "Web IDE autocomplete should be disabled in markdown files"

Closes #47796

See merge request gitlab-org/gitlab-ce!19760</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Web IDE autocomplete should be disabled in markdown files"

Closes #47796

See merge request gitlab-org/gitlab-ce!19760</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #47796 "Web IDE autocomplete should be disabled in markdown files"</title>
<updated>2018-06-15T18:22:56+00:00</updated>
<author>
<name>Isaac Smith</name>
<email>isaac@isrv.pw</email>
</author>
<published>2018-06-15T18:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5104098fab7f72fff15d5e1a69f1597391b59b31'/>
<id>5104098fab7f72fff15d5e1a69f1597391b59b31</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 'ide-commit-actions-update' into 'master'</title>
<updated>2018-06-15T16:59:56+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-06-15T16:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=25fd298314bf368ca88276c444e64883d045b899'/>
<id>25fd298314bf368ca88276c444e64883d045b899</id>
<content type='text'>
Improve commit flow in Web IDE

Closes #46122

See merge request gitlab-org/gitlab-ce!19735</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve commit flow in Web IDE

Closes #46122

See merge request gitlab-org/gitlab-ce!19735</pre>
</div>
</content>
</entry>
<entry>
<title>Enable no-restricted-globals in JS files</title>
<updated>2018-06-15T15:58:27+00:00</updated>
<author>
<name>gfyoung</name>
<email>gfyoung17@gmail.com</email>
</author>
<published>2018-06-15T15:58:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bce890820f6ed0e75537b546d5ef1a0090c53b52'/>
<id>bce890820f6ed0e75537b546d5ef1a0090c53b52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>only return last_commit_sha in the JSON</title>
<updated>2018-06-15T10:19:35+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-15T10:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3530274b13ec4f20731f9f98ea94dabe1494072d'/>
<id>3530274b13ec4f20731f9f98ea94dabe1494072d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IDE sends last commit ID when committing changes</title>
<updated>2018-06-15T10:18:48+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-07T16:19:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e906be2f683f6170a5ee1d5b5f104ab0e08062d1'/>
<id>e906be2f683f6170a5ee1d5b5f104ab0e08062d1</id>
<content type='text'>
Closes #46192
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #46192
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'ide-pipeline-reset-state' into 'master'</title>
<updated>2018-06-14T15:26:30+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-06-14T15:26:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f2e90bc27ce0a1c70747c9547ac1542631c65905'/>
<id>f2e90bc27ce0a1c70747c9547ac1542631c65905</id>
<content type='text'>
Resets state correctly when switching to merge request in IDE

Closes #47763

See merge request gitlab-org/gitlab-ce!19707</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resets state correctly when switching to merge request in IDE

Closes #47763

See merge request gitlab-org/gitlab-ce!19707</pre>
</div>
</content>
</entry>
<entry>
<title>fixed karma spec</title>
<updated>2018-06-14T14:42:56+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-13T11:24:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f454f1ab5ab69de51ad4ae8cb620782e48fc0541'/>
<id>f454f1ab5ab69de51ad4ae8cb620782e48fc0541</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed sidebar list spec</title>
<updated>2018-06-14T14:42:55+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-13T09:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a2bfb820021f05a51ffaa96a3ef7cc87dc1cf6b2'/>
<id>a2bfb820021f05a51ffaa96a3ef7cc87dc1cf6b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed hover styling caused by dropdown</title>
<updated>2018-06-14T14:42:55+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-06-13T08:44:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30ef25452182cb9a956f895595cf0cd4afc51c57'/>
<id>30ef25452182cb9a956f895595cf0cd4afc51c57</id>
<content type='text'>
fixed karma specs
added CHANGELOG item
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed karma specs
added CHANGELOG item
</pre>
</div>
</content>
</entry>
</feed>
