aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
...
* Unit tests on Oracle are so slooooowSimon Brandhof2017-06-101-1/+1
|
* SONAR-9374 Update page titles for SonarCloud modeGrégoire Aubert2017-06-093-19/+21
|
* SONAR-9191 remove unused methods from DefaultRuleFinderSébastien Lesaint2017-06-092-46/+0
|
* SONAR-9191 cache rule in RuleFinder during startupSébastien Lesaint2017-06-0910-11/+830
|
* SONAR-9324 add database migration purging developer dataSébastien Lesaint2017-06-095-2/+496
|
* SONAR-8061 speed up add issue tag removing duplicate SQSébastien Lesaint2017-06-093-17/+27
|
* SONAR-8061 speed up set issue severity removing duplicate SQSébastien Lesaint2017-06-092-11/+27
|
* SONAR-8061 speed up set issue type removing duplicate SQSébastien Lesaint2017-06-092-6/+26
|
* SONAR-8061 speed up edit issue comment removing duplicate SQLSébastien Lesaint2017-06-092-10/+20
|
* SONAR-8061 speed up issue transition removing duplicate SQLSébastien Lesaint2017-06-092-5/+24
|
* SONAR-8061 speed up remove issue comment removing duplicate SQLSébastien Lesaint2017-06-092-7/+16
|
* SONAR-8061 speed up add issue comment removing duplicate SQLSébastien Lesaint2017-06-092-3/+22
|
* SONAR-8061 speed up issue assign by removing duplicate SQLSébastien Lesaint2017-06-0910-61/+288
|
* SONAR-9252 support custom measure with null text value (Oracle)Sébastien Lesaint2017-06-092-35/+62
|
* Remove OrganizationMemberDao#countByOrganizationUuidsJulien Lancelot2017-06-094-48/+0
|
* SONAR-8787 WS should return 404 on removed componentsJulien Lancelot2017-06-099-37/+162
|
* SONAR-9245 Display new_lines measure even if there is no data on the leak ↵Grégoire Aubert2017-06-093-77/+219
| | | | projects page
* SONAR-9245 Prevent the projects page topbar to keep open when switching app ↵Grégoire Aubert2017-06-0911-55/+87
| | | | in org context
* SONAR-9245 Update sorting select for leak in projects pageGrégoire Aubert2017-06-0910-78/+124
|
* SONAR-9245 Update leak project cards style on projects pageGrégoire Aubert2017-06-097-39/+34
|
* SONAR-9245 Fix infini-load on project cards without leak data on projects pageGrégoire Aubert2017-06-099-284/+427
|
* SONAR-9245 Enhance the top bar close button on the projects pageGrégoire Aubert2017-06-097-105/+116
|
* SONAR-9245 Keep the top bar open while switching between favorits and all ↵Grégoire Aubert2017-06-097-18/+54
| | | | projects page
* SONAR-9260 Add the new No Data filter to Coverage and Duplication facets on ↵Grégoire Aubert2017-06-0911-82/+120
| | | | projects page
* SONAR-9254 Disable sorting in visualization mode when all projects are visibleGrégoire Aubert2017-06-097-13/+100
|
* SONAR-9254 Add last analysis on overall projects pageGrégoire Aubert2017-06-094-11/+27
|
* SONAR-9254 Add analysis date sorting on projects pageGrégoire Aubert2017-06-094-17/+34
|
* SONAR-9254 Move the projects search box on top of the projects cardsGrégoire Aubert2017-06-099-62/+155
|
* SONAR-9254 Move projects facets sorting to the topbar of the projects pageGrégoire Aubert2017-06-0924-425/+814
|
* SONAR-9245 Add all leak facetsGrégoire Aubert2017-06-0923-166/+578
|
* 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
| | | | Do not directly insert documents into ES but insert data in db then calls indexer
* SONAR-9245 facet new_reliability_rating in search_projects WSDaniel Schwarz2017-06-093-80/+169
|