- 01 Feb, 2019 16 commits
-
-
Rémy Coutable authored
# Conflicts: # doc/api/merge_requests.md
-
Douglas Barbosa Alexandre authored
Reduce diff with EE in Ci::PipelineTriggerService See merge request gitlab-org/gitlab-ce!24866
-
Rémy Coutable authored
Fix the package-and-qa and review-build-cng jobs See merge request gitlab-org/gitlab-ce!24861
-
Rémy Coutable authored
Add an E2E test of push with the file size limit set See merge request gitlab-org/gitlab-ce!24431
-
Mesut Güneş authored
-
Rémy Coutable authored
API: Support username with dots Closes #51913 See merge request gitlab-org/gitlab-ce!24395
-
Rémy Coutable authored
By changing the `review-build-cng` job to be a `single-script-job`, the repository content wasn't there, including the `*_VERSION` files, thus leading to missing variables for components in the triggered pipeline. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Fatih Acet authored
Fix cluster installation processing spinner (reopened) Closes #56398 See merge request gitlab-org/gitlab-ce!24814
-
Jacques Erasmus authored
-
Clement Ho authored
Add CSS helper classes for positioning See merge request gitlab-org/gitlab-ce!24821
-
Rémy Coutable authored
Add e2e QA test for logging in using Github OAuth See merge request gitlab-org/gitlab-ce!24817
-
Phil Hughes authored
Remove d3 metrics graph See merge request gitlab-org/gitlab-ce!24647
-
Adriel Santiago authored
-
Sanad Liaquat authored
Adds the test itself and the vendor page object model for GitHub login pages.
-
Evan Read authored
The GitLab Pages IP address for GitLab.com changed from 52.167.214.135 to... See merge request gitlab-org/gitlab-ce!24797
-
- 31 Jan, 2019 24 commits
-
-
Winnie Hellmann authored
-
Evan Read authored
Docs serverless tmcli update See merge request gitlab-org/gitlab-ce!24689
-
Evan Read authored
-
Stan Hu authored
Fix rubocop violations See merge request gitlab-org/gitlab-ce!24837
-
Annabel Dunstone Gray authored
fix(settings): Adjusted vertical alignment of visibility icons Closes #39759 See merge request gitlab-org/gitlab-ce!24511
-
Martin Hobert authored
-
Gabriel Mazetto authored
-
danielgruesso authored
-
Dan Davison authored
Fix flaky wiki create test Closes gitlab-org/quality/nightly#24 See merge request gitlab-org/gitlab-ce!24778
-
Yorick Peterse authored
This got merged up somewhere in the process of merging dev.gitlab.org and GitLab.com back together.
-
GitLab Release Tools Bot authored
[ci skip]
-
Yorick Peterse authored
In commit 6fa5fd85 the `require: false` was removed to ensure the Gem was loaded at run time. Unfortunately, the `require` necessary for the rubyzip Gem is "zip" and not "rubyzip". As a result, Bundler would not require the Gem. This meant that we would still run into constant errors when referring to `Zip::File`.
-
GitLab Release Tools Bot authored
[ci skip]
-
Stan Hu authored
pages:deploy step was failing with the following error: ``` unitialized constant SafeZip::Extract::Zip ``` Since license_finder already pulls in rubyzip, we can make it a required gem. We also use the scope operator to make the reference to Zip::File explicit.
-
GitLab Release Tools Bot authored
[ci skip]
-
GitLab Release Tools Bot authored
[ci skip]
-
Douglas Barbosa Alexandre authored
Fix a JS race in a spec Closes #56860 See merge request gitlab-org/gitlab-ce!24684
-
Kamil Trzciński authored
-
Francisco Javier López authored
-
James Lopez authored
-
Constance Okoghenun authored
-
Nick Thomas authored
-
James Lopez authored
-
Steve Azzopardi authored
When a user is a guest user, and the "Public Pipeline" is set to false inside of "Settings > CI/CD > General" the commit status in the project dashboard should not be shown.
-