aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9302 built-in profiles must always be presentSimon Brandhof2017-06-1417-251/+162
| | | | | The profiles that have been deleted in the past by administrators should be re-created.
* SONAR-9322 deprecate RulesProfile#setParentName(String)Simon Brandhof2017-06-1418-1126/+48
| | | | | Hierarchy of profiles in plugin API has never been implemented. The method is misleading so it's marked as deprecated.
* SONAR-9302 display built-in Quality profilesSimon Brandhof2017-06-1464-396/+1171
|
* SONAR-9081 Remove /batch/users WSJulien Lancelot2017-06-146-215/+1
|
* SONAR-9146 Deprecate api/permissions/search_XXX_permissionsJulien Lancelot2017-06-142-1/+3
|
* SONAR-9423 Remove protobuf message when failing to write ws responseJulien Lancelot2017-06-142-10/+10
| | | | When the protobuf message is corrupted, trying to return it will fail and will hide the real cause of the issue
* Replace 'AnyOne' by 'Anyone' in error messageJulien Lancelot2017-06-143-3/+3
|
* Improve NotificationsPage reliabilityJulien Lancelot2017-06-141-0/+2
|
* SONAR-9422 Bad error message when creating a project with '%' in keyJulien Lancelot2017-06-143-114/+123
|
* SONAR-9387 Fix usage of /dashboard/index/<PROJECT_KEY> in notificationJulien Lancelot2017-06-144-9/+9
| | | | Replace usage of /dashboard/index/<PROJECT_KEY> by /dashboard?id=<PROJECT_KEY>
* Disable test ScheduleImplTest because of false-positives on TravisSimon Brandhof2017-06-141-0/+2
|
* Fix new flow typed issuesGrégoire Aubert2017-06-1334-39/+37
|
* Update to last flow type versionGrégoire Aubert2017-06-1390-1900/+4378
|
* Fix stability of SchedulerImplTestSimon Brandhof2017-06-131-2/+3
|
* fix quality flawsJulien Lancelot2017-06-134-14/+5
|
* Unit tests on Oracle are so slooooowSimon Brandhof2017-06-101-1/+1
|
* Fix false-positives when downloading external files from integration testsSimon Brandhof2017-06-101-1/+1
| | | | | By upgrading to Orchestrator 3.15.0.1090. It retries download when getting a java.net.ProtocolException
* Upgrade Selenide to 4.4.3Simon Brandhof2017-06-106-40/+64
|
* 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-0911-61/+290
|
* 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-0910-40/+164
|
* SONAR-8800 Deprecate org.sonar.api.platform.Server#getUrlJulien Lancelot2017-06-091-0/+2
|
* 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-0911-89/+131
|
* SONAR-9245 Update leak project cards style on projects pageGrégoire Aubert2017-06-098-43/+42
|
* SONAR-9245 Fix infini-load on project cards without leak data on projects pageGrégoire Aubert2017-06-0910-284/+428
|
* Update projects page IT'sGrégoire Aubert2017-06-095-14/+173
|
* 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-098-13/+101
|
* 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-095-17/+35
|
* 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-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
|