Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09Merge branch 'docs/ha-consul-server-doc-restructure' into 'master'Evan Read
Move the consul server docs to its own section Closes #63538 See merge request gitlab-org/gitlab-ce!30192
2019-07-09Move the consul server docs to its own sectionCindy Pallares 🦉
The consul docs are currently in the HA database section, but it should be in it's own section.
2019-07-09Merge branch 'add-kubernetes-webcast-cta-dmp' into 'master'Evan Read
Add relevant webcast to drive traffic and MQLs See merge request gitlab-org/gitlab-ce!30236
2019-07-09Merge branch 'if-smartcard_required_for_git_access_doc' into 'master'Evan Read
Doc for "Require session with smartcard login for Git access" See merge request gitlab-org/gitlab-ce!30466
2019-07-09Doc for "Require session with smartcard login for Git access"Imre Farkas
2019-07-09Merge branch 'docs-redirected-links-3' into 'master'Evan Read
Docs: Update redirected links in docs (part 3) See merge request gitlab-org/gitlab-ce!30442
2019-07-09Update redirected links to final destinationsMarcel Amirault
This updates redirected links in integration, update, user and workflow dirs. Should now link to final URLs to avoid redirect hops
2019-07-09Update the installation linkCindy Pallares
The installation link has changed from /installation/ to /install/. This commit will update all the remaining links that are missing.
2019-07-09Merge branch 'qa-autodevops-disable-jobs' into 'master'Dan Davison
Disable parts of the QA AutoDevOps Pipeline See merge request gitlab-org/gitlab-ce!30427
2019-07-08Disable parts of the AutoDevOps Pipelineddavison
Jobs Disabled: Code-Quality, DAST, Container-Scanning, Dependency-Scanning, License-Management, SAST Jobs still enabled: Build, Test, Deploy, Browser-Performance-Testing
2019-07-08Merge branch 'sh-bump-prom-mmap-gem' into 'master'Mayra Cabrera
Bump prometheus-client-mmap to 0.9.8 See merge request gitlab-org/gitlab-ce!30479
2019-07-08Change changelog type to performanceFabio Pitino
2019-07-08Bump prometheus-client-mmap to 0.9.8Stan Hu
This fixes a critical error where a nil exception would be hit if an error occurred while logging a Prometheus metric: https://gitlab.com/gitlab-org/prometheus-client-mmap/merge_requests/36
2019-07-08Fix docs URL in trigger-build-docs puts textMike Lewis
2019-07-08Merge branch '64260-i18n-broken-boards-blank-state' into 'master'Phil Hughes
Resolve "i18n Broken - Boards blank state" Closes #64260 See merge request gitlab-org/gitlab-ce!30464
2019-07-08Merge branch '62214-follow-up-schedule-aggregation-in-other-contexts' into ↵Mayra Cabrera
'master' Update group statistics when some columns on ProjectStatistics are updated See merge request gitlab-org/gitlab-ce!30329
2019-07-08Schedule namespace aggregation in other contextsMayra Cabrera
Schedules a Namespace::AggregationSchedule worker if some of the project statistics are refreshed. The worker is only executed if the feature flag is enabled.
2019-07-08Allow ReactiveCaching to support nil valueFabio Pitino
When :calculate_reactive_caching returns a nil value this caused ReactiveCaching to schedule a worker every time the code using :with_reactive_cache was called. This issue caused an increasing amount of Sidekiq jobs being created continuously. Implementing this fix behind feature flag :reactive_caching_check_key_exists
2019-07-08Merge branch '63362-follow-up-from-visual-review-toolbar-docs' into 'master'Achilleas Pipinellis
Resolve "Follow-up from "Visual Review Toolbar Docs"" Closes #63362 See merge request gitlab-org/gitlab-ce!30040
2019-07-08Refactor the Visual Reviews docsAchilleas Pipinellis
Reorganize and better explain what Visual Reviews are
2019-07-08Merge branch 'run-pipeline-for-merge-train-at-train-ref-ce' into 'master'Kamil Trzciński
CE Port: Fix race condition of `refs/merge` competing overwrite See merge request gitlab-org/gitlab-ce!30308
2019-07-08Merge branch 'jc-detect-nfs-for-rugged' into 'master'Dmitriy Zaporozhets
Use Rugged if we detect storage is NFS and we can access the disk See merge request gitlab-org/gitlab-ce!29725
2019-07-08Fix - use `s__` for namespaced translationsEzekiel Kigbo
2019-07-08Merge branch '63475-fix-n-1' into 'master'Lin Jen-Shin
Reduce N+1 queries in MergeRequestsController#ci_environment_status See merge request gitlab-org/gitlab-ce!30224
2019-07-08Merge branch 'sh-bump-prometheus-client-mmap-0.9.7' into 'master'Kamil Trzciński
Upgrade prometheus-client-mmap to 0.9.7 See merge request gitlab-org/gitlab-ce!30430
2019-07-08Merge branch 'zj-praefect-config-gitlab-yml' into 'master'Bob Van Landuyt
Remove a high cardinality Prometheus metric See merge request gitlab-org/gitlab-ce!30122
2019-07-08Merge branch 'docs/enforce-headers-increment-one-level' into 'master'Achilleas Pipinellis
Add lint rule that headings must increment one level at a time See merge request gitlab-org/gitlab-ce!30376
2019-07-08Add lint rule that headings must increment one level at a timeEvan Read
Also fixes instances in Markdown that broke the rule.
2019-07-08Merge branch '12632-fix-multiple-discussions' into 'master'Phil Hughes
Starting a new discussion only on line without Draft note created on it See merge request gitlab-org/gitlab-ce!30413
2019-07-08Backported EE fix to CENatalia Tepluhina
- fixed attribute to be not hyphenated - applied parallel diffs view on CE - separated left and right drafts - added fallback for hasDrafts
2019-07-08Merge branch '40379-CJK-search-min-chars' into 'master'Andreas Brandl
Remove minimum required characters for fuzzy search if no trigram is used See merge request gitlab-org/gitlab-ce!29810
2019-07-08Add retry:0 for controller specs n+1Thong Kuah
As a workaround for https://gitlab.com/gitlab-org/gitlab-ce/issues/64116
2019-07-08Merge branch 'docs-brackets-to-parens' into 'master'Achilleas Pipinellis
Docs: Changing badges to use parentheses not brackets See merge request gitlab-org/gitlab-ce!30439
2019-07-08Changing badges to use parentheses not bracketsMarcel Amirault
Previously, we used brackets to denote the tier badges, but this made Kramdown, the docs site Markdown renderer, show many warnings when building the site. This is now fixed by using parentheses instead of square brackets. This was caused by [PREMIUM] looking like a link to Kramdown, which couldn't find a URL there. See: - https://gitlab.com/gitlab-com/gitlab-docs/merge_requests/484 - https://gitlab.com/gitlab-org/gitlab-ce/issues/63800
2019-07-08Merge branch '60213-fix-is-ee-webpack-checks' into 'master'Filipa Lacerda
Replace runtime isEE check with compile time one Closes #60213 See merge request gitlab-org/gitlab-ce!30351
2019-07-08Merge branch 'vue-i18n-js-vue-shared-directory' into 'master'Phil Hughes
Vue-i18n: autofix for app/assets/javascripts/vue_shared directory See merge request gitlab-org/gitlab-ce!30287
2019-07-08Vue-i18n: app/assets/javascripts/vue_shared directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/vue_shared directory
2019-07-08Merge branch 'vue-i18n-js-vue-mr-widget-directory' into 'master'Fatih Acet
Vue-i18n: autofix for app/assets/javascripts/vue_merge_request_widget directory See merge request gitlab-org/gitlab-ce!30035
2019-07-08Vue-i18n: app/assets/javascripts/vue_merge_request_widget directoryEzekiel Kigbo
i18n linting for .vue files under the app/assets/javascripts/vue_merge_request_widget directory
2019-07-08Merge branch 'renovate/gitlab-svgs-1.x' into 'master'Fatih Acet
Update dependency @gitlab/svgs to ^1.67.0 See merge request gitlab-org/gitlab-ce!30402
2019-07-08Merge branch '12533-shared-runners-warning' into 'master'Phil Hughes
Removes EE differences for app/views/admin/users/show.html.haml Closes gitlab-ee#12533 See merge request gitlab-org/gitlab-ce!30407
2019-07-08Fix race condition on merge train ref generationShinya Maeda
Today, Pipelines for merge train run on `refs/merge`, however, this causes a race condition that it can be overwritten by CheckMergeabilityService. This patch fixes the problem by generating `refs/train` for those pipelines.
2019-07-08Merge branch '60856-deleting-binary-file' into 'master'Kushal Pandya
Resolve "Removing an image via Web IDE shows binary data" Closes #60856 See merge request gitlab-org/gitlab-ce!30314
2019-07-08Merge branch 'clusters-group-cte' into 'master'James Lopez
Clusters hierarchy CTE See merge request gitlab-org/gitlab-ce!30063
2019-07-08Create CTE query for clusters hierarchyThong Kuah
- This enables us to use a scope to query all clusters in group hierarchy order in one query, and also enables us to union to instance clusters later. - Handle case where clusters not present at level. In which case the query should go ahead and return the next level's clusters. - Swap with new CTE query behind Feature flag. This FF is default disabled.
2019-07-08Merge branch 'patch-71' into 'master'Evan Read
Description of the optimized path wildcard See merge request gitlab-org/gitlab-ce!30082
2019-07-08Description of the optimized path wildcardBlack-Hole
2019-07-08Merge branch 'docs-update-jira-integration' into 'master'Evan Read
Docs: Update Jira integration See merge request gitlab-org/gitlab-ce!29997
2019-07-08Refresh screenshotsTristan Williams
Current screenshots are from an older version of Jira and GitLab.
2019-07-08Merge branch 'patch-71' into 'master'Evan Read
ADD '.git' ending to git clone with CI_JOB_TOKEN for clarity See merge request gitlab-org/gitlab-ce!30200