From 6ad0a86e5951f0fd97db5e20eaa98a738c5102b2 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Mon, 28 Jan 2019 16:11:50 -0600 Subject: [PATCH 01/19] Create the IdP-only aggregate (#1) * Create new pipeline for MDQ and IdP-only aggregate * Move IdP-only aggregate to idps/all.xml * Rename mdq-new-* to mdq-combined-* * Reference JIRA issues in TODOs --- build.xml | 60 +++++++ mdx/incommon/mdq-combined-cloudhsm.xml | 224 +++++++++++++++++++++++++ mdx/incommon/mdq-combined-localkey.xml | 223 ++++++++++++++++++++++++ 3 files changed, 507 insertions(+) create mode 100644 mdx/incommon/mdq-combined-cloudhsm.xml create mode 100644 mdx/incommon/mdq-combined-localkey.xml diff --git a/build.xml b/build.xml index 1c8348cf..ba49a694 100644 --- a/build.xml +++ b/build.xml @@ -2655,6 +2655,66 @@ Generation complete. + + + + + Generating per-entity metadata in ${mda.mdq.output} + (IdP-only aggregate in ${mda.mdq.output}/idps.xml) + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + Generating per-entity metadata in ${mda.mdq.output} + (IdP-only aggregate in ${mda.mdq.output}/idps.xml) + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-combined-localkey.xml b/mdx/incommon/mdq-combined-localkey.xml new file mode 100644 index 00000000..5e686953 --- /dev/null +++ b/mdx/incommon/mdq-combined-localkey.xml @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From d5156ab3027439813025900f220c40d70f2dddef Mon Sep 17 00:00:00 2001 From: David Shafer Date: Wed, 6 Feb 2019 16:24:19 -0600 Subject: [PATCH 02/19] Create new pipeline to produce all MDQ metadata --- build.xml | 68 +++---- mdx/incommon/mdq-all-cloudhsm.xml | 46 +++++ mdx/incommon/mdq-all-localkey.xml | 46 +++++ mdx/incommon/mdq-all.xml | 245 +++++++++++++++++++++++++ mdx/incommon/mdq-combined-cloudhsm.xml | 224 ---------------------- mdx/incommon/mdq-combined-localkey.xml | 223 ---------------------- 6 files changed, 367 insertions(+), 485 deletions(-) create mode 100644 mdx/incommon/mdq-all-cloudhsm.xml create mode 100644 mdx/incommon/mdq-all-localkey.xml create mode 100644 mdx/incommon/mdq-all.xml delete mode 100644 mdx/incommon/mdq-combined-cloudhsm.xml delete mode 100644 mdx/incommon/mdq-combined-localkey.xml diff --git a/build.xml b/build.xml index ba49a694..083c6411 100644 --- a/build.xml +++ b/build.xml @@ -2656,13 +2656,10 @@ - - - - Generating per-entity metadata in ${mda.mdq.output} - (IdP-only aggregate in ${mda.mdq.output}/idps.xml) - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. - - - - - - - - Generating per-entity metadata in ${mda.mdq.output} - (IdP-only aggregate in ${mda.mdq.output}/idps.xml) - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml new file mode 100644 index 00000000..d329dc75 --- /dev/null +++ b/mdx/incommon/mdq-all-localkey.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all.xml b/mdx/incommon/mdq-all.xml new file mode 100644 index 00000000..ca85098a --- /dev/null +++ b/mdx/incommon/mdq-all.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-combined-cloudhsm.xml b/mdx/incommon/mdq-combined-cloudhsm.xml deleted file mode 100644 index 6a54503d..00000000 --- a/mdx/incommon/mdq-combined-cloudhsm.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mdx/incommon/mdq-combined-localkey.xml b/mdx/incommon/mdq-combined-localkey.xml deleted file mode 100644 index 5e686953..00000000 --- a/mdx/incommon/mdq-combined-localkey.xml +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From d45c6a4570feef2f4b8a92e8e2d8586f43078ea8 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 15:09:26 -0600 Subject: [PATCH 03/19] Comment conversionService --- mdx/incommon/mdq-all-cloudhsm.xml | 24 ++++++++++++------------ mdx/incommon/mdq-all-localkey.xml | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/mdx/incommon/mdq-all-cloudhsm.xml b/mdx/incommon/mdq-all-cloudhsm.xml index e54e711a..2ddcb105 100644 --- a/mdx/incommon/mdq-all-cloudhsm.xml +++ b/mdx/incommon/mdq-all-cloudhsm.xml @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index d329dc75..f9a87501 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + From 1b39bae420ad2bf77ac0abf64b8a144c4b2031f8 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 15:43:18 -0600 Subject: [PATCH 04/19] Finish rule updates --- build.xml | 2 +- mdx/incommon/mdq-all-cloudhsm.xml | 13 ------------- mdx/incommon/mdq-all-localkey.xml | 13 ------------- 3 files changed, 1 insertion(+), 27 deletions(-) diff --git a/build.xml b/build.xml index 083c6411..8e10af4c 100644 --- a/build.xml +++ b/build.xml @@ -2685,7 +2685,7 @@ - - - - - - - - - - - - - diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index f9a87501..01d1b22c 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -19,19 +19,6 @@ - - - - - - - - - - - - - From 9f3b91e3a9ec06fec108998c9836794682a15bd8 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 16:20:43 -0600 Subject: [PATCH 05/19] Add comments --- mdx/incommon/mdq-all-cloudhsm.xml | 14 ++++---------- mdx/incommon/mdq-all-localkey.xml | 14 ++++---------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/mdx/incommon/mdq-all-cloudhsm.xml b/mdx/incommon/mdq-all-cloudhsm.xml index 35a917d7..db3e85db 100644 --- a/mdx/incommon/mdq-all-cloudhsm.xml +++ b/mdx/incommon/mdq-all-cloudhsm.xml @@ -1,5 +1,6 @@ + - - - - - - - - - - + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index 01d1b22c..c2617cb6 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -1,5 +1,6 @@ + - - - - - - - - - - + + + From 1d9f7646524165da9aac8c533c0f3a7a7246d13b Mon Sep 17 00:00:00 2001 From: David Shafer Date: Tue, 12 Feb 2019 12:01:08 -0600 Subject: [PATCH 06/19] Update properties --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 8e10af4c..3b9727cc 100644 --- a/build.xml +++ b/build.xml @@ -2672,7 +2672,7 @@ - + Generating MDQ metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} @@ -2697,7 +2697,7 @@ --> - + Generating MDQ metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} From 3a5c0c0021178ee2cc7227c0bb7dd5d6dc442194 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Tue, 12 Mar 2019 18:39:16 -0500 Subject: [PATCH 07/19] Remove spaces from empty line --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 3b9727cc..aa493fca 100644 --- a/build.xml +++ b/build.xml @@ -2685,7 +2685,7 @@ - - - - Generating MDQ metadata in ${mda.mdq.output} - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. - - - + - - - - Generating MDQ metadata in ${mda.mdq.output} + + Generating per-entity metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} - - + Generation complete. + - - - - Generating per-entity metadata in ${mda.mdq.output} - from unsigned aggregate in ${mda.mdq.input} - - - - Generation complete. - - + + + + + + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + Generating per-entity metadata in ${mda.mdq.output} + (IdP-only aggregate in ${mda.mdq.output}/idps.xml) + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + Generating per-entity metadata in ${mda.mdq.output} + (IdP-only aggregate in ${mda.mdq.output}/idps.xml) + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-combined-localkey.xml b/mdx/incommon/mdq-combined-localkey.xml new file mode 100644 index 00000000..5e686953 --- /dev/null +++ b/mdx/incommon/mdq-combined-localkey.xml @@ -0,0 +1,223 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + From 270cfcfd179611e10cf8a6af12440fba6b35051e Mon Sep 17 00:00:00 2001 From: David Shafer Date: Wed, 6 Feb 2019 16:24:19 -0600 Subject: [PATCH 11/19] Create new pipeline to produce all MDQ metadata --- build.xml | 68 +++---- mdx/incommon/mdq-all-cloudhsm.xml | 46 +++++ mdx/incommon/mdq-all-localkey.xml | 46 +++++ mdx/incommon/mdq-all.xml | 245 +++++++++++++++++++++++++ mdx/incommon/mdq-combined-cloudhsm.xml | 224 ---------------------- mdx/incommon/mdq-combined-localkey.xml | 223 ---------------------- 6 files changed, 367 insertions(+), 485 deletions(-) create mode 100644 mdx/incommon/mdq-all-cloudhsm.xml create mode 100644 mdx/incommon/mdq-all-localkey.xml create mode 100644 mdx/incommon/mdq-all.xml delete mode 100644 mdx/incommon/mdq-combined-cloudhsm.xml delete mode 100644 mdx/incommon/mdq-combined-localkey.xml diff --git a/build.xml b/build.xml index bdfb205e..350505bb 100644 --- a/build.xml +++ b/build.xml @@ -2665,13 +2665,10 @@ - - - - Generating per-entity metadata in ${mda.mdq.output} - (IdP-only aggregate in ${mda.mdq.output}/idps.xml) - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. - - - - - - - - Generating per-entity metadata in ${mda.mdq.output} - (IdP-only aggregate in ${mda.mdq.output}/idps.xml) - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml new file mode 100644 index 00000000..d329dc75 --- /dev/null +++ b/mdx/incommon/mdq-all-localkey.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all.xml b/mdx/incommon/mdq-all.xml new file mode 100644 index 00000000..ca85098a --- /dev/null +++ b/mdx/incommon/mdq-all.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-combined-cloudhsm.xml b/mdx/incommon/mdq-combined-cloudhsm.xml deleted file mode 100644 index 6a54503d..00000000 --- a/mdx/incommon/mdq-combined-cloudhsm.xml +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/mdx/incommon/mdq-combined-localkey.xml b/mdx/incommon/mdq-combined-localkey.xml deleted file mode 100644 index 5e686953..00000000 --- a/mdx/incommon/mdq-combined-localkey.xml +++ /dev/null @@ -1,223 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - From 7cad1df2630487d4be4ccb7f709dd4ccc0888deb Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 15:09:26 -0600 Subject: [PATCH 12/19] Comment conversionService --- mdx/incommon/mdq-all-cloudhsm.xml | 24 ++++++++++++------------ mdx/incommon/mdq-all-localkey.xml | 24 ++++++++++++------------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/mdx/incommon/mdq-all-cloudhsm.xml b/mdx/incommon/mdq-all-cloudhsm.xml index e54e711a..2ddcb105 100644 --- a/mdx/incommon/mdq-all-cloudhsm.xml +++ b/mdx/incommon/mdq-all-cloudhsm.xml @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index d329dc75..f9a87501 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -19,18 +19,18 @@ - - - - - - - - - - - - + + + + + + + + + + + + From d3507b66dcae83ed6b34ad7a9a4deda6e129b5e5 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 15:43:18 -0600 Subject: [PATCH 13/19] Finish rule updates --- build.xml | 2 +- mdx/incommon/mdq-all-cloudhsm.xml | 13 ------------- mdx/incommon/mdq-all-localkey.xml | 13 ------------- 3 files changed, 1 insertion(+), 27 deletions(-) diff --git a/build.xml b/build.xml index 350505bb..efb0ef13 100644 --- a/build.xml +++ b/build.xml @@ -2694,7 +2694,7 @@ - - - - - - - - - - - - - diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index f9a87501..01d1b22c 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -19,19 +19,6 @@ - - - - - - - - - - - - - From 3eb2900f6e0b6eb16fec5e3e3bc97d0629aff931 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Fri, 8 Feb 2019 16:20:43 -0600 Subject: [PATCH 14/19] Add comments --- mdx/incommon/mdq-all-cloudhsm.xml | 14 ++++---------- mdx/incommon/mdq-all-localkey.xml | 14 ++++---------- 2 files changed, 8 insertions(+), 20 deletions(-) diff --git a/mdx/incommon/mdq-all-cloudhsm.xml b/mdx/incommon/mdq-all-cloudhsm.xml index 35a917d7..db3e85db 100644 --- a/mdx/incommon/mdq-all-cloudhsm.xml +++ b/mdx/incommon/mdq-all-cloudhsm.xml @@ -1,5 +1,6 @@ + - - - - - - - - - - + + + diff --git a/mdx/incommon/mdq-all-localkey.xml b/mdx/incommon/mdq-all-localkey.xml index 01d1b22c..c2617cb6 100644 --- a/mdx/incommon/mdq-all-localkey.xml +++ b/mdx/incommon/mdq-all-localkey.xml @@ -1,5 +1,6 @@ + - - - - - - - - - - + + + From f8e63ef39eeb0b47c633b0fd4331ae4b8ec1ba44 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Tue, 12 Feb 2019 12:01:08 -0600 Subject: [PATCH 15/19] Update properties --- build.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index efb0ef13..515ea496 100644 --- a/build.xml +++ b/build.xml @@ -2681,7 +2681,7 @@ - + Generating MDQ metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} @@ -2706,7 +2706,7 @@ --> - + Generating MDQ metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} From 55e7fc7d5964a3b9223719d3323d7f63a7fa04e2 Mon Sep 17 00:00:00 2001 From: David Shafer Date: Tue, 12 Mar 2019 18:39:16 -0500 Subject: [PATCH 16/19] Remove spaces from empty line --- build.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.xml b/build.xml index 515ea496..af581e18 100644 --- a/build.xml +++ b/build.xml @@ -2694,7 +2694,7 @@ - - - - Generating MDQ metadata in ${mda.mdq.output} - from unsigned aggregate in ${mda.mdq.input} - - - - - Generation complete. + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. - - - + - - - - Generating MDQ metadata in ${mda.mdq.output} + + Generating per-entity metadata in ${mda.mdq.output} from unsigned aggregate in ${mda.mdq.input} - - + Generation complete. + - - - - Generating per-entity metadata in ${mda.mdq.output} - from unsigned aggregate in ${mda.mdq.input} - - - - Generation complete. - - + + + + + + + + + Generating MDQ metadata in ${mda.mdq.output} + from unsigned aggregate in ${mda.mdq.input} + + + + + Generation complete. + - +