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
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-05-21 06:10:24 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-21 06:10:24 +0300
commitfc5e0c4d0d11592d6cbc420158dd0c470eb236a5 (patch)
tree8f57371109c2f3b99338a04cd95ef75a735c6427 /changelogs
parentd324f74adcc3299de60203ba4d5301d56114b1a8 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-5.yml5
-rw-r--r--changelogs/unreleased/sh-optimize-artifact-loading-mr.yml5
-rw-r--r--changelogs/unreleased/update_pry_debugging_docs.yml5
3 files changed, 15 insertions, 0 deletions
diff --git a/changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-5.yml b/changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-5.yml
new file mode 100644
index 00000000000..612a0d9524a
--- /dev/null
+++ b/changelogs/unreleased/issue-220040-fix-robocop-savebang-spec-models-5.yml
@@ -0,0 +1,5 @@
+---
+title: Fixed Rails Save Bang offenses in few spec/models/* files
+merge_request: 62165
+author: Suraj Tripathi @surajtripathy07
+type: fixed
diff --git a/changelogs/unreleased/sh-optimize-artifact-loading-mr.yml b/changelogs/unreleased/sh-optimize-artifact-loading-mr.yml
new file mode 100644
index 00000000000..9961fcc42d1
--- /dev/null
+++ b/changelogs/unreleased/sh-optimize-artifact-loading-mr.yml
@@ -0,0 +1,5 @@
+---
+title: Optimize query for loading artifacts in pipeline
+merge_request: 62249
+author:
+type: performance
diff --git a/changelogs/unreleased/update_pry_debugging_docs.yml b/changelogs/unreleased/update_pry_debugging_docs.yml
new file mode 100644
index 00000000000..44dcbf69426
--- /dev/null
+++ b/changelogs/unreleased/update_pry_debugging_docs.yml
@@ -0,0 +1,5 @@
+---
+title: Fix `pry` debugging location with `pry-byebug` and `pry-shell` by updating the `pry-shell` gem
+merge_request: 62122
+author:
+type: fixed