summaryrefslogtreecommitdiff
path: root/spec/features/projects/artifacts/user_downloads_artifacts_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-291-0/+6
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-3/+3
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-1/+1
|
* Merge branch 'frozen_string_spec_features' into 'master'Rémy Coutable2019-07-291-0/+2
|\ | | | | | | | | Add frozen_string_literal to spec/features See merge request gitlab-org/gitlab-ce!31131
| * Add frozen_string_literal to spec/featuresThong Kuah2019-07-261-0/+2
| | | | | | | | | | Using the sed script from https://gitlab.com/gitlab-org/gitlab-ce/issues/59758
* | Find build by sha from refMatija Čupić2019-07-231-2/+2
|/ | | | Adds ability to find builds by sha when only specifying a ref.
* Encode Content-Disposition filenamesStan Hu2019-02-041-1/+1
| | | | | | | | | | | | | 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
* Use Vue component for job artifacts, Commit and Trigger VariablesFilipa Lacerda2018-09-251-12/+2
|
* Replace the `project/builds/artifacts.feature` spinach test with an rspec analogblackst0ne2018-05-071-0/+44