<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/gitlab/gitlab-ce.git/spec/features/projects/artifacts, branch frozen_string_lib_2</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>Merge branch 'frozen_string_spec_features' into 'master'</title>
<updated>2019-07-29T08:29:43+00:00</updated>
<author>
<name>Rémy Coutable</name>
<email>remy@rymai.me</email>
</author>
<published>2019-07-29T08:29:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=aa0d8b4cbac34c3aac20fbb45c676e0c8d22f1f9'/>
<id>aa0d8b4cbac34c3aac20fbb45c676e0c8d22f1f9</id>
<content type='text'>
Add frozen_string_literal to spec/features

See merge request gitlab-org/gitlab-ce!31131</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add frozen_string_literal to spec/features

See merge request gitlab-org/gitlab-ce!31131</pre>
</div>
</content>
</entry>
<entry>
<title>Add frozen_string_literal to spec/features</title>
<updated>2019-07-26T01:23:30+00:00</updated>
<author>
<name>Thong Kuah</name>
<email>tkuah@gitlab.com</email>
</author>
<published>2019-07-25T05:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=73e848850c2fbb890ae7d5e0886cd2d85aafa3d2'/>
<id>73e848850c2fbb890ae7d5e0886cd2d85aafa3d2</id>
<content type='text'>
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using the sed script from
https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
</pre>
</div>
</content>
</entry>
<entry>
<title>Find build by sha from ref</title>
<updated>2019-07-23T18:55:59+00:00</updated>
<author>
<name>Matija Čupić</name>
<email>matteeyah@gmail.com</email>
</author>
<published>2019-07-17T13:33:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=7cee6139c07db7ba4fd6febf74c24dbfaee8e59d'/>
<id>7cee6139c07db7ba4fd6febf74c24dbfaee8e59d</id>
<content type='text'>
Adds ability to find builds by sha when only specifying a ref.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds ability to find builds by sha when only specifying a ref.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixes link in artifacts breadcrumb</title>
<updated>2019-03-27T11:14:33+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2019-03-27T11:14:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=1cb82c4de9001a0682fb6e4970cc2b5a270e2555'/>
<id>1cb82c4de9001a0682fb6e4970cc2b5a270e2555</id>
<content type='text'>
The link to the job page was not set properly,
with this commit it links to the correct job page.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The link to the job page was not set properly,
with this commit it links to the correct job page.
</pre>
</div>
</content>
</entry>
<entry>
<title>Encode Content-Disposition filenames</title>
<updated>2019-02-05T07:12:44+00:00</updated>
<author>
<name>Stan Hu</name>
<email>stanhu@gmail.com</email>
</author>
<published>2019-02-05T01:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=41b51c065604091579a2308adc527fe5bb187abe'/>
<id>41b51c065604091579a2308adc527fe5bb187abe</id>
<content type='text'>
Users downloading non-ASCII attachments would see garbled characters.
When used with object storage, AWS S3 would return an InvalidArgument
error: Header value cannot be represented using ISO-8859-1.

Per RFC 5987 and RFC 6266, Content-Disposition should be encoded
properly. This commit takes the Rails 6 implementation of
ActiveSuppport::Http::ContentDisposition
(https://github.com/rails/rails/pull/33829) and ports it here.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Users downloading non-ASCII attachments would see garbled characters.
When used with object storage, AWS S3 would return an InvalidArgument
error: Header value cannot be represented using ISO-8859-1.

Per RFC 5987 and RFC 6266, Content-Disposition should be encoded
properly. This commit takes the Rails 6 implementation of
ActiveSuppport::Http::ContentDisposition
(https://github.com/rails/rails/pull/33829) and ports it here.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
</pre>
</div>
</content>
</entry>
<entry>
<title>Show CI artifacts size with 3 significant digits</title>
<updated>2019-01-17T14:25:14+00:00</updated>
<author>
<name>Vladimir Shushlin</name>
<email>vshushlin@gitlab.com</email>
</author>
<published>2019-01-17T14:25:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d6b4b33c0d63273c193b7ea4102dede3b24fa1e7'/>
<id>d6b4b33c0d63273c193b7ea4102dede3b24fa1e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Vue component for job artifacts, Commit and Trigger Variables</title>
<updated>2018-09-25T08:07:47+00:00</updated>
<author>
<name>Filipa Lacerda</name>
<email>filipa@gitlab.com</email>
</author>
<published>2018-09-25T08:07:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=32ccde8ccdafa5920c5677c6caa7b22337e7cb44'/>
<id>32ccde8ccdafa5920c5677c6caa7b22337e7cb44</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Enable Capybara/FeatureMethods cop</title>
<updated>2018-07-05T06:32:05+00:00</updated>
<author>
<name>Winnie Hellmann</name>
<email>winnie@gitlab.com</email>
</author>
<published>2018-07-05T06:32:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=3db2f327594e134729a0ca2f48a748bb28ab7d6c'/>
<id>3db2f327594e134729a0ca2f48a748bb28ab7d6c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace the `project/builds/artifacts.feature` spinach test with an rspec analog</title>
<updated>2018-05-07T23:39:37+00:00</updated>
<author>
<name>blackst0ne</name>
<email>blackst0ne.ru@gmail.com</email>
</author>
<published>2018-05-07T23:39:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=d550211eb101d82da2887e1eccde5c338388669d'/>
<id>d550211eb101d82da2887e1eccde5c338388669d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary use of url_blacklist override</title>
<updated>2017-10-26T16:15:09+00:00</updated>
<author>
<name>Mike Greiling</name>
<email>mike@pixelcog.com</email>
</author>
<published>2017-10-26T16:15:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/gitlab/gitlab-ce.git/commit/?id=20f1b823d1ec88b34fbe50e0cbd0a2f918fa9c0c'/>
<id>20f1b823d1ec88b34fbe50e0cbd0a2f918fa9c0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
