<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/assets/javascripts/issue.js.coffee, 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>Fix check for existence of new branch button (!4630)</title>
<updated>2016-06-27T15:59:50+00:00</updated>
<author>
<name>winniehell</name>
<email>git@winniehell.de</email>
</author>
<published>2016-06-13T15:24:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=87fcb0abcb36400bb1dc5415d9de3f658e3e43c2'/>
<id>87fcb0abcb36400bb1dc5415d9de3f658e3e43c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Load the "New Branch" button asynchronously</title>
<updated>2016-04-28T20:13:48+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-21T14:34:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0426647069397d57d46c66de41c8fa4fad65e0bb'/>
<id>0426647069397d57d46c66de41c8fa4fad65e0bb</id>
<content type='text'>
This button depends on Issue#can_be_worked_on? which in turn depends on
Issue#related_branches. By rendering this button asynchronously we can
finally remove all usages of Issue#related_branches and
Issue#referenced_merge_requests from the issues "show" page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This button depends on Issue#can_be_worked_on? which in turn depends on
Issue#related_branches. By rendering this button asynchronously we can
finally remove all usages of Issue#related_branches and
Issue#referenced_merge_requests from the issues "show" page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Load related MRs/branches asynchronously</title>
<updated>2016-04-13T15:24:21+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-04-12T13:55:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=31e28ebcebc054eaeef2eddba64ff2ff7ca3104f'/>
<id>31e28ebcebc054eaeef2eddba64ff2ff7ca3104f</id>
<content type='text'>
Currently this works by loading the HAML partials via XHR. While this is
not the nicest setup it _is_ the easiest setup using the tools we
currently have.

Loading this data asynchronously doesn't make loading the related
MRs/branches itself faster, it merely ensures that loading the issue
itself is not slowed down.

Fixes gitlab-org/gitlab-ce#14949
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently this works by loading the HAML partials via XHR. While this is
not the nicest setup it _is_ the easiest setup using the tools we
currently have.

Loading this data asynchronously doesn't make loading the related
MRs/branches itself faster, it merely ensures that loading the issue
itself is not slowed down.

Fixes gitlab-org/gitlab-ce#14949
</pre>
</div>
</content>
</entry>
<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>Fix data check in update issue response</title>
<updated>2016-04-05T18:43:30+00:00</updated>
<author>
<name>Annabel Dunstone</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2016-04-05T18:43:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33faf219aaf72bb2c8a6df06fd42adf17bebfd14'/>
<id>33faf219aaf72bb2c8a6df06fd42adf17bebfd14</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added toolbar to comment form</title>
<updated>2016-04-04T09:48:49+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-30T09:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3c2b0e7572c11d24b96f2762a03c8cc47f11f510'/>
<id>3c2b0e7572c11d24b96f2762a03c8cc47f11f510</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bug where participants would not work correctly on merge requests</title>
<updated>2016-03-21T11:31:50+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-21T11:31:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=59e51e3cabfb960f5b78b8f8cda7478c79846de5'/>
<id>59e51e3cabfb960f5b78b8f8cda7478c79846de5</id>
<content type='text'>
Also fixed alignment bug with can't merge badge
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixed alignment bug with can't merge badge
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed global JS var</title>
<updated>2016-03-18T09:46:20+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-15T11:10:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b2e673e523ec0e6ff3d2c27d113e9d6a74a80d7a'/>
<id>b2e673e523ec0e6ff3d2c27d113e9d6a74a80d7a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reused some variables</title>
<updated>2016-03-18T09:46:20+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-10T17:09:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=38ea9c6cf7c7c063f841ebe95477e9f48d7bc430'/>
<id>38ea9c6cf7c7c063f841ebe95477e9f48d7bc430</id>
<content type='text'>
Set global JS variable to sync view up
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set global JS variable to sync view up
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved issue sidebar</title>
<updated>2016-03-18T09:46:20+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2016-03-04T17:37:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3e98e5971b76d3847a1abd361bc120bf8bcfa214'/>
<id>3e98e5971b76d3847a1abd361bc120bf8bcfa214</id>
<content type='text'>
Updated the spacing throughout the sidebar so that it fits better on smaller screens
Added more participants button

Closes #13353
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updated the spacing throughout the sidebar so that it fits better on smaller screens
Added more participants button

Closes #13353
</pre>
</div>
</content>
</entry>
</feed>
