aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update wording on branches pageStas Vilchik2017-10-093-5/+4
|
* disable text wrapping on projects pageStas Vilchik2017-10-091-0/+1
|
* Revert "Migrate drop of PR columns for Next"Duarte Meneses2017-10-099-144/+13
| | | | This reverts commit eec858d104870f435a5085324faace11c125690e.
* Use JDK 1.8.0_144 and Maven 3.5 on TravisSimon Brandhof2017-10-081-10/+10
|
* SONAR-9881 complete the list of properties to be purgedSimon Brandhof2017-10-081-5/+10
|
* SONAR-9352 display a message on project dashboardStas Vilchik2017-10-075-2/+96
|
* SONAR-9352 add "ignoredConditions" to response example of ↵Daniel Schwarz2017-10-0713-46/+191
| | | | api/qualitygates/project_status
* SONAR-9352 do not let quality gate fail for very small changesetsDaniel Schwarz2017-10-0721-10/+9480
|
* fix quality flawsDaniel Schwarz2017-10-071-2/+2
|
* add missing message rules.status.REMOVEDStas Vilchik2017-10-051-0/+1
|
* fix displaying organization name on project dashboardStas Vilchik2017-10-052-6/+44
|
* SONAR-9707 Add possibility to reuse an existing token in the onboarding wizardStas Vilchik2017-10-056-81/+278
|
* SONAR-9431 Remove hard-coded SonarCloud home pageStas Vilchik2017-10-0516-764/+22
|
* SONAR-9787 Allow to navigate back to the issue from the last issue locationsGrégoire Aubert2017-10-053-8/+31
|
* SONAR-9526 Display coverage metrics in the right categoriesGrégoire Aubert2017-10-052-0/+3
|
* SONAR-9289 Remove id field from response of api/components/search_projectsTeryk Bellahsene2017-10-053-11/+47
|
* SONAR-9840 Flip sort of 'Lines to Cover' in MeasuresTeryk Bellahsene2017-10-051-1/+1
|
* SONAR-9526 Make coverage metrics visibleTeryk Bellahsene2017-10-051-6/+4
|
* add back message since_xStas Vilchik2017-10-051-0/+1
|
* SONAR-9526 Fix cumulative facets calculation with NO_DATAGrégoire Aubert2017-10-052-3/+64
|
* SONAR-9495 Better rendering of long parameter value in QP changelogGrégoire Aubert2017-10-054-17/+19
|
* SONAR-9792 Fix position of issues sidebar when there is a background task ↵Grégoire Aubert2017-10-051-18/+14
| | | | notification
* Fix bad urls that didn't work with a contextGrégoire Aubert2017-10-053-11/+8
|
* Remove focus after click on system info page download buttonGrégoire Aubert2017-10-052-0/+5
|
* SONAR-9916 Reset notExist component flag when a component is correctly ↵Grégoire Aubert2017-10-051-0/+1
| | | | loading in the issue viewer
* SONAR-9445 Permission 'Administer Quality Gates' is mandatory and sufficient ↵Teryk Bellahsene2017-10-058-59/+211
| | | | to delete a QG condition
* SONAR-9378 Drop support of deprecated sonar.lf.sonarqube.com.enabledJulien HENRY2017-10-041-1/+0
|
* Always 'fetch --unshallow' in Travis buildsDuarte Meneses2017-10-041-8/+9
|
* WIP SONAR-9814 make ThreadLocalSettings support DB connectivity issuesSébastien Lesaint2017-10-042-7/+139
|
* SONAR-9263 Drop unused property sonar.web.devSimon Brandhof2017-10-0414-191/+34
|
* SONAR-9909 Slow indexing of portfolios at server startupSimon Brandhof2017-10-041-5/+7
| | | | | | | | The inner join is super slow because there's no index on column copy_component_uuid. The join is a safeguard to ensure presence of project reference. Dropping it is acceptable as long as the model is supposed to be consistent. Any potential inconsistent states will have to be fixed at the root.
* SONAR-9881 Purge unused settings in databaseSimon Brandhof2017-10-045-2/+173
|
* SONAR-9802 add hostname to ES nodes in clustered System InfoSimon Brandhof2017-10-042-0/+2
|
* SONAR-9685 Better handle when a plugin returns null from Metrics::getMetrics ↵Janos Gyerik2017-10-042-10/+25
| | | | (#2622)
* SONAR-9111 Remove Guava dependency from sonar-duplicationsJulien HENRY2017-10-0410-127/+123
|
* SONAR-9770 Stop listing deprecated modesJulien HENRY2017-10-042-22/+2
|
* SONAR-7245 Remove issues report (html/console) featureJulien HENRY2017-10-0430-2417/+0
|
* SONAR-9378 finish renaming in web appStas Vilchik2017-10-0418-58/+56
|
* SONAR-9378 Rename "sonar.lf.sonarqube.com.enabled" settingJulien HENRY2017-10-0414-17/+61
|
* SONAR-9498 show correct n. of "more" items in quality profile changelogDaniel Schwarz2017-10-049-23/+254
|
* SONAR-9498 merge ChangelogAction and ChangelogLoaderDaniel Schwarz2017-10-048-501/+282
|
* Migrate drop of PR columns for NextDuarte Meneses2017-10-049-14/+144
|
* SONAR-9899 Remove all references to branches of type PRDuarte Meneses2017-10-0420-174/+28
|
* SONAR-9887 Reuse information from issues in short living branches targeting ↵Duarte Meneses2017-10-0431-216/+1092
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* SONAR-9446 Redirect to previous page after server start/migrationGrégoire Aubert2017-10-045-15/+26
|
* Prevent js error when language bundle import failGrégoire Aubert2017-10-041-2/+5
|
* Fix some styling issues in the system info pageGrégoire Aubert2017-10-047-16/+75
|
* SONAR-9550 Don't show the activate button for rules where there is no ↵Grégoire Aubert2017-10-041-2/+3
| | | | editable QP
* SONAR-4824 support branches when filtering recipients on their permsSébastien Lesaint2017-10-0434-123/+164
| | | | | by querying permissions in DB with component key rather than component uuid as computing the target branch's key from the branch's key is easy
* SONAR-9545 Better wording when searching for a project in My Favorites scopeGrégoire Aubert2017-10-045-6/+53
|