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-09Update Rakefilemvanremmerden-master-patch-23995Marcel van Remmerden
2019-07-09Merge branch '64134-edit-comment' into 'master'Kushal Pandya
Resolve "Clicking edit button in a thread reply doesn’t work" Closes #64134 See merge request gitlab-org/gitlab-ce!30424
2019-07-09Fixed editing formNatalia Tepluhina
- applied functional component patch - fixed border radius for list - fixed Karma test to take a correct li amount
2019-07-09Merge branch 'allow-reactive-caching-of-nil' into 'master'Stan Hu
Allow ReactiveCaching to support nil value See merge request gitlab-org/gitlab-ce!30456
2019-07-09Merge branch 'add-ff-embedding-metrics' into 'master'Stan Hu
Push feature flag for embedding metrics See merge request gitlab-org/gitlab-ce!30342
2019-07-09Push feature flag for embedding metricsSarah Yasonik
2019-07-09Merge branch '62756-follow-up-user-info-in-auth-log' into 'master'Stan Hu
Limit user information to RackAttack throttles See merge request gitlab-org/gitlab-ce!30467
2019-07-09Limit user information to RackAttack throttlesMayra Cabrera
rack.attack.match_discriminator is only return on throttle_authenticated_api or throttle_authenticated_web requests, so we're avoiding logging user_id on blacklist requests Follow up of https://gitlab.com/gitlab-org/gitlab-ce/issues/62756
2019-07-09Merge branch 'docs-markdown-whitespaces' into 'master'Evan Read
Docs: Remove extra whitespaces in docs See merge request gitlab-org/gitlab-ce!30493
2019-07-09Remove extra whitespaces in docsMarcel Amirault
Removes all the extra whitespaces at end of lines, inside tags, and removes extra newlines
2019-07-09Merge branch 'centralize-markdownlint-config' into 'master'Achilleas Pipinellis
Centralize markdownlint configuration See merge request gitlab-org/gitlab-ce!30263
2019-07-09Centralize config for markdownlintMarkus Koller
The configuration is currently only specified in CI, by moving it into `.mdlrc` we get immediate feedback locally in supported editors. To ensure `mdl` is available it's also added to the `Gemfile`, though CI will still use the version installed in the `gitlab-docs-lint` image.
2019-07-09Merge branch 'docs/update-installation-link' into 'master'Evan Read
Update the installation link See merge request gitlab-org/gitlab-ce!30489
2019-07-09Merge branch 'docs-redirected-links-2' into 'master'Evan Read
Docs: Update redirected links in docs (part 2) See merge request gitlab-org/gitlab-ce!30441
2019-07-09Update redirected links to final destinationMarcel Amirault
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
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-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