]> source.dussan.org Git - sonarqube.git/commit
SONAR-14617 Embed the sonar-ui-common library
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Thu, 15 Jul 2021 13:55:30 +0000 (15:55 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 21 Jul 2021 20:03:01 +0000 (20:03 +0000)
commita57b5dd4d8ba48dd55a80111f1c6db54cb36c63d
treef382d2c7b08747e2b7d1cea7fa87550bac3882df
parent1dff5a612667788aed965d14945767b277a2b313
SONAR-14617 Embed the sonar-ui-common library
387 files changed:
server/sonar-ui-common/.eslintrc [new file with mode: 0644]
server/sonar-ui-common/HEADER [new file with mode: 0644]
server/sonar-ui-common/components/__tests__/__snapshots__/lazyLoadComponent-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/__tests__/getHistory-test.ts [new file with mode: 0644]
server/sonar-ui-common/components/__tests__/lazyLoadComponent-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/AdvancedTimeline.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/AdvancedTimeline.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/BarChart.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/BarChart.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/BubbleChart.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/BubbleChart.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/ColorGradientLegend.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/ColorGradientLegend.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/DonutChart.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/Histogram.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/Histogram.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/LineChart.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/LineChart.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/TreeMap.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/TreeMap.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/TreeMapRect.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/ZoomTimeLine.css [new file with mode: 0644]
server/sonar-ui-common/components/charts/ZoomTimeLine.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/AdvancedTimeline-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/BarChart-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/BubbleChart-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/ColorGradientLegend-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/DonutChart-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/Histogram-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/LineChart-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/TreeMap-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/ZoomTimeLine-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/__snapshots__/AdvancedTimeline-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/__snapshots__/BubbleChart-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/__snapshots__/ColorGradientLegend-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/__snapshots__/DonutChart-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/charts/__tests__/__snapshots__/Histogram-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/ActionsDropdown.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/BackButton.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/BoxedGroupAccordion.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/BoxedTabs.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Checkbox.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Checkbox.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ClickEventBoundary.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ConfirmButton.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ConfirmModal.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/DocumentClickHandler.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Dropdown.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Dropdown.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/EscKeydownHandler.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/FavoriteButton.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/GlobalMessages.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/HelpTooltip.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/HelpTooltip.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/IdentityProviderLink.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/IdentityProviderLink.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/InputValidationField.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ListFooter.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Modal.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Modal.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ModalButton.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ModalValidationField.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/OutsideClickHandler.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Radio.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Radio.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/RadioCard.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/RadioCard.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/RadioToggle.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/RadioToggle.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ReloadButton.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ScreenPositionFixer.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/SearchBox.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/SearchBox.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/SearchSelect.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Select.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Select.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/SelectList.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/SelectList.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/SelectListListContainer.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/SelectListListElement.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/SimpleModal.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Tabs.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Tabs.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Toggle.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Toggle.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Toggler.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/Tooltip.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/Tooltip.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ValidationForm.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ValidationInput.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/ValidationModal.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ActionsDropdown-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/BackButton-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/BoxedGroupAccordion-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/BoxedTabs-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Checkbox-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ClickEventBoundary-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ConfirmButton-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ConfirmModal-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Dropdown-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/EscKeydownHandler-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/FavoriteButton-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/GlobalMessages-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/HelpTooltip-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/IdentityProviderLink-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/InputValidationField-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ListFooter-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ModalButton-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ModalValidationField-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Radio-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/RadioCard-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/RadioToggle-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ReloadButton-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ScreenPositionFixer-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/SearchBox-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/SearchSelect-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/SelectList-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/SelectListListContainer-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/SelectListListElement-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/SimpleModal-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Tabs-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Toggle-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Toggler-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/Tooltip-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ValidationForm-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ValidationInput-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/ValidationModal-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ActionsDropdown-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/BackButton-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/BoxedGroupAccordion-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/BoxedTabs-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/Checkbox-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ClickEventBoundary-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ConfirmButton-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ConfirmModal-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/EscKeydownHandler-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/FavoriteButton-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/GlobalMessages-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/HelpTooltip-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/IdentityProviderLink-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/InputValidationField-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ListFooter-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ModalValidationField-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/Radio-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/RadioCard-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/RadioToggle-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ReloadButton-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/SearchBox-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/SearchSelect-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/SelectList-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/SelectListListContainer-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/SelectListListElement-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/SimpleModal-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/Tabs-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/Toggle-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/Toggler-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/Tooltip-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ValidationForm-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ValidationInput-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/ValidationModal-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/buttons-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/__snapshots__/clipboard-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/buttons-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/__tests__/clipboard-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/buttons.css [new file with mode: 0644]
server/sonar-ui-common/components/controls/buttons.tsx [new file with mode: 0644]
server/sonar-ui-common/components/controls/clipboard.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/AlertErrorIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/AlertSuccessIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/AlertWarnIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ArrowIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/BackIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/BranchIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/BubblesIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/BugIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/BugTrackerIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/BulletListIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/CalendarIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ChartLegendIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/CheckIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ChevronDownIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ChevronLeftIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ChevronRightIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ChevronUpIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ChevronsIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ClearIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ClockIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/CodeSmellIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/CogIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/CollapseIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ContinuousIntegrationIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/CopyIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/DeleteIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/DetachIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/DropdownIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/EditIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/EllipsisIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ExpandIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ExpandSnippetIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/FavoriteIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/FilterIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/GroupIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/HelpIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/HistoryIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/HomeIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/HouseIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/Icon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/InfoIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/IssueIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/IssueTypeIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/LightBulbIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/LinkIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ListIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/LockIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/LongLivingBranchIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/MeasuresIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/MinimizeIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/NotificationIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/OnboardingAddMembersIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/OnboardingProjectIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/OnboardingTeamIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/OpenCloseIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/PendingIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/PinIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/PlusCircleIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/PlusIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ProjectEventIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ProjectLinkIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/PullRequestIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/QualifierIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/RecommendedIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/RocketIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/RuleScopeIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SCMIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SearchIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SecurityHotspotIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SettingsIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SeverityIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/ShortLivingBranchIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SortAscIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/SortDescIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/StatusIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/TagsIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/TestStatusIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/TreeIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/TreemapIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/VisibleIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/VulnerabilityIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/WarningIcon.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/Icon-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/IssueIcon-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/IssueTypeIcon-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/TestStatusIcon-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/__snapshots__/Icon-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/__snapshots__/IssueIcon-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/__snapshots__/IssueTypeIcon-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/icons/__tests__/__snapshots__/TestStatusIcon-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/intl/DateFormatter.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/DateFromNow.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/DateTimeFormatter.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/TimeFormatter.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/__mocks__/DateFromNow.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/DateFormatter-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/DateFromNow-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/DateTimeFormatter-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/TimeFormatter-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/__snapshots__/DateFormatter-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/__snapshots__/DateFromNow-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/__snapshots__/DateTimeFormatter-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/intl/__tests__/__snapshots__/TimeFormatter-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/lazyLoadComponent.tsx [new file with mode: 0644]
server/sonar-ui-common/components/theme.ts [new file with mode: 0644]
server/sonar-ui-common/components/ui/Alert.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/AutoEllipsis.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/ContextNavBar.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/ContextNavBar.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/DeferredSpinner.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/DeferredSpinner.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/DuplicationsRating.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/DuplicationsRating.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/FilesCounter.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/GenericAvatar.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/Level.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/Level.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/MandatoryFieldMarker.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/MandatoryFieldsExplanation.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/NavBar.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/NavBar.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/NavBarTabs.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/NavBarTabs.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/NewsBox.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/NewsBox.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/PageActions.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/Rating.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/Rating.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/SizeRating.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/SizeRating.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/Alert-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/AutoEllipsis-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/DeferredSpinner-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/FilesCounter-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/GenericAvatar-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/Level-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/MandatoryFieldMarker-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/MandatoryFieldsExplanation-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/NavBar-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/NewsBox-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/PageActions-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/Rating-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/SizeRating-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/Alert-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/AutoEllipsis-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/DeferredSpinner-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/FilesCounter-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/GenericAvatar-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/Level-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/MandatoryFieldMarker-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/MandatoryFieldsExplanation-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/NavBar-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/NewsBox-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/PageActions-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/Rating-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/SizeRating-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/__snapshots__/popups-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/__tests__/popups-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/popups.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/popups.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/MetaData.css [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/MetaData.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/MetaDataVersion.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/MetaDataVersions.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/__tests__/MetaData-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/__tests__/MetaDataVersion-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/__tests__/MetaDataVersions-test.tsx [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/__tests__/__snapshots__/MetaData-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/__tests__/__snapshots__/MetaDataVersion-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/__tests__/__snapshots__/MetaDataVersions-test.tsx.snap [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/mocks/update-center-metadata.ts [new file with mode: 0644]
server/sonar-ui-common/components/ui/update-center/update-center-metadata.ts [new file with mode: 0644]
server/sonar-ui-common/config/jest/CSSStub.js [new file with mode: 0644]
server/sonar-ui-common/config/jest/FileStub.js [new file with mode: 0644]
server/sonar-ui-common/config/jest/SetupEnzyme.js [new file with mode: 0644]
server/sonar-ui-common/config/jest/SetupSUC.ts [new file with mode: 0644]
server/sonar-ui-common/config/jest/SetupTestEnvironment.js [new file with mode: 0644]
server/sonar-ui-common/config/jest/testTheme.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/__snapshots__/query-test.ts.snap [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/colors-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/dates-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/handleRequiredAuthentication-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/init-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/l10n-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/measures-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/path-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/query-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/request-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/scrolling-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/strings-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/__tests__/urls-test.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/colors.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/cookies.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/csv.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/dates.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/getHistory.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/handleRequiredAuthentication.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/init.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/keycodes.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/l10n.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/measures.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/pages.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/path.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/query.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/ratings.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/request.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/scrolling.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/search.tsx [new file with mode: 0644]
server/sonar-ui-common/helpers/storage.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/strings.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/testUtils.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/types.ts [new file with mode: 0644]
server/sonar-ui-common/helpers/urls.ts [new file with mode: 0644]
server/sonar-ui-common/package.json [new file with mode: 0644]
server/sonar-ui-common/scripts/build.sh [new file with mode: 0755]
server/sonar-ui-common/scripts/license-check.js [new file with mode: 0644]
server/sonar-ui-common/scripts/release.sh [new file with mode: 0755]
server/sonar-ui-common/tsconfig.json [new file with mode: 0644]
server/sonar-ui-common/types.d.ts [new file with mode: 0644]
server/sonar-ui-common/yarn.lock [new file with mode: 0644]