aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8028 Use DateUtils.parseEndingDateOrDatetime to search background tasks...Teryk Bellahsene2016-09-145-55/+14
* SONAR-8028 DateUtils parse date and datetimeTeryk Bellahsene2016-09-144-24/+166
* fix project-level navigationStas Vilchik2016-09-141-14/+6
* SONAR-8056 Issue counter is wrongStas Vilchik2016-09-141-6/+10
* SONAR-7855 Index active rules when creating profile from a configuration fileJulien Lancelot2016-09-143-7/+12
* SONAR-7855 Use protobuf in api/qualityprofiles/create WSJulien Lancelot2016-09-1412-203/+328
* SONAR-7855 Remove no more used QProfileService#createJulien Lancelot2016-09-134-70/+7
* SONAR-7855 Add unit test on api/qualityprofiles/create WSJulien Lancelot2016-09-131-12/+127
* Revert removal of some code still used by jrubySimon Brandhof2016-09-131-1/+71
* Revert upgrade to protobuf 3.0.xSimon Brandhof2016-09-131-1/+1
* Merge branch 'branch-5.6'Stas Vilchik2016-09-1313-167/+1136
|\
| * SONAR-8036 Code page does not expand root directory properly (#1239)Stas Vilchik2016-09-131-3/+18
| * SONAR-8000 Redirect to login page if WS returns 401 (#1240)Stas Vilchik2016-09-136-21/+32
| * SONAR-7897 Update measures on the Projects page (#1237)Stas Vilchik2016-09-137-113/+122
* | Merge commit 'a56e60d168802ff9dc23ffec978bb412fd501f97'Julien Lancelot2016-09-1337-280/+1094
|\|
| * SONAR-7961 Fix association when project is associated to many profilesJulien Lancelot2016-09-136-44/+89
| * SONAR-7961 Refactoring of add_project and remove_project actionsJulien Lancelot2016-09-1333-254/+1063
| * Sanitize unit testJulien Lancelot2016-09-131-32/+9
* | Remove dead code in QProfileServiceSimon Brandhof2016-09-132-107/+1
* | Improve stability of ProgressLoggerTestSimon Brandhof2016-09-131-11/+18
* | Use a single JDBC connection in quality profiles WSSimon Brandhof2016-09-1319-115/+129
* | Fix Quality flawsSimon Brandhof2016-09-134-49/+5
* | Refactor the way to load QProfiles from WSSimon Brandhof2016-09-1317-325/+631
* | SONAR-7978 align form betterStas Vilchik2016-09-131-2/+4
* | SONAR-5856 correctly display html descriptionsStas Vilchik2016-09-131-3/+2
* | SONAR-8029 add visual feedback when removing projectsStas Vilchik2016-09-131-0/+1
* | SONAR-8021 handle failed requests with statuses 502, 503 and 504Stas Vilchik2016-09-131-1/+4
* | SONAR-7737 api/qualityprofiles/restore_built_in throws an error if language d...Julien Lancelot2016-09-1312-43/+50
* | SONAR-8031 Allow authentication with a login having only 2 charactersJulien Lancelot2016-09-132-7/+7
* | SONAR-7948 api/ce/component now returns 404 when component not foundJulien Lancelot2016-09-132-7/+33
* | Fix qualify flawTeryk Bellahsene2016-09-132-5/+2
* | SONAR-8010 Filter background task on a failed analysis of a moduleTeryk Bellahsene2016-09-131-1/+1
* | SONAR-8028 WS issues/search from and to inclusive for date and date+timeTeryk Bellahsene2016-09-132-2/+27
* | SONAR-8028 WS ce/activity from and to inclusive for date and date+timeTeryk Bellahsene2016-09-132-9/+27
* | SONAR-5856 apply feedbackStas Vilchik2016-09-131-20/+6
* | improve styles of encrypted value and server id inputsStas Vilchik2016-09-133-2/+13
* | SONAR-7851 fix size of column qprofile_changes.qprofile_keySimon Brandhof2016-09-131-1/+1
* | SONAR-7978 align form betterStas Vilchik2016-09-131-4/+6
* | Automatic merge from branch-5.6ssjenka2016-09-132-6/+26
|\|
| * SONAR-8049 Drilldown on issues introduced since last analysis is not using co...Stas Vilchik2016-09-121-1/+1
| * SONAR-7941 When l10n bundle is corrupted or missing UI fails to renderStas Vilchik2016-09-121-5/+25
* | Remove unused methods about settings in JRubyFacadeSimon Brandhof2016-09-122-30/+0
* | SONAR-6662 add ServerId to HTTP user agent of UPC clientSébastien Lesaint2016-09-122-5/+34
* | SONAR-6662 move DefaultHttpDownloader from level1 to level3Sébastien Lesaint2016-09-122-3/+3
* | SONAR-7851 remove Elasticsearch dynamic fieldsSimon Brandhof2016-09-121-4/+0
* | SONAR-7851 drop table ACTIVITIESSimon Brandhof2016-09-124-16/+33
* | SONAR-7851 drop ActivityDaoSimon Brandhof2016-09-1211-305/+49
* | SONAR-8071 drop ES index "activities"Simon Brandhof2016-09-1217-1078/+5
* | SONAR-7851 WS api/qualityprofiles/changelog stops using ESSimon Brandhof2016-09-1217-464/+583
* | SONAR-7851 add QProfileChangeDaoSimon Brandhof2016-09-1218-10/+743