- 22 May, 2020 40 commits
-
-
Ash McKenzie authored
Fix for group transfer service to deny transferring a group to its subgroup See merge request gitlab-org/gitlab!31495
-
Marcia Ramos authored
Various grammar and style fixes See merge request gitlab-org/gitlab!32658
-
Marcia Ramos authored
Update database guides on text data type usage Closes #214256 and #215065 See merge request gitlab-org/gitlab!30929
-
Heinrich Lee Yu authored
Add Spam check endpoint See merge request gitlab-org/gitlab!31449
-
Marcel Amirault authored
Fix docs lint markdown syntax reference Closes #218739 See merge request gitlab-org/gitlab!32831
-
charlie ablett authored
Resolve "Follow-up from "Persist Prometheus alerts in the DB"" Closes #216449 See merge request gitlab-org/gitlab!31611
-
Kushal Pandya authored
Add Policies tab to the Threat Management page See merge request gitlab-org/gitlab!31289
-
Mark Fletcher authored
-
James Lopez authored
Add :with_validation_errors trait for Alert factory Closes #217920 See merge request gitlab-org/gitlab!32650
-
James Lopez authored
Exclude extra.server fields from exceptions_json.log See merge request gitlab-org/gitlab!32770
-
Sean McGivern authored
These fields aren't really useful in a log, because we should know what the server's OS and runtime were. They contribute to increasing log volume.
-
Marcel Amirault authored
Add GIT_FETCH_EXTRA_FLAGS docs See merge request gitlab-org/gitlab!31537
-
Jan Provaznik authored
Merge branch '218412-follow-up-from-rake-task-gitlab-cleanup-orphan_lfs_files-should-clear-the-cached-value-or' into 'master' Minor: Move EE spec to CE scope Closes #218412 See merge request gitlab-org/gitlab!32569
-
Marcel Amirault authored
Update JUnit docs limitations section See merge request gitlab-org/gitlab!32666
-
James Heimbuck authored
-
Stan Hu authored
Update models usage of Time.now => Time.current See merge request gitlab-org/gitlab!31558
-
Ash McKenzie authored
Fix 404s downloading latest build artifacts Closes #216055 See merge request gitlab-org/gitlab!32741
-
James Lopez authored
Refactor Snippets::CreateService to allow multiple files See merge request gitlab-org/gitlab!32649
-
Dylan Griffith authored
Resolve "Improve performance of Search API (Advanced): projects scope" See merge request gitlab-org/gitlab!32688
-
Kushal Pandya authored
Web IDE: Add new utils: addFinalNewline, getPathParents See merge request gitlab-org/gitlab!32420
-
Sean Arnold authored
-
Sean Arnold authored
Using cop to find offences
-
Sean Arnold authored
-
Sean Arnold authored
- models folder - specs folder
-
Sean Arnold authored
- Update specs to match
-
Stan Hu authored
Previously `ArtifactsController#latest_succeeded` might return 404s even though `ArtifactsController#download` would successfully return an artifact. For example, this could happen when: 1. A new commit was merged to `master`. 2. A user attempts to download the artifact for `master` before the pipeline for `master` finishes, or the pipeline fails altogether. To fix this problem, we fallback to looking up a successful pipelines by ref name if one doesn't exist for the SHA. Closes https://gitlab.com/gitlab-org/gitlab/-/issues/216055
-
Martin Wortschack authored
Fix IDE Pipelines sidebar icons See merge request gitlab-org/gitlab!32793
-
charlie ablett authored
Fix nested Array issue with Elasticsearch query Closes #218324 See merge request gitlab-org/gitlab!32813
-
Francisco Javier López authored
-
Marcel Amirault authored
Update Deploy Keys documentation See merge request gitlab-org/gitlab!31371
-
Etienne Baqué authored
Rewrote parts of the Deploy Keys documentation. Uploaded image used as description.
-
Ash McKenzie authored
Geo: Package file replication should adhere to selective sync settings Closes #213889 See merge request gitlab-org/gitlab!32364
-
Michael Kozono authored
Display message on file backup pipeline error See merge request gitlab-org/gitlab!32791
-
Nick Nguyen authored
-
Michael Kozono authored
Add metrics for Redis usage during web requests See merge request gitlab-org/gitlab!32605
-
Oswaldo Ferreira authored
Adds metrics to measure the amount of calls and request time spent in Redis during web requests (e.g. Rails, Grape). These are measured through a new `RailsRedisMiddleware`.
-
Marcel Amirault authored
Docs: remove reference to dashes in CI variables See merge request gitlab-org/gitlab!32782
-
Dylan Griffith authored
This fixes an issue in Elasticsearch 7.7+ versions (https://gitlab.com/gitlab-org/gitlab/-/issues/218324). Previously the query parser was forgiving about nested arrays and would just automatically flatten them for you but now we need to flatten them ourselves.
-
Ray Paik authored
Fix typo See merge request gitlab-org/gitlab!32750
-
Evan Read authored
Find and replace gitlab issue links in /doc/user See merge request gitlab-org/gitlab!32618
-