]> source.dussan.org Git - sonarqube.git/commit
SONAR-10611 Display inline documentation tooltips (#180)
authorStas Vilchik <stas.vilchik@sonarsource.com>
Wed, 25 Apr 2018 11:54:16 +0000 (13:54 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 3 May 2018 18:20:50 +0000 (20:20 +0200)
commit4c2edb7abdb283c6bed56ce6be32304f67529045
tree45835a2040670502953df94725fbee4768440e89
parente43f918b5fc85a8b13cf966a9c23bd7d9f344fb5
SONAR-10611 Display inline documentation tooltips (#180)
67 files changed:
server/sonar-docs/src/tooltips/quality-gates/built-in-quality-gate.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-gates/default-quality-gate.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-gates/project-homepage-quality-gate.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-gates/quality-gate-conditions.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-gates/quality-gate-projects.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-gates/quality-gate.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-profiles/built-in-quality-profile.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-profiles/default-quality-profile.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/quality-profiles/quality-profile-projects.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/rules/custom-rule-removal.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/rules/custom-rules.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/rules/rule-templates.md [new file with mode: 0644]
server/sonar-docs/src/tooltips/rules/rules-quality-profiles.md [new file with mode: 0644]
server/sonar-web/config/webpack.config.js
server/sonar-web/package.json
server/sonar-web/src/main/js/@types/remark-react.d.ts [new file with mode: 0644]
server/sonar-web/src/main/js/@types/remark.d.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/component/ComponentNav.css
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavBranch.tsx
server/sonar-web/src/main/js/app/components/nav/component/NoBranchSupportPopup.tsx
server/sonar-web/src/main/js/app/components/nav/component/SingleBranchHelperPopup.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/ComponentNavBranch-test.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavBranch-test.tsx.snap
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/NoBranchSupportPopup-test.tsx.snap
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/SingleBranchHelperPopup-test.tsx.snap
server/sonar-web/src/main/js/app/styles/components/badges.css
server/sonar-web/src/main/js/app/styles/components/search-navigator.css
server/sonar-web/src/main/js/app/styles/components/tooltips.css [deleted file]
server/sonar-web/src/main/js/app/styles/init/links.css
server/sonar-web/src/main/js/app/styles/init/tables.css
server/sonar-web/src/main/js/app/styles/style.css
server/sonar-web/src/main/js/apps/coding-rules/components/Facet.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/ProfileFacet.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/RuleDetails.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/RuleDetailsMeta.tsx
server/sonar-web/src/main/js/apps/coding-rules/components/TemplateFacet.tsx
server/sonar-web/src/main/js/apps/overview/qualityGate/QualityGate.js
server/sonar-web/src/main/js/apps/overview/qualityGate/__tests__/__snapshots__/QualityGate-test.js.snap
server/sonar-web/src/main/js/apps/overview/styles.css
server/sonar-web/src/main/js/apps/projectQualityGate/Header.tsx
server/sonar-web/src/main/js/apps/projectQualityGate/__tests__/__snapshots__/Header-test.tsx.snap
server/sonar-web/src/main/js/apps/projectQualityProfiles/Header.tsx
server/sonar-web/src/main/js/apps/projectQualityProfiles/__tests__/__snapshots__/Header-test.tsx.snap
server/sonar-web/src/main/js/apps/quality-gates/components/Conditions.js
server/sonar-web/src/main/js/apps/quality-gates/components/DetailsContent.js
server/sonar-web/src/main/js/apps/quality-gates/components/DetailsHeader.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ListHeader.tsx
server/sonar-web/src/main/js/apps/quality-profiles/components/ProfileLink.tsx
server/sonar-web/src/main/js/apps/quality-profiles/home/ProfilesList.tsx
server/sonar-web/src/main/js/apps/quality-profiles/home/ProfilesListRow.tsx
server/sonar-web/src/main/js/components/common/BubblePopup.tsx
server/sonar-web/src/main/js/components/controls/Popup.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/controls/Tooltip.css
server/sonar-web/src/main/js/components/controls/Tooltip.tsx
server/sonar-web/src/main/js/components/docs/DocLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/DocMarkdownBlock.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/DocTooltip.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/DocLink-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/DocMarkdownBlock-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/DocTooltip-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocLink-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocMarkdownBlock-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocTooltip-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/components/facet/FacetHeader.tsx
server/sonar-web/src/main/js/components/icons-components/PlusCircleIcon.tsx [new file with mode: 0644]
server/sonar-web/yarn.lock
sonar-core/src/main/resources/org/sonar/l10n/core.properties