From 9be5b5ff70d1c453bc48f0369993b88d235824fa Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Thu, 17 Mar 2016 22:43:27 +0000 Subject: [PATCH] Add missing release notes Change-Id: I80d85df02ddb5a9e065080a95d05c5bbc38d4932 Closes-Bug: 1558825 --- ...angular-performance-strict-di-3cf325d8bfca8487.yaml | 10 ++++++++++ .../bp-integrate-magic-search-03a97d4431d7c3d1.yaml | 10 ++++++++++ ...p-integration-tests-hardening-8e94e87bc548c1fe.yaml | 7 +++++++ ...e-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml | 5 +++++ .../bp-pagination-for-flavor-f603fd7630e13756.yaml | 5 +++++ 5 files changed, 37 insertions(+) create mode 100644 releasenotes/notes/bp-angular-performance-strict-di-3cf325d8bfca8487.yaml create mode 100644 releasenotes/notes/bp-integrate-magic-search-03a97d4431d7c3d1.yaml create mode 100644 releasenotes/notes/bp-integration-tests-hardening-8e94e87bc548c1fe.yaml create mode 100644 releasenotes/notes/bp-keystone-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml create mode 100644 releasenotes/notes/bp-pagination-for-flavor-f603fd7630e13756.yaml diff --git a/releasenotes/notes/bp-angular-performance-strict-di-3cf325d8bfca8487.yaml b/releasenotes/notes/bp-angular-performance-strict-di-3cf325d8bfca8487.yaml new file mode 100644 index 000000000..893bc7abe --- /dev/null +++ b/releasenotes/notes/bp-angular-performance-strict-di-3cf325d8bfca8487.yaml @@ -0,0 +1,10 @@ +--- +features: + - > + [`blueprint angular-performance-strict-di `_] + This blueprint enforces strict dependency injection in AngularJS code, for + improvements to minification and thus performance. + +upgrade: + - All AngularJS code must use explicit dependency injection. See + https://docs.angularjs.org/guide/di#using-strict-dependency-injection diff --git a/releasenotes/notes/bp-integrate-magic-search-03a97d4431d7c3d1.yaml b/releasenotes/notes/bp-integrate-magic-search-03a97d4431d7c3d1.yaml new file mode 100644 index 000000000..ceb3b18cb --- /dev/null +++ b/releasenotes/notes/bp-integrate-magic-search-03a97d4431d7c3d1.yaml @@ -0,0 +1,10 @@ +--- +features: + - > + [`blueprint integrate-magic-search `_] + Magic Search was an external dependency that was being heavily modified or + overwritten in sections, so the used parts of code base have been moved + into Horizon. + +upgrade: + - Horizon no longer requires Magic Search as an external dependency. diff --git a/releasenotes/notes/bp-integration-tests-hardening-8e94e87bc548c1fe.yaml b/releasenotes/notes/bp-integration-tests-hardening-8e94e87bc548c1fe.yaml new file mode 100644 index 000000000..8f5220458 --- /dev/null +++ b/releasenotes/notes/bp-integration-tests-hardening-8e94e87bc548c1fe.yaml @@ -0,0 +1,7 @@ +--- +features: + - > + [`blueprint integration-tests-hardening `_] + This blueprint reduced failures in the integration tests caused by + structure or styling changes, by making them less dependent on aspects of + page structure, such as ordering or CSS classes. diff --git a/releasenotes/notes/bp-keystone-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml b/releasenotes/notes/bp-keystone-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml new file mode 100644 index 000000000..6c6582815 --- /dev/null +++ b/releasenotes/notes/bp-keystone-federation-protocol-mapping-a6ea9f7c35d2d6f0.yaml @@ -0,0 +1,5 @@ +--- +features: + - > + [`blueprint keystone-federation-protocol-mapping `_] + This blueprint provides CRUD interaction for identity provider protocols. diff --git a/releasenotes/notes/bp-pagination-for-flavor-f603fd7630e13756.yaml b/releasenotes/notes/bp-pagination-for-flavor-f603fd7630e13756.yaml new file mode 100644 index 000000000..32957ea99 --- /dev/null +++ b/releasenotes/notes/bp-pagination-for-flavor-f603fd7630e13756.yaml @@ -0,0 +1,5 @@ +--- +features: + - > + [`blueprint pagination-for-flavor `_] + Added forward and backward pagination to the Flavors panel