]>
source.dussan.org Git - sonarqube.git/log
Sébastien Lesaint [Thu, 29 Aug 2019 11:47:54 +0000 (13:47 +0200)]
use testFixtures instead of test configuration of server-common
Sébastien Lesaint [Thu, 29 Aug 2019 15:15:15 +0000 (17:15 +0200)]
drop now useless module sonar-db-testing
Sébastien Lesaint [Wed, 28 Aug 2019 15:57:49 +0000 (17:57 +0200)]
use testFixtures instead of test configuration of db-dao
Sébastien Lesaint [Wed, 28 Aug 2019 15:33:17 +0000 (17:33 +0200)]
use testFixtures instead of test configuration of db-core
Sébastien Lesaint [Wed, 28 Aug 2019 14:52:53 +0000 (16:52 +0200)]
use testFixtures instead of test configuration of webserver-ws
Sébastien Lesaint [Thu, 29 Aug 2019 09:39:20 +0000 (11:39 +0200)]
fix documented docker build command line and make it run fast
added .dockerignore file to only send relevant data to Docker Daemon instead of the full current repository (which represents 480Mb+ on Cirrus and locally can be 6Gb)
Sébastien Lesaint [Wed, 28 Aug 2019 14:07:39 +0000 (16:07 +0200)]
upgrade Gradle to 5.6.1
Sébastien Lesaint [Fri, 30 Aug 2019 09:35:30 +0000 (11:35 +0200)]
remove rethrow of exception in tryToStartProcess
rethrowing is effectively useless as no called will catch the exception
in practice, it is caught by the default exception handle of technical thread involved in scheduler SQ start/stop and logged to default logger
this is just noise as the error has been logged by ManagedProcessHandler's start method anyway.
Sébastien Lesaint [Fri, 30 Aug 2019 09:13:06 +0000 (11:13 +0200)]
Event thread must not interrupt itself when hard stopping
same applies to StopWatcher thread
Sébastien Lesaint [Wed, 28 Aug 2019 13:09:50 +0000 (15:09 +0200)]
remove deprecated WsTester
Wouter Admiraal [Thu, 29 Aug 2019 13:47:44 +0000 (15:47 +0200)]
Fix sonar-docs yarn.lock file
Sébastien Lesaint [Thu, 29 Aug 2019 22:38:11 +0000 (00:38 +0200)]
"yarn install" should be executed with option "--frozen-lockfile"
Sébastien Lesaint [Tue, 27 Aug 2019 15:35:14 +0000 (17:35 +0200)]
SONAR-12423 fix misleading naming in notification stat classes
Sébastien Lesaint [Tue, 27 Aug 2019 15:09:04 +0000 (17:09 +0200)]
SONAR-12423 do not display component with zero issues
in "new issues" and "my new issues" email notifications
Simon Brandhof [Thu, 29 Aug 2019 07:43:10 +0000 (09:43 +0200)]
Attempt to fix FP in SchedulerImplTest
Pierre Guillot [Thu, 29 Aug 2019 07:59:46 +0000 (09:59 +0200)]
ORCH-437 upgrade orchestrator
Simon Brandhof [Wed, 28 Aug 2019 15:25:25 +0000 (17:25 +0200)]
Fix notifications of nightly builds
The branch "nightly-build" is replaced by the branch "dogfood-on-next"
every night by the Jenkins job "trigger-nightly-sonar-enterprise".
That triggers the execution of integration tests on all databases.
Unfortunately the team is not notified when tests fail. Errors are not
visible from:
- wallboards
- the project default page on burgr
- slack channels
The root cause is that burgr does not consider the branch "nightly-build"
as being shared by the team. The workaround is to rename the branch by
prefixing it with "branch-". This is convention for long-living
maintenance branches.
Jacek [Wed, 28 Aug 2019 06:06:51 +0000 (08:06 +0200)]
SONAR-12376 - increase project key param limit to 400 in api/webhook/create (#2027)
Wouter Admiraal [Mon, 26 Aug 2019 07:31:41 +0000 (09:31 +0200)]
SONAR-12416 Fine-tune badges appearance
Wouter Admiraal [Thu, 22 Aug 2019 13:15:54 +0000 (15:15 +0200)]
SONAR-12333 Cleanup profile inheritance typings, improve coverage
Wouter Admiraal [Fri, 23 Aug 2019 13:45:40 +0000 (15:45 +0200)]
SONAR-12333 Write IT, improve existing ITs
Wouter Admiraal [Thu, 22 Aug 2019 14:12:05 +0000 (16:12 +0200)]
SONAR-12333 Change modal confirmation button to 'Extend'
Wouter Admiraal [Tue, 20 Aug 2019 08:35:25 +0000 (10:35 +0200)]
SONAR-12402 Allow filtering by multiple tags on macOS
Wouter Admiraal [Fri, 9 Aug 2019 06:36:54 +0000 (08:36 +0200)]
SONAR-12392 Fix Issue filtering using Directory facet
Wouter Admiraal [Mon, 19 Aug 2019 13:50:40 +0000 (15:50 +0200)]
SONAR-12403 Fix Issue filtering using File facet
Wouter Admiraal [Mon, 19 Aug 2019 08:59:34 +0000 (10:59 +0200)]
SONAR-11448 Update closed issue changelog comment about line number
Wouter Admiraal [Mon, 19 Aug 2019 08:02:16 +0000 (10:02 +0200)]
SONAR-10805 Fix unwanted content overlap on narrow screens
CS [Thu, 22 Aug 2019 07:00:32 +0000 (09:00 +0200)]
DOCS Add instructions for Application to a Portfolios (#2014)
* Add instructions on adding an Application to a Portfolios
* Edit following review
* Fix broken link
MikeBirnstiehl [Wed, 21 Aug 2019 18:58:09 +0000 (13:58 -0500)]
DOCS remove analyzer docs not up to date warning
MikeBirnstiehl [Wed, 21 Aug 2019 15:57:45 +0000 (10:57 -0500)]
DOCS update heading levels
CS [Wed, 21 Aug 2019 14:24:10 +0000 (16:24 +0200)]
DOCS fix broken links (#2020)
Jeremy Davis [Tue, 13 Aug 2019 14:57:22 +0000 (16:57 +0200)]
SONAR-12399 Fix vulnerabilities with secondary locations
Jeremy Davis [Tue, 13 Aug 2019 13:16:57 +0000 (15:16 +0200)]
SONAR-12334 Fix issue
CS [Wed, 21 Aug 2019 08:06:00 +0000 (10:06 +0200)]
DOCS Remove old limitation of hard-coded SLB QG (#2015)
Wouter Admiraal [Thu, 15 Aug 2019 10:04:47 +0000 (12:04 +0200)]
SONAR-12401 Footer Documentation link should point to embedded doc
Wouter Admiraal [Thu, 15 Aug 2019 09:33:47 +0000 (11:33 +0200)]
SONAR-12368 Fix documentation in IE11
Wouter Admiraal [Mon, 12 Aug 2019 12:23:53 +0000 (14:23 +0200)]
SONAR-12348 Fix formatting issue
Wouter Admiraal [Thu, 8 Aug 2019 14:44:38 +0000 (16:44 +0200)]
SONAR-12391 Exclude collapsible block labels from floating TOC
Wouter Admiraal [Fri, 26 Jul 2019 14:25:06 +0000 (16:25 +0200)]
SONAR-12346 Unmount extensions cleanly before mounting a new one
Jacek [Tue, 20 Aug 2019 13:07:12 +0000 (15:07 +0200)]
SONAR-8115 - remove default quality gate from Properties table (#1980)
* SONAR-8115 - remove default quality gate from Properties table
Pierre Guillot [Thu, 15 Aug 2019 08:26:44 +0000 (10:26 +0200)]
DOC fix es version in faq
Sébastien Lesaint [Wed, 14 Aug 2019 15:36:39 +0000 (17:36 +0200)]
fix missing package-info.java files
Sébastien Lesaint [Wed, 14 Aug 2019 14:50:27 +0000 (16:50 +0200)]
drop usage of dependency to sonar-webserver-api test jar
Sébastien Lesaint [Wed, 14 Aug 2019 14:21:32 +0000 (16:21 +0200)]
sanitize dependencies on testjar of modules sonar-webserver*
Sébastien Lesaint [Wed, 14 Aug 2019 13:31:09 +0000 (15:31 +0200)]
fix some (old) quality flaws
Sébastien Lesaint [Wed, 14 Aug 2019 11:11:35 +0000 (13:11 +0200)]
clean-up dependencies between webserver modules
leverage transitive dependencies to simplify dependencies
Sébastien Lesaint [Wed, 14 Aug 2019 10:46:39 +0000 (12:46 +0200)]
rename sonar-webserver-common to sonar-webserver-api
Sébastien Lesaint [Wed, 14 Aug 2019 10:38:28 +0000 (12:38 +0200)]
clean up sonar-webserver content belonging to sonar-webserver-core
Sébastien Lesaint [Wed, 14 Aug 2019 09:07:17 +0000 (11:07 +0200)]
rename sonar-server to sonar-webserver-core
Sébastien Lesaint [Wed, 14 Aug 2019 07:38:13 +0000 (09:38 +0200)]
remove need to add H2 dependency when depending on sonar-db-testing
Sébastien Lesaint [Wed, 14 Aug 2019 06:43:40 +0000 (08:43 +0200)]
remove all other dependencies onto sonar-server
was causing funky dependency tree for tests (almost loop)
dependency was sometimes added for transitive dependencies
module was super large yet hardly a couple classes were used
Sébastien Lesaint [Tue, 13 Aug 2019 15:17:51 +0000 (17:17 +0200)]
remove dependency from sonar-webserver-webapi to sonar-server
Sébastien Lesaint [Tue, 13 Aug 2019 16:05:32 +0000 (18:05 +0200)]
move WrapInSingleElementArray to the single module where it's used
Sébastien Lesaint [Tue, 13 Aug 2019 12:39:37 +0000 (14:39 +0200)]
make TelemetryDataLoader an interface
this will easy later refactoring
Sébastien Lesaint [Tue, 13 Aug 2019 12:17:32 +0000 (14:17 +0200)]
make MetricToDto upper level class and move it to metric package
because it used in several unrelated packages
Sébastien Lesaint [Tue, 13 Aug 2019 11:54:45 +0000 (13:54 +0200)]
separate Action from indirect dependencies in system WS
Sébastien Lesaint [Mon, 12 Aug 2019 15:48:03 +0000 (17:48 +0200)]
create sonar-webserver-es from sonar-server
Sébastien Lesaint [Mon, 12 Aug 2019 13:24:22 +0000 (15:24 +0200)]
create webserver-auth and webserver-common from sonar-server
actual module names are sonar-webserver-auth and sonar-webserver-common
Sébastien Lesaint [Mon, 12 Aug 2019 09:16:43 +0000 (11:16 +0200)]
move some WSUtils methods to NotFoundException and ServerException
Sébastien Lesaint [Mon, 12 Aug 2019 10:00:07 +0000 (12:00 +0200)]
remove unused OrganizationUpdater from UserUpdater
Sébastien Lesaint [Fri, 9 Aug 2019 15:07:03 +0000 (17:07 +0200)]
remove some SonarCloud specific code
Sébastien Lesaint [Fri, 9 Aug 2019 12:04:34 +0000 (14:04 +0200)]
delete old unused resources in sonar-server
most were probably forgotten when the class which used them was deleted
Sébastien Lesaint [Thu, 8 Aug 2019 13:27:57 +0000 (15:27 +0200)]
create sonar-webserver-webapi from sonar-server
Sébastien Lesaint [Thu, 8 Aug 2019 10:28:41 +0000 (12:28 +0200)]
create sonar-webserver from sonar-server
contains the Web Server "executable", the Pico Container definition (to allow building it up from multiple modules) and Tomcat/JEE specific code
Sébastien Lesaint [Thu, 8 Aug 2019 09:22:13 +0000 (11:22 +0200)]
create sonar-webserver-es from sonar-server
ie. move WS engine to dedicated project
Sébastien Lesaint [Wed, 14 Aug 2019 14:52:13 +0000 (16:52 +0200)]
update javax-servlet-api to 3.1.0
this is a forgotten version upgrade. recent version of Tomcat support 3.1.0
Sébastien Lesaint [Tue, 13 Aug 2019 15:29:34 +0000 (17:29 +0200)]
remove dead code: RubyUtils
philippe-perrin-sonarsource [Mon, 12 Aug 2019 11:47:54 +0000 (13:47 +0200)]
SONAR-8520 Make schema dumper cross-platform
Sébastien Lesaint [Wed, 14 Aug 2019 07:49:42 +0000 (09:49 +0200)]
fix bad UT in RegisterMetricsTest
which caused it to be unstable
MikeBirnstiehl [Tue, 13 Aug 2019 13:26:57 +0000 (08:26 -0500)]
DOCS update GH integration headings to enable TOC
Jeremy [Tue, 13 Aug 2019 07:19:36 +0000 (09:19 +0200)]
SONAR-12334 Add primary location in snippets
Wouter Admiraal [Wed, 7 Aug 2019 09:25:32 +0000 (11:25 +0200)]
SONAR-12384 Update Gatsby build to include plugin documentation
Michal Duda [Wed, 7 Aug 2019 10:39:35 +0000 (12:39 +0200)]
SONAR-12384 update gradle build
Michal Duda [Fri, 7 Jun 2019 10:25:22 +0000 (12:25 +0200)]
SONAR-12197 completely drop "sonar.branch" code
Wouter Admiraal [Mon, 12 Aug 2019 06:39:46 +0000 (08:39 +0200)]
SONAR-12325 Limit embedded documentation overrides to language plugins
philippe-perrin-sonarsource [Fri, 9 Aug 2019 08:58:52 +0000 (10:58 +0200)]
Bump sonar-ui-common version
philippe-perrin-sonarsource [Wed, 7 Aug 2019 09:16:44 +0000 (11:16 +0200)]
SONAR-12322 Project Mark/Unmark as favorite button is not refreshing properly when switching of project
Sébastien Lesaint [Fri, 26 Jul 2019 15:16:59 +0000 (17:16 +0200)]
remove DBUnit
Sébastien Lesaint [Fri, 26 Jul 2019 09:29:23 +0000 (11:29 +0200)]
CreateDb initialize DB without starting full SQ
+ db-core & db-migration UTS are executed only on H2
Sébastien Lesaint [Fri, 26 Jul 2019 09:19:42 +0000 (11:19 +0200)]
SONAR-8520 remove H2 specific way of creating database in Unit tests
Sébastien Lesaint [Fri, 19 Jul 2019 15:12:33 +0000 (17:12 +0200)]
SONAR-8520 init H2 with Java code as with all other DBs
schema-h2.ddl file is replaced by autogenerated file schema-sq.ddl (and moved to module sonar-db-dao)
files rows-h2.sql and schema_migrations-h2.ddl are dropped
command "./gradlew :server:sonar-db-dao:dumpSchema" can be used to update schema-sq.ddl
but this is optional as build will always ensure file is up-to-date with java changes and fail the build if it is not (required for CI builds)
Sébastien Lesaint [Fri, 19 Jul 2019 13:39:22 +0000 (15:39 +0200)]
SONAR-8520 fix missing not null in schema-h2.ddl for table PROPERTIES
Sébastien Lesaint [Fri, 19 Jul 2019 12:17:16 +0000 (14:17 +0200)]
SONAR-8520 move H2 scripts to sonar-db-dao
Sébastien Lesaint [Wed, 19 Jun 2019 12:30:01 +0000 (14:30 +0200)]
SONAR-12218 remove DB migrations before 8.0
Wouter Admiraal [Mon, 29 Jul 2019 15:36:36 +0000 (17:36 +0200)]
SONAR-11833 Make it clear that only On New Code conditions apply to PRs
Evgeny Mandrikov [Fri, 9 Aug 2019 00:52:46 +0000 (02:52 +0200)]
JAR of sonar-xoo-plugin should not contain sonar-plugin-api
* Plugins should not embed sonar-plugin-api, unfortunately this
happened due to typo in
efad42ce25ddaa8083546859c6c05a635260b77d
* And this was preventing caching of build task ":sonar-scanner-engine:test"
Pierre Guillot [Wed, 31 Jul 2019 13:31:59 +0000 (15:31 +0200)]
SONAR-12363 upgrade jackson version
Pierre Guillot [Wed, 31 Jul 2019 13:02:44 +0000 (15:02 +0200)]
SONAR-12362 upgrade tomcat version for security patches
Wouter Admiraal [Fri, 2 Aug 2019 13:00:49 +0000 (15:00 +0200)]
SONAR-12342 Align VB.Net documentation key with plugin key
philippe-perrin-sonarsource [Mon, 29 Jul 2019 13:17:35 +0000 (15:17 +0200)]
SONAR-12325 Include documentation from plugins
Jacek [Wed, 31 Jul 2019 14:48:16 +0000 (16:48 +0200)]
SONAR-12351 list plugins with documentation (#1963)
Wouter Admiraal [Wed, 24 Jul 2019 14:56:17 +0000 (16:56 +0200)]
SONAR-12330 Don't filter content multiple times
MikeBirnstiehl [Mon, 5 Aug 2019 15:17:44 +0000 (10:17 -0500)]
DOCS update 2 min guide and add troubleshooting link
Siegfried Ehret [Fri, 2 Aug 2019 08:09:38 +0000 (10:09 +0200)]
SONAR-12199 Update tests
Grégoire Aubert [Tue, 30 Jul 2019 12:32:52 +0000 (14:32 +0200)]
SONAR-12245 Fix throwGlobalError and parseError for SonarCloud
Siegfried Ehret [Thu, 25 Jul 2019 09:47:28 +0000 (11:47 +0200)]
SONAR-12199 Add Copy button to file header and update ClipboardButton
usage
Simon Brandhof [Fri, 2 Aug 2019 07:49:32 +0000 (09:49 +0200)]
SONAR-12370 Prevent potential vulnerability with web API api/l10n/index
Wouter Admiraal [Thu, 18 Jul 2019 07:30:11 +0000 (09:30 +0200)]
SONAR-12320 Don't use a badge for the analysis warning
Wouter Admiraal [Wed, 17 Jul 2019 16:20:25 +0000 (18:20 +0200)]
SONAR-12276 Remove badge styling from elements
Wouter Admiraal [Thu, 18 Jul 2019 07:55:08 +0000 (09:55 +0200)]
SONAR-11714 Don't use badges for analysis version events