aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-9936 Add loading spinner when doing the license previewGrégoire Aubert2017-10-251-0/+1
|
* SONAR-9936 Make the edition notifications global againGrégoire Aubert2017-10-251-1/+1
|
* SONAR-9953 Apply feedbacks on system upgradesGrégoire Aubert2017-10-251-1/+1
|
* Update the default url of the json file of editionsGrégoire Aubert2017-10-231-1/+1
|
* Display last available version editions in read only when current edition is ↵Grégoire Aubert2017-10-231-5/+5
| | | | not found
* Remove old updatecenter uiGrégoire Aubert2017-10-231-48/+1
|
* SONAR-9953 SONAR-9354 SONAR-7663 Redesign and move system upgrade in the ↵Grégoire Aubert2017-10-231-2/+12
| | | | system info page
* SONAR-9947 Update handling of manual installation of commercial editionsGrégoire Aubert2017-10-231-2/+5
|
* SONAR-10001 Add dialog box to uninstall and editionGrégoire Aubert2017-10-231-0/+3
|
* SONAR-9936 Better handling of button disabled depending on the edition statusGrégoire Aubert2017-10-231-0/+1
|
* SONAR-9936 Update edition notification to be scoped to page and not whole ↵Grégoire Aubert2017-10-231-4/+4
| | | | administration
* SONAR-9937 Create a form to apply the license and install/update an editionGrégoire Aubert2017-10-231-0/+7
|
* SONAR-9954 add hidden property sonar.editions.jsonUrlSébastien Lesaint2017-10-232-1/+11
| | | | with production default value
* SONAR-9936 Add Editions pack in the marketplaceGrégoire Aubert2017-10-231-0/+7
|
* SONAR-9934 Prevent user to install/update/uninstall plugins part of an editionGrégoire Aubert2017-10-231-0/+3
|
* SONAR-9935 Migrate Update center to MarketplaceGrégoire Aubert2017-10-231-0/+36
|
* add missing coding_rules.deactivate_in_quality_profile messageStas Vilchik2017-10-201-0/+1
|
* GOV-290 Allow removing past analysis of PortfoliosStas Vilchik2017-10-201-1/+1
|
* LICENSE-75 display support page in administrationStas Vilchik2017-10-201-0/+1
|
* SONAR-9770 Deprecate preview propertiesJulien HENRY2017-10-203-12/+3
|
* SONAR-9703 Update "Ignore Issues on Files/Blocks" settings definitionsJulien Lancelot2017-10-201-2/+3
| | | | These settings are not used for issues coming from common repository
* SONAR-9142 Remove 'previous_analysis' optionEric Hartmann2017-10-202-49/+1
|
* 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