]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years ago[script] avoid side effects in call_patches function
Sébastien Lesaint [Wed, 4 Jan 2017 16:29:55 +0000 (17:29 +0100)]
[script] avoid side effects in call_patches function

7 years agoSONAR-7300 Use last version of Orchestrator 1506/head
Julien Lancelot [Mon, 9 Jan 2017 11:21:26 +0000 (12:21 +0100)]
SONAR-7300 Use last version of Orchestrator

7 years agoSONAR-7300 Move api/properties WS to package property
Julien Lancelot [Mon, 9 Jan 2017 16:52:14 +0000 (17:52 +0100)]
SONAR-7300 Move api/properties WS to package property

7 years agoSONAR-7286 Remove api/favourites from rails routes
Julien Lancelot [Fri, 6 Jan 2017 13:31:01 +0000 (14:31 +0100)]
SONAR-7286 Remove api/favourites from rails routes

7 years agoDelete ignored and useless IT
Julien Lancelot [Fri, 6 Jan 2017 13:24:33 +0000 (14:24 +0100)]
Delete ignored and useless IT

7 years agoSONAR-7300 Fix ITs using removed POST/PUT api/properties WS
Julien Lancelot [Fri, 6 Jan 2017 12:57:00 +0000 (13:57 +0100)]
SONAR-7300 Fix ITs using removed POST/PUT api/properties WS

7 years agoSONAR-7300 Fail when WS request is PUT or DELETE
Julien Lancelot [Fri, 6 Jan 2017 09:14:12 +0000 (10:14 +0100)]
SONAR-7300 Fail when WS request is PUT or DELETE

7 years agoSONAR-7300 Remove rails code about api/properties
Julien Lancelot [Fri, 6 Jan 2017 08:43:31 +0000 (09:43 +0100)]
SONAR-7300 Remove rails code about api/properties

7 years agoSONAR-7300 Redirect api/properties to api/properties/index
Julien Lancelot [Fri, 6 Jan 2017 12:48:51 +0000 (13:48 +0100)]
SONAR-7300 Redirect api/properties to api/properties/index

7 years agoSONAR-7300 Deprecate and rewrite api/properties/index in Java
Julien Lancelot [Wed, 4 Jan 2017 15:18:14 +0000 (16:18 +0100)]
SONAR-7300 Deprecate and rewrite api/properties/index in Java

7 years agoSONAR-7300 Replace "setting.license" by "setting.license.secured" in IT plugin
Julien Lancelot [Thu, 5 Jan 2017 17:46:00 +0000 (18:46 +0100)]
SONAR-7300 Replace "setting.license" by "setting.license.secured" in IT plugin

7 years agoSONAR-7300 Update ITs on deprecated api/properties WS
Julien Lancelot [Thu, 5 Jan 2017 14:25:56 +0000 (15:25 +0100)]
SONAR-7300 Update ITs on deprecated api/properties WS

7 years agoSONAR-7300 Add IT on multi values and property set in SettingsTest
Julien Lancelot [Wed, 4 Jan 2017 12:46:51 +0000 (13:46 +0100)]
SONAR-7300 Add IT on multi values and property set in SettingsTest

7 years agoSONAR-7300 Improve readability of RoutesFilter
Julien Lancelot [Fri, 6 Jan 2017 12:49:40 +0000 (13:49 +0100)]
SONAR-7300 Improve readability of RoutesFilter

7 years agoSONAR-7297 Improve description of bulk_change WS 1511/head
Julien Lancelot [Mon, 9 Jan 2017 13:20:53 +0000 (14:20 +0100)]
SONAR-7297 Improve description of bulk_change WS

7 years agoSONAR-7297 Add response samples in all issues WS
Julien Lancelot [Mon, 9 Jan 2017 13:15:39 +0000 (14:15 +0100)]
SONAR-7297 Add response samples in all issues WS

7 years agoSONAR-7297 Rename file examples of issues WS
Julien Lancelot [Fri, 6 Jan 2017 15:15:04 +0000 (16:15 +0100)]
SONAR-7297 Rename file examples of issues WS

7 years agoadd missed l10n message
Stas Vilchik [Mon, 9 Jan 2017 15:04:19 +0000 (16:04 +0100)]
add missed l10n message

7 years agoavoid blinking on log out
Stas Vilchik [Mon, 9 Jan 2017 15:03:56 +0000 (16:03 +0100)]
avoid blinking on log out

7 years agoSONAR-8451 fix favorites
Stas Vilchik [Mon, 9 Jan 2017 13:52:12 +0000 (14:52 +0100)]
SONAR-8451 fix favorites

7 years agoSONAR-8562 apply feedback
Stas Vilchik [Mon, 9 Jan 2017 13:38:41 +0000 (14:38 +0100)]
SONAR-8562 apply feedback

7 years agodo not request activity for views on the measure history page
Stas Vilchik [Mon, 9 Jan 2017 13:29:07 +0000 (14:29 +0100)]
do not request activity for views on the measure history page

7 years agoScanner cleanup
Julien HENRY [Mon, 9 Jan 2017 09:22:36 +0000 (10:22 +0100)]
Scanner cleanup

* Fail fast when a WS call is made in medium test mode
* Rename many Batch* -> Scanner*

7 years agoFix support of web context in CE console
Simon Brandhof [Fri, 6 Jan 2017 20:41:09 +0000 (21:41 +0100)]
Fix support of web context in CE console

7 years agoSONAR-8592 Reverse order of locations in flows of issues 1503/head
Duarte Meneses [Thu, 5 Jan 2017 16:08:30 +0000 (17:08 +0100)]
SONAR-8592 Reverse order of locations in flows of issues

7 years agoSONAR-8545 Fix encoding of POST request parameters in ws-client
Simon Brandhof [Thu, 5 Jan 2017 20:08:55 +0000 (21:08 +0100)]
SONAR-8545 Fix encoding of POST request parameters in ws-client

Upgrade to Tomcat 8.5.9 breaks the POST requests sent
by ws-client when a query parameter contains invalid
characters like {, } or ". This is the case of
api/settings/set on property sets (see param field_values
which is a json object).
See
https://github.com/apache/tomcat80/commit/779d5d34e68e50d2f721897050b147106992f566

7 years agoSONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5
Simon Brandhof [Thu, 5 Jan 2017 14:14:52 +0000 (15:14 +0100)]
SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5

7 years agoRevert "SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5"
Simon Brandhof [Thu, 5 Jan 2017 21:21:42 +0000 (22:21 +0100)]
Revert "SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5"

This reverts commit 0f32d3adc4c4a9f2bfb4a2504b924bd90a05326b.

7 years agoSONAR-8585 configure NLS_SORT param on Oracle client sessions
Simon Brandhof [Thu, 5 Jan 2017 15:51:42 +0000 (16:51 +0100)]
SONAR-8585 configure NLS_SORT param on Oracle client sessions

7 years agoSONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5
Simon Brandhof [Thu, 5 Jan 2017 14:14:52 +0000 (15:14 +0100)]
SONAR-8545 Upgrade Apache Tomcat from 8.0 to 8.5

7 years agoSONAR-7300 Does not return secured value in property set 1494/head
Julien Lancelot [Thu, 5 Jan 2017 11:02:50 +0000 (12:02 +0100)]
SONAR-7300 Does not return secured value in property set

7 years agoSONAR-8236 License type setting should be visble only when authenticated
Julien Lancelot [Thu, 5 Jan 2017 09:29:17 +0000 (10:29 +0100)]
SONAR-8236 License type setting should be visble only when authenticated

Permissions should be correctly checked even when the license doesn't ends with ".license.secured"

7 years agoSONAR-8575 apply same permission policy from values WS to list_definitions WS
Julien Lancelot [Thu, 5 Jan 2017 08:42:10 +0000 (09:42 +0100)]
SONAR-8575 apply same permission policy from values WS to list_definitions WS

7 years agoSONAR-8575 Use proto3 in api/settings
Julien Lancelot [Wed, 4 Jan 2017 16:36:37 +0000 (17:36 +0100)]
SONAR-8575 Use proto3 in api/settings

Using proto3 allows to use oneof in order to enforce the fact that only one of value, values or fieldValues is set

7 years agoSONAR-8235 Add ITs
Julien Lancelot [Wed, 4 Jan 2017 10:36:13 +0000 (11:36 +0100)]
SONAR-8235 Add ITs

7 years agoSONAR-8575 Set api/settings WS as public and keep only one parameter for component
Julien Lancelot [Tue, 3 Jan 2017 15:03:28 +0000 (16:03 +0100)]
SONAR-8575 Set api/settings WS as public and keep only one parameter for component

7 years agoSONAR-8235 Return all defined settings in api/settings/values
Julien Lancelot [Tue, 3 Jan 2017 13:52:42 +0000 (14:52 +0100)]
SONAR-8235 Return all defined settings in api/settings/values

7 years agoSONAR-8236 Return settings for none admin users in api/settings/values
Julien Lancelot [Tue, 3 Jan 2017 10:08:28 +0000 (11:08 +0100)]
SONAR-8236 Return settings for none admin users in api/settings/values

7 years agoSONAR-8236 Fix some quality flaws in ValuesAction
Julien Lancelot [Mon, 2 Jan 2017 16:50:17 +0000 (17:50 +0100)]
SONAR-8236 Fix some quality flaws in ValuesAction

7 years agoMerge branch 'branch-6.2' into master 1496/head
Sébastien Lesaint [Thu, 5 Jan 2017 10:14:07 +0000 (11:14 +0100)]
Merge branch 'branch-6.2' into master

7 years agoMerge branch 'branch-6.2' into master
Sébastien Lesaint [Thu, 5 Jan 2017 10:13:35 +0000 (11:13 +0100)]
Merge branch 'branch-6.2' into master

7 years agoremove hardcoded dates in ITs (#1485) 1497/head
Stas Vilchik [Tue, 27 Dec 2016 16:10:01 +0000 (17:10 +0100)]
remove hardcoded dates in ITs (#1485)

7 years agoSONAR-8416 AuthenticationException message start with upper case
Sébastien Lesaint [Tue, 3 Jan 2017 15:15:36 +0000 (16:15 +0100)]
SONAR-8416 AuthenticationException message start with upper case

7 years agoAutomatic merge from branch-6.2
ssjenka [Thu, 5 Jan 2017 07:03:08 +0000 (08:03 +0100)]
Automatic merge from branch-6.2

* origin/branch-6.2:
  Removed broken link to 'sonarqube.org/development'

7 years agoRemoved broken link to 'sonarqube.org/development'
bartfastiel [Mon, 2 Jan 2017 14:24:43 +0000 (15:24 +0100)]
Removed broken link to 'sonarqube.org/development'

7 years ago[script] add logs.sh + tail all SQ log files in start.sh 1495/head
Sébastien Lesaint [Tue, 3 Jan 2017 14:41:13 +0000 (15:41 +0100)]
[script] add logs.sh + tail all SQ log files in start.sh

7 years agoFix build of test plugins
Julien HENRY [Tue, 3 Jan 2017 12:45:20 +0000 (13:45 +0100)]
Fix build of test plugins

This will at the same time fix Maven errors in Eclipse

7 years agoFix some quality flaws
Julien HENRY [Mon, 2 Jan 2017 17:03:31 +0000 (18:03 +0100)]
Fix some quality flaws

7 years agoSONAR-8567 Improve logging API to accept a lambda as argument
Julien HENRY [Mon, 2 Jan 2017 15:55:57 +0000 (16:55 +0100)]
SONAR-8567 Improve logging API to accept a lambda as argument

7 years agoAdd missing versions of maven-clean-plugin and maven-jar-plugin
Simon Brandhof [Mon, 2 Jan 2017 21:35:10 +0000 (22:35 +0100)]
Add missing versions of maven-clean-plugin and maven-jar-plugin

7 years agoUpgrade some Maven plugins
Simon Brandhof [Mon, 2 Jan 2017 21:31:33 +0000 (22:31 +0100)]
Upgrade some Maven plugins

7 years agoRemove unused Maven plugins
Simon Brandhof [Mon, 2 Jan 2017 21:22:40 +0000 (22:22 +0100)]
Remove unused Maven plugins

7 years agoRemove unecessary import in notification protobuf file
Teryk Bellahsene [Tue, 3 Jan 2017 08:21:09 +0000 (09:21 +0100)]
Remove unecessary import in notification protobuf file

7 years agoExclude unused transitive dependencies of bundled SonarQube plugins
Simon Brandhof [Mon, 2 Jan 2017 17:09:03 +0000 (18:09 +0100)]
Exclude unused transitive dependencies of bundled SonarQube plugins

As some transitive deps are missing from Maven central repository,
excluding unused transitive dependencies allows to fix build outside
SonarSource infrastructure

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-7291 Return no transition when not loggued 1491/head
Julien Lancelot [Mon, 2 Jan 2017 15:08:44 +0000 (16:08 +0100)]
SONAR-7291 Return no transition when not loggued

7 years agoSONAR-7292, SONAR-7293, SONAR-7294, SONAR-7297 Activate Csrf verification on issues...
Julien Lancelot [Mon, 2 Jan 2017 14:45:46 +0000 (15:45 +0100)]
SONAR-7292, SONAR-7293, SONAR-7294, SONAR-7297 Activate Csrf verification on issues action

7 years agoSONAR-7283 Drop remaining useless events WS definition
Julien Lancelot [Mon, 2 Jan 2017 14:05:41 +0000 (15:05 +0100)]
SONAR-7283 Drop remaining useless events WS definition

7 years agoFix Quality flaws
Simon Brandhof [Mon, 2 Jan 2017 15:49:02 +0000 (16:49 +0100)]
Fix Quality flaws

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-8566 Upgrade bundled C# plugin from 5.5.1 to 5.5.2
Simon Brandhof [Mon, 2 Jan 2017 14:32:05 +0000 (15:32 +0100)]
SONAR-8566 Upgrade bundled C# plugin from 5.5.1 to 5.5.2

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoRemoved broken link to 'sonarqube.org/development'
bartfastiel [Mon, 2 Jan 2017 14:24:43 +0000 (15:24 +0100)]
Removed broken link to 'sonarqube.org/development'

7 years agoUpdate comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner
Julien HENRY [Mon, 2 Jan 2017 10:23:25 +0000 (11:23 +0100)]
Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner

7 years agoFix quality flaws
Julien Lancelot [Mon, 2 Jan 2017 10:28:49 +0000 (11:28 +0100)]
Fix quality flaws

7 years agoRevert "Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner"
Julien HENRY [Mon, 2 Jan 2017 10:25:54 +0000 (11:25 +0100)]
Revert "Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner"

This reverts commit 0fa4d55b5cbc8a208907deedca21ad70f3fe1df6.

7 years agoUpdate comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner
Julien HENRY [Mon, 2 Jan 2017 10:23:25 +0000 (11:23 +0100)]
Update comment regarding SCANNERAPI-167 and rename lib/batch by lib/scanner

7 years agoFix Request tests
Teryk Bellahsene [Fri, 30 Dec 2016 17:11:59 +0000 (18:11 +0100)]
Fix Request tests

7 years agoSONAR-8562 Rewrite issues bulk change 1474/head
Stas Vilchik [Tue, 27 Dec 2016 13:08:38 +0000 (14:08 +0100)]
SONAR-8562 Rewrite issues bulk change

7 years agoSONAR-7297 Use IssueUpdater and IssueFinder in IssueService
Julien Lancelot [Fri, 16 Dec 2016 16:48:42 +0000 (17:48 +0100)]
SONAR-7297 Use IssueUpdater and IssueFinder in IssueService

7 years agoSONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS
Julien Lancelot [Fri, 16 Dec 2016 14:02:40 +0000 (15:02 +0100)]
SONAR-7297 Replace Ruby WS api/issues/bulk_change by Java WS

7 years agoSONAR-7297 Use System2 in IssueStorage
Julien Lancelot [Fri, 16 Dec 2016 09:58:01 +0000 (10:58 +0100)]
SONAR-7297 Use System2 in IssueStorage

7 years agoSONAR-7297 Replace usage of Issue by DefaultIssue in Action
Julien Lancelot [Fri, 16 Dec 2016 08:01:06 +0000 (09:01 +0100)]
SONAR-7297 Replace usage of Issue by DefaultIssue in Action

7 years agoActivate notification ITs 1488/head
Teryk Bellahsene [Fri, 30 Dec 2016 13:52:24 +0000 (14:52 +0100)]
Activate notification ITs

7 years agoSONAR-8563 Rewrite notifications page
Stas Vilchik [Thu, 29 Dec 2016 11:02:55 +0000 (12:02 +0100)]
SONAR-8563 Rewrite notifications page

7 years agoSONAR-8557 Create WS api/notifications/list
Teryk Bellahsene [Thu, 29 Dec 2016 11:22:05 +0000 (12:22 +0100)]
SONAR-8557 Create WS api/notifications/list

7 years agoSONAR-8555 SONAR-8556 Create WS api/notifications/add and remove
Teryk Bellahsene [Tue, 27 Dec 2016 17:01:12 +0000 (18:01 +0100)]
SONAR-8555 SONAR-8556 Create WS api/notifications/add and remove

7 years agoSONAR-8399 Broken layout when plugin license is too big
Stas Vilchik [Wed, 28 Dec 2016 08:52:10 +0000 (09:52 +0100)]
SONAR-8399 Broken layout when plugin license is too big

7 years agoSONAR-8530 Infinite loading when opening the measures page for an absent measure
Stas Vilchik [Wed, 28 Dec 2016 08:37:49 +0000 (09:37 +0100)]
SONAR-8530 Infinite loading when opening the measures page for an absent measure

7 years agoSONAR-8541 Order of languages in the facet is not correct
Stas Vilchik [Wed, 28 Dec 2016 08:19:14 +0000 (09:19 +0100)]
SONAR-8541 Order of languages in the facet is not correct

7 years agoremove explicit _ and $ dependecies (#1487)
Stas Vilchik [Thu, 29 Dec 2016 10:37:28 +0000 (11:37 +0100)]
remove explicit _ and $ dependecies (#1487)

7 years agoupgrade react-select
Stas Vilchik [Wed, 28 Dec 2016 15:03:41 +0000 (16:03 +0100)]
upgrade react-select

7 years agorequire authentication when open "My Account" space
Stas Vilchik [Tue, 27 Dec 2016 15:31:23 +0000 (16:31 +0100)]
require authentication when open "My Account" space

7 years agouse enzyme-to-json serializer (#1483)
Stas Vilchik [Tue, 27 Dec 2016 19:34:06 +0000 (20:34 +0100)]
use enzyme-to-json serializer (#1483)

7 years agoremove hardcoded dates in ITs (#1485)
Stas Vilchik [Tue, 27 Dec 2016 16:10:01 +0000 (17:10 +0100)]
remove hardcoded dates in ITs (#1485)

7 years agoSONAR-8560 add a tooltip to list all the languages
Stas Vilchik [Tue, 27 Dec 2016 13:58:17 +0000 (14:58 +0100)]
SONAR-8560 add a tooltip to list all the languages

7 years agoSONAR-8554 reorder project menu items
Stas Vilchik [Tue, 27 Dec 2016 13:53:05 +0000 (14:53 +0100)]
SONAR-8554 reorder project menu items

7 years agoSONAR-8560 Unexpected text wrapping on the Projects page
Stas Vilchik [Fri, 23 Dec 2016 16:26:22 +0000 (17:26 +0100)]
SONAR-8560 Unexpected text wrapping on the Projects page

7 years agoSONAR-8561 Projects page incorrectly displays project as not analyzed
Stas Vilchik [Fri, 23 Dec 2016 16:21:43 +0000 (17:21 +0100)]
SONAR-8561 Projects page incorrectly displays project as not analyzed

7 years agoSONAR-8554 Load and display page extensions (#1482)
Stas Vilchik [Fri, 23 Dec 2016 15:19:54 +0000 (16:19 +0100)]
SONAR-8554 Load and display page extensions (#1482)

7 years agoexpose moment.js for web extensions
Stas Vilchik [Fri, 23 Dec 2016 09:43:18 +0000 (10:43 +0100)]
expose moment.js for web extensions

7 years agoupgrade eslint and its plugins, tune rules (#1481)
Stas Vilchik [Thu, 22 Dec 2016 16:11:21 +0000 (17:11 +0100)]
upgrade eslint and its plugins, tune rules (#1481)

7 years agoFix quality flaws
Teryk Bellahsene [Thu, 22 Dec 2016 14:41:53 +0000 (15:41 +0100)]
Fix quality flaws

7 years agodeclare dependecies and devDependecies (#1480)
Stas Vilchik [Thu, 22 Dec 2016 10:43:05 +0000 (11:43 +0100)]
declare dependecies and devDependecies (#1480)

7 years agoSONAR-7286 Fix api/favorites/search for files - the name of the file is displayed
Teryk Bellahsene [Thu, 22 Dec 2016 09:37:10 +0000 (10:37 +0100)]
SONAR-7286 Fix api/favorites/search for files - the name of the file is displayed

7 years agoSONAR-7674 apply feedback: improve tooltips, decrease margin
Stas Vilchik [Thu, 22 Dec 2016 08:54:49 +0000 (09:54 +0100)]
SONAR-7674 apply feedback: improve tooltips, decrease margin

7 years agodrop api/events WS
Stas Vilchik [Thu, 22 Dec 2016 08:45:15 +0000 (09:45 +0100)]
drop api/events WS

7 years agouse new project activity WS on the measure history page
Stas Vilchik [Thu, 22 Dec 2016 08:44:55 +0000 (09:44 +0100)]
use new project activity WS on the measure history page

7 years agoSONAR-7287 WS api/favorites/add fails when a component is already favorite
Teryk Bellahsene [Wed, 21 Dec 2016 16:39:18 +0000 (17:39 +0100)]
SONAR-7287 WS api/favorites/add fails when a component is already favorite

7 years agoWS api/favorites/search use a SearchRequest
Teryk Bellahsene [Wed, 21 Dec 2016 16:25:06 +0000 (17:25 +0100)]
WS api/favorites/search use a SearchRequest

7 years agoDo not use Apache commons in sonar-ws - fix build
Teryk Bellahsene [Wed, 21 Dec 2016 11:32:53 +0000 (12:32 +0100)]
Do not use Apache commons in sonar-ws - fix build

7 years agoSONAR-8464 SONAR-8465 SONAR-8466 Make the WS descriptions of api/project_analyses...
Teryk Bellahsene [Wed, 21 Dec 2016 10:42:48 +0000 (11:42 +0100)]
SONAR-8464 SONAR-8465 SONAR-8466 Make the WS descriptions of api/project_analyses/* more consistent and clearer

7 years agoSONAR-8465 SONAR-8466 WS of analysis event return the correct category in error message
Teryk Bellahsene [Wed, 21 Dec 2016 10:28:58 +0000 (11:28 +0100)]
SONAR-8465 SONAR-8466 WS of analysis event return the correct category in error message