aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-6777 Project cache syncDuarte Meneses2015-09-3042-607/+1108
|
* Improve logging of PostJob and Sensor objectsDuarte Meneses2015-09-304-4/+35
|
* Fix Messages to become a static fieldTeryk Bellahsene2015-09-301-1/+1
|
* Fix WS suffix managementTeryk Bellahsene2015-09-305-68/+10
|
* Fix quality flawsTeryk Bellahsene2015-09-304-12/+13
|
* SONAR-6823 Replace preview parameter by issues_mode in WSTeryk Bellahsene2015-09-301-4/+4
|
* Fix typo in ws-scanner.protoTeryk Bellahsene2015-09-303-81/+81
|
* SONAR-6865 Read 'Accept' HTTP header instead of 'Content-Type'Teryk Bellahsene2015-09-302-4/+13
|
* SONAR-6866 Handle format suffix like .protobuf in WS urlTeryk Bellahsene2015-09-305-69/+163
|
* SONAR-6864 Rename WS batch/* to scanner/*Teryk Bellahsene2015-09-3038-386/+380
|
* SONAR-6823 WS batch/project with protobuf and new behaviorsTeryk Bellahsene2015-09-3021-678/+2710
|
* Rename WS api/project related classesTeryk Bellahsene2015-09-307-53/+53
|
* Update DbTester javadocTeryk Bellahsene2015-09-301-3/+2
|
* add web testsStas Vilchik2015-09-301-3/+13
|
* add coverage reporting for web testsStas Vilchik2015-09-302-1/+8
|
* Improve error handling when failing to process issuesJulien Lancelot2015-09-301-5/+5
|
* Fix bad commitSimon Brandhof2015-09-301-7/+1
|
* Fix quality flawsSimon Brandhof2015-09-304-17/+21
|
* SONAR-6801 apply feedbackStas Vilchik2015-09-309-19/+149
|
* update .eslintrcStas Vilchik2015-09-301-5/+7
|
* SONAR-6160 remove annoying "the end"Stas Vilchik2015-09-302-2/+0
|
* SONAR-6873 Ignore quality model having zero remediation cost during importJulien Lancelot2015-09-303-53/+128
|
* SONAR-6834 Rename column CE_ACTIVITY.FINISHED_AT to EXECUTED_ATSimon Brandhof2015-09-3021-153/+152
|
* SONAR-6886 Stop support of deprecated property sonar.jdbc.userSimon Brandhof2015-09-303-21/+6
|
* keep period when switching between project dashboardsStas Vilchik2015-09-301-2/+7
|
* improve code qualityStas Vilchik2015-09-301-4/+1
|
* SONAR-6870 do not add "resolved" filter if any status is selectedStas Vilchik2015-09-301-1/+1
|
* SONAR-6881 support HEAD HTTP methodSimon Brandhof2015-09-302-13/+29
|
* use nvm to install node.js 4, add mocha testsStas Vilchik2015-09-3017-537/+591
|
* SONAR-6881 Disable OPTIONS, HEAD and TRACE methods of web serverSimon Brandhof2015-09-302-14/+63
|
* SONAR-6863 Support Integrated Authentication for SQL Server with SonarQube ↵Koushik Dasgupta2015-09-296-11/+15
| | | | | | 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.
* SONAR-6856 : Add a new API ExternalGroupsProvider.doGetGroups(Context ↵Sulabh Upadhyay2015-09-293-7/+148
| | | | | | | | | | | | | | 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
* SONAR-6883 Fail to create MySQL tableSimon Brandhof2015-09-292-2/+3
|
* SONAR-6833 fix missing changeSimon Brandhof2015-09-291-1/+1
|
* SONAR-6833 requires project admin permission when componentId is setSimon Brandhof2015-09-295-10/+28
|
* Fix quality flawSimon Brandhof2015-09-291-9/+4
|
* SONAR-6882 Order conditions of a quality gate by metric nameStas Vilchik2015-09-292-3/+9
|
* ensure textRange for every issueStas Vilchik2015-09-293-0/+42
|
* apply feedback for login pageStas Vilchik2015-09-293-3/+15
|
* SONAR-6835 Log scanner context when processing Compute Engine taskSimon Brandhof2015-09-2911-2/+294
|
* fix loader options for web testsStas Vilchik2015-09-291-1/+5
|
* fix position of icon in the workspace windowStas Vilchik2015-09-291-0/+2
|
* migrate js components to es2015 modulesStas Vilchik2015-09-2966-5942/+5855
|
* move js libsStas Vilchik2015-09-296-8/+8
|
* update description of "createdAt" parameter of api/issues/searchStas Vilchik2015-09-291-2/+2
|
* SONAR-6877 SONAR-6878 Fix XSSStas Vilchik2015-09-292-4/+4
|
* SONAR-6547 Improve log messageJulien Lancelot2015-09-292-9/+7
|
* sanitize web testsStas Vilchik2015-09-29312-10474/+652
|
* Fix Disabling of IT category "plugins" on pull requestsSimon Brandhof2015-09-291-1/+1
|
* SONAR-5770 Improve api/ce/componentSimon Brandhof2015-09-295-12/+12
| | | | | - renamed from api/ce/project - parameter componentId supports non-projects -> returns empty results instead of raising 403