]> source.dussan.org Git - sonarqube.git/commitdiff
SONARCLOUD-123 Update marketing content with Azure DevOps branding
authorPascal Mugnier <pascal.mugnier@sonarsource.com>
Tue, 16 Oct 2018 12:36:13 +0000 (14:36 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 1 Nov 2018 08:32:49 +0000 (09:32 +0100)
server/sonar-web/src/main/js/apps/about/sonarcloud/BranchAnalysis.tsx
server/sonar-web/src/main/js/apps/about/sonarcloud/SQHome.tsx
server/sonar-web/src/main/js/apps/about/sonarcloud/VSTS.tsx

index 5d2695bbca2cd45a7f126ea7ef6d18c817f2409d..770673605859de4d85f78acb61a09c9a205ca927 100644 (file)
@@ -72,10 +72,10 @@ export default function BranchAnalysis() {
             </li>
             <li className="sc-feature sc-branch-feature">
               <div>
-                <h3 className="sc-feature-title">Decorate PRs on VSTS and GitHub</h3>
+                <h3 className="sc-feature-title">Decorate PRs on Azure DevOps and GitHub</h3>
                 <p className="sc-feature-description">
-                  Pull requests get decorated directly on VSTS and GitHub. The result of the PR
-                  analysis is available directly in the pull request itself, complementing nicely
+                  Pull requests get decorated directly on Azure DevOps and GitHub. The result of the
+                  PR analysis is available directly in the pull request itself, complementing nicely
                   manual reviews made by peers and enabling to make a more educated decision for
                   merging.
                 </p>
index 325a526dd9d799474735b96b70a1aef72d9e6a03..69bafb6b6a5cd5dcafb6fc514dbc443a23d63142 100644 (file)
@@ -298,12 +298,12 @@ function Integrations() {
           />
         </li>
         <li>
-          <h3 className="sc-feature-title">VSTS</h3>
+          <h3 className="sc-feature-title">Azure DevOps</h3>
           <img
-            alt="VSTS"
+            alt="Azure DevOps"
             className="big-spacer-top"
             height="60"
-            src={`${getBaseUrl()}/images/sonarcloud/vsts-big.svg`}
+            src={`${getBaseUrl()}/images/sonarcloud/azure.svg`}
           />
           <div className="big-spacer-top">
             <Link className="sc-arrow-link sc-feature-link" to="/about/sq/vsts">
index c5a9523bf92146b9d6639e44dd1652bda5c2c297..04391cf2a959f125a998e8826d7cf79b2660a27d 100644 (file)
@@ -37,15 +37,16 @@ export default function VSTS() {
             </li>
           </ul>
           <div className="sc-child-header">
-            <h1 className="sc-child-title">Get the full experience in VSTS</h1>
+            <h1 className="sc-child-title">Get the full experience in Azure DevOps</h1>
           </div>
 
           <ul className="sc-features-list">
             <li className="sc-feature sc-child-feature">
               <h3 className="sc-feature-title">Native extension</h3>
               <p className="sc-feature-description">
-                Using your existing VSTS account and the SonarCloud VSTS build tasks, adding and
-                configuring SonarCloud analysis to an existing build is a matter of minutes.
+                Using your existing Azure DevOps account and the SonarCloud Azure DevOps build
+                tasks, adding and configuring SonarCloud analysis to an existing build is a matter
+                of minutes.
               </p>
             </li>
             <li className="sc-feature sc-child-feature">
@@ -66,8 +67,8 @@ export default function VSTS() {
             <li className="sc-feature sc-child-feature">
               <h3 className="sc-feature-title">Dedicated widget</h3>
               <p className="sc-feature-description">
-                Once a project is in SonarCloud, a configurable widget can be added to the VSTS
-                dashboard in order to add code quality to KPIs already used on the project.
+                Once a project is in SonarCloud, a configurable widget can be added to the Azure
+                DevOps dashboard in order to add code quality to KPIs already used on the project.
               </p>
             </li>
           </ul>
@@ -89,11 +90,11 @@ export default function VSTS() {
               )}
               <div className="sc-vsts-start-box">
                 <img
-                  alt="VSTS Extension"
+                  alt="Azure DevOps Extension"
                   height="38"
                   src={`${getBaseUrl()}/images/sonarcloud/windows.svg`}
                 />
-                <h3 className="sc-vsts-start-title">Install VSTS Extension</h3>
+                <h3 className="sc-vsts-start-title">Install Azure DevOps Extension</h3>
                 <a
                   className="sc-black-button"
                   href="https://marketplace.visualstudio.com/items?itemName=SonarSource.sonarcloud"