]>
source.dussan.org Git - sonarqube.git/log
Julien Lancelot [Tue, 19 Mar 2019 16:29:12 +0000 (17:29 +0100)]
Release 7.7
Benoît Gianinetti [Tue, 19 Mar 2019 10:16:16 +0000 (11:16 +0100)]
SONAR-11660 Upgrade plugins to latest version
Julien Lancelot [Tue, 19 Mar 2019 14:00:33 +0000 (15:00 +0100)]
SONAR-11812 Restore ability to set unit tests as favorite
Grégoire Aubert [Thu, 21 Feb 2019 11:19:43 +0000 (12:19 +0100)]
SONAR-11713 Change chunk filenames delimiter
Janos Gyerik [Fri, 15 Mar 2019 16:31:47 +0000 (17:31 +0100)]
SONAR-11647 Drop report field component.version
Grégoire Aubert [Tue, 19 Mar 2019 09:43:37 +0000 (10:43 +0100)]
SONAR-11669 Fix duplicates entries in component tree when using Show more link
G. Ann Campbell [Tue, 19 Mar 2019 12:50:34 +0000 (13:50 +0100)]
DOC last minute updates
Reinstate drop of `sonar.langauge`, `sonar.profile`, and link to GH Checks page
Benoît Gianinetti [Thu, 14 Mar 2019 16:42:49 +0000 (17:42 +0100)]
SONAR-11449 Drop deprecated property sonar.profile
Benoît Gianinetti [Thu, 14 Mar 2019 14:07:47 +0000 (15:07 +0100)]
SONAR-11449 Drop deprecated property sonar.language
G. Ann Campbell [Fri, 15 Mar 2019 19:50:08 +0000 (15:50 -0400)]
DOC keep `sonar.analysis.[yourstring]` last
G. Ann Campbell [Fri, 15 Mar 2019 19:48:50 +0000 (15:48 -0400)]
DOC add `sonar.buildString` to params list
Janos Gyerik [Mon, 18 Mar 2019 13:29:36 +0000 (14:29 +0100)]
SONAR-11823 Drop snapshots.project_version
Wouter Admiraal [Tue, 19 Mar 2019 10:46:53 +0000 (11:46 +0100)]
SONAR-11631 Replace codePeriodVersion with buildString (frontend)
Janos Gyerik [Fri, 15 Mar 2019 14:11:38 +0000 (15:11 +0100)]
SONAR-11631 Replace codePeriodVersion with buildString
Janos Gyerik [Thu, 14 Mar 2019 15:17:12 +0000 (16:17 +0100)]
SONAR-11631 Add sonar.buildString to api/project_analyses/search response
Janos Gyerik [Thu, 14 Mar 2019 14:28:05 +0000 (15:28 +0100)]
SONAR-11631 Persist sonar.buildString in database
Janos Gyerik [Wed, 13 Mar 2019 14:49:24 +0000 (15:49 +0100)]
SONAR-11631 Add sonar.buildString to scanner report
Janos Gyerik [Thu, 7 Mar 2019 15:35:51 +0000 (16:35 +0100)]
Revert "SONAR-11626 Make set/unset_baseline internal"
This reverts commit
edfade01ea94fffa9802bd8d13f9455b13878611 .
Sébastien Lesaint [Fri, 15 Mar 2019 16:55:35 +0000 (17:55 +0100)]
SONAR-11828 display translog size in system > info
Sébastien Lesaint [Fri, 15 Mar 2019 14:56:14 +0000 (15:56 +0100)]
SONAR-11791 fix no more highlighting in component search
higlighting requires initial value of field stored, either in source or as a stored field
Source used to be stored in the Component Idex.
To reduce impact on index size, we will make only the name field stored in the Component Index
Sébastien Lesaint [Thu, 14 Mar 2019 17:38:20 +0000 (18:38 +0100)]
SONAR-11792 use dedicated temp directory for ES
Sébastien Lesaint [Thu, 14 Mar 2019 16:53:33 +0000 (17:53 +0100)]
SONAR-11792 drop usage of standard token filter
(it has no effect and causes a warning raised in ES logs)
Sébastien Lesaint [Thu, 14 Mar 2019 16:27:24 +0000 (17:27 +0100)]
SONAR-11792 remove use of deprecated nested_path and nested_filter
Sébastien Lesaint [Wed, 13 Mar 2019 14:20:19 +0000 (15:20 +0100)]
SONAR-11792 only ES executable for linux/mac is used
Sébastien Lesaint [Wed, 13 Mar 2019 08:58:40 +0000 (09:58 +0100)]
SONAR-11792 workaround ES bug with space in tmp dir path
Sébastien Lesaint [Tue, 12 Mar 2019 17:07:24 +0000 (18:07 +0100)]
SONAR-11792 update ES JVM options to match defaults in ES 6.6.2
Sébastien Lesaint [Mon, 11 Mar 2019 15:13:32 +0000 (16:13 +0100)]
SONAR-11792 define ES's JVM tmp directory to SQ's tmp directory
Sébastien Lesaint [Mon, 11 Mar 2019 14:42:11 +0000 (15:42 +0100)]
SONAR-11792 change default max_ngram_diff to 13
Sébastien Lesaint [Mon, 11 Mar 2019 14:09:25 +0000 (15:09 +0100)]
SONAR-11792 drop usage of "_all" field
Sébastien Lesaint [Mon, 11 Mar 2019 13:45:56 +0000 (14:45 +0100)]
SONAR-11792 drop setting index.mapper.dynamic
Sébastien Lesaint [Mon, 11 Mar 2019 13:20:30 +0000 (14:20 +0100)]
SONAR-11792 change ES data directory to es6
Sébastien Lesaint [Mon, 11 Mar 2019 13:15:29 +0000 (14:15 +0100)]
SONAR-11792 use memory safe implemen to delete deprecated ES dir
Sébastien Lesaint [Thu, 14 Feb 2019 08:39:25 +0000 (09:39 +0100)]
SONAR-11792 update ES compile dependency to 6.6.2
Sébastien Lesaint [Wed, 13 Feb 2019 14:17:12 +0000 (15:17 +0100)]
SONAR-11792 exclude useless ES binaries to be packaged into SQ
Sébastien Lesaint [Wed, 13 Feb 2019 14:16:46 +0000 (15:16 +0100)]
SONAR-11792 fix path.conf to allow ES 6.6 runtime to boot
Sébastien Lesaint [Mon, 11 Mar 2019 11:12:55 +0000 (12:12 +0100)]
SONAR-11792 upgrade elasticsearch binaries to 6.6.2
Sébastien Lesaint [Fri, 8 Mar 2019 11:34:41 +0000 (12:34 +0100)]
SONAR-11791 exclude from .gitignore elasticsearch's bin directories
Sébastien Lesaint [Fri, 8 Mar 2019 09:40:29 +0000 (10:40 +0100)]
SONAR-11791 truncate content of table ES_QUEUE
Sébastien Lesaint [Wed, 20 Feb 2019 17:46:05 +0000 (18:46 +0100)]
SONAR-11791 use single type ES indices
MikeBirnstiehl [Wed, 13 Mar 2019 08:50:22 +0000 (09:50 +0100)]
SONAR-11769 Update docs for GHE PR analysis
Duarte Meneses [Mon, 18 Mar 2019 16:57:40 +0000 (11:57 -0500)]
SONAR-11835 Upgrade protobuf v3.7
G. Ann Campbell [Tue, 19 Mar 2019 08:41:59 +0000 (09:41 +0100)]
DOC drop link to page that doesn't exist yet :-(
([Details in the docs.](/instance-administration/github-application/).)
G. Ann Campbell [Tue, 19 Mar 2019 08:27:04 +0000 (09:27 +0100)]
DOC 7.7 upgrade notes
Simon Brandhof [Mon, 18 Mar 2019 21:58:52 +0000 (22:58 +0100)]
Fix typos in SonarQube homepage
https://discuss.sonarsource.com/t/sq-about-page-typos/2233
[skip ci]
MikeBirnstiehl [Mon, 18 Mar 2019 07:57:22 +0000 (08:57 +0100)]
DOCS updated wording on system reqs
MikeBirnstiehl [Thu, 14 Mar 2019 10:15:04 +0000 (11:15 +0100)]
DOCS remove support for 32 bit systems
Sébastien Lesaint [Tue, 12 Mar 2019 10:25:16 +0000 (11:25 +0100)]
SONAR-11804 do not send -server flag to ES JVM anymore
Sébastien Lesaint [Tue, 12 Mar 2019 10:23:01 +0000 (11:23 +0100)]
SONAR-11804 remove 32-bits wrapper and service binaries
Julien Lancelot [Wed, 13 Mar 2019 08:11:58 +0000 (09:11 +0100)]
SONAR-10277 Prevent user to have more than 100 projects as favorite
Julien Lancelot [Tue, 12 Mar 2019 17:51:57 +0000 (18:51 +0100)]
SONAR-11812 Prevent setting a directory as favorite
Julien Lancelot [Fri, 8 Mar 2019 09:46:44 +0000 (10:46 +0100)]
Simplify PermissionTemplateService#hasDefaultTemplateWithPermissionOnProjectCreator
Remove the parameter 'organizationUuid' as it's already available in the ComponentDto parameter
Jeremy Davis [Wed, 13 Mar 2019 16:26:07 +0000 (17:26 +0100)]
SONAR-11668 Jump to measures list view from dashboard
Jeremy Davis [Wed, 13 Mar 2019 09:59:27 +0000 (10:59 +0100)]
SONARCLOUD-456 Update screenshot for marketing page
Julien HENRY [Fri, 1 Mar 2019 11:33:46 +0000 (12:33 +0100)]
SONAR-11731 Add documentation for Bitbucket Server integration
Michal Duda [Mon, 18 Feb 2019 16:52:18 +0000 (17:52 +0100)]
SONAR-11729 implemented PrDecorator for Bitbucket Server
Julien HENRY [Mon, 18 Mar 2019 08:11:41 +0000 (09:11 +0100)]
SONAR-11487 Update OkHttp to 3.14.0
Simon Brandhof [Sun, 17 Mar 2019 10:27:24 +0000 (11:27 +0100)]
Fix wording in SonarCloud page "privacy"
Change suggested by Brian - https://github.com/SonarSource/sonar-enterprise/pull/595
[skip ci]
Duarte Meneses [Fri, 15 Mar 2019 15:53:39 +0000 (10:53 -0500)]
SONAR-11829 Failed to set working directory hidden on Windows
Duarte Meneses [Tue, 5 Mar 2019 20:00:25 +0000 (14:00 -0600)]
SONAR-11549 Remove code that load old scanner reports with modules (MMF-365)
Duarte Meneses [Wed, 6 Mar 2019 21:20:30 +0000 (15:20 -0600)]
SONAR-11664 Remove metric 'directories'
Julien Lancelot [Thu, 14 Mar 2019 10:50:42 +0000 (11:50 +0100)]
SONAR-10722 Clean code by removing portfolios in NewCoverageMeasuresStep
Fabrice Bellingard [Wed, 13 Mar 2019 16:00:36 +0000 (17:00 +0100)]
Adding COBOL to the list of supported languages
Adding it in the docs was missed.
Julien Lancelot [Tue, 12 Mar 2019 17:13:04 +0000 (18:13 +0100)]
SONAR-11811 Deprecate module qualifier 'BRC' from Java API
Julien Lancelot [Wed, 6 Mar 2019 16:44:20 +0000 (17:44 +0100)]
Remove deprecated stuff in applications ITs
Julien Lancelot [Wed, 6 Mar 2019 09:58:24 +0000 (10:58 +0100)]
Fix description of api/users/update_login
Jeremy Davis [Mon, 11 Mar 2019 15:06:21 +0000 (16:06 +0100)]
DOC Fix binding existing org instructions
Simon Brandhof [Mon, 11 Mar 2019 12:41:21 +0000 (13:41 +0100)]
SONAR-11814 speed-up upsert of live measures on PostgreSQL
Duarte Meneses [Mon, 11 Mar 2019 19:25:31 +0000 (14:25 -0500)]
SONAR-11795 Make metric 'executable_lines_data' available
Simon Brandhof [Thu, 7 Mar 2019 08:20:14 +0000 (09:20 +0100)]
SONARCLOUD-491 disable PLSQL in autoscan
[skip ci]
Duarte Meneses [Thu, 7 Mar 2019 22:45:53 +0000 (16:45 -0600)]
SONAR-11776 Quality Gate failure conditions should be sorted
Duarte Meneses [Wed, 6 Mar 2019 21:14:16 +0000 (15:14 -0600)]
SONAR-11776 Quality Gate failure conditions should be sorted
Duarte Meneses [Wed, 27 Feb 2019 16:51:39 +0000 (10:51 -0600)]
SONAR-11776 Quality Gate failure conditions should be sorted
michaelbirnstiehl [Thu, 28 Feb 2019 08:39:12 +0000 (09:39 +0100)]
DOC RQG updates to PR and SLB
Wouter Admiraal [Tue, 19 Feb 2019 10:06:47 +0000 (11:06 +0100)]
SONAR-11704 Update Bitbucket Cloud widgets
Duarte Meneses [Mon, 25 Feb 2019 16:40:16 +0000 (10:40 -0600)]
SONAR-11736 Reaturn overall issue count measures as new measures in SLBs and PRs
Duarte Meneses [Mon, 18 Feb 2019 16:01:41 +0000 (10:01 -0600)]
Minor fixes
Wouter Admiraal [Mon, 25 Feb 2019 10:38:29 +0000 (11:38 +0100)]
SONAR-11726 Add documentation suggestions for new PR overview
Janos Gyerik [Wed, 13 Feb 2019 12:56:26 +0000 (13:56 +0100)]
SONAR-11706 Add metrics to PrAnalysisData and PrChangedData
Wouter Admiraal [Wed, 13 Feb 2019 09:42:19 +0000 (10:42 +0100)]
SONAR-11724 Remove Leak Period logic from code navigator
Wouter Admiraal [Tue, 12 Feb 2019 10:08:52 +0000 (11:08 +0100)]
SONAR-11719 Update measures page for Prs anad SLBs
Wouter Admiraal [Wed, 6 Feb 2019 06:14:39 +0000 (07:14 +0100)]
SONAR-11693 New Overview tab for PRs and SLBs
Wouter Admiraal [Mon, 11 Feb 2019 07:50:45 +0000 (08:50 +0100)]
SONAR-11700 Show QG badge instead of issue breakdown for PRs and SLBs
Duarte Meneses [Thu, 14 Feb 2019 21:43:26 +0000 (15:43 -0600)]
SONAR-11707 Create new metrics for issue count and fix ITs
Duarte Meneses [Fri, 8 Feb 2019 22:10:11 +0000 (16:10 -0600)]
SONAR-11707 Return branch QG status conditions in WS
Duarte Meneses [Wed, 6 Feb 2019 14:35:19 +0000 (08:35 -0600)]
SONAR-11707 Replace hardcoded QG with project's QG for SLB/PRs
Wouter Admiraal [Fri, 8 Mar 2019 16:06:10 +0000 (17:06 +0100)]
SONARCLOUD-472 Escape HTML entity
Julien HENRY [Tue, 5 Mar 2019 17:10:07 +0000 (18:10 +0100)]
SONAR-11641 Add tests
Julien HENRY [Tue, 5 Mar 2019 08:59:43 +0000 (09:59 +0100)]
SONAR-11795 Drop persistit and move coverage measures computation to CE side
n-b-sonar [Fri, 8 Mar 2019 13:29:58 +0000 (14:29 +0100)]
SONARCLOUD-472 - Rephrase pricing question (#1302)
Michal Duda [Mon, 4 Mar 2019 15:36:16 +0000 (16:36 +0100)]
SONAR-11783 updated minor version of jackson libraries
Julien Lancelot [Fri, 8 Mar 2019 08:41:04 +0000 (09:41 +0100)]
Upgrade travis-utils to version 55
Julien Lancelot [Wed, 6 Mar 2019 09:30:49 +0000 (10:30 +0100)]
SONAR-11747 Fix portfolio computation when some projects are in warning
Simon Brandhof [Thu, 7 Mar 2019 12:30:00 +0000 (13:30 +0100)]
SONAR-11680 upgrade Tomcat to 8.5.38
Simon Brandhof [Wed, 6 Mar 2019 23:11:28 +0000 (00:11 +0100)]
SONAR-11802 fix description of metric "sqale_index"
Michal Duda [Wed, 6 Mar 2019 11:16:58 +0000 (12:16 +0100)]
SONAR-11797 fix for exception on project overview page
Simon Brandhof [Wed, 6 Mar 2019 09:00:40 +0000 (10:00 +0100)]
Fix link to next.sonarqube.com in README
[skip ci]
Julien HENRY [Fri, 1 Mar 2019 09:39:06 +0000 (10:39 +0100)]
Close properly okhttp connections in ITs
Julien HENRY [Tue, 5 Mar 2019 15:14:47 +0000 (16:14 +0100)]
SONAR-11794 Remove old deprecated metrics
Duarte Meneses [Fri, 1 Mar 2019 14:17:32 +0000 (08:17 -0600)]
SONAR-11561 Allow more special characters in branch names
Jeremy [Mon, 4 Mar 2019 14:19:47 +0000 (15:19 +0100)]
SONARCLOUD-343 improve existing org alm binding