<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git, branch docs/environment-url</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>Use a secret variable to define the repo suffix</title>
<updated>2017-09-14T10:09:03+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-09-14T10:09:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=db81ae2894be6ab886bb452b5ca78a68271e5990'/>
<id>db81ae2894be6ab886bb452b5ca78a68271e5990</id>
<content type='text'>
That's a hack since we cannot inject variables that are
defined in `script:` into `environments:url`, and we want
to avoid maintaining two different job versions in CE and EE.

Relevant discussion:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14236/diffs#note_40140693
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That's a hack since we cannot inject variables that are
defined in `script:` into `environments:url`, and we want
to avoid maintaining two different job versions in CE and EE.

Relevant discussion:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14236/diffs#note_40140693
</pre>
</div>
</content>
</entry>
<entry>
<title>Expose URL under environments when triggering a docs review app</title>
<updated>2017-09-12T21:57:50+00:00</updated>
<author>
<name>Achilleas Pipinellis</name>
<email>axilleas@axilleas.me</email>
</author>
<published>2017-09-12T18:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=54a49a06584e5fbd1f7f36b63cc330188bc3a581'/>
<id>54a49a06584e5fbd1f7f36b63cc330188bc3a581</id>
<content type='text'>
Useful as it will be shown directly in the MR
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful as it will be shown directly in the MR
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'gitaly-519-commit-stats' into 'master'</title>
<updated>2017-09-12T16:48:30+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>robert@gitlab.com</email>
</author>
<published>2017-09-12T16:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a1a2ce4af4abddea64f909997c4a214dd2c04aa3'/>
<id>a1a2ce4af4abddea64f909997c4a214dd2c04aa3</id>
<content type='text'>
Migrate Git::CommitStats to Gitaly

Closes gitaly#519

See merge request !14077</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Migrate Git::CommitStats to Gitaly

Closes gitaly#519

See merge request !14077</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'rs-dev-email-docs' into 'master'</title>
<updated>2017-09-12T16:30:59+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-12T16:30:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=f0b4e547519af428e3827d6230505123ce9da0f6'/>
<id>f0b4e547519af428e3827d6230505123ce9da0f6</id>
<content type='text'>
Add developer documentation about working with sent emails and previews

See merge request !14227</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add developer documentation about working with sent emails and previews

See merge request !14227</pre>
</div>
</content>
</entry>
<entry>
<title>Add developer documentation about working with sent emails and previews</title>
<updated>2017-09-12T15:44:31+00:00</updated>
<author>
<name>Robert Speicher</name>
<email>rspeicher@gmail.com</email>
</author>
<published>2017-09-12T15:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=ac51f44f752476caf205dbeff03e094c829ea8e5'/>
<id>ac51f44f752476caf205dbeff03e094c829ea8e5</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 '37025-error-500-in-non-utf8-branch-names' into 'master'</title>
<updated>2017-09-12T14:07:32+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2017-09-12T14:07:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=0cd1563fb66e9ba533346fe3957912225e27000f'/>
<id>0cd1563fb66e9ba533346fe3957912225e27000f</id>
<content type='text'>
Resolve "Error 500 in non-UTF8 branch names"

This could potentially "duplicate" branches on the UI, but it prevents
500 errors. The real issue here is the fact that a branch name with a
invalid UTF-8 characters.

Closes #37025

See merge request !14090</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve "Error 500 in non-UTF8 branch names"

This could potentially "duplicate" branches on the UI, but it prevents
500 errors. The real issue here is the fact that a branch name with a
invalid UTF-8 characters.

Closes #37025

See merge request !14090</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve "Error 500 in non-UTF8 branch names"</title>
<updated>2017-09-12T14:07:31+00:00</updated>
<author>
<name>Micael Bergeron</name>
<email>mbergeron@gitlab.com</email>
</author>
<published>2017-09-12T14:07:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=a31e0aff224d4047e10fae98b6f9dc9f84b7457a'/>
<id>a31e0aff224d4047e10fae98b6f9dc9f84b7457a</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 'breadcrumbs-hover-underline' into 'master'</title>
<updated>2017-09-12T13:51:11+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2017-09-12T13:51:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=30db01b2edd2a5ea12aff6b60bbc4bb60ed6d2d2'/>
<id>30db01b2edd2a5ea12aff6b60bbc4bb60ed6d2d2</id>
<content type='text'>
Fixed the breadcrumbs project name not having hover style

Closes #37661

See merge request !14211</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the breadcrumbs project name not having hover style

Closes #37661

See merge request !14211</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'detect-orphaned-repositories' into 'master'</title>
<updated>2017-09-12T12:27:09+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-09-12T12:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=9479869e6bc14c2725679d8605fecece51df51b1'/>
<id>9479869e6bc14c2725679d8605fecece51df51b1</id>
<content type='text'>
Detect orphaned repositories

See merge request !14204</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Detect orphaned repositories

See merge request !14204</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'housekeeping_settings' into 'master'</title>
<updated>2017-09-12T12:20:40+00:00</updated>
<author>
<name>Douwe Maan</name>
<email>douwe@gitlab.com</email>
</author>
<published>2017-09-12T12:20:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=91e90ae78b1a47a5add859cbffcca0de5a7deef5'/>
<id>91e90ae78b1a47a5add859cbffcca0de5a7deef5</id>
<content type='text'>
Allow to use same periods for housekeeping tasks

Closes #34981

See merge request !13711</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow to use same periods for housekeeping tasks

Closes #34981

See merge request !13711</pre>
</div>
</content>
</entry>
</feed>
