<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/issue.js, branch remove-commit-tree</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>Update issuable status icons</title>
<updated>2017-12-13T06:11:57+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-12-13T03:44:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a5439897d20b80274733605862d050b2abfb1cb3'/>
<id>a5439897d20b80274733605862d050b2abfb1cb3</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926

Changed file icons already addressed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/33926

Changed file icons already addressed in
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/15367
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "No feedback when checking on checklist if potential spam was detected"</title>
<updated>2017-12-08T12:26:39+00:00</updated>
<author>
<name>Luke Bennett</name>
<email>lbennett@gitlab.com</email>
</author>
<published>2017-12-08T12:26:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1a3b292d350cc4c226066562d489432e7f37e105'/>
<id>1a3b292d350cc4c226066562d489432e7f37e105</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Export text utils as ES6 modules</title>
<updated>2017-11-13T09:11:54+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-11-13T09:11:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1ff3f1a4f7021c7337df3cd1c24c167447b64f2b'/>
<id>1ff3f1a4f7021c7337df3cd1c24c167447b64f2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove issue and issue status select from global namespace</title>
<updated>2017-10-30T18:59:16+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-10-30T18:59:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=430131f720187772f46e776a100273aba0d13aa6'/>
<id>430131f720187772f46e776a100273aba0d13aa6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Flash is now a ES6 module</title>
<updated>2017-10-10T09:14:22+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-10-02T12:32:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fa2af5e0f5e290eff32f62c7ea9f935a6ad33967'/>
<id>fa2af5e0f5e290eff32f62c7ea9f935a6ad33967</id>
<content type='text'>
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reduced the technical debt around our JS flash function by making it a
module that is imported rather than relying on the global function.
The global function still exists mainly for technical debt with how
some requests are being completed, but new JS should import the module
directly.

Also reduces some tech debt in the file by removing the need for jQuery.
Instead Flash is now 100% vanilla JS.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add top level items to fly-out navigation</title>
<updated>2017-09-06T13:54:17+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-09-01T07:41:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c56100b3ec26a0f5d71bb80f94c661674b3226b8'/>
<id>c56100b3ec26a0f5d71bb80f94c661674b3226b8</id>
<content type='text'>
This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden &amp; no fly-out navigation is displayed.

Closes #36294
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only appears when in the collapsed sidebar. If the sidebar is expanded, then these items are hidden &amp; no fly-out navigation is displayed.

Closes #36294
</pre>
</div>
</content>
</entry>
<entry>
<title>IssueNotesRefactor: Address MR comments.</title>
<updated>2017-07-21T19:35:26+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-07-14T17:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c2d98f4c2bad4cccc981ff2e4bc2b5212eba9d6'/>
<id>3c2d98f4c2bad4cccc981ff2e4bc2b5212eba9d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IssueNotesRefactor: Listen main issue action and update note form buttons.</title>
<updated>2017-07-21T19:35:26+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-07-11T22:57:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=77f6f0b88b1367c72c4c28a254e7c874f64b4b67'/>
<id>77f6f0b88b1367c72c4c28a254e7c874f64b4b67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>IssueNotesRefactor: Fix issue reopen/close bug after merging from master.</title>
<updated>2017-07-21T19:35:26+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-07-11T22:35:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4e86445b9da91762f278619bfe490f9c76f4531b'/>
<id>4e86445b9da91762f278619bfe490f9c76f4531b</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 '30281-report-abusive-content-from-an-issue-or-merge-request' into 'master'</title>
<updated>2017-07-07T20:23:27+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-07-07T20:23:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f8f555a6649c8463c66551af2948f1e56e7ce6a'/>
<id>5f8f555a6649c8463c66551af2948f1e56e7ce6a</id>
<content type='text'>
Resolve "Report abusive content from an issue or merge request"

Closes #30281

See merge request !11786</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Report abusive content from an issue or merge request"

Closes #30281

See merge request !11786</pre>
</div>
</content>
</entry>
</feed>
