<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/models/application_setting_spec.rb, 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>Add Application Setting to configure default Repository Path for new projects</title>
<updated>2016-06-30T03:35:00+00:00</updated>
<author>
<name>Alejandro Rodríguez</name>
<email>alejorro70@gmail.com</email>
</author>
<published>2016-06-30T03:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4a8a69837a9a14fca39bf089099b581602d983f2'/>
<id>4a8a69837a9a14fca39bf089099b581602d983f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>stub Devise.omniauth_providers to return GitHub even if the gitlab.yml has no omniauth provider enabled</title>
<updated>2016-05-12T10:44:46+00:00</updated>
<author>
<name>Andrei Gliga</name>
<email>otzy_007@yahoo.com</email>
</author>
<published>2016-05-05T07:34:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=deca3da1a7f4e59c97c27bedf7aa26185a4d883b'/>
<id>deca3da1a7f4e59c97c27bedf7aa26185a4d883b</id>
<content type='text'>
This will fix failing tests in case gitlab.yml file has no omniauth providers enabled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This will fix failing tests in case gitlab.yml file has no omniauth providers enabled
</pre>
</div>
</content>
</entry>
<entry>
<title>validate disabled_oauth_sign_in_sources in ApplicationSe</title>
<updated>2016-05-12T10:44:46+00:00</updated>
<author>
<name>Andrei Gliga</name>
<email>otzy_007@yahoo.com</email>
</author>
<published>2016-05-04T12:57:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=47ee5125e881694b7713f187b48589a2f4bbd747'/>
<id>47ee5125e881694b7713f187b48589a2f4bbd747</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove the annotate gem and delete old annotations</title>
<updated>2016-05-09T16:00:28+00:00</updated>
<author>
<name>Jeroen van Baarsen</name>
<email>jeroenvanbaarsen@gmail.com</email>
</author>
<published>2016-05-09T16:00:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f1479b56b71bef63517b90fcde99e6508e9c54af'/>
<id>f1479b56b71bef63517b90fcde99e6508e9c54af</id>
<content type='text'>
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation
has changes, which was causing a lot of noise in diffs. We decided in #17382
that it is better to get rid of the whole annotate gem, and instead let people
look at schema.rb for the columns in a table.

Fixes: #17382
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In 8278b763d96ef10c6494409b18b7eb541463af29 the default behaviour of annotation
has changes, which was causing a lot of noise in diffs. We decided in #17382
that it is better to get rid of the whole annotate gem, and instead let people
look at schema.rb for the columns in a table.

Fixes: #17382
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "Congratulations!" tweet button on newly-created project.</title>
<updated>2016-03-31T23:09:36+00:00</updated>
<author>
<name>connorshea</name>
<email>connor.james.shea@gmail.com</email>
</author>
<published>2016-03-31T22:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85cc1729596ac1e5b31d8cfa1daa07477db6033d'/>
<id>85cc1729596ac1e5b31d8cfa1daa07477db6033d</id>
<content type='text'>
I’ve removed everything related to the feature based on this commit:
ce08f919f34fd8849834365

Resolves #10857.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I’ve removed everything related to the feature based on this commit:
ce08f919f34fd8849834365

Resolves #10857.
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate email addresses using Devise.email_regexp</title>
<updated>2016-02-09T17:15:35+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2016-02-09T14:51:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b34963bc125d11af7b9c993d1233258f084e580d'/>
<id>b34963bc125d11af7b9c993d1233258f084e580d</id>
<content type='text'>
Also:
- Get rid of legacy :strict_mode
- Get rid of custom :email validator
- Add some shared examples to spec emails validation
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also:
- Get rid of legacy :strict_mode
- Get rid of custom :email validator
- Add some shared examples to spec emails validation
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate maximum attachment size in application settings</title>
<updated>2016-02-09T11:11:16+00:00</updated>
<author>
<name>Grzegorz Bizon</name>
<email>grzesiek.bizon@gmail.com</email>
</author>
<published>2016-02-05T09:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1cbc75b53cac7a494d673ee73be126aec131b296'/>
<id>1cbc75b53cac7a494d673ee73be126aec131b296</id>
<content type='text'>
`max_attachment_size` in `ApplicationSetting` should be present,
only integers greater than zero are valid.

Closes #13188
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`max_attachment_size` in `ApplicationSetting` should be present,
only integers greater than zero are valid.

Closes #13188
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sentry integration</title>
<updated>2016-01-18T16:15:10+00:00</updated>
<author>
<name>Jeroen Nijhof</name>
<email>jeroen@jeroennijhof.nl</email>
</author>
<published>2016-01-18T16:15:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=85e0fce9eee4f20c6c627209828f7351ab0aedae'/>
<id>85e0fce9eee4f20c6c627209828f7351ab0aedae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Annotate models</title>
<updated>2016-01-06T13:09:55+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2016-01-06T02:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=79c0e7212af0a6b0243bc0512a75eb936fb8d862'/>
<id>79c0e7212af0a6b0243bc0512a75eb936fb8d862</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP require two factor authentication</title>
<updated>2015-12-24T21:00:18+00:00</updated>
<author>
<name>Gabriel Mazetto</name>
<email>gabriel@gitlab.com</email>
</author>
<published>2015-12-18T20:29:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=33964469b38e2b36b200b20fe3061371a5f5ab18'/>
<id>33964469b38e2b36b200b20fe3061371a5f5ab18</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
