]> source.dussan.org Git - sonarqube.git/commit
SONAR-9935 Migrate Update center to Marketplace
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 11 Oct 2017 15:32:30 +0000 (17:32 +0200)
committerGrégoire Aubert <gregoire.aubert@sonarsource.com>
Mon, 23 Oct 2017 15:01:13 +0000 (08:01 -0700)
commit847b1833f8f86657e9ddc206fab04e29ec5dbdc9
tree1384b20f4716865607837808daba49a9a23b526c
parentddb6f1e13ff2cde359672c1df474c5b6e6f137da
SONAR-9935 Migrate Update center to Marketplace
32 files changed:
server/sonar-web/src/main/js/api/plugins.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.js
server/sonar-web/src/main/js/app/components/nav/settings/__tests__/__snapshots__/SettingsNav-test.js.snap
server/sonar-web/src/main/js/app/utils/startReactApp.js
server/sonar-web/src/main/js/apps/marketplace/App.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/AppContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/Footer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/Header.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PendingActions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginActions.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginAvailable.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginChangeLog.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginChangeLogButton.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginChangeLogItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginDescription.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginInstalled.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginLicense.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginOrganization.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginStatus.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginUpdateButton.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginUpdateItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginUpdates.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/PluginsList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/Search.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/routes.ts [new file with mode: 0644]
server/sonar-web/src/main/js/apps/marketplace/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/components/controls/Checkbox.tsx
server/sonar-web/src/main/js/components/controls/RadioToggle.tsx
server/sonar-web/src/main/js/components/controls/__tests__/RadioToggle-test.tsx
server/sonar-web/src/main/js/components/controls/__tests__/__snapshots__/RadioToggle-test.tsx.snap
server/sonar-web/src/main/less/init/misc.less
sonar-core/src/main/resources/org/sonar/l10n/core.properties