]> source.dussan.org Git - sonarqube.git/commit
SONAR-11013 Add search capabilities to the embedded documentation (#513)
authorStas Vilchik <stas.vilchik@sonarsource.com>
Fri, 13 Jul 2018 10:27:02 +0000 (12:27 +0200)
committerSonarTech <sonartech@sonarsource.com>
Wed, 25 Jul 2018 18:21:20 +0000 (20:21 +0200)
commitb998b44aafeff3726122bbc491e2c84aed284b61
treefbc8aea8d272107b7aeeec6b89e6cee1eac93ef6
parent4423587a87475044fb3eea1229eca5f52177db95
SONAR-11013 Add search capabilities to the embedded documentation (#513)
70 files changed:
server/sonar-web/.eslintrc
server/sonar-web/.flowconfig
server/sonar-web/config/documentation-loader/fetch-matter.js [deleted file]
server/sonar-web/config/documentation-loader/index.js
server/sonar-web/config/documentation-loader/parse-directory.js [deleted file]
server/sonar-web/package.json
server/sonar-web/src/main/js/@types/lunr.d.ts [new file with mode: 0644]
server/sonar-web/src/main/js/@types/md.d.ts [new file with mode: 0644]
server/sonar-web/src/main/js/@types/strip-markdown.d.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavBranch.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavBranch-test.tsx.snap
server/sonar-web/src/main/js/app/styles/init/type.css
server/sonar-web/src/main/js/apps/account/organizations/CreateOrganizationForm.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/documentation/components/App.tsx
server/sonar-web/src/main/js/apps/documentation/components/Menu.tsx
server/sonar-web/src/main/js/apps/documentation/components/SearchResultEntry.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/SearchResults.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/Sidebar.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/Menu-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/SearchResultEntry-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/SearchResults-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/Sidebar-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/Menu-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/SearchResultEntry-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/SearchResults-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/components/__tests__/__snapshots__/Sidebar-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/pages.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/documentation/routes.ts
server/sonar-web/src/main/js/apps/documentation/utils.ts
server/sonar-web/src/main/js/apps/marketplace/components/EditionBox.tsx
server/sonar-web/src/main/js/apps/marketplace/components/__tests__/__snapshots__/EditionBox-test.tsx.snap
server/sonar-web/src/main/js/apps/organizations/components/OrganizationMembers.tsx
server/sonar-web/src/main/js/apps/organizations/components/__tests__/__snapshots__/OrganizationMembers-test.tsx.snap
server/sonar-web/src/main/js/apps/organizations/navigation/OrganizationNavigationMeta.tsx
server/sonar-web/src/main/js/apps/overview/qualityGate/ApplicationQualityGate.tsx
server/sonar-web/src/main/js/apps/overview/qualityGate/QualityGate.js
server/sonar-web/src/main/js/apps/overview/qualityGate/__tests__/__snapshots__/ApplicationQualityGate-test.tsx.snap
server/sonar-web/src/main/js/apps/overview/qualityGate/__tests__/__snapshots__/QualityGate-test.js.snap
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/BuiltInQualityGateBadge.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/Conditions.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/DetailsContent.tsx
server/sonar-web/src/main/js/apps/quality-gates/components/ListHeader.tsx
server/sonar-web/src/main/js/apps/quality-profiles/components/BuiltInQualityProfileBadge.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/apps/securityReports/components/App.tsx
server/sonar-web/src/main/js/apps/securityReports/components/__tests__/__snapshots__/App-test.tsx.snap
server/sonar-web/src/main/js/apps/tutorials/projectOnboarding/OrganizationStep.tsx
server/sonar-web/src/main/js/apps/tutorials/projectOnboarding/__tests__/__snapshots__/OrganizationStep-test.tsx.snap
server/sonar-web/src/main/js/components/common/PrivacyBadgeContainer.tsx
server/sonar-web/src/main/js/components/common/__tests__/__snapshots__/PrivacyBadgeContainer-test.tsx.snap
server/sonar-web/src/main/js/components/docs/DocInclude.tsx [deleted file]
server/sonar-web/src/main/js/components/docs/DocMarkdownBlock.tsx
server/sonar-web/src/main/js/components/docs/DocParagraph.tsx [deleted file]
server/sonar-web/src/main/js/components/docs/DocTooltip.tsx
server/sonar-web/src/main/js/components/docs/__tests__/DocTooltip-test.tsx
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocMarkdownBlock-test.tsx.snap
server/sonar-web/src/main/js/components/docs/__tests__/__snapshots__/DocTooltip-test.tsx.snap
server/sonar-web/src/main/js/helpers/markdown.d.ts
server/sonar-web/src/main/js/helpers/markdown.js
server/sonar-web/tsconfig.json
server/sonar-web/yarn.lock