From 0e362aa68b74e7f738c4da5aa7d51a8348ddf208 Mon Sep 17 00:00:00 2001 From: LocalizationBuildProcess Date: Wed, 13 May 2020 12:00:15 -0700 Subject: [PATCH 1/8] Add dependency graph --- doc/DependencyGraph/InterdependencyGraph.html | 356 ++++++++++++++++++ doc/DependencyGraph/data.js | Bin 0 -> 15910 bytes 2 files changed, 356 insertions(+) create mode 100644 doc/DependencyGraph/InterdependencyGraph.html create mode 100644 doc/DependencyGraph/data.js diff --git a/doc/DependencyGraph/InterdependencyGraph.html b/doc/DependencyGraph/InterdependencyGraph.html new file mode 100644 index 0000000000..21f78563ed --- /dev/null +++ b/doc/DependencyGraph/InterdependencyGraph.html @@ -0,0 +1,356 @@ + + + +Interdependency Graph + + + + + + + + +
+

Dependency Graph

+ + +
+
+
+ + + diff --git a/doc/DependencyGraph/data.js b/doc/DependencyGraph/data.js new file mode 100644 index 0000000000000000000000000000000000000000..290d88fc2bf4aec92c75f1f988764c5a7f41fc91 GIT binary patch literal 15910 zcmeHOU2oGc6ur+#{0G$MQI$`LAs#vgXc8cyPT~RakcKRa*xIV;#+UZjfpeXf#BS<3 z#7*q1s``;MAJ@m{9v|N%e}0EFr3t09pnLR%0(=Mf^#bo-)T4KlP)KuZlj41bfBSTV zU)lE+{=L9n5w#TwrM~df{S;r=DY3YtPUFF(RG| zer9a2&9|xuZjP*7G>0OKXFxhZ_C@rHzAtkzMQ&x-rPi~x3_Y_*+C@vJ0CJA>>14^@ zSmI%yhQN0Q9b~0s{md}ttr_o_&ap0qDt<(7jK$W8b^KYY?dPw#TFO|}S0uY=`@^w3 zXILkhHK!Ood6Z>V+15O_SflIn6dCp&`NO`0m6u0m8!Xe~?K5vOwTYnqd)DlpH96Y; zaON#WEB3Wl_>PfJZ}4Vcxl5PTgyQ5mt#d#&)WZZpfB0bLW4f&-HdtYXqd&YjhW7~I zK&DU$b|lBph!D%cKc!&j*==5MtBWWwPnxL(G^b{A3pe$%KfJ9wUt9Uit~1+IubN`K z`JBADEY!uMs|3}p%<1MtW>tq3i~Y&lQ;a5;qN2jpln6Cw_Nkdi?OvVPe&s}upFcbp z(oa$I?Yg(H<2hGY`P09u-%y>7kK?Y|hVtsW8{?L&JgURp?El>J0ev!?iPs;Ew{g~= z?Az>)%WADY=AzEC$=r7%AKUVgW&Q0gk292t*T1{Q%@L|A=fVRA|8^>VJN?PDoL8$W%_C9M z4e4v=Yq{0Dj}7MN(DsQlC#e5_fDR8k#}U2za;?_iOgwe9as4Whiz9`d{LVAOpL~{Q zv)y)9HhNjc%b$K8;@(BBk?=jg_V4{{;+_tj61kw(e1>c4OQnHQmpk zfyD0bxm7Xuhd+FUo}ak8jTKEBK3vAnpMIC;5B%g1KXI8qtHn=y+$LtI{ehM6l=)t)k~G!ZRb0!q47H(N+s>h?KzsUjL(l0h-J!qKS Date: Wed, 13 May 2020 12:07:27 -0700 Subject: [PATCH 2/8] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 012e7a6df2..52022b9597 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ The [Bot Framework Samples](https://github.com/microsoft/botbuilder-samples) inc To use the daily builds, which are published to MyGet, please follow the instructions [here](UsingMyGet.md). +[DependencyGraph](doc/DependencyGraph/InterdependencyGraph.html) ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a From f3e7a0bd2843eaf4998cb4067c3ad1346583b48d Mon Sep 17 00:00:00 2001 From: BruceHaley Date: Wed, 13 May 2020 13:26:46 -0700 Subject: [PATCH 3/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52022b9597..876ff911ef 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ The [Bot Framework Samples](https://github.com/microsoft/botbuilder-samples) inc | Microsoft.Bot.Connector | [![BotBuilder Badge](https://buildstats.info/nuget/Microsoft.Bot.Connector?dWidth=70)](https://www.nuget.org/packages/Microsoft.Bot.Connector/) | [![BotBuilder Badge](https://buildstats.info/myget/botbuilder/botbuilder-v4-dotnet-daily/Microsoft.Bot.Connector?includePreReleases=true&dWidth=50)](https://botbuilder.myget.org/feed/botbuilder-v4-dotnet-daily/package/nuget/Microsoft.Bot.Connector) | | Microsoft.Bot.Schema | [![BotBuilder Badge](https://buildstats.info/nuget/Microsoft.Bot.Schema?dWidth=70)](https://www.nuget.org/packages/Microsoft.Bot.Schema/) | [![BotBuilder Badge](https://buildstats.info/myget/botbuilder/botbuilder-v4-dotnet-daily/Microsoft.Bot.Schema?includePreReleases=true&dWidth=50)](https://botbuilder.myget.org/feed/botbuilder-v4-dotnet-daily/package/nuget/Microsoft.Bot.Schema) | -To use the daily builds, which are published to MyGet, please follow the instructions [here](UsingMyGet.md). +[![Dependencies Graph](https://img.shields.io/badge/dependency-graph-blue.svg)](https://botbuildersdkblobstorage.blob.core.windows.net/sdk-dotnet-dependency-reports/4.10.0/InterdependencyGraph.html) -[DependencyGraph](doc/DependencyGraph/InterdependencyGraph.html) +To use the daily builds, which are published to MyGet, please follow the instructions [here](UsingMyGet.md). ## Contributing This project welcomes contributions and suggestions. Most contributions require you to agree to a From de1d754c58e5a468e24ff4f94b0e23fe208272b9 Mon Sep 17 00:00:00 2001 From: LocalizationBuildProcess Date: Wed, 13 May 2020 13:36:49 -0700 Subject: [PATCH 4/8] Remove DependencyGraph folder --- doc/DependencyGraph/InterdependencyGraph.html | 356 ------------------ doc/DependencyGraph/data.js | Bin 15910 -> 0 bytes 2 files changed, 356 deletions(-) delete mode 100644 doc/DependencyGraph/InterdependencyGraph.html delete mode 100644 doc/DependencyGraph/data.js diff --git a/doc/DependencyGraph/InterdependencyGraph.html b/doc/DependencyGraph/InterdependencyGraph.html deleted file mode 100644 index 21f78563ed..0000000000 --- a/doc/DependencyGraph/InterdependencyGraph.html +++ /dev/null @@ -1,356 +0,0 @@ - - - -Interdependency Graph - - - - - - - - -
-

Dependency Graph

- - -
-
-
- - - diff --git a/doc/DependencyGraph/data.js b/doc/DependencyGraph/data.js deleted file mode 100644 index 290d88fc2bf4aec92c75f1f988764c5a7f41fc91..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15910 zcmeHOU2oGc6ur+#{0G$MQI$`LAs#vgXc8cyPT~RakcKRa*xIV;#+UZjfpeXf#BS<3 z#7*q1s``;MAJ@m{9v|N%e}0EFr3t09pnLR%0(=Mf^#bo-)T4KlP)KuZlj41bfBSTV zU)lE+{=L9n5w#TwrM~df{S;r=DY3YtPUFF(RG| zer9a2&9|xuZjP*7G>0OKXFxhZ_C@rHzAtkzMQ&x-rPi~x3_Y_*+C@vJ0CJA>>14^@ zSmI%yhQN0Q9b~0s{md}ttr_o_&ap0qDt<(7jK$W8b^KYY?dPw#TFO|}S0uY=`@^w3 zXILkhHK!Ood6Z>V+15O_SflIn6dCp&`NO`0m6u0m8!Xe~?K5vOwTYnqd)DlpH96Y; zaON#WEB3Wl_>PfJZ}4Vcxl5PTgyQ5mt#d#&)WZZpfB0bLW4f&-HdtYXqd&YjhW7~I zK&DU$b|lBph!D%cKc!&j*==5MtBWWwPnxL(G^b{A3pe$%KfJ9wUt9Uit~1+IubN`K z`JBADEY!uMs|3}p%<1MtW>tq3i~Y&lQ;a5;qN2jpln6Cw_Nkdi?OvVPe&s}upFcbp z(oa$I?Yg(H<2hGY`P09u-%y>7kK?Y|hVtsW8{?L&JgURp?El>J0ev!?iPs;Ew{g~= z?Az>)%WADY=AzEC$=r7%AKUVgW&Q0gk292t*T1{Q%@L|A=fVRA|8^>VJN?PDoL8$W%_C9M z4e4v=Yq{0Dj}7MN(DsQlC#e5_fDR8k#}U2za;?_iOgwe9as4Whiz9`d{LVAOpL~{Q zv)y)9HhNjc%b$K8;@(BBk?=jg_V4{{;+_tj61kw(e1>c4OQnHQmpk zfyD0bxm7Xuhd+FUo}ak8jTKEBK3vAnpMIC;5B%g1KXI8qtHn=y+$LtI{ehM6l=)t)k~G!ZRb0!q47H(N+s>h?KzsUjL(l0h-J!qKS Date: Wed, 13 May 2020 14:20:01 -0700 Subject: [PATCH 5/8] Update graph title --- build/AnalyzeDeps/InterdependencyGraph.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/AnalyzeDeps/InterdependencyGraph.html b/build/AnalyzeDeps/InterdependencyGraph.html index 21f78563ed..16cd419315 100644 --- a/build/AnalyzeDeps/InterdependencyGraph.html +++ b/build/AnalyzeDeps/InterdependencyGraph.html @@ -1,7 +1,7 @@ - + -Interdependency Graph +Bot Framework Interdependencies @@ -333,7 +333,7 @@
-

Dependency Graph

+

Bot Framework Dependency Graph

From 8cdbe1d29490d55cff20727631389a936103acbc Mon Sep 17 00:00:00 2001 From: LocalizationBuildProcess Date: Wed, 13 May 2020 14:20:42 -0700 Subject: [PATCH 6/8] Update graph title 2 --- build/AnalyzeDeps/InterdependencyGraph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/AnalyzeDeps/InterdependencyGraph.html b/build/AnalyzeDeps/InterdependencyGraph.html index 16cd419315..123a28386f 100644 --- a/build/AnalyzeDeps/InterdependencyGraph.html +++ b/build/AnalyzeDeps/InterdependencyGraph.html @@ -333,7 +333,7 @@
-

Bot Framework Dependency Graph

+

Bot Framework Dependencies

From ba5bd70766237b8e81404fff7bbcd6acf477f879 Mon Sep 17 00:00:00 2001 From: LocalizationBuildProcess Date: Wed, 13 May 2020 14:39:24 -0700 Subject: [PATCH 7/8] Title tweak 3 --- build/AnalyzeDeps/InterdependencyGraph.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/AnalyzeDeps/InterdependencyGraph.html b/build/AnalyzeDeps/InterdependencyGraph.html index 123a28386f..84e90bad61 100644 --- a/build/AnalyzeDeps/InterdependencyGraph.html +++ b/build/AnalyzeDeps/InterdependencyGraph.html @@ -333,7 +333,7 @@
-

Bot Framework Dependencies

+

Bot Framework Interdependencies

From fdf1383c998ddf87f84860e9a0b0b056781f9634 Mon Sep 17 00:00:00 2001 From: LocalizationBuildProcess Date: Wed, 13 May 2020 14:59:00 -0700 Subject: [PATCH 8/8] Fix path to graph --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 876ff911ef..002779865e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ The [Bot Framework Samples](https://github.com/microsoft/botbuilder-samples) inc | Microsoft.Bot.Connector | [![BotBuilder Badge](https://buildstats.info/nuget/Microsoft.Bot.Connector?dWidth=70)](https://www.nuget.org/packages/Microsoft.Bot.Connector/) | [![BotBuilder Badge](https://buildstats.info/myget/botbuilder/botbuilder-v4-dotnet-daily/Microsoft.Bot.Connector?includePreReleases=true&dWidth=50)](https://botbuilder.myget.org/feed/botbuilder-v4-dotnet-daily/package/nuget/Microsoft.Bot.Connector) | | Microsoft.Bot.Schema | [![BotBuilder Badge](https://buildstats.info/nuget/Microsoft.Bot.Schema?dWidth=70)](https://www.nuget.org/packages/Microsoft.Bot.Schema/) | [![BotBuilder Badge](https://buildstats.info/myget/botbuilder/botbuilder-v4-dotnet-daily/Microsoft.Bot.Schema?includePreReleases=true&dWidth=50)](https://botbuilder.myget.org/feed/botbuilder-v4-dotnet-daily/package/nuget/Microsoft.Bot.Schema) | -[![Dependencies Graph](https://img.shields.io/badge/dependency-graph-blue.svg)](https://botbuildersdkblobstorage.blob.core.windows.net/sdk-dotnet-dependency-reports/4.10.0/InterdependencyGraph.html) +[![Dependencies Graph](https://img.shields.io/badge/dependency-graph-blue.svg)](https://botbuildersdkblobstorage.blob.core.windows.net/sdk-dotnet-dependency-reports/4.9.0/InterdependencyGraph.html) To use the daily builds, which are published to MyGet, please follow the instructions [here](UsingMyGet.md).