- 30 Jul, 2019 40 commits
-
-
Yorick Peterse authored
All instances of injecting an EE specific module have been changed to use the new methods for this: prepend_if_ee, extend_if_ee, and include_if_ee. This allows these lines to be included in CE, even when the modules to inject do not exist. This in turn allows us to backport these lines to CE and keep them there, instead of having to strip them out.
-
Yorick Peterse authored
This extends the InjectEnterpriseEditionModule RuboCop cop so that it verifies the following: 1. The line number the injection occurs on (as before). 2. The method used (e.g. prepend instead of prepend_if_ee). 3. The argument type passed when using the new module injection methods.
-
Yorick Peterse authored
This adds the methods prepend_if_ee, extend_if_ee, and include_if_ee that can be used to inject EE specific modules in EE. These methods are exposed as an initializer that is loaded as soon as possible. For tests that use fast_spec_helper.rb we must load this initializer manually, as the Rails environment is not loaded. This is not the most pretty setup, but unfortunately there is no alternative that we can use.
-
GitLab Bot authored
-
Marcia Ramos authored
Fix broken internal links in docs Closes #65318 See merge request gitlab-org/gitlab-ce!31280
-
Sean McGivern authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Remove line profiler from performance bar See merge request gitlab-org/gitlab-ce!31098
-
James Lopez authored
Add authorization for Dependencies Controller See merge request gitlab-org/gitlab-ee!14867
-
Tetiana Chupryna authored
-
GitLab Bot authored
-
Lin Jen-Shin authored
Use the Helm `--atomic` flag when deploying Review Apps See merge request gitlab-org/gitlab-ce!31238
-
Sean McGivern authored
1. The output isn't great. It can be hard to find hotspots and, even when you do find them, to find why those are hotspots. 2. It uses some jQuery-specific frontend code which we can remove now that we don't have this any more. 3. It's only possible to profile the initial request, not any subsequent AJAX requests.
-
GitLab Bot authored
-
Mark Lapierre authored
CE backport for changes in EE MR 14646 See merge request gitlab-org/gitlab-ce!30932
-
Tomislav Nikic authored
This commit covers all the files that where changed in the identically named branch on EE that is creating an elasticsearch test case.
-
Mark Lapierre authored
Created a setup and test cases for Elasticsearch testing Closes #12023 and #12166 See merge request gitlab-org/gitlab-ee!14646
-
Tomislav Nikic authored
Adding a new elasticsearch test suite with all the changes to views as well as pageobjects.
-
GitLab Bot authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Ash McKenzie authored
Ignore Gitaly errors if cache flushing fails on project destruction See merge request gitlab-org/gitlab-ce!31164
-
GitLab Bot authored
-
Evan Read authored
Update jenkins.md - add CTA to about.gitlab page See merge request gitlab-org/gitlab-ce!31259
-
Agnes Oetama authored
-
Stan Hu authored
We should just ignore these errors and move along with the deletion since the repositories are going to be trashed anyway. Closes https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31164
-
GitLab Bot authored
-
Evan Read authored
documentation: fix a typo in ci/examples See merge request gitlab-org/gitlab-ce!31250
-
GitLab Bot authored
-
Evan Read authored
Raise /gitlab-basics to SSoT Docs standards Closes #65153 See merge request gitlab-org/gitlab-ce!31172
-
Marcel Amirault authored
Removes duplicated information, and combines sections and files together when they are duplicated or highly related. Also adds intros to all pages and sections missing intros, and troubleshooting sections to pages that may need them in the future. Links more to other docs, and clarifies language when abosolutely necessary, and adds angle brackets to sample parameters.
-
GitLab Bot authored
-
Sanad Liaquat authored
Add retry on exception to mattermost login spec See merge request gitlab-org/gitlab-ce!31243
-
Evan Read authored
Correct manual sort introduction release See merge request gitlab-org/gitlab-ce!31135
-
GitLab Bot authored
-
Evan Read authored
Add gradle to not-yet-supported list Closes gitlab-ee#12393 See merge request gitlab-org/gitlab-ce!31228
-
Marcel Amirault authored
-
Evan Read authored
Update visibility level docs See merge request gitlab-org/gitlab-ce!31258
-
Ash McKenzie authored
Regenerate locale/gitlab.pot file Closes #13152 See merge request gitlab-org/gitlab-ee!14901
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Have deterministic DNS for specs See merge request gitlab-org/gitlab-ce!31086
-