]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
5 years agoclean-up dependencies between webserver modules
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

5 years agorename sonar-webserver-common to sonar-webserver-api
Sébastien Lesaint [Wed, 14 Aug 2019 10:46:39 +0000 (12:46 +0200)]
rename sonar-webserver-common to sonar-webserver-api

5 years agoclean up sonar-webserver content belonging to sonar-webserver-core
Sébastien Lesaint [Wed, 14 Aug 2019 10:38:28 +0000 (12:38 +0200)]
clean up sonar-webserver content belonging to sonar-webserver-core

5 years agorename sonar-server 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

5 years agoremove need to add H2 dependency when depending on sonar-db-testing
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

5 years agoremove all other dependencies onto sonar-server
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

5 years agoremove dependency from sonar-webserver-webapi to sonar-server
Sébastien Lesaint [Tue, 13 Aug 2019 15:17:51 +0000 (17:17 +0200)]
remove dependency from sonar-webserver-webapi to sonar-server

5 years agomove WrapInSingleElementArray to the single module where it's used
Sébastien Lesaint [Tue, 13 Aug 2019 16:05:32 +0000 (18:05 +0200)]
move WrapInSingleElementArray to the single module where it's used

5 years agomake TelemetryDataLoader an interface
Sébastien Lesaint [Tue, 13 Aug 2019 12:39:37 +0000 (14:39 +0200)]
make TelemetryDataLoader an interface

this will easy later refactoring

5 years agomake MetricToDto upper level class and move it to metric package
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

5 years agoseparate Action from indirect dependencies in system WS
Sébastien Lesaint [Tue, 13 Aug 2019 11:54:45 +0000 (13:54 +0200)]
separate Action from indirect dependencies in system WS

5 years agocreate sonar-webserver-es from sonar-server
Sébastien Lesaint [Mon, 12 Aug 2019 15:48:03 +0000 (17:48 +0200)]
create sonar-webserver-es from sonar-server

5 years agocreate webserver-auth and webserver-common 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

5 years agomove some WSUtils methods to NotFoundException and ServerException
Sébastien Lesaint [Mon, 12 Aug 2019 09:16:43 +0000 (11:16 +0200)]
move some WSUtils methods to NotFoundException and ServerException

5 years agoremove unused OrganizationUpdater from UserUpdater
Sébastien Lesaint [Mon, 12 Aug 2019 10:00:07 +0000 (12:00 +0200)]
remove unused OrganizationUpdater from UserUpdater

5 years agoremove some SonarCloud specific code
Sébastien Lesaint [Fri, 9 Aug 2019 15:07:03 +0000 (17:07 +0200)]
remove some SonarCloud specific code

5 years agodelete old unused resources in sonar-server
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

5 years agocreate sonar-webserver-webapi from sonar-server
Sébastien Lesaint [Thu, 8 Aug 2019 13:27:57 +0000 (15:27 +0200)]
create sonar-webserver-webapi from sonar-server

5 years agocreate sonar-webserver 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

5 years agocreate sonar-webserver-es from sonar-server
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

5 years agoupdate javax-servlet-api to 3.1.0
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

5 years agoremove dead code: RubyUtils
Sébastien Lesaint [Tue, 13 Aug 2019 15:29:34 +0000 (17:29 +0200)]
remove dead code: RubyUtils

5 years agoSONAR-8520 Make schema dumper cross-platform
philippe-perrin-sonarsource [Mon, 12 Aug 2019 11:47:54 +0000 (13:47 +0200)]
SONAR-8520 Make schema dumper cross-platform

5 years agofix bad UT in RegisterMetricsTest
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

5 years agoDOCS update GH integration headings to enable TOC
MikeBirnstiehl [Tue, 13 Aug 2019 13:26:57 +0000 (08:26 -0500)]
DOCS update GH integration headings to enable TOC

5 years agoSONAR-12334 Add primary location in snippets
Jeremy [Tue, 13 Aug 2019 07:19:36 +0000 (09:19 +0200)]
SONAR-12334 Add primary location in snippets

5 years agoSONAR-12384 Update Gatsby build to include plugin documentation
Wouter Admiraal [Wed, 7 Aug 2019 09:25:32 +0000 (11:25 +0200)]
SONAR-12384 Update Gatsby build to include plugin documentation

5 years agoSONAR-12384 update gradle build
Michal Duda [Wed, 7 Aug 2019 10:39:35 +0000 (12:39 +0200)]
SONAR-12384 update gradle build

5 years agoSONAR-12197 completely drop "sonar.branch" code
Michal Duda [Fri, 7 Jun 2019 10:25:22 +0000 (12:25 +0200)]
SONAR-12197 completely drop "sonar.branch" code

5 years agoSONAR-12325 Limit embedded documentation overrides to language plugins
Wouter Admiraal [Mon, 12 Aug 2019 06:39:46 +0000 (08:39 +0200)]
SONAR-12325 Limit embedded documentation overrides to language plugins

5 years agoBump sonar-ui-common version
philippe-perrin-sonarsource [Fri, 9 Aug 2019 08:58:52 +0000 (10:58 +0200)]
Bump sonar-ui-common version

5 years agoSONAR-12322 Project Mark/Unmark as favorite button is not refreshing properly when...
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

5 years agoremove DBUnit
Sébastien Lesaint [Fri, 26 Jul 2019 15:16:59 +0000 (17:16 +0200)]
remove DBUnit

5 years agoCreateDb initialize DB without starting full SQ
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

5 years agoSONAR-8520 remove H2 specific way of creating database in Unit tests
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

5 years agoSONAR-8520 init H2 with Java code as with all other DBs
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)

5 years agoSONAR-8520 fix missing not null in schema-h2.ddl for table PROPERTIES
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

5 years agoSONAR-8520 move H2 scripts to sonar-db-dao
Sébastien Lesaint [Fri, 19 Jul 2019 12:17:16 +0000 (14:17 +0200)]
SONAR-8520 move H2 scripts to sonar-db-dao

5 years agoSONAR-12218 remove DB migrations before 8.0
Sébastien Lesaint [Wed, 19 Jun 2019 12:30:01 +0000 (14:30 +0200)]
SONAR-12218 remove DB migrations before 8.0

5 years agoSONAR-11833 Make it clear that only On New Code conditions apply to PRs
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

5 years agoJAR of sonar-xoo-plugin should not contain sonar-plugin-api
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"

5 years agoSONAR-12363 upgrade jackson version
Pierre Guillot [Wed, 31 Jul 2019 13:31:59 +0000 (15:31 +0200)]
SONAR-12363 upgrade jackson version

5 years agoSONAR-12362 upgrade tomcat version for security patches
Pierre Guillot [Wed, 31 Jul 2019 13:02:44 +0000 (15:02 +0200)]
SONAR-12362 upgrade tomcat version for security patches

5 years agoSONAR-12342 Align VB.Net documentation key with plugin key
Wouter Admiraal [Fri, 2 Aug 2019 13:00:49 +0000 (15:00 +0200)]
SONAR-12342 Align VB.Net documentation key with plugin key

5 years agoSONAR-12325 Include documentation from plugins
philippe-perrin-sonarsource [Mon, 29 Jul 2019 13:17:35 +0000 (15:17 +0200)]
SONAR-12325 Include documentation from plugins

5 years agoSONAR-12351 list plugins with documentation (#1963)
Jacek [Wed, 31 Jul 2019 14:48:16 +0000 (16:48 +0200)]
SONAR-12351 list plugins with documentation (#1963)

5 years agoSONAR-12330 Don't filter content multiple times
Wouter Admiraal [Wed, 24 Jul 2019 14:56:17 +0000 (16:56 +0200)]
SONAR-12330 Don't filter content multiple times

5 years agoDOCS update 2 min guide and add troubleshooting link
MikeBirnstiehl [Mon, 5 Aug 2019 15:17:44 +0000 (10:17 -0500)]
DOCS update 2 min guide and add troubleshooting link

5 years agoSONAR-12199 Update tests
Siegfried Ehret [Fri, 2 Aug 2019 08:09:38 +0000 (10:09 +0200)]
SONAR-12199 Update tests

5 years agoSONAR-12245 Fix throwGlobalError and parseError for SonarCloud
Grégoire Aubert [Tue, 30 Jul 2019 12:32:52 +0000 (14:32 +0200)]
SONAR-12245 Fix throwGlobalError and parseError for SonarCloud

5 years agoSONAR-12199 Add Copy button to file header and update ClipboardButton
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

5 years agoSONAR-12370 Prevent potential vulnerability with web API api/l10n/index
Simon Brandhof [Fri, 2 Aug 2019 07:49:32 +0000 (09:49 +0200)]
SONAR-12370 Prevent potential vulnerability with web API api/l10n/index

5 years agoSONAR-12320 Don't use a badge for the analysis warning
Wouter Admiraal [Thu, 18 Jul 2019 07:30:11 +0000 (09:30 +0200)]
SONAR-12320 Don't use a badge for the analysis warning

5 years agoSONAR-12276 Remove badge styling from elements
Wouter Admiraal [Wed, 17 Jul 2019 16:20:25 +0000 (18:20 +0200)]
SONAR-12276 Remove badge styling from elements

5 years agoSONAR-11714 Don't use badges for analysis version events
Wouter Admiraal [Thu, 18 Jul 2019 07:55:08 +0000 (09:55 +0200)]
SONAR-11714 Don't use badges for analysis version events

5 years agoSONAR-11714 Update all badge definitions
Wouter Admiraal [Wed, 17 Jul 2019 16:03:44 +0000 (18:03 +0200)]
SONAR-11714 Update all badge definitions

5 years agoSONAR-11648 Don't render coverage if no value is provided
Wouter Admiraal [Wed, 26 Jun 2019 13:03:07 +0000 (15:03 +0200)]
SONAR-11648 Don't render coverage if no value is provided

5 years agoSONAR-12292 Do not debounce the fetchBranchStatus root action
Wouter Admiraal [Wed, 17 Jul 2019 07:40:55 +0000 (09:40 +0200)]
SONAR-12292 Do not debounce the fetchBranchStatus root action

5 years agoSONAR-12292 Remove redundant WS call when QG conditions are updated
Wouter Admiraal [Wed, 17 Jul 2019 07:18:16 +0000 (09:18 +0200)]
SONAR-12292 Remove redundant WS call when QG conditions are updated

5 years agoSONAR-12290 Only activate modal scrolling when necessary
Wouter Admiraal [Wed, 17 Jul 2019 06:56:19 +0000 (08:56 +0200)]
SONAR-12290 Only activate modal scrolling when necessary

5 years agoSONAR-12348 Update extension guide documentation
Wouter Admiraal [Fri, 26 Jul 2019 07:53:03 +0000 (09:53 +0200)]
SONAR-12348 Update extension guide documentation

5 years agodocument golangci-lint issues import
Nicolas Harraudeau [Mon, 29 Jul 2019 16:35:21 +0000 (18:35 +0200)]
document golangci-lint issues import

5 years agoFix test to make it run on mac os (#1977)
Jacek [Thu, 1 Aug 2019 13:08:41 +0000 (15:08 +0200)]
Fix test to make it run on mac os (#1977)

* fix test to make it run on mac os

5 years agoDOC add links to URL rewrite config
G. Ann Campbell [Wed, 31 Jul 2019 19:24:43 +0000 (15:24 -0400)]
DOC add links to URL rewrite config

5 years agoSONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUID
Sébastien Lesaint [Tue, 30 Jul 2019 13:15:28 +0000 (15:15 +0200)]
SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUID

5 years agoRevert "SONAR-12358 fix SSF 85"
Pierre Guillot [Wed, 31 Jul 2019 14:56:28 +0000 (16:56 +0200)]
Revert "SONAR-12358 fix SSF 85"

This reverts commit 659dc21781b018f5197fa432217e5959044eef7e.

5 years agoSONAR-12358 fix SSF 85
Pierre Guillot [Tue, 30 Jul 2019 11:18:56 +0000 (13:18 +0200)]
SONAR-12358 fix SSF 85

5 years agoSONAR-8115 storing project quality gate in table (#1919)
Jacek [Wed, 31 Jul 2019 13:03:39 +0000 (15:03 +0200)]
SONAR-8115 storing project quality gate in table (#1919)

* migrate properties to project_qgate table

* use project_qgates table instead of property

* change usage of project quality gate in CE

5 years agoSC-131 - Removed one of very last mention to VSTS/TFS (#1968)
mickael-caro-sonarsource [Wed, 31 Jul 2019 11:43:14 +0000 (13:43 +0200)]
SC-131 - Removed one of very last mention to VSTS/TFS (#1968)

* SC-131 - Fixed one of the very last mention of VSTS to Azure DevOps + removed SonarQube specific doc for this markdown.

* fixup! SC-131 - Corrected markdown, was the one from SonarCloud.

5 years agoMove Cirrus GCP runs from Europe to uscentral1-a
Simon Brandhof [Tue, 2 Jul 2019 18:54:14 +0000 (20:54 +0200)]
Move Cirrus GCP runs from Europe to uscentral1-a

in order to be closer than Artifactory, and maybe Github?

5 years agoSONAR-11722 webhook posttask adds log statistics
Sébastien Lesaint [Tue, 23 Jul 2019 11:20:05 +0000 (13:20 +0200)]
SONAR-11722 webhook posttask adds log statistics

5 years agoSONAR-11722 add ability for Post tasks to add log statistics
Sébastien Lesaint [Tue, 23 Jul 2019 09:38:48 +0000 (11:38 +0200)]
SONAR-11722 add ability for Post tasks to add log statistics

5 years agoSONAR-17722 add post tag logs
Sébastien Lesaint [Tue, 12 Feb 2019 09:44:30 +0000 (10:44 +0100)]
SONAR-17722 add post tag logs

5 years agoFix unit tests for windows
philippe-perrin-sonarsource [Fri, 26 Jul 2019 12:39:35 +0000 (14:39 +0200)]
Fix unit tests for windows

5 years agoSONAR-10028 move CeQueueCleaner to Web to support clustering
Sébastien Lesaint [Thu, 25 Jul 2019 08:59:37 +0000 (10:59 +0200)]
SONAR-10028 move CeQueueCleaner to Web to support clustering

5 years agoSONAR-12271 require SQ 7.9 installed to upgrade to 8.0 and later
Sébastien Lesaint [Wed, 10 Jul 2019 09:01:25 +0000 (11:01 +0200)]
SONAR-12271 require SQ 7.9 installed to upgrade to 8.0 and later

drop IT for module upgrade since 7.9 has no module
fix UpgradeTest:
 - explicitly fail if run on H2
 - fix all URL tests which were victimes of false negatives

5 years agoSONAR-12273 use setNull(Double) for decimal column on all SGDBs
Sébastien Lesaint [Tue, 9 Jul 2019 15:48:30 +0000 (17:48 +0200)]
SONAR-12273 use setNull(Double) for decimal column on all SGDBs

5 years agoSONAR-12251 MassUpdate: do not create Iterator for each inserted row
Sébastien Lesaint [Thu, 4 Jul 2019 10:54:01 +0000 (12:54 +0200)]
SONAR-12251 MassUpdate: do not create Iterator for each inserted row

5 years agoSONAR-12251 detect aborted attempt during processing of 1st project
Sébastien Lesaint [Thu, 4 Jul 2019 08:14:24 +0000 (10:14 +0200)]
SONAR-12251 detect aborted attempt during processing of 1st project

5 years agoSONAR-12251 close count statement in PopulateLiveMeasures
Sébastien Lesaint [Tue, 2 Jul 2019 08:58:01 +0000 (10:58 +0200)]
SONAR-12251 close count statement in PopulateLiveMeasures

5 years agoSONAR-12251 commit each processed project in PopulateLiveMeasures
Sébastien Lesaint [Tue, 2 Jul 2019 07:59:59 +0000 (09:59 +0200)]
SONAR-12251 commit each processed project in PopulateLiveMeasures

5 years agoSONAR-8520 index on DEPRECATED_RULE_KEYS.RULE_ID must not be unique
Sébastien Lesaint [Fri, 19 Jul 2019 14:26:41 +0000 (16:26 +0200)]
SONAR-8520 index on DEPRECATED_RULE_KEYS.RULE_ID must not be unique

this is an old error which slipped through the radar because H2 schema was correct

5 years agoSONAR-12245 Fix broken test for extend profile form test
Grégoire Aubert [Mon, 29 Jul 2019 08:38:28 +0000 (10:38 +0200)]
SONAR-12245 Fix broken test for extend profile form test

5 years agoSONAR-12245 Fix throwGlobalError and checkStatus
Jeremy Davis [Tue, 16 Jul 2019 14:37:21 +0000 (16:37 +0200)]
SONAR-12245 Fix throwGlobalError and checkStatus

5 years agoUsage of Gradle option "--parallel" should be safe
Evgeny Mandrikov [Fri, 26 Jul 2019 12:50:36 +0000 (14:50 +0200)]
Usage of Gradle option "--parallel" should be safe

Gradle should not execute several "yarn install" in parallel,
because Yarn doesn't support concurrent access to its global cache.

"task1.mustRunAfter(task2)" ordering has an effect only when both
tasks are scheduled for execution, however currently task
":private:docs:yarn" is not executed during execution of "gradle build".
Therefore "mustRunAfter" should be established between all pairs of
"yarn install" tasks to define their total order and to prevent their
concurrent execution even in case when one or more of these tasks not
scheduled.

5 years agoSC-795 drop unused code on Bitbucket Cloud
Simon Brandhof [Tue, 9 Jul 2019 14:15:48 +0000 (16:15 +0200)]
SC-795 drop unused code on Bitbucket Cloud

5 years agoSC-795 remove SonarCloud label from emails
Simon Brandhof [Tue, 9 Jul 2019 07:07:58 +0000 (09:07 +0200)]
SC-795 remove SonarCloud label from emails

5 years agoSC-795 drop SonarCloud-related modules
Simon Brandhof [Mon, 8 Jul 2019 20:29:52 +0000 (22:29 +0200)]
SC-795 drop SonarCloud-related modules

5 years agoAdd a ping task to frontend PR template
philippe-perrin-sonarsource [Fri, 26 Jul 2019 09:28:52 +0000 (11:28 +0200)]
Add a ping task to frontend PR template

5 years agoSONAR-11778 Measure 'new lines' doesn't match 'lines' if the file ends with new line
Duarte Meneses [Wed, 24 Jul 2019 12:39:46 +0000 (07:39 -0500)]
SONAR-11778 Measure 'new lines' doesn't match 'lines' if the file ends with new line

5 years agoSONAR-11546 add time info to scm logs (#1939)
Jacek [Wed, 24 Jul 2019 12:33:01 +0000 (14:33 +0200)]
SONAR-11546 add time info to scm logs (#1939)

* SONAR-11546 - add time measures to scm logs

* SONAR-11546 - add time measure for CPD executor and SCM publisher steps

5 years agoSONAR-12331 Failure at scanner startup when using an early access JRE (because of...
Duarte Meneses [Mon, 22 Jul 2019 19:50:52 +0000 (14:50 -0500)]
SONAR-12331 Failure at scanner startup when using an early access JRE (because of Gson)

5 years agoSONAR-7878 Update docs
Siegfried Ehret [Tue, 23 Jul 2019 09:48:31 +0000 (11:48 +0200)]
SONAR-7878 Update docs

5 years agoSONAR-12009 Display issues in settings page
philippe-perrin-sonarsource [Tue, 9 Jul 2019 14:33:31 +0000 (16:33 +0200)]
SONAR-12009 Display issues in settings page

5 years agoSONAR-11007 Update buttons on rules list
Siegfried Ehret [Fri, 12 Jul 2019 12:54:03 +0000 (14:54 +0200)]
SONAR-11007 Update buttons on rules list

- Make Bulk Change available only to user who can use it.
- Make «Deactivate» button available only to user who can use it.

5 years agoAdd multiple PR templates
Wouter Admiraal [Tue, 23 Jul 2019 06:06:12 +0000 (08:06 +0200)]
Add multiple PR templates

5 years agoSONAR-12294 update docs for NodeJS min requirement of 8
MikeBirnstiehl [Wed, 17 Jul 2019 18:15:09 +0000 (20:15 +0200)]
SONAR-12294 update docs for NodeJS min requirement of 8

5 years agoSONAR-8776 remove deprecated params, fields from api/components (#1894)
Jacek [Mon, 22 Jul 2019 15:17:18 +0000 (17:17 +0200)]
SONAR-8776 remove deprecated params, fields from api/components (#1894)

* remove componentId, uuid params and associated documentation

* remove deprecated params from api/components/search_projects

* remove deprecated params from api/components/show

* remove request parameters: key, componentId, id

* remove deprecated params from api/components/suggestions

* remove deprecated params from api/components/tree

* remove deprecated request parameters: baseComponentKey, componentId, baseComponentId

* remove `id` field response from api/components/search, api/components/search_projects

* fix description in api/components/show

5 years agoSONAR-12259 - remove deprecated request params, response fields from api/projects...
Jacek [Mon, 22 Jul 2019 15:14:53 +0000 (17:14 +0200)]
SONAR-12259 - remove deprecated request params, response fields from api/projects (#1881)

* remove deprecated params from api/projects/bulk_delete
* remove deprecated projectsIds param
* update documentation for api/projects/bulk_delete

* remove deprecated params from api/projects/bulk_update_key
* remove deprecated params: key, projectId, id
* update documentation for api/projects/bulk_update_key

* remove deprecated params from api/projects/create
* remove deprecated param: key
* update documentation for api/projects/create

* remove deprecated params from api/projects/delete
* remove deprecated param: projectId, key
* update documentation for api/projects/delete

* remove deprecated apis: api/projects/ghosts | index | provisioned

* remove deprecated params from api/projects/search
* remove deprecated param: projectIds
* remove deprecated response fields: id (uuid)
* remove all usage of deprecated params: page, pageSize (remove associated tests)
* update documentation for api/projects/search

* remove deprecated params from api/projects/search_my_projects
* remove deprecated response fields: id (uuid)
* update documentation for api/projects/search_my_projects

* remove deprecated params from api/projects/update_key
* remove deprecated params: id, projectId, key, newKey
* change "from" param to be mandatory

* remove ProjectListTest.java file as endpoint does not exist anymore

* bump orchestrator version
* remove ComponentDao and ComponentMapper methods associated with deprecated code

* use "project" param when calling api/projects/create
* update ProjectDumpOperations#renameProjectKey to use api/projects/update_key endpoint

* use java api calls instead of URLs

*  bump orchestrator version to latest released 3.26.0.2111

5 years agoSONAR-7878 Update docs about l10n
Siegfried Ehret [Fri, 19 Jul 2019 14:55:07 +0000 (16:55 +0200)]
SONAR-7878 Update docs about l10n