]>
source.dussan.org Git - sonarqube.git/log
philippe-perrin-sonarsource [Thu, 18 Jul 2019 15:15:42 +0000 (17:15 +0200)]
Sort import in sonar-vsts
philippe-perrin-sonarsource [Thu, 18 Jul 2019 15:11:28 +0000 (17:11 +0200)]
Sort import in sonar-docs
Jacek [Fri, 19 Jul 2019 08:59:07 +0000 (10:59 +0200)]
SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925)
* add DDL for project_qgate table
* support saving/update/delete to project quality gate and properties
* add db migration tests
MikeBirnstiehl [Thu, 18 Jul 2019 16:20:52 +0000 (18:20 +0200)]
SONAR-12288 Fix admin links in docs
Jeremy Davis [Mon, 1 Jul 2019 16:53:17 +0000 (18:53 +0200)]
SONAR-12022 Animate snippets
philippe-perrin-sonarsource [Wed, 17 Jul 2019 09:52:13 +0000 (11:52 +0200)]
Moved SelectList to sonar-ui-common
philippe-perrin-sonarsource [Tue, 2 Jul 2019 11:53:28 +0000 (13:53 +0200)]
SONAR-12244 Handle pagination in portfolio projects list properly
philippe-perrin-sonarsource [Fri, 28 Jun 2019 14:53:20 +0000 (16:53 +0200)]
SONAR-11618 Update projects select list to also display the project key
Wouter Admiraal [Fri, 12 Jul 2019 15:51:03 +0000 (17:51 +0200)]
SONAR-12284 Remove call to /api/components/show to verify access
Simon Brandhof [Wed, 17 Jul 2019 11:19:21 +0000 (13:19 +0200)]
Fix generation of javadoc
Duarte Meneses [Mon, 15 Jul 2019 20:59:23 +0000 (15:59 -0500)]
Clean deps
Grégoire Aubert [Tue, 16 Jul 2019 11:12:16 +0000 (13:12 +0200)]
SC-704 Extract more components (#1921)
* Extract BoxedGroupAccordion
* Extract Select and SearchSelect
* Extract Validation controls
* Update sonar-ui-common
G. Ann Campbell [Mon, 15 Jul 2019 16:54:30 +0000 (12:54 -0400)]
DOC update community link
Duarte Meneses [Fri, 12 Jul 2019 20:33:56 +0000 (15:33 -0500)]
Bring back server rule implementations to sonar-plugin-api
Duarte Meneses [Fri, 12 Jul 2019 13:56:10 +0000 (08:56 -0500)]
SONAR-12283 Don't stream response of qualityprofile/export WS
Benoit [Fri, 12 Jul 2019 12:06:47 +0000 (14:06 +0200)]
MMF-769 User can close their account (#1861)
colin-mueller-sonarsource [Fri, 12 Jul 2019 09:54:03 +0000 (11:54 +0200)]
SONAR-12279 Swap Elasticsearch options to match convention
Siegfried Ehret [Fri, 12 Jul 2019 09:03:47 +0000 (11:03 +0200)]
SONAR-11007 Add disabled "Deactivate" button to rules list (#1913)
Simon Brandhof [Wed, 10 Jul 2019 09:52:43 +0000 (11:52 +0200)]
Do not git-ignore icons, for instance of sonar-docs
[skip ci]
Grégoire Aubert [Fri, 12 Jul 2019 06:35:58 +0000 (08:35 +0200)]
Wording fix in members search...
Duarte Meneses [Thu, 11 Jul 2019 20:45:07 +0000 (15:45 -0500)]
Improve test coverage
Duarte Meneses [Wed, 10 Jul 2019 19:11:11 +0000 (14:11 -0500)]
Remove dependency of sonar-scanner-engine on guava
Duarte Meneses [Wed, 10 Jul 2019 15:41:04 +0000 (10:41 -0500)]
Fix code quality issues
Duarte Meneses [Tue, 9 Jul 2019 20:30:56 +0000 (15:30 -0500)]
Extract implementation from plugin API and create new module sonar-plugin-api-impl
Duarte Meneses [Wed, 19 Jun 2019 21:12:24 +0000 (16:12 -0500)]
Reduce dependency of sonar-scanner-engine on Guava
Duarte Meneses [Wed, 19 Jun 2019 18:56:51 +0000 (13:56 -0500)]
Extract implementation from plugin API and create new module sonar-plugin-api-impl
Duarte Meneses [Thu, 6 Jun 2019 14:45:41 +0000 (09:45 -0500)]
Extract implementation from plugin API - Server rule definition
Duarte Meneses [Wed, 5 Jun 2019 16:01:49 +0000 (11:01 -0500)]
Extract implementation from plugin API - Scanner FS
Duarte Meneses [Tue, 4 Jun 2019 20:43:44 +0000 (15:43 -0500)]
Extract implementation from plugin API - fix tests
Duarte Meneses [Tue, 4 Jun 2019 15:41:54 +0000 (10:41 -0500)]
Extract implementation from plugin API - Scanner Sensor
Duarte Meneses [Tue, 4 Jun 2019 14:48:31 +0000 (09:48 -0500)]
Extract implementation from plugin API - Scanner rules
Duarte Meneses [Tue, 4 Jun 2019 14:24:58 +0000 (09:24 -0500)]
Extract implementation from plugin API - Scanner FS
Duarte Meneses [Tue, 4 Jun 2019 13:24:54 +0000 (08:24 -0500)]
Remove use of Guava in main sources of sonar-plugin-api
Siegfried Ehret [Thu, 11 Jul 2019 17:27:15 +0000 (19:27 +0200)]
Fix typo in docs (#1916)
Grégoire Aubert [Thu, 11 Jul 2019 13:15:35 +0000 (15:15 +0200)]
SC-704 Extract components into sonar-ui-common (#1714)
* SC-704 Extract icons components to sonar-ui-common
* Better typings for theme
* Use sonar-ui-common in extensions
* Extract some helpers
* Extract l10n helper to sonar-ui-common
* Extract requests helper to sonar-ui-common
* Extract part of urls helper
* Move buttons, Tooltips and ScreenPositionFixers
* Move modal related components
* Move IdentityProviderLink
* Move GenericAvatar
* Move SizeRating
* Move charts and move deps to peerDeps
* Move nav
* Move formatMeasure
* Move Rating
* Move PageActions
* Move the rest of ui components
* Move more controls components
* Include theme inside extension build
* Add missing theme context provider in extensions
* Update react to same version everywhere
* Update sonar-ui-common
* Update eslint configuration
Siegfried Ehret [Wed, 10 Jul 2019 15:45:48 +0000 (17:45 +0200)]
Update SonarCloud Orange (#1906)
Jacek [Wed, 10 Jul 2019 12:49:01 +0000 (14:49 +0200)]
SONAR-12275 Add 'component' param to ce/activity endpoint (#1904)
* add 'component' param to ce/activity endpoint
* deprecate 'componentId' request param
* remove unnecessary method in IT
Siegfried Ehret [Wed, 10 Jul 2019 11:53:04 +0000 (13:53 +0200)]
SC-833 Update text about external PR analysis in AutoScan (#1907)
Jacek [Wed, 10 Jul 2019 11:44:37 +0000 (13:44 +0200)]
Update orchestrator version to latest released 3.26.0.2111 (#1908)
Christophe Levis [Tue, 9 Jul 2019 16:12:30 +0000 (18:12 +0200)]
SONAR-12260 Update upgrade notes
Julien Lancelot [Tue, 9 Jul 2019 12:40:07 +0000 (14:40 +0200)]
SONAR-12274 Fix Pylint execution in SonarPython on Windows
Simon Brandhof [Thu, 4 Jul 2019 20:46:12 +0000 (22:46 +0200)]
Fix display of DB tests in Burgr
Bypass the limitation of Burgr that ignores tasks when names
are greater than 16 characters (BURGR-338)
Sébastien Lesaint [Fri, 5 Jul 2019 09:51:50 +0000 (11:51 +0200)]
SONAR-12251 use setNull(Types.DOUBLE) instead of setNull(Types.DECIMAL)
on SQL Server only
Sébastien Lesaint [Mon, 1 Jul 2019 13:34:55 +0000 (15:34 +0200)]
SONAR-12251 use MsSQL JDBC driver build for Java 11
Sébastien Lesaint [Tue, 2 Jul 2019 11:44:49 +0000 (13:44 +0200)]
SONAR-12261 fix project QG search on MsSQL
Sébastien Lesaint [Mon, 1 Jul 2019 15:49:24 +0000 (17:49 +0200)]
SONAR-12260 fix failing DeleteFileMeasures on MsSQL
colin-mueller-sonarsource [Wed, 3 Jul 2019 15:38:27 +0000 (17:38 +0200)]
SONAR-12263 reflect new DB requirements in sonar.properties
G. Ann Campbell [Mon, 8 Jul 2019 19:23:53 +0000 (15:23 -0400)]
DOC correct download header
Simon Brandhof [Mon, 8 Jul 2019 13:52:53 +0000 (15:52 +0200)]
SONAR-12246 remove mysql specific error message
Simon Brandhof [Tue, 2 Jul 2019 21:13:50 +0000 (23:13 +0200)]
SONAR-12246 remove from sonar.properties
Simon Brandhof [Tue, 2 Jul 2019 21:12:14 +0000 (23:12 +0200)]
SONAR-12246 remove MySQL dialect
Simon Brandhof [Tue, 2 Jul 2019 07:52:05 +0000 (09:52 +0200)]
SONAR-12246 Remove MySQL check for DCE
It's redundant with global end-of-support of MySQL
Simon Brandhof [Tue, 2 Jul 2019 07:49:07 +0000 (09:49 +0200)]
SONAR-12246 Remove SQL requests specific to MySQL
Simon Brandhof [Tue, 2 Jul 2019 07:48:16 +0000 (09:48 +0200)]
SONAR-12246 Remove dependencies on MySQL driver
Simon Brandhof [Tue, 2 Jul 2019 07:47:40 +0000 (09:47 +0200)]
SONAR-12246 Remove unused mysql files
G. Ann Campbell [Mon, 8 Jul 2019 17:35:02 +0000 (13:35 -0400)]
DOC update example plugin key
We don't let community plugins claim a language name as a plugin key anymore, so let's not give them an example that does.
Simon Brandhof [Mon, 8 Jul 2019 14:11:45 +0000 (16:11 +0200)]
Rephrase SonarCloud doc about TLS 1.2
See https://discuss.sonarsource.com/t/documentation-ambiguous-statement-about-tls-1-2/2881
[skip ci]
Simon Brandhof [Mon, 8 Jul 2019 14:48:26 +0000 (16:48 +0200)]
SC-799 improve migration WS
mickael-caro-sonarsource [Mon, 8 Jul 2019 11:30:11 +0000 (13:30 +0200)]
MMF-1737 Analyze Bitbucket repositories with Azure Pipelines (#1879)
* SC-762- Tutorial for new BbC projects should mention support of Azure Pipelines
* Updated tutorial for bitbucketcloud
* SC-801 - Organization and its eventual app install related entity are now mandatory while targeting a bound project on ALMs.
* SC-801 --TEMP Added INFO logs
* SC-801 - Added back return of alm binding if no project alm is present.
* SC-801 - Fixed added log, failing unit tests before.
* SC-801 - Added extra logs (TEMP)
* SC-801 - Reverted unwanted imports.
* SC-801 - Adaptation of UT following the add of logs TO BE REVERTED ONCE OK
* SC-801 - Changed newly added log levels to debug to see if they are popping in the CE logs.
* SC-801 - Add constant for Bitbucket API Version in its REST client.
* SC-760 - Updated documentation to support Azure Pipelines.
* SC-801 - Reverted all temporary logs
* fixup! SC-760 - remove inside file links to avoid failing of unint tests.
* SC-801 - Fixes after review
* SC-760 - Splited documentation to 3 in total, with azure pipelines and bitbucket pipelines.
* SC-762 - Updated Snapshot
* SC-762 - Updated onboarding tutorial + documentation
* SC-762 - Updated formating of .tsx following yarn validate.
* SC-801 - Added unit tests + removed codesmell
* SC-760 - Updated documentation markdowns for Bitbucket.
* SC-801 - Removed unused import.
* SC-801 - Updated failing unit tests.
* SC-801 - Fix typo
* SC-801 - Resolving issues following analysis by SQ
Sébastien Lesaint [Tue, 2 Jul 2019 10:29:28 +0000 (12:29 +0200)]
SONAR-12251 change docker image for QA to not run SQ as root
Benoit [Thu, 4 Jul 2019 09:59:42 +0000 (11:59 +0200)]
SC-819 Make Organization#guarded column nullable
Janos Gyerik [Wed, 3 Jul 2019 09:11:55 +0000 (11:11 +0200)]
SC-799 Add temporary live migration to delete empty personal orgs
Janos Gyerik [Wed, 3 Jul 2019 09:11:08 +0000 (11:11 +0200)]
SC-799 Extract organization deletion to OrganizationDeleter
Benoît Gianinetti [Fri, 28 Jun 2019 07:46:59 +0000 (09:46 +0200)]
SC-764 Return alm organization type in /api/organizations/search
Benoît Gianinetti [Thu, 27 Jun 2019 13:05:45 +0000 (15:05 +0200)]
SC-764 Return alm ogranization type in /api/navigation/organization
Grégoire Aubert [Thu, 27 Jun 2019 08:56:15 +0000 (10:56 +0200)]
SC-764 Don't sync members when binding personal github org.
Benoit [Wed, 26 Jun 2019 07:44:17 +0000 (09:44 +0200)]
SC-764 Users can remove their personal organization
Benoit [Tue, 25 Jun 2019 13:21:05 +0000 (15:21 +0200)]
SC-786 Drop warning when user login after renaming account
Janos Gyerik [Mon, 24 Jun 2019 15:33:22 +0000 (17:33 +0200)]
SC-764 Drop guarded field in WS responses
Benoit [Tue, 25 Jun 2019 12:03:30 +0000 (14:03 +0200)]
SC-764 Drop personalOrganization in /api/users/current
Grégoire Aubert [Fri, 21 Jun 2019 08:22:55 +0000 (10:22 +0200)]
SC-786 Drop update login warning page
Grégoire Aubert [Fri, 21 Jun 2019 07:10:32 +0000 (09:10 +0200)]
SC-781 Remove special behavior to bind personal organization
* Update documentation talking about personal orgs
* Drop unused organization/delete route
Benoit [Mon, 24 Jun 2019 15:16:52 +0000 (17:16 +0200)]
SC-763 Remove creation of personal organizations
CS [Fri, 5 Jul 2019 14:36:12 +0000 (16:36 +0200)]
DOC Enable COBOL analysis without file suffixes (#1890)
* Add method for analyzing without file suffixes
* Simplify wording; shrink example
G. Ann Campbell [Wed, 3 Jul 2019 14:57:00 +0000 (10:57 -0400)]
DOC add whitespace to fix formatting
G. Ann Campbell [Wed, 3 Jul 2019 17:10:13 +0000 (13:10 -0400)]
DOC add/correct punctuation
Simon Brandhof [Tue, 2 Jul 2019 21:45:01 +0000 (23:45 +0200)]
Use special branch for nightly DB tests
Simon Brandhof [Tue, 2 Jul 2019 19:00:46 +0000 (21:00 +0200)]
Drop MySQL tests from Cirrus
Julien HENRY [Tue, 2 Jul 2019 07:59:40 +0000 (09:59 +0200)]
Update API changes documentation
Simon Brandhof [Tue, 2 Jul 2019 11:38:31 +0000 (13:38 +0200)]
Use GA release of SQLServer 2017 for tests
Simon Brandhof [Tue, 2 Jul 2019 11:38:20 +0000 (13:38 +0200)]
Drop tests on SQLServer 2019
The preview version of SQLServer 2019 has an expiration period. Let's
wait for the GA release instead of upgrading preview versions from
time to time.
Jeff Zapotoczny [Tue, 2 Jul 2019 18:04:32 +0000 (13:04 -0500)]
Fixing hashmark in MethodId heading specific to C Sharp (#1868)
G. Ann Campbell [Mon, 1 Jul 2019 16:13:08 +0000 (12:13 -0400)]
DOC drop link to 6.7 "LTS"
G. Ann Campbell [Mon, 1 Jul 2019 16:12:07 +0000 (12:12 -0400)]
DOC Add causes of "Missing blame info..."
Siegfried Ehret [Mon, 1 Jul 2019 13:42:52 +0000 (15:42 +0200)]
SC-687 Fix tutorial for manual projects (#1848)
Eric Hartmann [Fri, 28 Jun 2019 16:25:30 +0000 (18:25 +0200)]
Fix the systemd unit file
when stopping the service
Simon Brandhof [Mon, 1 Jul 2019 09:50:47 +0000 (11:50 +0200)]
Set version 8.0-SNAPSHOT
Simon Brandhof [Mon, 1 Jul 2019 07:56:26 +0000 (09:56 +0200)]
Use Orchestrator RELEASE
Simon Brandhof [Sun, 30 Jun 2019 18:05:18 +0000 (20:05 +0200)]
Release 7.9
Christophe Levis [Sun, 30 Jun 2019 15:09:45 +0000 (17:09 +0200)]
SONAR-12251 add warning about migration with MSSQL Server
Simon Brandhof [Fri, 28 Jun 2019 15:28:00 +0000 (17:28 +0200)]
SONAR-12251 fix statement leak in DB migrations
Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
Julien Lancelot [Fri, 28 Jun 2019 15:09:56 +0000 (17:09 +0200)]
SONAR-12140 Improve stability by reducing thread sleep in unit test
Julien Lancelot [Fri, 28 Jun 2019 12:57:46 +0000 (14:57 +0200)]
SONAR-12249 Update SonarSource Security categories with the latest definition
Julien Lancelot [Fri, 28 Jun 2019 13:59:00 +0000 (15:59 +0200)]
SONAR-12216 Upgrade SonarCSS to 1.1.1.1010
Evgeny Mandrikov [Fri, 28 Jun 2019 14:10:19 +0000 (16:10 +0200)]
Upgrade sonar-jacoco-plugin to 1.0.2
Sébastien Lesaint [Thu, 27 Jun 2019 09:31:14 +0000 (11:31 +0200)]
SONAR-11874 ignore inaccessible files when cleaning tmp dir
Duarte Meneses [Fri, 28 Jun 2019 13:41:09 +0000 (15:41 +0200)]
DOCS update Oracle JDBC driver recommendation
Sébastien Lesaint [Wed, 26 Jun 2019 13:57:04 +0000 (15:57 +0200)]
SONAR-12127 don't run new migrations when upgrading from 7.0
Sébastien Lesaint [Wed, 26 Jun 2019 13:56:09 +0000 (15:56 +0200)]
SONAR-12127 optimize migrations on LIVE_MEASURES and PROJECT_MEASURES
Julien Lancelot [Fri, 28 Jun 2019 07:21:02 +0000 (09:21 +0200)]
SONAR-11964 Fail at startup when detecting MySQL