<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/doc/development, branch replace_explore_projects.feature</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>Remove executable permissions on images to make docs lint happy</title>
<updated>2017-10-07T19:11:54+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2017-10-07T19:10:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1182fccd3ee894bf971c13a3f3ecf6eff774c1ea'/>
<id>1182fccd3ee894bf971c13a3f3ecf6eff774c1ea</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>Create idea of read-only database</title>
<updated>2017-10-06T20:37:40+00:00</updated>
<author>
<name>Toon Claes</name>
<email>toon@iotcl.com</email>
</author>
<published>2017-09-19T07:44:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d13669716ab0c31ce9039ae9f7f073e33a4dc40f'/>
<id>d13669716ab0c31ce9039ae9f7f073e33a4dc40f</id>
<content type='text'>
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
secondary node). But in GitLab CE it also might be useful to have the
"read-only" idea around. So port it back to GitLab CE.

Also having the principle of read-only in GitLab CE would hopefully
lead to less errors introduced, doing write operations when there
aren't allowed for read-only calls.

Closes gitlab-org/gitlab-ce#37534.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In GitLab EE, a GitLab instance can be read-only (e.g. when it's a Geo
secondary node). But in GitLab CE it also might be useful to have the
"read-only" idea around. So port it back to GitLab CE.

Also having the principle of read-only in GitLab CE would hopefully
lead to less errors introduced, doing write operations when there
aren't allowed for read-only calls.

Closes gitlab-org/gitlab-ce#37534.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added popover paradigm to ux guide</title>
<updated>2017-10-05T19:11:13+00:00</updated>
<author>
<name>Dimitrie Hoekstra</name>
<email>dimitrie@gitlab.com</email>
</author>
<published>2017-10-05T19:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f4e9af2b4be131e03d574b625cc5c78ecbf263f0'/>
<id>f4e9af2b4be131e03d574b625cc5c78ecbf263f0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let fetch_ref pull from Gitaly instead of from disk</title>
<updated>2017-10-04T10:57:41+00:00</updated>
<author>
<name>Jacob Vosmaer</name>
<email>jacob@gitlab.com</email>
</author>
<published>2017-09-29T16:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=147e2b21be180d4b405c6ebe861971cb0dc9e6b2'/>
<id>147e2b21be180d4b405c6ebe861971cb0dc9e6b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '3612-update-script-template-order-in-vue-files' into 'master'</title>
<updated>2017-10-04T08:46:31+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-10-04T08:46:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=88959e872e92549a9b3e6255bfe9c70ef2194b24'/>
<id>88959e872e92549a9b3e6255bfe9c70ef2194b24</id>
<content type='text'>
Re-arrange &lt;script&gt; tags before &lt;template&gt; tags in .vue files

Closes #38743

See merge request gitlab-org/gitlab-ce!14671</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-arrange &lt;script&gt; tags before &lt;template&gt; tags in .vue files

Closes #38743

See merge request gitlab-org/gitlab-ce!14671</pre>
</div>
</content>
</entry>
<entry>
<title>Re-arrange &lt;script&gt; tags before &lt;template&gt; tags in .vue files</title>
<updated>2017-10-04T00:12:53+00:00</updated>
<author>
<name>Eric Eastwood</name>
<email>contact@ericeastwood.com</email>
</author>
<published>2017-10-04T00:07:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b88f70606d2fd5b0a116f08f7925143ff40214fa'/>
<id>b88f70606d2fd5b0a116f08f7925143ff40214fa</id>
<content type='text'>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/38743
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix link to Vue.js style guide</title>
<updated>2017-10-03T19:47:07+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-10-03T19:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9ba04545531f0a7c19b1fe68845d9a8660558d7c'/>
<id>9ba04545531f0a7c19b1fe68845d9a8660558d7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'winh-sprintf' into 'master'</title>
<updated>2017-10-03T15:56:40+00:00</updated>
<author>
<name>Tim Zallmann</name>
<email>tzallmann@gitlab.com</email>
</author>
<published>2017-10-03T15:56:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=23e6b17b3e7fab3fc1668234133dcf339dedc649'/>
<id>23e6b17b3e7fab3fc1668234133dcf339dedc649</id>
<content type='text'>
Add basic sprintf implementation to JavaScript

See merge request gitlab-org/gitlab-ce!14506</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add basic sprintf implementation to JavaScript

See merge request gitlab-org/gitlab-ce!14506</pre>
</div>
</content>
</entry>
<entry>
<title>Added skeleton loading paradigm to UX guide</title>
<updated>2017-10-03T15:26:45+00:00</updated>
<author>
<name>Dimitrie Hoekstra</name>
<email>dimitrie@gitlab.com</email>
</author>
<published>2017-10-03T15:26:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=fe3d966781a9224fe6382621ee5c6796f4cdce1c'/>
<id>fe3d966781a9224fe6382621ee5c6796f4cdce1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add basic sprintf implementation to JavaScript</title>
<updated>2017-10-03T12:46:19+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2017-09-26T09:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=b509588a28d0a102f4ad4b97d91c5b5944946834'/>
<id>b509588a28d0a102f4ad4b97d91c5b5944946834</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
