aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-205-25/+47
|
* SONAR-9970, SONAR-9949 Do not copy 'file' issue changelog entriesJulien HENRY2017-10-202-26/+0
|
* SONAR-9987 Add a changelog entry when copying/merging issuesJulien HENRY2017-10-201-0/+2
|
* SONAR-9949 Copy all issue attributes when merging a short in a long living ↵Julien HENRY2017-10-203-1/+29
| | | | branch
* SONAR-9913 Match issues from short living branches more aggressivelyJulien HENRY2017-10-206-64/+48
| | | | | When there are multiple candidates (from multiple branches), prefer any of the RESOLVED one, before taking any of the CONFIRMED ones.
* SONAR-9969 Change the validation logic of the new branch parameter (#2666)Janos Gyerik2017-10-201-0/+2
| | | | | | * Fail-fast when branch name or target used without branch plugin * Allow missing BranchParamsValidator, improve the check for missing * Reuse branches doc link constant
* SONAR-7309 Reorder DB Cleaner settings and replace snapshot by analysisTeryk Bellahsene2017-10-191-32/+33
|
* SONAR-7309 DB Cleaner strategy to keep only analyses with a versionTeryk Bellahsene2017-10-194-2/+14
|
* SONAR-8331 Rename Complexity to Cyclomatic ComplexityTeryk Bellahsene2017-10-192-9/+4
|
* pre-validate exising token during onboardingStas Vilchik2017-10-191-0/+1
|
* update editions wordingStas Vilchik2017-10-191-3/+2
|
* SONAR-8638 Useless tooltip information in an issue's coverageStas Vilchik2017-10-191-3/+4
|
* Support High Availability pluginSimon Brandhof2017-10-181-1/+1
|
* SONAR-9872 call webhook on bulk issue change on short lived branchSébastien Lesaint2017-10-171-0/+29
|
* SONAR-8146 Upgrade form does not fail if server stopsStas Vilchik2017-10-171-0/+2
|
* SONAR-9931 deprecate sonar.cpd.cross_project propertyDaniel Schwarz2017-10-171-2/+4
|
* SONAR-9780 Add keyboard shortcuts help on the Rules pageStas Vilchik2017-10-161-1/+1
|
* SONAR-9756 update wording for branch life timeStas Vilchik2017-10-161-2/+2
|
* fix incorrect characther in core.propertiesStas Vilchik2017-10-161-1/+1
|
* SONAR-9863 Drop web app licenses and server id codeGrégoire Aubert2017-10-161-32/+0
|
* SONAR-8770 Remove bundles ending by '.abbreviation'Teryk Bellahsene2017-10-161-27/+0
|
* SONAR-8331 Deprecate and hide complexity related metricsTeryk Bellahsene2017-10-161-1/+1
|
* SONAR-9922 Metric new_lines renamed from 'Lines of New Code' to 'New Lines'Teryk Bellahsene2017-10-161-2/+2
|
* SONAR-9867 Add button promoting governance on background tasks pageStas Vilchik2017-10-121-2/+3
|
* SONAR-9927 Project admins see "Cancel All" button on Background Tasks pageStas Vilchik2017-10-121-0/+1
|
* SONAR-9847 Add tooltip explaining how to get branch supportStas Vilchik2017-10-121-0/+4
|
* SONAR-8305 Fix descriptions of "Browse" and "Administer Issues" permissionsStas Vilchik2017-10-121-2/+2
|
* SONAR-9815 Add focus to the close button of the project creation ↵Stas Vilchik2017-10-121-0/+1
| | | | confirmation dialog
* SONAR-9876 Improve facet badgesStas Vilchik2017-10-111-0/+1
|
* SONAR-9925 Display a different login page title for SonarCloudGrégoire Aubert2017-10-101-0/+1
|
* SONAR-9925 Rewrite session to typescriptGrégoire Aubert2017-10-101-0/+3
|
* update wording on branches pageStas Vilchik2017-10-091-1/+2
|
* SONAR-9352 display a message on project dashboardStas Vilchik2017-10-071-0/+2
|
* add missing message rules.status.REMOVEDStas Vilchik2017-10-051-0/+1
|
* SONAR-9707 Add possibility to reuse an existing token in the onboarding wizardStas Vilchik2017-10-051-1/+5
|
* SONAR-9526 Display coverage metrics in the right categoriesGrégoire Aubert2017-10-051-0/+1
|
* add back message since_xStas Vilchik2017-10-051-0/+1
|
* SONAR-9378 Drop support of deprecated sonar.lf.sonarqube.com.enabledJulien HENRY2017-10-041-1/+0
|
* SONAR-9685 Better handle when a plugin returns null from Metrics::getMetrics ↵Janos Gyerik2017-10-042-10/+25
| | | | (#2622)
* SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" settingJulien HENRY2017-10-044-2/+46
|
* SONAR-9887 Reuse information from issues in short living branches targeting ↵Duarte Meneses2017-10-044-199/+262
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | current branch * Add ShortBranchComponentsWithIssues * Load only required component fields from dto * Keep only uuid and branch from analysisMetadataHolder * No need for branch in ShortBranchComponentsWithIssues * Add IssueDao.selectResolvedOrConfirmedByComponentUuid * Add ResolvedShortBranchIssuesFactory * Add components to ProjectAnalysisTaskContainerPopulator * issue info from short branches * Do not open db session for nothing * Get issues for all uuids at once * Select only fields required for issue tracking * Improvements * Add ShortBranchIssue with only the fields needed for issue tracking * fix test * Add missed license * minor improvements * Fix IssueStatusCopierTest and move ShortBranchIssue class * Clean up ShortBranchIssueDto and its query * Fix mapping of dto class * Verify that required fields are correctly mapped * fixes * Fix issues loader * Do not use "key" as field name in db operations * Should find issues to merge only in short branches * Strip branch from component key
* Fix some styling issues in the system info pageGrégoire Aubert2017-10-041-1/+1
|
* SONAR-9545 Better wording when searching for a project in My Favorites scopeGrégoire Aubert2017-10-041-0/+2
|
* SONAR-9553 Update onboarding headlineGrégoire Aubert2017-10-041-1/+2
|
* bring back removed component_navigation messagesStas Vilchik2017-10-041-0/+3
|
* Fix branch properties descriptionDuarte Meneses2017-10-031-5/+6
|
* SONAR-8828 Make sure all messages can be localized (#2600)Stas Vilchik2017-10-032-726/+169
|
* SONAR-9756 update branch management pageStas Vilchik2017-10-031-2/+10
|
* SONAR-9896 Webhook must support basic authenticationSimon Brandhof2017-10-021-0/+6
|
* SONAR-1330 Allow rule changes only for quality profile adminsStas Vilchik2017-10-021-0/+1
|