- 15 Mar, 2019 40 commits
-
-
Yorick Peterse authored
This moves the EE specific queries to EE modules that we prepend into the background migrations. This requires some duplication of the SQL queries, but there's sadly no way around this.
-
Yorick Peterse authored
EE adds this method to Gitlab::Utils, which is also required by our SimpleCov helper. This prevents us from injecting EE modules into Gitlab::Utils, because the necessary bits for this are not yet in place. To work around this we just backport try_megabytes_to_bytes, as there's no particular reason to keep this in EE only.
-
Yorick Peterse authored
This moves EE specific code out of Gitlab::UsageData and into EE::Gitlab::UsageData. We also remove the overriding of the "CE" string with "EE", because EE::Gitlab::UsageData already overrides this with its own value.
-
Yorick Peterse authored
This backports the allow_mirror_update update field for Chain::Command from EE to CE. There's no particular reason to keep this in EE. Doing so would require refactoring of CE as there currently is no easy way to inject new Struct members into the Chain::Command class.
-
Yorick Peterse authored
This ensures that we modify Gitlab::Regex using EE specific modules the same way as we do with other modules/classes.
-
Yorick Peterse authored
This moves all EE code out of Gitlab::PathRegex and into EE::Gitlab::PathRegex.
-
Yorick Peterse authored
This moves all EE specific code out of Gitlab::ObjectHierarchy and into EE::Gitlab::ObjectHierarchy.
-
Yorick Peterse authored
This ensures that Gitlab::HookData::IssueBuilder uses the same code in CE and EE.
-
Yorick Peterse authored
This moves EE specific code out of Gitlab::GitAccess and into EE::Gitlab::GitAccess. This commit also removes a few redundant comments that were not present in CE.
-
Yorick Peterse authored
This moves the development favicon name in Gitlab::Favicon to a separate method, allowing EE to redefine it to return a custom favicon.
-
Yorick Peterse authored
This moves all EE specific code out of Gitlab::ExclusiveLease and into EE::Gitlab::ExclusiveLease.
-
Yorick Peterse authored
-
Yorick Peterse authored
This moves EE specific code out of Gitlab::Ci::Pipeline::Chain::Validate::Abilities and into EE::Gitlab::Ci::Pipeline::Chain::Validate::Abilities. Since the moved code was not tested in any way (that I could find at least), some tests for this were also added.
-
Yorick Peterse authored
This moves all EE specific code out of Gitlab::Access and into EE::Gitlab::Access.
-
Mark Lapierre authored
QA: Reduce flakiness of git-lfs related tests See merge request gitlab-org/gitlab-ee!10026
-
GitLab Bot authored
-
Mek Stittri authored
Document better the package-and-qa job See merge request gitlab-org/gitlab-ce!25978
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Documentation : Update index.md See merge request gitlab-org/gitlab-ce!26149
-
Achilleas Pipinellis authored
Docs: Fix note syntax See merge request gitlab-org/gitlab-ce!26163
-
Marcia Ramos authored
-
GitLab Bot authored
-
Achilleas Pipinellis authored
[documentation] add section on resolving errors and solution for push failure to GitHub See merge request gitlab-org/gitlab-ce!26206
-
Michael Tedder authored
-
Filipa Lacerda authored
Externalize strings from `/app/views/projects/pipelines` See merge request gitlab-org/gitlab-ce!26035
-
George Tsiolis authored
-
Filipa Lacerda authored
Externalize strings from `/app/views/projects/pipelines` See merge request gitlab-org/gitlab-ee!9972
-
George Tsiolis authored
-
Mike Lewis authored
Docs: CI/CD intro - new graph Closes #58720 See merge request gitlab-org/gitlab-ce!25934
-
Marcia Ramos authored
-
Achilleas Pipinellis authored
removed extra word See merge request gitlab-org/gitlab-ee!10091
-
GitLab Bot authored
-
Grzegorz Bizon authored
Update clair-local-scan to 2.0.6 Closes #58482 See merge request gitlab-org/gitlab-ce!25743
-
GitLab Bot authored
-
Nick Thomas authored
Remove timeout for GitalyClient remove_remote Closes #56015 See merge request gitlab-org/gitlab-ce!26213
-
GitLab Bot authored
-
Annabel Dunstone Gray authored
Fix UI layout on Commits on mobile Closes #58933 See merge request gitlab-org/gitlab-ce!26133
-
GitLab Bot authored
-
Nick Thomas authored
Fix error creating a merge request when diff includes a null byte Closes #57710 See merge request gitlab-org/gitlab-ce!26190
-
Douwe Maan authored
Geo: Optimize repository and wiki verification counts Closes #10279 See merge request gitlab-org/gitlab-ee!9939
-