Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-02-23 | 1 | -0/+8 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-01-21 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2021-01-06 | 1 | -12/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-11-02 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-10-23 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-16 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-09-02 | 1 | -2/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-16 | 1 | -9/+2 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-07-15 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-06-01 | 1 | -9/+19 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-20 | 1 | -0/+6 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-12-11 | 1 | -1/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-10 | 1 | -0/+1 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-08 | 1 | -2/+0 |
| | |||||
* | Add latest changes from gitlab-org/gitlab@master | GitLab Bot | 2019-10-04 | 1 | -4/+6 |
| | |||||
* | Copy ee/app/models/license.rb in the QA image if presentqa-copy-license-file-in-qa-image | Rémy Coutable | 2019-08-26 | 1 | -0/+2 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Update qa/Dockerfile to be built from the project root context | Rémy Coutable | 2019-08-19 | 1 | -4/+8 |
| | | | | Signed-off-by: Rémy Coutable <remy@rymai.me> | ||||
* | Upgrade Ruby version to 2.6.3sh-upgrade-ruby-2.6.3-ce | Stan Hu | 2019-05-08 | 1 | -1/+1 |
| | | | | | | | 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 | ||||
* | Revert "Merge branch 'sh-allow-unauth-chrome' into 'master'"sh-revert-untrusted-chrome-repo | Stan Hu | 2019-04-12 | 1 | -1/+1 |
| | | | | | This reverts commit 026c92d5fa82fac87386d5691c3d5b1e02f2eb5e, reversing changes made to 8cda9d33a96e34c3809dcaddcde2619cc4923c0b. | ||||
* | Allow unauthenticated downloads of Chrome | Stan Hu | 2019-04-12 | 1 | -1/+1 |
| | | | | | | | | | 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 | ||||
* | Upgrade GitLab QA image to Ruby 2.5 | Stan Hu | 2018-12-31 | 1 | -1/+1 |
| | | | | | GitLab is now shipping with Ruby 2.5.3, so we should make the version consistent for the QA image as well. | ||||
* | Install git-lfs from stretch-backports | Ash McKenzie | 2018-10-15 | 1 | -1/+1 |
| | |||||
* | Install git from stretch-backports | Ash McKenzie | 2018-10-15 | 1 | -1/+11 |
| | |||||
* | Add gcloud and kubectl to Dockerfile for QA | Dylan Griffith | 2018-06-05 | 1 | -0/+9 |
| | |||||
* | Update qa/Dockerfile for openssh-client | Lin Jen-Shin | 2018-03-29 | 1 | -1/+1 |
| | | | | | jessie doesn't support `ssh-keygen -l -E` but stretch does: https://manpages.debian.org/jessie/openssh-client/ssh-keygen.1.en.html | ||||
* | Use new Ruby version 2.4 in GitLab QA images | Grzegorz Bizon | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Add Docker binaries to instance image of GitLab QA | Grzegorz Bizon | 2017-11-20 | 1 | -0/+7 |
| | |||||
* | Use latest chrome and chrome driver in GitLab QAfix/gb/qa/use-latest-chrome-version-in-qa-dockerfile | Grzegorz Bizon | 2017-06-27 | 1 | -10/+3 |
| | |||||
* | Update chrome version and the binary path33538-update-ci-dockerfile-now-that-chrome-headless-no-longer-in-beta | Grzegorz Bizon | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | rename DRIVER_VERSION environment variable to CHROME_DRIVER_VERSION | Mike Greiling | 2017-06-21 | 1 | -2/+2 |
| | |||||
* | update chrome version and chromedriver | Mike Greiling | 2017-06-21 | 1 | -4/+8 |
| | |||||
* | Update Dockerfile to utilize the stable release of Google Chrome 59 | Mike Greiling | 2017-06-21 | 1 | -3/+3 |
| | |||||
* | Dockerize headless chrome browser for GitLab QAfeature/gb/qa/switch-to-headless-chrome-via-selenium-webdriver | Grzegorz Bizon | 2017-05-25 | 1 | -4/+19 |
| | |||||
* | Speed up GitLab QA docker image buildsfeature/gb/speed-up-gitlab-qa-docker-image-builds | Grzegorz Bizon | 2017-03-16 | 1 | -1/+4 |
| | |||||
* | Do not use GITLAB_RELEASE env to define QA strategy | Grzegorz Bizon | 2017-03-13 | 1 | -2/+0 |
| | | | | [ci skip] | ||||
* | Add env var that describes QA release to Dockerfile | Grzegorz Bizon | 2017-03-09 | 1 | -0/+2 |
| | |||||
* | Remove blank line from GitLab QA Dockerfile | Grzegorz Bizon | 2017-03-09 | 1 | -1/+0 |
| | |||||
* | Add GitLab QA integrations tests to GitLab CE / EE | Grzegorz Bizon | 2017-03-09 | 1 | -0/+15 |