<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch feature-flags</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>Use feature flags for notes and award emojis</title>
<updated>2016-06-10T11:19:43+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-06-09T15:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=beed70c0248fea13bdf727e5f14dee362b0cd298'/>
<id>beed70c0248fea13bdf727e5f14dee362b0cd298</id>
<content type='text'>
This allows us to disable creating/updating/removing of notes as well as
toggling of award emojis.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to disable creating/updating/removing of notes as well as
toggling of award emojis.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added simple feature flag system</title>
<updated>2016-06-10T11:19:36+00:00</updated>
<author>
<name>Yorick Peterse</name>
<email>yorickpeterse@gmail.com</email>
</author>
<published>2016-06-09T15:03:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d74a8900e27a98f1c921052d2fc44f38cc63a2ea'/>
<id>d74a8900e27a98f1c921052d2fc44f38cc63a2ea</id>
<content type='text'>
This can be used to enable/disable certain features using the
ApplicationSetting model.

Features can be toggled from the application settings UI, or via a Ruby
script of sorts. Since this re-uses the ApplicationSetting model the
cached settings are flushed automatically.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This can be used to enable/disable certain features using the
ApplicationSetting model.

Features can be toggled from the application settings UI, or via a Ruby
script of sorts. Since this re-uses the ApplicationSetting model the
cached settings are flushed automatically.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'award-emoji-fixes' into 'master'</title>
<updated>2016-06-09T23:21:50+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-06-09T23:21:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cea3cf177c68bb1fa9326d4e88631b7737ae8a98'/>
<id>cea3cf177c68bb1fa9326d4e88631b7737ae8a98</id>
<content type='text'>

Award emoji fixes

Fixes #18357 #18325 and #18424

See merge request !4550</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Award emoji fixes

Fixes #18357 #18325 and #18424

See merge request !4550</pre>
</div>
</content>
</entry>
<entry>
<title>Minor MR comment fixes.</title>
<updated>2016-06-09T22:56:41+00:00</updated>
<author>
<name>Fatih Acet</name>
<email>acetfatih@gmail.com</email>
</author>
<published>2016-06-09T22:56:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=94826d9abe13a20aae0868a096a03d2a4e706d82'/>
<id>94826d9abe13a20aae0868a096a03d2a4e706d82</id>
<content type='text'>
yes -&gt; true
no -&gt; false
. frequent -&gt; .frequent-emojis
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
yes -&gt; true
no -&gt; false
. frequent -&gt; .frequent-emojis
</pre>
</div>
</content>
</entry>
<entry>
<title>Update CHANGELOG for 8.8.4 and 8.8.5</title>
<updated>2016-06-09T22:42:15+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2016-06-09T22:32:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=e328eab0da46f1a5d4fbf2289911ce8f4093cfb6'/>
<id>e328eab0da46f1a5d4fbf2289911ce8f4093cfb6</id>
<content type='text'>
[ci skip]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix-issue-15259-postgresql' into 'master'</title>
<updated>2016-06-09T22:35:47+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2016-06-09T22:35:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b51a36cb2b34b63246beac2bd7ebf4f646ca906a'/>
<id>b51a36cb2b34b63246beac2bd7ebf4f646ca906a</id>
<content type='text'>

Properly quote table name in Rake task for MySQL and PostgreSQL compatibility

!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.
    
Closes #15259

See merge request !4577</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Properly quote table name in Rake task for MySQL and PostgreSQL compatibility

!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.
    
Closes #15259

See merge request !4577</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'milestone-tooltip' into 'master'</title>
<updated>2016-06-09T22:10:51+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-06-09T22:10:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=dbc4f71868b63a01b2da31d6330a834f05757501'/>
<id>dbc4f71868b63a01b2da31d6330a834f05757501</id>
<content type='text'>

Add milestone expire date to the right sidebar

## What does this MR do?
Shows milestone expire date tooltip in the sidebar. It also shows the tooltip when sidebar is collapsed.

## Are there points in the code the reviewer needs to double check?
`common_utils.js.coffee` and `milestones_helper.rb` should be reviewed deeply.

## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/17355

## Screencast
![zngAcytBWq](/uploads/bd8514506aa5010aef9b081455ee90af/zngAcytBWq.gif)

See merge request !4448</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Add milestone expire date to the right sidebar

## What does this MR do?
Shows milestone expire date tooltip in the sidebar. It also shows the tooltip when sidebar is collapsed.

## Are there points in the code the reviewer needs to double check?
`common_utils.js.coffee` and `milestones_helper.rb` should be reviewed deeply.

## What are the relevant issue numbers?
https://gitlab.com/gitlab-org/gitlab-ce/issues/17355

## Screencast
![zngAcytBWq](/uploads/bd8514506aa5010aef9b081455ee90af/zngAcytBWq.gif)

See merge request !4448</pre>
</div>
</content>
</entry>
<entry>
<title>Properly quote table name in Rake task for MySQL and PostgreSQL compatibility</title>
<updated>2016-06-09T22:06:19+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-06-09T21:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bf92ea687f7085d8ea0168f47507d0bc459b6d36'/>
<id>bf92ea687f7085d8ea0168f47507d0bc459b6d36</id>
<content type='text'>
!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.

Closes #15259
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
!4318 broke the gitlab:db:drop_tables functionality for PostgreSQL.

Closes #15259
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'autocomplete-comment-fix' into 'master'</title>
<updated>2016-06-09T21:47:45+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2016-06-09T21:47:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5f803f0fd1676c5a77eaa800c3036729bac0db98'/>
<id>5f803f0fd1676c5a77eaa800c3036729bac0db98</id>
<content type='text'>

Checks for undefined when inserting autocomplete into textarea

## What does this MR do?

Correctly checks for undefined before inserting anything into the textarea when using autocomplete. This happens because the loading indicator tries to insert `@undefined` which we dont want to insert.

See merge request !4561</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Checks for undefined when inserting autocomplete into textarea

## What does this MR do?

Correctly checks for undefined before inserting anything into the textarea when using autocomplete. This happens because the loading indicator tries to insert `@undefined` which we dont want to insert.

See merge request !4561</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fix_issue_15259' into 'master'</title>
<updated>2016-06-09T21:44:10+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-06-09T21:44:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4fbb284cfd8a23ed3b754e0f168752c1ab211a7c'/>
<id>4fbb284cfd8a23ed3b754e0f168752c1ab211a7c</id>
<content type='text'>

Fix bug with SQL syntax error during backup restoration

## What does this MR do?
It properly escapes the table name in the `DROP TABLE IF EXISTS ...` statement used during restore of a backup.

## Are there points in the code the reviewer needs to double check?
Please check compatibility with PostgreSQL

## Why was this MR needed?
Fix an issue with backups can not be restored if MySQL is used as database for GitLab.

## What are the relevant issue numbers?
#15259 

## Screenshots (if relevant)
-

See merge request !4318</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Fix bug with SQL syntax error during backup restoration

## What does this MR do?
It properly escapes the table name in the `DROP TABLE IF EXISTS ...` statement used during restore of a backup.

## Are there points in the code the reviewer needs to double check?
Please check compatibility with PostgreSQL

## Why was this MR needed?
Fix an issue with backups can not be restored if MySQL is used as database for GitLab.

## What are the relevant issue numbers?
#15259 

## Screenshots (if relevant)
-

See merge request !4318</pre>
</div>
</content>
</entry>
</feed>
