summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2018-03-27 07:04:26 +0000
committerJames Lopez <james@gitlab.com>2018-03-27 07:04:26 +0000
commit56b1e4c2ee20e860447f64efb2082c6fd6761ca3 (patch)
treede5c45f84a490a0d51966a5389ba5641843683b5
parenta0004f55c665300e254feeb5a0f0cacecd07a57b (diff)
parentf849f59b44f34006270ebe0c7a3cd45eaaa060f3 (diff)
downloadgitlab-ce-56b1e4c2ee20e860447f64efb2082c6fd6761ca3.tar.gz
Merge branch '10-6-stable-patch-1' into '10-6-stable'
Prepare 10.6.1 release See merge request gitlab-org/gitlab-ce!17989
-rw-r--r--CHANGELOG.md6
-rw-r--r--app/assets/javascripts/commons/polyfills.js1
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0c1c3a572fe..4442573a326 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -168,13 +168,17 @@ entry.
- Add one group board to Libre.
- Add support for filtering by source and target branch to merge requests API.
-### Other (14 changes, 3 of them are from the community)
+### Other (18 changes, 7 of them are from the community)
+- Group MRs on issue page by project and namespace. !8494 (Jeff Stubler)
+- Make oauth provider login generic. !8809 (Horatiu Eugen Vlad)
+- Add email button to new issue by email. !10942 (Islam Wazery)
- Update vue component naming guidelines. !17018 (George Tsiolis)
- Added new design for promotion modals. !17197
- Update to github-linguist 5.3.x. !17241 (Ken Ding)
- update toml-rb to 1.0.0. !17259 (Ken Ding)
- Keep track of projects a user interacted with. !17327
+- Moved o_auth/saml/ldap modules under gitlab/auth. !17359 (Horatiu Eugen Vlad)
- Enables eslint in codeclimate job. !17392
- Port Labels Select dropdown to Vue. !17411
- Add NOT NULL constraint to projects.namespace_id. !17448
diff --git a/app/assets/javascripts/commons/polyfills.js b/app/assets/javascripts/commons/polyfills.js
index 46232726510..d62d3c23654 100644
--- a/app/assets/javascripts/commons/polyfills.js
+++ b/app/assets/javascripts/commons/polyfills.js
@@ -1,4 +1,5 @@
// ECMAScript polyfills
+import 'core-js/fn/array/fill';
import 'core-js/fn/array/find';
import 'core-js/fn/array/find-index';
import 'core-js/fn/array/from';