<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/app/validators, branch 32073-improve-function</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>Reject EE reserved namespace paths in CE as well</title>
<updated>2017-05-04T16:11:31+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-05-04T16:11:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=4b9eab02b8cc8bd443a802d1d73da26e5b3178d9'/>
<id>4b9eab02b8cc8bd443a802d1d73da26e5b3178d9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't validate reserved words if the format doesn't match</title>
<updated>2017-05-02T15:26:32+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-05-02T15:26:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=49a8e5f510723eb39a948efe87e1af3b0abb49f6'/>
<id>49a8e5f510723eb39a948efe87e1af3b0abb49f6</id>
<content type='text'>
Because it also won't match the sophisticated format we have for
detecting reserved names. We don't want to confuse the user with 2
error messages
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because it also won't match the sophisticated format we have for
detecting reserved names. We don't want to confuse the user with 2
error messages
</pre>
</div>
</content>
</entry>
<entry>
<title>Update comments</title>
<updated>2017-05-02T11:49:09+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-05-02T10:36:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=29f200110245443454fd4358ed8c71ff8607fdd7'/>
<id>29f200110245443454fd4358ed8c71ff8607fdd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update path validation &amp; specs</title>
<updated>2017-05-02T08:47:01+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-05-02T08:32:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a035ebbe069fa6b203c279c8944b447f8fe896c5'/>
<id>a035ebbe069fa6b203c279c8944b447f8fe896c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reuse Gitlab::Regex.full_namespace_regex in the DynamicPathValidator</title>
<updated>2017-05-02T07:13:41+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-05-02T07:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=c853dd6158af0f77721ce59c03f5f05e98eeadba'/>
<id>c853dd6158af0f77721ce59c03f5f05e98eeadba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reject group-routes as names of child namespaces</title>
<updated>2017-05-01T09:14:24+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-04-28T16:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=08b1bc3489e8d4e6d5786221bad090f16a1c021f'/>
<id>08b1bc3489e8d4e6d5786221bad090f16a1c021f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reject paths following namespace for paths including 2 `*`</title>
<updated>2017-05-01T09:14:24+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-04-28T15:53:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1e14c3c8525c4e9db6f83da6c037ed94205f65f0'/>
<id>1e14c3c8525c4e9db6f83da6c037ed94205f65f0</id>
<content type='text'>
Reject the part following `/*namespace_id/:project_id` for paths
containing 2 wildcard parameters
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reject the part following `/*namespace_id/:project_id` for paths
containing 2 wildcard parameters
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow `graphs` &amp; `refs` project names</title>
<updated>2017-05-01T09:14:24+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-04-26T11:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2c7ca43bdd8d24153e50216308bc7d88e73209cf'/>
<id>2c7ca43bdd8d24153e50216308bc7d88e73209cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor style adjustments</title>
<updated>2017-05-01T09:14:24+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-04-24T10:38:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=12735eefcd7876435cd05f35a9f26bfe2836e09f'/>
<id>12735eefcd7876435cd05f35a9f26bfe2836e09f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `%r{}` regexes to avoid having to escape `/`</title>
<updated>2017-05-01T09:14:24+00:00</updated>
<author>
<name>Bob Van Landuyt</name>
<email>bob@gitlab.com</email>
</author>
<published>2017-04-24T10:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ea8e86dac856fdf6545e020df346533231379b93'/>
<id>ea8e86dac856fdf6545e020df346533231379b93</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
