]> source.dussan.org Git - sonarqube.git/commit
VSTS-142 Handle authentication to display private project in VSTS widgets
authorGrégoire Aubert <gregoire.aubert@sonarsource.com>
Wed, 7 Mar 2018 16:47:48 +0000 (17:47 +0100)
committerSonarTech <sonartech@sonarsource.com>
Mon, 26 Mar 2018 18:20:57 +0000 (20:20 +0200)
commit9ac78350022bfadca4845a42cb600dfa762fb66b
tree1fb5e6366cb0e439be7c12ac9d8dbdbaf0c8b637
parentcb0a23c978efcc296cf29837c9e6e1a657403404
VSTS-142 Handle authentication to display private project in VSTS widgets
12 files changed:
server/sonar-web/src/main/js/app/integration/vsts/components/Configuration.tsx
server/sonar-web/src/main/js/app/integration/vsts/components/LoginForm.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/integration/vsts/components/LoginLink.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/integration/vsts/components/ProjectSelector.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/integration/vsts/components/ProjectSelectorItem.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/integration/vsts/components/QGWidget.tsx
server/sonar-web/src/main/js/app/integration/vsts/components/SonarCloudIcon.tsx [new file with mode: 0644]
server/sonar-web/src/main/js/app/integration/vsts/components/Widget.tsx
server/sonar-web/src/main/js/app/integration/vsts/index.js
server/sonar-web/src/main/js/app/integration/vsts/utils.ts [new file with mode: 0644]
server/sonar-web/src/main/js/app/integration/vsts/vsts.css
sonar-plugin-api/src/main/java/org/sonar/api/web/ServletFilter.java