From 450ee0b968465bb1ea4ddeb42d8ecd8f3961de40 Mon Sep 17 00:00:00 2001 From: Johannes Bader Date: Tue, 28 Nov 2017 21:18:39 -0800 Subject: [PATCH] release prep (#2735) * bump * dashb --- .../generated/configuration.yaml | 4 +- Samples/3f-example-generation/shell/code.txt | 2 +- .../3f-example-generation/shell/stderr.txt | 5 +-- docs/dashboard.html | 43 ++++++++++++++----- .../resources/default-configuration.md | 26 +++++------ 5 files changed, 49 insertions(+), 31 deletions(-) diff --git a/Samples/3b-custom-transformations/generated/configuration.yaml b/Samples/3b-custom-transformations/generated/configuration.yaml index 419756f12..8a15f16eb 100644 --- a/Samples/3b-custom-transformations/generated/configuration.yaml +++ b/Samples/3b-custom-transformations/generated/configuration.yaml @@ -375,12 +375,12 @@ scope-transform-string: skip-upgrade-check: {} use: [] use-extension: - '@microsoft.azure/autorest.csharp': ~2.2.0 + '@microsoft.azure/autorest.csharp': ~2.2.45 '@microsoft.azure/autorest.modeler': 2.3.38 '@microsoft.azure/classic-openapi-validator': ~1.0.3 '@microsoft.azure/openapi-validator': ~1.0.0 used-extension: - - '["@microsoft.azure/autorest.csharp","~2.2.0"]' + - '["@microsoft.azure/autorest.csharp","~2.2.45"]' - '["@microsoft.azure/classic-openapi-validator","~1.0.3"]' - '["@microsoft.azure/openapi-validator","~1.0.0"]' - '["@microsoft.azure/autorest.modeler","2.3.38"]' diff --git a/Samples/3f-example-generation/shell/code.txt b/Samples/3f-example-generation/shell/code.txt index bf0d87ab1..c22708346 100644 --- a/Samples/3f-example-generation/shell/code.txt +++ b/Samples/3f-example-generation/shell/code.txt @@ -1 +1 @@ -4 \ No newline at end of file +0 \ No newline at end of file diff --git a/Samples/3f-example-generation/shell/stderr.txt b/Samples/3f-example-generation/shell/stderr.txt index d4717e376..8b1378917 100644 --- a/Samples/3f-example-generation/shell/stderr.txt +++ b/Samples/3f-example-generation/shell/stderr.txt @@ -1,4 +1 @@ -ERROR: 'CSharp' code generator does not support code generation to a single file. -ERROR: 'CSharp' code generator does not support code generation to a single file. -ERROR: 'CSharp' code generator does not support code generation to a single file. -ERROR: 'CSharp' code generator does not support code generation to a single file. + diff --git a/docs/dashboard.html b/docs/dashboard.html index 32a795927..175d9a04c 100644 --- a/docs/dashboard.html +++ b/docs/dashboard.html @@ -10,29 +10,40 @@ text-align: center; } h1, h2 { - font-weight: regular; + font-weight: normal; } table { display: inline-block; + border-collapse: collapse; + } + th { + color: #aaa; + } + th, td { + font-weight: normal; + /* font-style: italic; */ + padding: 4px; + border: 1px solid #ddd; + } + a { + text-decoration: none; + color: blue; } .loading { display: inline-block; - height: 16px; - width: 16px; + height: 10px; + width: 10px; background: gray; - animation: loading 1s infinite ease-in-out; + animation: loading 1s infinite linear; } @keyframes loading { 0% { - transform: perspective(120px) rotateX(0deg) rotateY(0deg); - } - 50% { - transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); + transform: rotate(0deg); } 100% { - transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); + transform: rotate(359.9deg); } } @@ -40,12 +51,13 @@ display: none; } details[open] tr.optional { - display: initial; + display: table-row; }