aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* squid:UselessPrenthesesCheck Useless parentheses around expression should be ...Zeeshan Asghar2016-01-297-10/+10
* squid:S1213 members of an interface decleration or class should appear in a p...Zeeshan Asghar2016-01-2918-98/+91
* squid:S2209 static members should be accessed staticallyZeeshan Asghar2016-01-292-8/+8
* SONAR-7168 add CeQueue.massSubmitSébastien Lesaint2016-01-293-44/+263
* SONAR-7183 add CeQueueStatus.addReceived(long)Sébastien Lesaint2016-01-294-3/+84
* SONAR-7070 Enforced leak period in quality gates - migration scriptTeryk Bellahsene2016-01-2910-3/+230
* SONAR-7070 WS qualitygates/* leak period enforced when creating/updating a qu...Teryk Bellahsene2016-01-296-17/+19
* SONAR-7070 WS qualitygates/app returns solely the leak periodTeryk Bellahsene2016-01-292-13/+7
* Fix quality flawsJulien Lancelot2016-01-2912-91/+91
* SONAR-7168 don't query Components of CETasks 1 by 1 in TaskFormatterSébastien Lesaint2016-01-292-39/+91
* IN claus and group of OR should have constant order and no duplicateSébastien Lesaint2016-01-294-12/+141
* avoid result array reallocation in DatabaseUtils.executeLargeInputsSébastien Lesaint2016-01-291-1/+1
* SONAR-7135 SONAR-7129 base component is returned in the responseTeryk Bellahsene2016-01-292-2/+2
* SONAR-7135 WS api/measures/component_tree fix leaves strategy and qualifiers ...Teryk Bellahsene2016-01-295-6/+26
* SONAR-7129 SONAR-7131 SONAR-7134 SONAR-7135 add language in responseTeryk Bellahsene2016-01-2912-47/+87
* SONAR-7129 WS api/components/tree leaves strategy with qualifiers fixedTeryk Bellahsene2016-01-293-21/+26
* SONAR-7013 fail in CE for bad line count in file sourceSébastien Lesaint2016-01-292-15/+46
* SONAR-7228 Create new "My Issues" page5.4-M10Stas Vilchik2016-01-2810-2/+239
* SONAR-7227 SONAR-7230 SONAR-7231 apply ui feedbackStas Vilchik2016-01-2813-23/+61
* SONAR-7230 improve rendering of notifications pageStas Vilchik2016-01-286-53/+109
* SONAR-7231 improve rendering of password formStas Vilchik2016-01-289-124/+137
* SONAR-7227 improve overall renderingStas Vilchik2016-01-2810-61/+91
* SONAR-7231 Create new "Security" page in "My Space"Stas Vilchik2016-01-2811-20/+317
* SONAR-7230 Move user notifications into separate page of "My Account" spaceStas Vilchik2016-01-2818-27/+529
* SONAR-7227 Convert "My Profile" page to the new "My Account" pageStas Vilchik2016-01-2820-136/+737
* SONAR-7250 WS users/current - add detailsTeryk Bellahsene2016-01-287-31/+182
* SONAR-7166 fix check of projectKey for branches analysesSébastien Lesaint2016-01-282-5/+21
* SONAR-7166 fail when projectKey in report is not the component keySébastien Lesaint2016-01-282-10/+52
* SONAR-7164 WS api/users/search is not sensitive to special charactersTeryk Bellahsene2016-01-282-10/+22
* SONAR-6584 WS api/resources/index document known bug regarding paginationTeryk Bellahsene2016-01-281-1/+8
* revert change to omponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-282-12/+36
* Fix display of web homepage without ending slashSimon Brandhof2016-01-271-0/+4
* SONAR-6226 Add ITsJulien Lancelot2016-01-2717-4/+795
* SONAR-6226 Not fail when reactivating a user without passwordJulien Lancelot2016-01-273-5/+41
* SONAR-7217 Fail to authenticate user with existing emailJulien Lancelot2016-01-2717-4/+166
* SONAR-7219 Remove sonar.security.updateUserAttributes propertyJulien Lancelot2016-01-274-9/+4
* make selectComponentsHavingSameKeyOrderedById populate all fieldsSébastien Lesaint2016-01-271-1/+2
* remove specific schema for ComponentDaoWithDuplicatedKeysTestSébastien Lesaint2016-01-272-36/+12
* SONAR-7130 group deletion and purges of snapshots all togetherSébastien Lesaint2016-01-264-19/+40
* SONAR-7130 don't do select for aborted build twice per componentSébastien Lesaint2016-01-261-13/+3
* SONAR-7130 faster purge: single SQL query for all PRJ childrenSébastien Lesaint2016-01-266-21/+16
* Upgrade to Tomcat 8.0.30Simon Brandhof2016-01-261-1/+1
* SONAR-6226 Populate external identity columns in rails authenticationJulien Lancelot2016-01-262-2/+4
* SONAR-6226 USERS.EXTERNAL_IDENTITY columns has size 255Julien Lancelot2016-01-263-3/+3
* SONAR-7122 Update ITs to not use web contextJulien Lancelot2016-01-26114-364/+329
* SONAR-6226 Remove index on external identity columnsJulien Lancelot2016-01-264-35/+1
* Fix unit testsJulien Lancelot2016-01-261-20/+27
* Fix /api/authentication/validateJulien Lancelot2016-01-252-1/+22
* SONAR-6226 Display identity providers in login pageJulien Lancelot2016-01-252-0/+13
* SONAR-6226 Create IdentityProvider APIJulien Lancelot2016-01-2545-58/+2640