- 09 Jul, 2019 40 commits
-
-
Ryan Cobb authored
In order to avoid confusion between Gitlab::Importers module and other like named modules, this renamed it to Gitlab::DatabaseImporters.
-
Ryan Cobb authored
-
Ryan Cobb authored
-
Ryan Cobb authored
Remove CommonMetricsImporter patch and change all references to CommonMetrics::Importer. Move specs into their appropriate folders. Also cleans up some common_metric importer namespacing.
-
Ryan Cobb authored
-
Ryan Cobb authored
This moves our metric importers into the lib folder. This will allow them to be autoloaded instead of having to explicitly require them.
-
Ryan Cobb authored
This refactors common metrics importer for two reasons. 1. To create a new pattern that can be followed by future importers that will minimize dependency collision and 2. To allow EE to more easily extend dependencies.
-
GitLab Bot authored
-
Dan Davison authored
Allow specificity for GKE Cluster Location See merge request gitlab-org/gitlab-ce!30490
-
GitLab Bot authored
-
Thong Kuah authored
Add documentation for customizing the auto-deploy-app helm chart by setting `HELM_UPGRADE_EXTRA_ARGS` to `--values my-values.yaml` See merge request gitlab-org/gitlab-ce!30371
-
GitLab Bot authored
-
Stan Hu authored
Make unicorn_workers to return meaningful results Closes #63659 See merge request gitlab-org/gitlab-ce!30506
-
ddavison authored
Use GCLOUD_REGION over GCLOUD_ZONE. Using REGION over ZONE provides more of a guarantee of cluster size, and dist- ributes between a region's zones
-
GitLab Bot authored
-
Douglas Barbosa Alexandre authored
Improve Project API Closes #49938, #40892, and #35992 See merge request gitlab-org/gitlab-ce!28327
-
Douglas Barbosa Alexandre authored
EE port of "Improve Project API" See merge request gitlab-org/gitlab-ee!14439
-
GitLab Bot authored
-
nathanbietz authored
-
Fatih Acet authored
Add delay customization to `app/assets/javascripts/vue_shared/directives/tooltip.js` See merge request gitlab-org/gitlab-ce!30524
-
Stan Hu authored
Disabling can_use_disk? temporarily See merge request gitlab-org/gitlab-ce!30526
-
GitLab Bot authored
-
Stan Hu authored
[CE port] Bypass push rules for merge to ref service See merge request gitlab-org/gitlab-ce!30426
-
Douglas Barbosa Alexandre authored
Scope the :epic_trees feature flag to a group See merge request gitlab-org/gitlab-ee!14618
-
John Cai authored
-
Stan Hu authored
Bypass push rules for merge to ref service Closes gitlab-ce#64184 See merge request gitlab-org/gitlab-ee!14577
-
GitLab Bot authored
-
Nick Thomas authored
Handle all approval messages in merge chat message Closes #11495 See merge request gitlab-org/gitlab-ee!14537
-
Douglas Barbosa Alexandre authored
-
Mathieu Parent authored
EE port of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/28327
-
Mike Greiling authored
Update mixin-deep to 1.3.2 Closes #63945 See merge request gitlab-org/gitlab-ce!30223
-
Kamil Trzciński authored
Create system notes for scoped labels See merge request gitlab-org/gitlab-ee!14487
-
Kamil Trzciński authored
Port of "Create system notes for scoped labels" See merge request gitlab-org/gitlab-ce!30250
-
Oswaldo Ferreira authored
Turns out push rules to validate commit message does not apply in the context of automatic merge to the refs/merge-requests/:iid/merge. Mainly because if it fails to merge to it, we currently can't give enough preemptive feedback to the user and it'll turn the merge request unmergeable (given we automatically mark it as unmergeable if we can't merge to the ref). In general, it's a systematic operation, which already bypasses user authorization and git hooks. Therefore, this commit makes it bypass the push rules at EE as well.
-
GitLab Bot authored
-
Robert Speicher authored
Update net-ssh gem to ~> 5.2 See merge request gitlab-org/gitlab-ee!14613
-
Robert Speicher authored
Update net-ssh gem to ~> 5.2 See merge request gitlab-org/gitlab-ce!30341
-
Nick Thomas authored
Enable repository object pools by default Closes gitaly#1606 See merge request gitlab-org/gitlab-ce!29595
-
Brett Walker authored
-
Walmyr authored
Quarantine flaky epics api tests See merge request gitlab-org/gitlab-ee!14606
-