]> source.dussan.org Git - sonarqube.git/commit
SONAR-12719 Move the status edition popup in hotspot main screen
authorPhilippe Perrin <philippe.perrin@sonarsource.com>
Tue, 11 Feb 2020 17:49:50 +0000 (18:49 +0100)
committerSonarTech <sonartech@sonarsource.com>
Fri, 21 Feb 2020 19:46:19 +0000 (20:46 +0100)
commit9e025bf15700eff81e11cb00bcf5e9650f765ee9
treea4e482db7368c393f732ca0829cdd8450f19f3ab
parent92bdc9faf99a89c0c70945198045b1de81db2ed7
SONAR-12719 Move the status edition popup in hotspot main screen
37 files changed:
server/sonar-web/src/main/js/app/styles/init/icons.css
server/sonar-web/src/main/js/app/styles/init/misc.css
server/sonar-web/src/main/js/apps/security-hotspots/__tests__/utils-test.ts
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotActions.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotActionsForm.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotActionsFormRenderer.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotListItem.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/HotspotViewerRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/HotspotActions-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/HotspotActionsForm-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/HotspotActionsFormRenderer-test.tsx [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/HotspotViewerRenderer-test.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotActions-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotActionsForm-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotActionsFormRenderer-test.tsx.snap [deleted file]
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotListItem-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotViewer-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/__tests__/__snapshots__/HotspotViewerRenderer-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/assignee/AssigneeSelectionRenderer.tsx
server/sonar-web/src/main/js/apps/security-hotspots/components/assignee/__tests__/__snapshots__/AssigneeSelectionRenderer-test.tsx.snap
server/sonar-web/src/main/js/apps/security-hotspots/components/status/Status.css [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/Status.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusDescription.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelection.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/StatusSelectionRenderer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/Status-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/StatusDescription-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/StatusSelection-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/StatusSelectionRenderer-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/Status-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/StatusDescription-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/StatusSelection-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/components/status/__tests__/__snapshots__/StatusSelectionRenderer-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/security-hotspots/styles.css
server/sonar-web/src/main/js/apps/security-hotspots/utils.ts
server/sonar-web/src/main/js/types/security-hotspots.ts
sonar-core/src/main/resources/org/sonar/l10n/core.properties