]> source.dussan.org Git - sonarqube.git/commit
SONAR-10344 Create the webhooks console page
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 31 Jan 2018 10:23:12 +0000 (11:23 +0100)
committerGuillaume Jambet <guillaume.jambet@gmail.com>
Thu, 1 Mar 2018 14:21:05 +0000 (15:21 +0100)
commit3c5c062c8bf27f5ed93c72871d9d9ddcf4c0c548
tree0efb13547233d7d159a6732add6aa4d850349357
parentee3a17fa0f5a597f7f8d76562cb8d15fc6b3b342
SONAR-10344 Create the webhooks console page

* SONAR-10348 Create the webhooks console page
* SONAR-10349 Add webhook console at global admin scope
* SONAR-10349 Add webhook console at project scope
* SONAR-10349 Add webhook console at organization scope
25 files changed:
server/sonar-web/src/main/js/api/webhooks.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/ProjectAdminContainer.js [deleted file]
server/sonar-web/src/main/js/app/components/ProjectAdminContainer.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/components/nav/component/ComponentNavMenu.tsx
server/sonar-web/src/main/js/app/components/nav/component/__tests__/__snapshots__/ComponentNavMenu-test.tsx.snap
server/sonar-web/src/main/js/app/components/nav/settings/SettingsNav.tsx
server/sonar-web/src/main/js/app/components/nav/settings/__tests__/__snapshots__/SettingsNav-test.tsx.snap
server/sonar-web/src/main/js/app/utils/startReactApp.js
server/sonar-web/src/main/js/apps/organizations/navigation/OrganizationNavigationAdministration.tsx
server/sonar-web/src/main/js/apps/organizations/navigation/__tests__/__snapshots__/OrganizationNavigationAdministration-test.tsx.snap
server/sonar-web/src/main/js/apps/organizations/routes.ts
server/sonar-web/src/main/js/apps/webhooks/components/App.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/PageHeader.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/WebhookItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/WebhooksList.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/App-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/PageHeader-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/WebhookItem-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/WebhooksList-test.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/__snapshots__/App-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/__snapshots__/PageHeader-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/__snapshots__/WebhookItem-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/components/__tests__/__snapshots__/WebhooksList-test.tsx.snap [new file with mode: 0644]
server/sonar-web/src/main/js/apps/webhooks/routes.ts [new file with mode: 0644]
sonar-core/src/main/resources/org/sonar/l10n/core.properties