<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/javascripts/notes, branch generalize-js-toggle-buttons</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>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>
<entry>
<title>Merge branch '37619-fix-vue-typeerror-not-failing-the-build' into 'master'</title>
<updated>2017-12-12T10:49:50+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-12-12T10:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ba5b53954872c8ef1804a6111d08ebc8d72f57a3'/>
<id>ba5b53954872c8ef1804a6111d08ebc8d72f57a3</id>
<content type='text'>
Stop "ERROR: TypeError{}" from being logged to the console and fail tests

Closes #37619

See merge request gitlab-org/gitlab-ce!15830</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Stop "ERROR: TypeError{}" from being logged to the console and fail tests

Closes #37619

See merge request gitlab-org/gitlab-ce!15830</pre>
</div>
</content>
</entry>
<entry>
<title>Use shared interceptor in note specs</title>
<updated>2017-12-11T23:21:07+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-12-11T21:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=05e61c369e5b90d38f4c0d89116e3d21b0508023'/>
<id>05e61c369e5b90d38f4c0d89116e3d21b0508023</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 'issue-note-rename' into 'master'</title>
<updated>2017-12-11T21:56:50+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2017-12-11T21:56:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=8d739237de2d1bcfa063be422eac71c0566a4a54'/>
<id>8d739237de2d1bcfa063be422eac71c0566a4a54</id>
<content type='text'>
rename remaining issue_ prefixed files

See merge request gitlab-org/gitlab-ce!15818</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rename remaining issue_ prefixed files

See merge request gitlab-org/gitlab-ce!15818</pre>
</div>
</content>
</entry>
<entry>
<title>Try to clean up legit Vue error that was patched over</title>
<updated>2017-12-10T11:10:38+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-12-10T10:44:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9469979a91691655df148daf2e6bf30adbe213d1'/>
<id>9469979a91691655df148daf2e6bf30adbe213d1</id>
<content type='text'>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See https://gitlab.com/gitlab-org/gitlab-ce/issues/37619#note_50422859
</pre>
</div>
</content>
</entry>
</feed>
