<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch 55199-validate-path</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>Change name of regexp constant</title>
<updated>2019-02-14T11:31:39+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-02-14T11:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d87aa9198e03f29a4aa2f34bba1f5c4ea11ef33d'/>
<id>d87aa9198e03f29a4aa2f34bba1f5c4ea11ef33d</id>
<content type='text'>
Since the regex is for the path of the api_url, change its name to
API_URL_PATH_REGEXP.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the regex is for the path of the api_url, change its name to
API_URL_PATH_REGEXP.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use extract slugs to validate api url</title>
<updated>2019-02-14T10:09:11+00:00</updated>
<author>
<name>Peter Leitzen</name>
<email>pleitzen@gitlab.com</email>
</author>
<published>2019-02-14T10:09:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=2148061381e6d970b6fd923285805e90cad36899'/>
<id>2148061381e6d970b6fd923285805e90cad36899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use en.yml to improve error messages</title>
<updated>2019-02-14T08:02:12+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-02-14T08:02:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=5339cb41f0338f5142f08f184759257c8f263571'/>
<id>5339cb41f0338f5142f08f184759257c8f263571</id>
<content type='text'>
Add entries in en.yml for error_tracking_setting attributes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add entries in en.yml for error_tracking_setting attributes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Change error messages to match FE that users see</title>
<updated>2019-02-14T06:42:13+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-02-14T06:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d3843d4d7005c7b11d514c9c1b72a8596512ac33'/>
<id>d3843d4d7005c7b11d514c9c1b72a8596512ac33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix list_projects_service to work with validation</title>
<updated>2019-02-14T05:45:09+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-02-05T17:24:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b25ba9cdd848a08e75b8922919082d9e884baa15'/>
<id>b25ba9cdd848a08e75b8922919082d9e884baa15</id>
<content type='text'>
Pass a dummy organization_slug and project_slug to build_api_url_from
so that it won't trigger the validation. The URL path will anyway be
dropped by the Sentry::Client.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pass a dummy organization_slug and project_slug to build_api_url_from
so that it won't trigger the validation. The URL path will anyway be
dropped by the Sentry::Client.
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate api_url path contains org and proj slugs</title>
<updated>2019-02-14T05:45:09+00:00</updated>
<author>
<name>rpereira2</name>
<email>rpereira@gitlab.com</email>
</author>
<published>2019-02-05T14:52:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=70c8d716ea7f31e3b2afc51d16a3a8a522e5d490'/>
<id>70c8d716ea7f31e3b2afc51d16a3a8a522e5d490</id>
<content type='text'>
If org and proj slugs are not present, return an error saying that
"project should be selected". This is because the FE has a project
selection dropdown where a project needs to be selected.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If org and proj slugs are not present, return an error saying that
"project should be selected". This is because the FE has a project
selection dropdown where a project needs to be selected.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix view test and add feature test</title>
<updated>2019-02-11T11:17:29+00:00</updated>
<author>
<name>Tristan Read</name>
<email>tread@gitlab.com</email>
</author>
<published>2019-02-11T11:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=46319aa771de9e3199d4f49f1c35aed18071af6c'/>
<id>46319aa771de9e3199d4f49f1c35aed18071af6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarified initial state for the project list</title>
<updated>2019-02-11T10:56:51+00:00</updated>
<author>
<name>Jose Vargas</name>
<email>jvargas@gitlab.com</email>
</author>
<published>2019-02-06T22:19:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=bbf40d9b58f0f1a4dadaef15620020a86d8c2836'/>
<id>bbf40d9b58f0f1a4dadaef15620020a86d8c2836</id>
<content type='text'>
Inlined translations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inlined translations
</pre>
</div>
</content>
</entry>
<entry>
<title>Send actual error as error handling action payload</title>
<updated>2019-02-11T10:56:51+00:00</updated>
<author>
<name>Tristan Read</name>
<email>tread@gitlab.com</email>
</author>
<published>2019-02-06T19:17:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=159dec61d2a401fcd1c9a1e5c43711ff0c3f82cc'/>
<id>159dec61d2a401fcd1c9a1e5c43711ff0c3f82cc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prettify files and namespace translations</title>
<updated>2019-02-11T10:56:51+00:00</updated>
<author>
<name>Tristan Read</name>
<email>tread@gitlab.com</email>
</author>
<published>2019-02-06T18:27:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=cb77a359b1d78ba38747508b17bcedebc634521b'/>
<id>cb77a359b1d78ba38747508b17bcedebc634521b</id>
<content type='text'>
Also regenerated the gitlab.pot file for the
new namespaced translations
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also regenerated the gitlab.pot file for the
new namespaced translations
</pre>
</div>
</content>
</entry>
</feed>
