<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/notes, branch sh-bump-ruby-parser</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>Render MR Notes with Vue with behind a cookie</title>
<updated>2018-02-28T00:10:43+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2018-02-28T00:10:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=059ab73b8eae3a546d0a19fe99ef0c52df5fac01'/>
<id>059ab73b8eae3a546d0a19fe99ef0c52df5fac01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reuse getter</title>
<updated>2018-02-12T16:49:41+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-02-12T16:49:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c33245e9999e0d00fd1da985fcc18af1618b211d'/>
<id>c33245e9999e0d00fd1da985fcc18af1618b211d</id>
<content type='text'>
Add loading button for better UX
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add loading button for better UX
</pre>
</div>
</content>
</entry>
<entry>
<title>Makes close/reopen issue request to inside the vue app</title>
<updated>2018-02-09T18:56:41+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-02-09T17:07:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d637f87f88b40704291d7a01032af09853afb4e4'/>
<id>d637f87f88b40704291d7a01032af09853afb4e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Cancelling a second comment edit doesn't return its state to before the edit"</title>
<updated>2018-02-07T21:45:53+00:00</updated>
<author>
<name>Simon Knox</name>
<email>simon@gitlab.com</email>
</author>
<published>2018-02-07T21:45:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2ee08f4770e59bef976a093428272a16c962fdf4'/>
<id>2ee08f4770e59bef976a093428272a16c962fdf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Default to HTTPS for all Gravatar URLs</title>
<updated>2018-01-25T09:00:46+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axil@gitlab.com</email>
</author>
<published>2018-01-24T09:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85940d766a30edb707b3e5154f38ae90c935e0a2'/>
<id>85940d766a30edb707b3e5154f38ae90c935e0a2</id>
<content type='text'>
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If using gravatar.com, both plain_url and ssl_url in settings are now
served via HTTPS. Make this the default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '41956-fix-ctrl-enter-binding-to-save-comment' into 'master'</title>
<updated>2018-01-12T09:50:53+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2018-01-12T09:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8ab611509adf841008bf0e4ecaffaf0e58d8b7fe'/>
<id>8ab611509adf841008bf0e4ecaffaf0e58d8b7fe</id>
<content type='text'>
Fix Ctrl+Enter keyboard shortcut saving comment/note edit

Closes #41956

See merge request gitlab-org/gitlab-ce!16415</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Ctrl+Enter keyboard shortcut saving comment/note edit

Closes #41956

See merge request gitlab-org/gitlab-ce!16415</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Ctrl+Enter keyboard shortcut saving comment/note edit</title>
<updated>2018-01-12T02:28:56+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2018-01-12T02:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=333c1723ab94ca5a7820556a9260f4904fc42822'/>
<id>333c1723ab94ca5a7820556a9260f4904fc42822</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41956
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/41956
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'main-js-tidy-up' into 'master'</title>
<updated>2018-01-11T18:40:22+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-01-11T18:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1245d35f140905bef777b24c3abbc39c9509a5f9'/>
<id>1245d35f140905bef777b24c3abbc39c9509a5f9</id>
<content type='text'>
Tidy up main JS file

See merge request gitlab-org/gitlab-ce!16007</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tidy up main JS file

See merge request gitlab-org/gitlab-ce!16007</pre>
</div>
</content>
</entry>
<entry>
<title>Tidy up main JS file</title>
<updated>2018-01-10T11:07:42+00:00</updated>
<author>
<name>Phil Hughes</name>
<email>me@iamphill.com</email>
</author>
<published>2017-12-19T10:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ff0f74ac6e30ee789560012908f45a7fac9197e4'/>
<id>ff0f74ac6e30ee789560012908f45a7fac9197e4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove soft removals related code</title>
<updated>2018-01-08T16:04:45+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2018-01-02T16:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d0b8f536a1865af3741fc3255325b7e211ed1d42'/>
<id>d0b8f536a1865af3741fc3255325b7e211ed1d42</id>
<content type='text'>
This removes all usage of soft removals except for the "pending delete"
system implemented for projects. This in turn simplifies all the query
plans of the models that used soft removals. Since we don't really use
soft removals for anything useful there's no point in keeping it around.

This _does_ mean that hard removals of issues (which only admins can do
if I'm not mistaken) can influence the "iid" values, but that code is
broken to begin with. More on this (and how to fix it) can be found in
https://gitlab.com/gitlab-org/gitlab-ce/issues/31114.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes all usage of soft removals except for the "pending delete"
system implemented for projects. This in turn simplifies all the query
plans of the models that used soft removals. Since we don't really use
soft removals for anything useful there's no point in keeping it around.

This _does_ mean that hard removals of issues (which only admins can do
if I'm not mistaken) can influence the "iid" values, but that code is
broken to begin with. More on this (and how to fix it) can be found in
https://gitlab.com/gitlab-org/gitlab-ce/issues/31114.

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/37447
</pre>
</div>
</content>
</entry>
</feed>
