aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SONAR-9254 Move projects facets sorting to the topbar of the projects pageGrégoire Aubert2017-06-0928-450/+862
* SONAR-9245 Add all leak facetsGrégoire Aubert2017-06-0924-166/+579
* 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-0910-228/+323
* SONAR-9245 Add the leak period start dateGrégoire Aubert2017-06-097-71/+201
* 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-0915-618/+780
* SONAR-9245 Create the leak view on projects pageGrégoire Aubert2017-06-0915-228/+433
* SONAR-9253 Create an option panel on top of projects pageGrégoire Aubert2017-06-0919-168/+849
* SONAR-9245 Return leak period in api/components/search_projectsJulien Lancelot2017-06-094-52/+107
* 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-094-8/+32
* SONAR-9260 allow to filter on NO_DATA in project searchDaniel Schwarz2017-06-0911-51/+237
* SONAR-9260 add "NO_DATA" range for duplication facet of project searchDaniel Schwarz2017-06-0920-22/+233
* SONAR-9245 facet new_lines in search_projects WSJulien Lancelot2017-06-094-3/+126
* SONAR-9245 facet new_duplicated_lines_density in search_projects WSJulien Lancelot2017-06-094-3/+127
* SONAR-9245 facet new_coverage in search_projects WSJulien Lancelot2017-06-094-3/+128
* SONAR-9245 facet new_maintainability_rating in search_projects WSJulien Lancelot2017-06-094-4/+15
* SONAR-9245 facet new_security_rating in search_projects WSJulien Lancelot2017-06-095-184/+122
* SONAR-9245 Make SearchProjectsActionTest more stableJulien Lancelot2017-06-093-262/+325
* SONAR-9245 facet new_reliability_rating in search_projects WSDaniel Schwarz2017-06-0910-114/+369
* Fix false-positives with randomly generated strings for DBSimon Brandhof2017-06-087-13/+14
* Detect Windows-1252 encoding (#2156)Janos Gyerik2017-06-086-23/+111
* SONAR-9377 Fix facet values of projects page when using text queryJulien Lancelot2017-06-074-10/+502
* 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-050-0/+0
|\
| * integration tests: avoid false positive after cpp quality profile changebranch-6.4Daniel Schwarz2017-06-031-2/+1
* | Automatic merge from branch-6.4ssjenka2017-06-032-4/+9
|\|
| * Prepare for next development iteration 6.4-SNAPSHOTSimon Brandhof2017-06-0256-56/+56
| * Release 6.46.4Simon Brandhof2017-06-0256-56/+56
| * Fix false-positive in api/ce/is_queue_empty on mysqlSimon Brandhof2017-06-021-2/+7
| * update private badge tooltipStas Vilchik2017-06-021-2/+2
* | integration tests: avoid false positive after cpp quality profile changeDaniel Schwarz2017-06-021-2/+1
* | Automatic merge from branch-6.4ssjenka2017-06-025-181/+10
|\|
| * update sonarcloud terms urlStas Vilchik2017-06-012-2/+2
| * Revert "SONAR-9301 Support HTTP redirect on scanner side"Julien HENRY2017-06-013-179/+8
* | Upgrade to orchestrator 1.15.0.1083Simon Brandhof2017-06-011-1/+1
* | 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-9351 enforce in API allowed qualifiers on PropertyDefinitionSébastien Lesaint2017-06-012-9/+148
* | 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