]> source.dussan.org Git - sonarqube.git/commit
SONAR-10264 Create the project badges page for SonarCloud
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 10 Jan 2018 16:51:19 +0000 (17:51 +0100)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Thu, 25 Jan 2018 14:16:50 +0000 (15:16 +0100)
commite375cacde20c7e799ac80a5ad20817587dcb9235
treeca38e5a71fea5fccbf32322d5bf978be0ff13f0e
parentd9280761c4e45c6fce77ef507ea50e2c2d0c4f8e
SONAR-10264 Create the project badges page for SonarCloud

- SONAR-10268 Create the badges page with the Scanned on SonarCloud badge
- SONAR-10272 Allow user to choose the color of the badge
- SONAR-10268 Add the "Scanned on SonarCloud" svg files
- SONAR-10264 SONAR-10271 Add standard measure badges
- SONAR-10264 Allow user to choose a metric for the standard badge
27 files changed:
server/sonar-web/src/main/js/api/web-api.ts
server/sonar-web/src/main/js/app/styles/init/misc.css
server/sonar-web/src/main/js/app/theme.js
server/sonar-web/src/main/js/apps/overview/badges/BadgeButton.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/BadgeParams.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/BadgeSnippet.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/BadgesModal.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/BadgeButton-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/BadgeParams-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/BadgesModal-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/__snapshots__/BadgeButton-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/__snapshots__/BadgeParams-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/__snapshots__/BadgesModal-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/__tests__/utils-test.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/styles.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/badges/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/overview/meta/Meta.js
server/sonar-web/src/main/js/apps/tutorials/onboarding/styles.css
server/sonar-web/src/main/js/apps/web-api/components/ResponseExample.tsx
server/sonar-web/src/main/js/apps/web-api/components/WebApiApp.tsx
server/sonar-web/src/main/js/components/SelectList/styles.css
server/sonar-web/src/main/js/components/controls/ClipboardButton.tsx
server/sonar-web/src/main/js/components/workspace/styles.css
server/sonar-web/src/main/webapp/images/project_badges/sonarcloud-black.svg [new file with mode: 0644]
server/sonar-web/src/main/webapp/images/project_badges/sonarcloud-orange.svg [new file with mode: 0644]
server/sonar-web/src/main/webapp/images/project_badges/sonarcloud-white.svg [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties