Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-26Copy ee/app/models/license.rb in the QA image if presentRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-08-19Update qa/Dockerfile to be built from the project root contextRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2019-05-08Upgrade Ruby version to 2.6.3Stan Hu
Ruby 2.6 offers better performance and memory usage: https://www.rubyguides.com/2018/11/ruby-2-6-new-features/ Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/57323
2019-04-12Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"Stan Hu
This reverts commit 026c92d5fa82fac87386d5691c3d5b1e02f2eb5e, reversing changes made to 8cda9d33a96e34c3809dcaddcde2619cc4923c0b.
2019-04-12Allow unauthenticated downloads of ChromeStan Hu
The Google GPG key used to sign the apt repository expired today, so all installs will fail unless `--allow-unauthenticated` is used. We should revert this once the repository has been updated with the more recent key. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60441
2019-01-01Upgrade GitLab QA image to Ruby 2.5Stan Hu
GitLab is now shipping with Ruby 2.5.3, so we should make the version consistent for the QA image as well.
2018-10-15Install git-lfs from stretch-backportsAsh McKenzie
2018-10-15Install git from stretch-backportsAsh McKenzie
2018-06-05Add gcloud and kubectl to Dockerfile for QADylan Griffith
2018-03-29Update qa/Dockerfile for openssh-clientLin Jen-Shin
jessie doesn't support `ssh-keygen -l -E` but stretch does: https://manpages.debian.org/jessie/openssh-client/ssh-keygen.1.en.html
2017-12-14Use new Ruby version 2.4 in GitLab QA imagesGrzegorz Bizon
2017-11-20Add Docker binaries to instance image of GitLab QAGrzegorz Bizon
2017-06-27Use latest chrome and chrome driver in GitLab QAGrzegorz Bizon
2017-06-22Update chrome version and the binary pathGrzegorz Bizon
2017-06-21rename DRIVER_VERSION environment variable to CHROME_DRIVER_VERSIONMike Greiling
2017-06-21update chrome version and chromedriverMike Greiling
2017-06-21Update Dockerfile to utilize the stable release of Google Chrome 59Mike Greiling
2017-05-25Dockerize headless chrome browser for GitLab QAGrzegorz Bizon
2017-03-16Speed up GitLab QA docker image buildsGrzegorz Bizon
2017-03-13Do not use GITLAB_RELEASE env to define QA strategyGrzegorz Bizon
[ci skip]
2017-03-09Add env var that describes QA release to DockerfileGrzegorz Bizon
2017-03-09Remove blank line from GitLab QA DockerfileGrzegorz Bizon
2017-03-09Add GitLab QA integrations tests to GitLab CE / EEGrzegorz Bizon