]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing field on JSON example response
authorFabrice Bellingard <bellingard@gmail.com>
Thu, 2 Apr 2015 14:42:56 +0000 (16:42 +0200)
committerFabrice Bellingard <bellingard@gmail.com>
Thu, 2 Apr 2015 14:42:56 +0000 (16:42 +0200)
server/sonar-server/src/main/resources/org/sonar/server/qualityprofile/ws/example-search.json

index eeb62bd60e7f4fbd3894283f8e8759016b85d2f7..9c796636896c409ec3eb4726ad89b261f496790a 100644 (file)
@@ -22,6 +22,7 @@
       "key": "my-company-profile-java-23456",
       "name": "My Company Profile",
       "language": "java",
+      "languageName": "Java",
       "isInherited": false,
       "isDefault": true,
       "activeRuleCount": 42
@@ -30,6 +31,7 @@
       "key": "sonar-way-python-01234",
       "name": "Sonar way",
       "language": "py",
+      "languageName": "Python",
       "isInherited": false,
       "activeRuleCount": 125
     }