- 12 Nov, 2018 6 commits
-
-
Sean McGivern authored
Merge branch 'ee-53082-gitlab-ce-11-4-0-gemfile-conflict-gitlab-markup-and-github-markup' into 'master' Update gitlab-markup gem to avoid binary name collision See merge request gitlab-org/gitlab-ee!8393
-
Steve Azzopardi authored
CE upstream - 2018-11-12 00:21 UTC See merge request gitlab-org/gitlab-ee!8394
-
Steve Azzopardi authored
Resolve conflicts for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/8394
-
GitLab Bot authored
# Conflicts: # doc/ci/examples/deployment/composer-npm-deploy.md # doc/development/documentation/styleguide.md [ci skip]
-
Evan Read authored
Docs: Update Variable naming - EE Port See merge request gitlab-org/gitlab-ee!7921
-
Marcel Amirault authored
-
- 11 Nov, 2018 6 commits
-
-
Evan Read authored
Docs: Update Variable naming See merge request gitlab-org/gitlab-ce!22352
-
Marcel Amirault authored
-
-
🤖 GitLab Bot 🤖 authored
CE upstream - 2018-11-11 17:21 UTC See merge request gitlab-org/gitlab-ee!8392
-
GitLab Bot authored
-
Dmitriy Zaporozhets authored
Fix error handling bugs in kubernetes integration See merge request gitlab-org/gitlab-ce!22922
-
- 10 Nov, 2018 1 commit
-
-
Stan Hu authored
CE upstream - 2018-11-09 23:30 UTC Closes gitlab-org/release/framework#48 and gitlab-ce#53773 See merge request gitlab-org/gitlab-ee!8389
-
- 09 Nov, 2018 27 commits
-
-
Stan Hu authored
-
Stan Hu authored
-
Stan Hu authored
-
GitLab Bot authored
# Conflicts: # app/views/clusters/clusters/_sidebar.html.haml # lib/gitlab/background_migration/redact_links.rb # locale/gitlab.pot [ci skip]
-
Clement Ho authored
Use gitlab-ui in jobs and pipelines See merge request gitlab-org/gitlab-ce!22782
-
Filipa Lacerda authored
-
Stan Hu authored
EE: User can create a group level cluster and install applications See merge request gitlab-org/gitlab-ee!8080
-
Douglas Barbosa Alexandre authored
Remove circular dependency on Redactable in migration See merge request gitlab-org/gitlab-ee!8387
-
Douglas Barbosa Alexandre authored
Remove circular dependency on Redactable in migration See merge request gitlab-org/gitlab-ce!22951
-
Annabel Dunstone Gray authored
Resolve "GitLab Pages settings regressions" Closes #48475 See merge request gitlab-org/gitlab-ce!22821
-
Scott Hampton authored
-
Clement Ho authored
Updates clipboard button with gitlab-ui See merge request gitlab-org/gitlab-ce!22923
-
Stan Hu authored
Gitlab::BackgroundMigration::RedactLinks was prepending EE::Gitlab::BackgroundMigration::RedactLinks, while EE::Gitlab::BackgroundMigration::RedactLinks was trying to include Gitlab::BackgroundMigration::RedactLinks::Redactable. Ruby 2.5.3 failed with an uninitialized constant (https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/118388511).
-
Stan Hu authored
Gitlab::BackgroundMigration::RedactLinks was prepending EE::Gitlab::BackgroundMigration::RedactLinks, while EE::Gitlab::BackgroundMigration::RedactLinks was trying to include Gitlab::BackgroundMigration::RedactLinks::Redactable. Ruby 2.5.3 failed with an uninitialized constant (https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/118388511).
-
Phil Hughes authored
Fix alignment of diff comment buttons Closes #53768 See merge request gitlab-org/gitlab-ce!22944
-
Douglas Barbosa Alexandre authored
Fix DashboardHelper reference in spec See merge request gitlab-org/gitlab-ce!22948
-
Stan Hu authored
Helpers::DashboardHelper doesn't actually exist, and Ruby 2.5 gets rid of the automatic top-level constant lookup (https://bugs.ruby-lang.org/issues/11547).
-
Nick Thomas authored
Resolve possible cherry pick API race condition Closes #53773 See merge request gitlab-org/gitlab-ce!22946
-
Rémy Coutable authored
Enable even more frozen string in lib/gitlab See merge request gitlab-org/gitlab-ce!22863
-
Marcia Ramos authored
Symlinked hooks aren't executed See merge request gitlab-org/gitlab-ce!22933
-
Douglas Barbosa Alexandre authored
Ensure we create the secrets at the right time Closes #53621 See merge request gitlab-org/gitlab-ce!22938
-
Robert Speicher authored
Previously, we just fetched the latest commit for the given branch when presenting the resulting commit, but because something could have been committed to that branch between the time we cherry-picked and the time we render the result, the wrong commit could have been presented. Now, we fetch the commit object with the commit SHA returned by the commit change service, which should always be the correct commit. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53773
-
Nick Thomas authored
Add revert to commits API Closes gitlab-org/release/framework#48 See merge request gitlab-org/gitlab-ce!22919
-
Filipa Lacerda authored
Updates clipboard button component to use the new glTooltipDirective and the new glButton component from gitlab-ui
-
Thong Kuah authored
However, we only need to raise for project_type clusters to maintain previous behaviour. In all probablity this requirement to have actual_namespace came from KubernetesService and will no longer be required soon.
-
Thong Kuah authored
Use presenters instead otherwise we will have x2 overides in EE
-
Thong Kuah authored
-