Gráfico de commits

17182 Commits

Autor SHA1 Mensaje Fecha
Simon Brandhof
3e8b829a8b SONAR-6881 Disable OPTIONS, HEAD and TRACE methods of web server 2015-09-30 10:12:55 +02:00
Koushik Dasgupta
0c48fce81f SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube installed in Windows
Enabling Integrated Authentication for connecting to MS Sql Server. Default value for sonar.jdbc.username and sonar.jdbc.password have been removed.
2015-09-29 23:34:04 +02:00
Sulabh Upadhyay
271e2cde31 SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context context) to allow plugins to pass groups information to SonarQube
Addition of one more api in ExternalGroupsProvider which will pass Context as parameter .
doGetGroups(String username) is marked as deprecated

Default implementation is provided in both version of doGetGroups so that authentication plugin relying on previous version ( <5.2) and current version 5.2 do not face compact issue on the SonarQube server 5.2

Testing:
1. Unit test for ExternalGroupsProvider is added.
2. Testing of authentication plugin (e.g. LDAP) targeting SonarQube Plugin apis version < 5.2 working with SonarQube server 5.2
3. Testing of LDAP plugin with SSO changes which are tareting SonarQube plugin api version 5.2 working with SonarQube server 5.2
2015-09-29 23:03:35 +02:00
Simon Brandhof
c769d5e095 SONAR-6883 Fail to create MySQL table 2015-09-29 22:48:57 +02:00
Simon Brandhof
a6d3158b27 SONAR-6833 fix missing change 2015-09-29 21:00:30 +02:00
Simon Brandhof
43ba0f5b85 SONAR-6833 requires project admin permission when componentId is set 2015-09-29 20:39:56 +02:00
Simon Brandhof
6b90639885 Fix quality flaw 2015-09-29 20:26:06 +02:00
Stas Vilchik
dcf3d8059c SONAR-6882 Order conditions of a quality gate by metric name 2015-09-29 17:47:20 +02:00
Stas Vilchik
641413f50c ensure textRange for every issue 2015-09-29 17:14:44 +02:00
Stas Vilchik
e4b802b9bc apply feedback for login page 2015-09-29 17:00:23 +02:00
Simon Brandhof
9f007a3b82 SONAR-6835 Log scanner context when processing Compute Engine task 2015-09-29 16:29:37 +02:00
Stas Vilchik
5e31a0318f fix loader options for web tests 2015-09-29 15:29:28 +02:00
Stas Vilchik
151ce2d842 fix position of icon in the workspace window 2015-09-29 15:24:15 +02:00
Stas Vilchik
b8a80269e5 migrate js components to es2015 modules 2015-09-29 15:22:40 +02:00
Stas Vilchik
be7978644b move js libs 2015-09-29 14:37:48 +02:00
Stas Vilchik
2e783f346c update description of "createdAt" parameter of api/issues/search 2015-09-29 14:28:26 +02:00
Stas Vilchik
e314496d21 SONAR-6877 SONAR-6878 Fix XSS 2015-09-29 14:01:56 +02:00
Julien Lancelot
ae8cfc366b SONAR-6547 Improve log message 2015-09-29 13:42:53 +02:00
Stas Vilchik
8610286a81 sanitize web tests 2015-09-29 13:39:25 +02:00
Simon Brandhof
634c7df11f Fix Disabling of IT category "plugins" on pull requests 2015-09-29 11:46:24 +02:00
Simon Brandhof
8d61942d05 SONAR-5770 Improve api/ce/component
- renamed from api/ce/project
- parameter componentId supports non-projects -> returns empty results instead of raising 403
2015-09-29 11:38:18 +02:00
Simon Brandhof
96ab2f7679 SONAR-6630 delete logs related to old reports 2015-09-29 11:31:42 +02:00
Simon Brandhof
1067fc0a3a Add to sonar.log the beginning and end of CE tasks 2015-09-29 11:16:15 +02:00
Stas Vilchik
d5dd60152c do not use "f" parameter of api/issues/search 2015-09-29 10:55:27 +02:00
Stas Vilchik
6c9936f606 SONAR-6870 Issues Page should show unresolved issues by default 2015-09-29 09:59:33 +02:00
Teryk Bellahsene
1b4952702e SONAR-6854 WS permissions/template_groups fix queries for Oracle 2015-09-29 09:34:05 +02:00
Stas Vilchik
211911d6ca SONAR-6840 apply feedback 2015-09-29 09:27:33 +02:00
Julien Lancelot
1775b82f78 Source code should only be read from the report
Revert of SONAR-6843
2015-09-29 08:42:05 +02:00
Julien Lancelot
99374f79d0 SONAR-6332 Prevent provisioning projects with same key on MySQL 2015-09-29 08:39:14 +02:00
Simon Brandhof
cdcc70c8fe Allow to change property sonar.ce.maxLogsPerTask without restarting server 2015-09-28 21:50:25 +02:00
Stas Vilchik
6ce4d2b17a sanitize sonar-web 2015-09-28 19:19:46 +02:00
Julien Lancelot
74c8f07db4 Fix quality flaws 2015-09-28 16:45:11 +02:00
Stas Vilchik
24b80b59a9 SONAR-6801 rewrite the permission templates page 2015-09-28 16:35:02 +02:00
Teryk Bellahsene
2634b3b9ed SONAR-6854 WS permissions/template_groups search for groups in a specific permission template for a given permission 2015-09-28 16:35:02 +02:00
Teryk Bellahsene
b69446d9a9 SONAR-6853 WS permissions/template_users list users of one template and permission 2015-09-28 16:35:01 +02:00
Teryk Bellahsene
098c36bb63 Add missing ruby code needed for navigation 2015-09-28 16:35:01 +02:00
Teryk Bellahsene
f16b567262 Remove business classes in permission domain
- GroupWithPermissionQueryResult
- UserWithPermissionQueryResult
- UserWithPermission
- GroupWithPermission
2015-09-28 16:35:00 +02:00
Teryk Bellahsene
e7af578fb1 Use systematically a DbSession parameter in PermissionFinder 2015-09-28 16:34:54 +02:00
Teryk Bellahsene
180c695839 Deprecate kee accessors in favor of uuid accessors in PermissionTemplateDto 2015-09-28 16:34:54 +02:00
Teryk Bellahsene
ae64fe3edb Add template package in the permission.ws package 2015-09-28 16:34:54 +02:00
Teryk Bellahsene
adb1bccb46 Rename Parameters to WsPermissionsParameters 2015-09-28 16:34:53 +02:00
Teryk Bellahsene
28acbfa672 Clean PermissionTemplateService and associated classes 2015-09-28 16:34:53 +02:00
Teryk Bellahsene
71d96685b3 Delete Ruby code in the permission domain 2015-09-28 16:34:53 +02:00
Teryk Bellahsene
01d571eefe Clean PermissionService of all unused code 2015-09-28 16:34:46 +02:00
Stas Vilchik
99ffcad948 SONAR-5770 apply feedback 2015-09-28 15:31:37 +02:00
Stas Vilchik
0fdb1764e2 SONAR-6834 add date filter 2015-09-28 15:01:53 +02:00
Stas Vilchik
9e510dfd20 add project-level background tasks page 2015-09-28 15:01:53 +02:00
Julien Lancelot
cf8e83dba9 Fix quality flaws 2015-09-28 14:35:39 +02:00
Julien Lancelot
b9b0e42026 SONAR-6547 Clear rules overloaded debt 2015-09-28 13:35:54 +02:00
Julien Lancelot
05b709793a Replace SqlSession by DbSession 2015-09-28 13:35:54 +02:00