<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch rs-fix-stubbed-user-factory</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>Manually assign `notification_email` in the User factory when stubbed</title>
<updated>2017-08-08T19:54:13+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-08-08T19:54:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=76544283ea342cc82f15afb89c7c5a12eb6bfd8f'/>
<id>76544283ea342cc82f15afb89c7c5a12eb6bfd8f</id>
<content type='text'>
Because we assign this value in the model via a callback conditionally
on `email_changed?`, this never gets set when using `build_stubbed`,
resulting in a "can't be blank" validation error on this field.

In this case, we can just assign it manually to the same value as
`email`, which is generated via a sequence.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we assign this value in the model via a callback conditionally
on `email_changed?`, this never gets set when using `build_stubbed`,
resulting in a "can't be blank" validation error on this field.

In this case, we can just assign it manually to the same value as
`email`, which is generated via a sequence.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '36168-fix-transient-preferences-specs' into 'master'</title>
<updated>2017-08-08T16:18:03+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-08-08T16:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cfabe7bf38f175b28c8c0a1bec584b6b751cbba5'/>
<id>cfabe7bf38f175b28c8c0a1bec584b6b751cbba5</id>
<content type='text'>
Fix Profile &gt; Preferences feature specs

See merge request !13382</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix Profile &gt; Preferences feature specs

See merge request !13382</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'remove-repo-editor-feature-flag' into 'master'</title>
<updated>2017-08-08T15:51:06+00:00</updated>
<author>
<name>Jacob Schatz</name>
<email>jschatz@gitlab.com</email>
</author>
<published>2017-08-08T15:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=245679dfa4232df4d1065edd749729eaa0b3e3dc'/>
<id>245679dfa4232df4d1065edd749729eaa0b3e3dc</id>
<content type='text'>
Remove repo editor feature flag from RC1

See merge request !13379</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove repo editor feature flag from RC1

See merge request !13379</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '36169-fix-master' into 'master'</title>
<updated>2017-08-08T15:37:35+00:00</updated>
<author>
<name>Sean McGivern</name>
<email>sean@mcgivern.me.uk</email>
</author>
<published>2017-08-08T15:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ceb2db4357fa03cfee047219e3aa31a7d28d2b57'/>
<id>ceb2db4357fa03cfee047219e3aa31a7d28d2b57</id>
<content type='text'>
Fix a broken Events API spec

See merge request !13381</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a broken Events API spec

See merge request !13381</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-bundle-gemfile' into 'master'</title>
<updated>2017-08-08T15:31:45+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-08T15:31:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=97f60b49cc915b8756c3407a0ff303dfb266551b'/>
<id>97f60b49cc915b8756c3407a0ff303dfb266551b</id>
<content type='text'>
Unset BUNDLE_GEMFILE when installing Gitaly

See merge request !13378</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Unset BUNDLE_GEMFILE when installing Gitaly

See merge request !13378</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '36010-api-v4-allows-setting-a-branch-that-doesn-t-exist-as-the-default-one' into 'master'</title>
<updated>2017-08-08T15:16:54+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-08T15:16:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=143b5293b0e7f6fb4df64f5bc0b600d72aa6bbb1'/>
<id>143b5293b0e7f6fb4df64f5bc0b600d72aa6bbb1</id>
<content type='text'>
Resolve "API v4 allows setting a branch that doesn't exist as the default one"

Closes #36010

See merge request !13359</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "API v4 allows setting a branch that doesn't exist as the default one"

Closes #36010

See merge request !13359</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Profile &gt; Preferences feature specs</title>
<updated>2017-08-08T14:48:20+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-08T14:45:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3f9cee9a5bf0b9e1a68ed6f493780b95d891f1f1'/>
<id>3f9cee9a5bf0b9e1a68ed6f493780b95d891f1f1</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '35052-please-select-a-file-when-attempting-to-upload-or-replace-from-the-ui' into 'master'</title>
<updated>2017-08-08T14:45:49+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-08-08T14:45:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=6a6a1e5b9e0a82735f786ffedeacc7cbc33ed7cd'/>
<id>6a6a1e5b9e0a82735f786ffedeacc7cbc33ed7cd</id>
<content type='text'>
Resolve "'Please select a file' when attempting to upload or replace from the UI"

Closes #35052

See merge request !12863</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "'Please select a file' when attempting to upload or replace from the UI"

Closes #35052

See merge request !12863</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fly-out-min-width' into 'master'</title>
<updated>2017-08-08T14:36:20+00:00</updated>
<author>
<name>Annabel Dunstone Gray</name>
<email>annabel.dunstone@gmail.com</email>
</author>
<published>2017-08-08T14:36:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b612a47da0e0225332a59ab961206f84602ad629'/>
<id>b612a47da0e0225332a59ab961206f84602ad629</id>
<content type='text'>
Fix fly-out width when it has long items

See merge request !13371</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix fly-out width when it has long items

See merge request !13371</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a broken Events API spec</title>
<updated>2017-08-08T14:27:38+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-08-08T14:27:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=164e6604117ef32980fc221fdab2b7188bc1c167'/>
<id>164e6604117ef32980fc221fdab2b7188bc1c167</id>
<content type='text'>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rémy Coutable &lt;remy@rymai.me&gt;
</pre>
</div>
</content>
</entry>
</feed>
