aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9245 Fix measures style and don't allow leak date to float upGrégoire Aubert2017-06-093-11/+9
* SONAR-9230 only index project measures, that will actually be usedDaniel Schwarz2017-06-099-227/+322
* SONAR-9245 Add the leak period start dateGrégoire Aubert2017-06-096-71/+199
* SONAR-9245 Hide the facets that are not related to the leakGrégoire Aubert2017-06-096-103/+258
* Move issues type icons to the icons-components folderGrégoire Aubert2017-06-099-24/+30
* SONAR-9256 Update project cards design on the projects pageGrégoire Aubert2017-06-0914-618/+779
* SONAR-9245 Create the leak view on projects pageGrégoire Aubert2017-06-0914-228/+430
* SONAR-9253 Create an option panel on top of projects pageGrégoire Aubert2017-06-0918-166/+846
* SONAR-9245 Return leak period in api/components/search_projectsJulien Lancelot2017-06-092-20/+56
* SONAR-9259 allow to sort by last analysis date in project searchDaniel Schwarz2017-06-095-5/+44
* SONAR-9260 add "NO_DATA" range for coverage facets of project searchDaniel Schwarz2017-06-093-8/+30
* SONAR-9260 allow to filter on NO_DATA in project searchDaniel Schwarz2017-06-0910-50/+227
* SONAR-9260 add "NO_DATA" range for duplication facet of project searchDaniel Schwarz2017-06-094-11/+63
* SONAR-9245 facet new_lines in search_projects WSJulien Lancelot2017-06-093-2/+119
* SONAR-9245 facet new_duplicated_lines_density in search_projects WSJulien Lancelot2017-06-093-2/+120
* SONAR-9245 facet new_coverage in search_projects WSJulien Lancelot2017-06-093-2/+121
* SONAR-9245 facet new_maintainability_rating in search_projects WSJulien Lancelot2017-06-093-3/+8
* SONAR-9245 facet new_security_rating in search_projects WSJulien Lancelot2017-06-094-183/+115
* SONAR-9245 Make SearchProjectsActionTest more stableJulien Lancelot2017-06-093-262/+325
* SONAR-9245 facet new_reliability_rating in search_projects WSDaniel Schwarz2017-06-093-80/+169
* Fix false-positives with randomly generated strings for DBSimon Brandhof2017-06-087-13/+14
* SONAR-9377 Fix facet values of projects page when using text queryJulien Lancelot2017-06-073-8/+468
* SONAR-9028 add PurgeDao.deleteNonRootComponentsSébastien Lesaint2017-06-056-26/+608
* make naming of method in PurgeMapper consistentSébastien Lesaint2017-06-054-36/+36
* Automatic merge from branch-6.4ssjenka2017-06-031-2/+7
|\
| * Prepare for next development iteration 6.4-SNAPSHOTSimon Brandhof2017-06-0213-13/+13
| * Release 6.46.4Simon Brandhof2017-06-0213-13/+13
| * Fix false-positive in api/ce/is_queue_empty on mysqlSimon Brandhof2017-06-021-2/+7
* | Automatic merge from branch-6.4ssjenka2017-06-022-2/+2
|\|
| * update sonarcloud terms urlStas Vilchik2017-06-012-2/+2
* | fix fix FP in SupportPrivateProjectInDefaultPermissionTemplateTestSébastien Lesaint2017-06-011-1/+1
* | SONAR-9350 delete components by project when deleting a projectSébastien Lesaint2017-06-015-37/+6
* | SONAR-9328 make MANUAL_MEASURE.COMPONENT_UUID not nullableSébastien Lesaint2017-06-0112-3/+331
* | SONAR-9328 clean orphans in MANUAL_MEASURESSébastien Lesaint2017-06-015-2/+299
* | SONAR-9328 clean orphans from table PROPERTIESSébastien Lesaint2017-06-015-2/+287
* | SONAR-9351 enforce in WS settings only for limited component typesSébastien Lesaint2017-06-013-3/+192
* | SONAR-9328 delete settings & manual measures by project/moduleSébastien Lesaint2017-06-016-27/+248
* | SONAR-9435 add db migration to clean orphans in PROJECT_LINKSSébastien Lesaint2017-06-015-2/+247
* | SONAR-9346 enforce in WS that links apply only to project/viewSébastien Lesaint2017-06-015-13/+138
* | SONAR-9346 move ResourceTypes down to ComponentFinderSébastien Lesaint2017-06-0151-121/+157
* | SONAR-9346 delete links by project when deleting projectSébastien Lesaint2017-06-014-10/+10
* | SONAR-9326 ensure ISSUES.PROJECT_UUID is consistent with componentSébastien Lesaint2017-06-015-2/+258
* | SONAR-9326 drop issues by project_uuid when deleting a projectSébastien Lesaint2017-06-016-38/+50
* | Fix false-positive in SupportPrivateProjectInDefaultPermissionTemplateTestSimon Brandhof2017-06-011-1/+1
* | Automatic merge from branch-6.4ssjenka2017-06-013-11/+11
|\|
| * SONAR-9312 Replace SonarQube.com by SonarCloud (#2130)Stas Vilchik2017-05-313-11/+11
* | SONAR-9334 delete events by project uuid when deleting a projectSébastien Lesaint2017-05-314-66/+76
* | SONAR-9334 make EVENTS.COMPONENT_UUID not nullable and clean orphansSébastien Lesaint2017-05-3117-6/+603
* | SONAR-9327 enforce in WS permissions are only on projects or viewsSébastien Lesaint2017-05-316-30/+178
* | SONAR-9028 add DB migrations cleaning USER_ROLES and GROUP_ROLESSébastien Lesaint2017-05-318-2/+620