summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-10 21:10:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-10 21:10:45 +0000
commit98692a8dd50b5325d3f846c70ec804d0a9442f55 (patch)
tree7ec8d2d762f56e1124a846194b078c062f5de8a2 /changelogs
parented5add1c2f001c9bd54e664b32f212de172eca6a (diff)
downloadgitlab-ce-98692a8dd50b5325d3f846c70ec804d0a9442f55.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/197958-improve-sast-file-detection-regex-boundaries.yml5
-rw-r--r--changelogs/unreleased/sk-project-packages-api-filter-necessary-params.yml5
2 files changed, 10 insertions, 0 deletions
diff --git a/changelogs/unreleased/197958-improve-sast-file-detection-regex-boundaries.yml b/changelogs/unreleased/197958-improve-sast-file-detection-regex-boundaries.yml
new file mode 100644
index 00000000000..461a2fda6cd
--- /dev/null
+++ b/changelogs/unreleased/197958-improve-sast-file-detection-regex-boundaries.yml
@@ -0,0 +1,5 @@
+---
+title: Improve SAST NO_DIND file detection with proper boundary conditions
+merge_request: 28036
+author:
+type: fixed
diff --git a/changelogs/unreleased/sk-project-packages-api-filter-necessary-params.yml b/changelogs/unreleased/sk-project-packages-api-filter-necessary-params.yml
new file mode 100644
index 00000000000..2587ed0f05d
--- /dev/null
+++ b/changelogs/unreleased/sk-project-packages-api-filter-necessary-params.yml
@@ -0,0 +1,5 @@
+---
+title: Refactor projects/:id/packages API to supply only necessary params to PackagesFinder
+merge_request: 29052
+author: Sashi Kumar
+type: other