- 06 Feb, 2020 38 commits
-
-
Stan Hu authored
stackprof and ruby-prof are complementary tools: the former is a sampling profiler, and the latter is a tracing profiler. It would be quite helpful to have stackprof available to profile endpoints in production or on Omnibus. Diff between v0.2.13 and v0.2.15: https://github.com/tmm1/stackprof/compare/v0.2.13..v0.2.15 Closes https://gitlab.com/gitlab-org/gitlab/issues/199994
-
Stan Hu authored
Pass allow_failure: true option to the review jobs for docs See merge request gitlab-org/gitlab!24552
-
Natalia Tepluhina authored
Revert "Merge branch 'leipert-to-eslint-6' into 'master'" Closes #202187 See merge request gitlab-org/gitlab!24547
-
Ramya Authappan authored
Ensure correct group owner role and Un-quarantine test See merge request gitlab-org/gitlab!24292
-
Shinya Maeda authored
Remove deprecated rebase code after removal of the two_step_rebase feature flag Closes #29077 See merge request gitlab-org/gitlab!23880
-
Evan Read authored
Document with_lock_retries and dropping a table Closes #34325 See merge request gitlab-org/gitlab!19809
-
Adam Hegyi authored
-
Russell Dickenson authored
Update markdown documentation for table of contents tag Closes #202171 See merge request gitlab-org/gitlab!24535
-
Brett Walker authored
-
Shinya Maeda authored
-
Russell Dickenson authored
Update links so that they display the readme on master See merge request gitlab-org/gitlab!24490
-
Evan Read authored
Fix broken link pointing to prod architecture See merge request gitlab-org/gitlab!24544
-
Paul Slaughter authored
Migrate diff_line_gutter_content_spec to jest See merge request gitlab-org/gitlab!24545
-
Marcel Amirault authored
Move 'anchor' subheadings under 'anchor' Closes #38323 See merge request gitlab-org/gitlab!24411
-
Amy Qualls authored
The YAML page contained multiple deep sub-subheadings for YAML anchors. A member of the technical writing team requested we reunite these subheadings together under the 'anchor' subheading.
-
Albert Salim authored
This reverts merge request !24413
-
Ash McKenzie authored
Geo - Spike Self-Service Framework See merge request gitlab-org/gitlab!24498
-
Heinrich Lee Yu authored
Add unix to allowed hosts See merge request gitlab-org/gitlab!24541
-
Evan Read authored
Add SAML screenshots and links See merge request gitlab-org/gitlab!24013
-
Cynthia Ng authored
-
jboyson1 authored
Move mock data. Consolodate mock data.
-
Russell Dickenson authored
Update docs screenshots for email notifications Closes #201926 See merge request gitlab-org/gitlab!24406
-
Evan Read authored
Merge branch '201554-follow-up-from-default-cycle-analytics-duration-chart-and-median-line-feature-flags-to-true' into 'master' Resolve "Follow-up from "Default cycle analytics duration chart and median line feature flags to true"" See merge request gitlab-org/gitlab!24436
-
Mark Lapierre authored
Quarantine Geo specs See merge request gitlab-org/gitlab!24499
-
Nailia Iskhakova authored
Issue: https://gitlab.com/gitlab-org/gitlab/issues/201948 Specs are quarantined according to time to triage
-
Hugo Azevedo authored
-
Douglas Barbosa Alexandre authored
#196250 adding preload to prevent N+1 See merge request gitlab-org/gitlab!22845
-
Ohad Dahan authored
-
Ash McKenzie authored
Merge branch '202084-downloading-source-code-on-geo-secondary-attempts-to-write-to-the-database' into 'master' Don't log a security event to the database on a read-only instance Closes #202084 See merge request gitlab-org/gitlab!24537
-
Mark Lapierre authored
Add debug logs to Geo E2E specs See merge request gitlab-org/gitlab!24434
-
Jennifer Louie authored
-
Evan Read authored
Resolve "Better documentation on import from GitHub" Closes #18783 See merge request gitlab-org/gitlab!24507
-
Evan Read authored
Add https requirements to Auto DevOps docs See merge request gitlab-org/gitlab!24482
-
Daniel Gruesso authored
-
Patrick Bajao authored
In Rails 6, the new HostAuthorization middleware is enabled by default (it's not enabled on other environments). It currently allows localhost and IP addresses and we add `Gitlab.config.gitlab.host` as additional allowed host. When gitlab-shell makes a request via unix socket, it uses `http://unix/<endpoint>` so the host will be `unix`. Since it's not included in the list of allowed hosts, it gets blocked. This adds `unix` host to the list of allowed hosts.
-
Mark Lapierre authored
Standardize project fabrication on QA Plan tests See merge request gitlab-org/gitlab!24474
-
Evan Read authored
Add pointer to how to contribute to managed apps docs See merge request gitlab-org/gitlab!24484
-
Daniel Gruesso authored
-
- 05 Feb, 2020 2 commits
-
-
Mike Greiling authored
Update to eslint 6 See merge request gitlab-org/gitlab!24413
-
Mayra Cabrera authored
Add project_key column See merge request gitlab-org/gitlab!24063
-