]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
7 years agoSONAR-8445 move SQ 5.6.1 migration out of Ruby
Sébastien Lesaint [Tue, 13 Dec 2016 10:39:22 +0000 (11:39 +0100)]
SONAR-8445 move SQ 5.6.1 migration out of Ruby

7 years agoSONAR-8445 add module sonar-db-migration to db-unit QA axes
Sébastien Lesaint [Mon, 12 Dec 2016 15:40:14 +0000 (16:40 +0100)]
SONAR-8445 add module sonar-db-migration to db-unit QA axes

7 years agoSONAR-8445 move SQ 6.0 migrations out of Ruby
Sébastien Lesaint [Wed, 14 Dec 2016 10:41:42 +0000 (11:41 +0100)]
SONAR-8445 move SQ 6.0 migrations out of Ruby

7 years agoSONAR-8445 move SQ 6.1 migrations out of Ruby
Sébastien Lesaint [Mon, 12 Dec 2016 10:56:39 +0000 (11:56 +0100)]
SONAR-8445 move SQ 6.1 migrations out of Ruby

7 years agoSONAR-8445 support multiple migrations referencing same MigrationStep
Sébastien Lesaint [Mon, 12 Dec 2016 13:15:22 +0000 (14:15 +0100)]
SONAR-8445 support multiple migrations referencing same MigrationStep

includes add support for support components per DbVersion

7 years agoSONAR-8445 move SQ 6.2 migrations out of Ruby
Sébastien Lesaint [Mon, 12 Dec 2016 09:46:52 +0000 (10:46 +0100)]
SONAR-8445 move SQ 6.2 migrations out of Ruby

7 years agoSONAR-8445 run DB migration of SQ 6.3 with Java
Sébastien Lesaint [Thu, 8 Dec 2016 17:25:20 +0000 (18:25 +0100)]
SONAR-8445 run DB migration of SQ 6.3 with Java

add Java toolkit to run DB migrations
port last 3 DB migrations (ie. from current SQ 6.3) to this Java toolkit and make it run after Ruby migration

7 years agoSONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migration
Sébastien Lesaint [Fri, 9 Dec 2016 16:34:02 +0000 (17:34 +0100)]
SONAR-8445 fork BaseDataChange and DdlChange in sonar-db-migration

interface DataChange is dropped and BaseDataChange renamed to DataChange

7 years agoSONAR-8445 move PlatformDatabaseMigration to package migration
Sébastien Lesaint [Thu, 8 Dec 2016 10:53:37 +0000 (11:53 +0100)]
SONAR-8445 move PlatformDatabaseMigration to package migration

instead of package migrations, so that it is located as if it was in sonar-db-migration

7 years agoSONAR-8445 move DatabaseMigration to sonar-db-migration
Sébastien Lesaint [Thu, 8 Dec 2016 09:55:57 +0000 (10:55 +0100)]
SONAR-8445 move DatabaseMigration to sonar-db-migration

also, split state (which must be stored at platform level 2 because we need to keep state until SQ is shutdown) from migration code, which doesn't need to be kept in memory once Platform is out of safe mode

7 years agoSONAR-8445 handle creation of table SCHEMA_MIGRATIONS in Java
Sébastien Lesaint [Wed, 7 Dec 2016 14:04:10 +0000 (15:04 +0100)]
SONAR-8445 handle creation of table SCHEMA_MIGRATIONS in Java

7 years agoSONAR-8445 create maven module sonar-db-migration
Sébastien Lesaint [Wed, 7 Dec 2016 10:09:50 +0000 (11:09 +0100)]
SONAR-8445 create maven module sonar-db-migration

7 years agoFix some Quality flaws
Simon Brandhof [Wed, 14 Dec 2016 11:06:19 +0000 (12:06 +0100)]
Fix some Quality flaws

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-8535 SONAR-7304 sanitize WS api/server/*
Simon Brandhof [Wed, 14 Dec 2016 09:47:50 +0000 (10:47 +0100)]
SONAR-8535 SONAR-7304 sanitize WS api/server/*

- SONAR-8535 drop api/server/index
- SONAR-8535 drop api/server/setup
- SONAR-7304 refactor api/server/version in Java

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoRemove file related to measure filters
Julien Lancelot [Wed, 14 Dec 2016 08:27:29 +0000 (09:27 +0100)]
Remove file related to measure filters

7 years agoAutomatic merge from branch-6.2
Tom [Wed, 14 Dec 2016 07:34:33 +0000 (08:34 +0100)]
Automatic merge from branch-6.2

* origin/branch-6.2:
  Prepare for next development iteration
  release 6.2
  fix type of INTEGER columns on Oracle

7 years agoSONAR-8467 Fix pagination result when filtering by category
Teryk Bellahsene [Tue, 13 Dec 2016 17:02:33 +0000 (18:02 +0100)]
SONAR-8467 Fix pagination result when filtering by category

7 years agoMake sure we always start with empty buffers before tests
Janos Gyerik [Tue, 13 Dec 2016 16:39:00 +0000 (17:39 +0100)]
Make sure we always start with empty buffers before tests

7 years agoPrepare for next development iteration
Tom [Tue, 13 Dec 2016 16:29:05 +0000 (17:29 +0100)]
Prepare for next development iteration

7 years agoSONAR-7290 Add changelog action in IssueClient from ws-client 1452/head
Julien Lancelot [Mon, 12 Dec 2016 16:52:19 +0000 (17:52 +0100)]
SONAR-7290 Add changelog action in IssueClient from ws-client

7 years ago SONAR-8531 api/issues/changelog should return raw value of effort
Julien Lancelot [Mon, 12 Dec 2016 15:55:09 +0000 (16:55 +0100)]
 SONAR-8531 api/issues/changelog should return raw value of effort

7 years agoSONAR-7290 Rewrite api/issues/changelog in Java
Julien Lancelot [Mon, 12 Dec 2016 13:51:59 +0000 (14:51 +0100)]
SONAR-7290 Rewrite api/issues/changelog in Java

7 years agoSONAR-7290 Remove api/issues/changelog from rails
Julien Lancelot [Mon, 12 Dec 2016 14:36:18 +0000 (15:36 +0100)]
SONAR-7290 Remove api/issues/changelog from rails

7 years agoSONAR-7290 Move issues classes related to ws to IssueWsModule
Julien Lancelot [Mon, 12 Dec 2016 08:53:43 +0000 (09:53 +0100)]
SONAR-7290 Move issues classes related to ws to IssueWsModule

7 years agoSONAR-7290 Simplify and rename ActionService to ActionFinder
Julien Lancelot [Mon, 12 Dec 2016 08:47:36 +0000 (09:47 +0100)]
SONAR-7290 Simplify and rename ActionService to ActionFinder

7 years agorelease 6.2 6.2
Tom [Tue, 13 Dec 2016 15:05:23 +0000 (16:05 +0100)]
release 6.2

7 years agoSONAR-5471 fix type of INTEGER columns on Oracle
Simon Brandhof [Tue, 13 Dec 2016 12:01:18 +0000 (13:01 +0100)]
SONAR-5471 fix type of INTEGER columns on Oracle

Correct type is NUMBER(38,0) but not INTEGER

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-5471 use v5.6 as version of initial schema
Simon Brandhof [Mon, 12 Dec 2016 16:54:28 +0000 (17:54 +0100)]
SONAR-5471 use v5.6 as version of initial schema

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-8533 Force unit CHAR on VARCHAR columns on Oracle
Simon Brandhof [Mon, 12 Dec 2016 16:44:25 +0000 (17:44 +0100)]
SONAR-8533 Force unit CHAR on VARCHAR columns on Oracle

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-5471 Auto-incremented ID must start with 1 on all DB
Simon Brandhof [Mon, 12 Dec 2016 16:43:45 +0000 (17:43 +0100)]
SONAR-5471 Auto-incremented ID must start with 1 on all DB

 - H2 was 1 in schema-h2.ddl but 0 in CreateTableBuilder
 - MSSQL was 1 in ruby but 0 in CreateTableBuilder

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoFix Quality flaws
Simon Brandhof [Mon, 12 Dec 2016 15:53:05 +0000 (16:53 +0100)]
Fix Quality flaws

7 years agoSONAR-5471 create initial schema (version 5.5)
Simon Brandhof [Mon, 12 Dec 2016 14:31:39 +0000 (15:31 +0100)]
SONAR-5471 create initial schema (version 5.5)

7 years agoSONAR-5471 ability to have DEFAULT values on INT columns
Simon Brandhof [Mon, 12 Dec 2016 14:26:32 +0000 (15:26 +0100)]
SONAR-5471 ability to have DEFAULT values on INT columns

7 years agoSONAR-8467 Create WS api/project_analyses/search 1456/head
Teryk Bellahsene [Mon, 12 Dec 2016 16:16:05 +0000 (17:16 +0100)]
SONAR-8467 Create WS api/project_analyses/search

7 years agofix type of INTEGER columns on Oracle
Simon Brandhof [Tue, 13 Dec 2016 12:52:23 +0000 (13:52 +0100)]
fix type of INTEGER columns on Oracle

Correct type is NUMBER(38,0) but not INTEGER

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoSONAR-8534 delete ACTIVITY rows which don't have profileKey field
Simon Brandhof [Tue, 13 Dec 2016 08:58:18 +0000 (09:58 +0100)]
SONAR-8534 delete ACTIVITY rows which don't have profileKey field

Signed-off-by: Simon Brandhof <simon.brandhof@sonarsource.com>
7 years agoAutomatic merge from branch-6.2
ssjenka [Tue, 13 Dec 2016 07:02:44 +0000 (08:02 +0100)]
Automatic merge from branch-6.2

* origin/branch-6.2:
  SONAR-8532 Upgrade embedded plugins to latest version

7 years agouse yarn (#1453)
Stas Vilchik [Mon, 12 Dec 2016 16:40:57 +0000 (17:40 +0100)]
use yarn (#1453)

7 years agoSONAR-8532 Upgrade embedded plugins to latest version
Julien Lancelot [Mon, 12 Dec 2016 16:09:03 +0000 (17:09 +0100)]
SONAR-8532 Upgrade embedded plugins to latest version

7 years agosupport old project permalinks
Stas Vilchik [Mon, 12 Dec 2016 15:24:56 +0000 (16:24 +0100)]
support old project permalinks

7 years agoSONAR-7291 Extract transition methods from IssueService to TransitionService 1444/head
Julien Lancelot [Fri, 9 Dec 2016 08:36:43 +0000 (09:36 +0100)]
SONAR-7291 Extract transition methods from IssueService to TransitionService

7 years agoSONAR-7291 Rename IssueUpdater to IssueFieldsSetter
Julien Lancelot [Fri, 9 Dec 2016 08:33:49 +0000 (09:33 +0100)]
SONAR-7291 Rename IssueUpdater to IssueFieldsSetter

A new IssueUpdater used to update issue in db needs to be created

7 years agoSONAR-7291 Drop WS api/issues/transitions
Julien Lancelot [Thu, 8 Dec 2016 16:18:58 +0000 (17:18 +0100)]
SONAR-7291 Drop WS api/issues/transitions

7 years agoSONAR-7291 Clean up no more used code related to rails
Julien Lancelot [Thu, 8 Dec 2016 10:44:33 +0000 (11:44 +0100)]
SONAR-7291 Clean up no more used code related to rails

Remove no more used rails Issue.to_hash
Remove no more used method from InternalRubyIssueService

7 years agouse nodejs 6.x (#1451)
Stas Vilchik [Mon, 12 Dec 2016 13:47:41 +0000 (14:47 +0100)]
use nodejs 6.x (#1451)

7 years agoSONAR-5471 refactor db migration 1315 in Java
Simon Brandhof [Mon, 12 Dec 2016 09:25:58 +0000 (10:25 +0100)]
SONAR-5471 refactor db migration 1315 in Java

7 years agoSONAR-5471 add RenameTableBuilder
Simon Brandhof [Thu, 8 Dec 2016 20:31:20 +0000 (21:31 +0100)]
SONAR-5471 add RenameTableBuilder

7 years agoSONAR-5471 move creation of 5.6+ indices to Java migrations
Simon Brandhof [Wed, 7 Dec 2016 13:02:14 +0000 (14:02 +0100)]
SONAR-5471 move creation of 5.6+ indices to Java migrations

7 years agoSONAR-5471 support timestamp type
Simon Brandhof [Wed, 7 Dec 2016 09:45:16 +0000 (10:45 +0100)]
SONAR-5471 support timestamp type

7 years agoSONAR-5471 support default value in boolean and varchar columns
Simon Brandhof [Wed, 7 Dec 2016 09:44:50 +0000 (10:44 +0100)]
SONAR-5471 support default value in boolean and varchar columns

7 years agoSONAR-5471 add DropIndexBuilder
Simon Brandhof [Tue, 6 Dec 2016 20:00:39 +0000 (21:00 +0100)]
SONAR-5471 add DropIndexBuilder

7 years agoSONAR-5471 create webhook_deliveries indices in java
Simon Brandhof [Tue, 6 Dec 2016 19:56:55 +0000 (20:56 +0100)]
SONAR-5471 create webhook_deliveries indices in java

7 years agoSONAR-5471 add CreateIndexBuilder
Simon Brandhof [Tue, 6 Dec 2016 19:56:42 +0000 (20:56 +0100)]
SONAR-5471 add CreateIndexBuilder

7 years agoSONAR-5471 share validations of index/table/constraint names
Simon Brandhof [Tue, 6 Dec 2016 19:56:01 +0000 (20:56 +0100)]
SONAR-5471 share validations of index/table/constraint names

7 years agoAutomatic merge from branch-6.2
ssjenka [Mon, 12 Dec 2016 07:02:27 +0000 (08:02 +0100)]
Automatic merge from branch-6.2

* origin/branch-6.2:
  Prepare for next development iteration
  release 6.2-RC3
  build: generate empty sources and javadoc jars for shaded artifact to comply with maven central deploy

7 years agoUse local SonarQube ZIP in performance and upgrade tests
Simon Brandhof [Fri, 9 Dec 2016 11:41:42 +0000 (12:41 +0100)]
Use local SonarQube ZIP in performance and upgrade tests

7 years agoUse local SonarQube ZIP in PluginsTest
Simon Brandhof [Fri, 9 Dec 2016 11:41:13 +0000 (12:41 +0100)]
Use local SonarQube ZIP in PluginsTest

As this integration test installs the zip found in Maven build,
the version of SonarQube is unknown at runtime (this is a
current limitation of Orchestrator). As a consequence the
list of plugins to be installed is hardcoded and no more
downloaded from Development Update Center.

7 years agoUpgrade to Orchestrator 3.14.0.833
Simon Brandhof [Fri, 9 Dec 2016 11:39:01 +0000 (12:39 +0100)]
Upgrade to Orchestrator 3.14.0.833

7 years agoreorganize store directories
Stas Vilchik [Fri, 9 Dec 2016 14:44:24 +0000 (15:44 +0100)]
reorganize store directories

move store/ outside of app/
move components/store/* to store/

7 years agoSONAR-8466 Create WS api/project_analyses/update_event 1446/head
Teryk Bellahsene [Fri, 9 Dec 2016 08:27:24 +0000 (09:27 +0100)]
SONAR-8466 Create WS api/project_analyses/update_event

7 years agodisplay markdown help
Stas Vilchik [Fri, 9 Dec 2016 14:30:21 +0000 (15:30 +0100)]
display markdown help

7 years agofix line permalink in source viewer
Stas Vilchik [Fri, 9 Dec 2016 14:13:04 +0000 (15:13 +0100)]
fix line permalink in source viewer

7 years agorefactor SearchView to remove $ and _ dependencies (#1449)
Stas Vilchik [Fri, 9 Dec 2016 14:25:05 +0000 (15:25 +0100)]
refactor SearchView to remove $ and _ dependencies (#1449)

and add flow annotations

7 years agoadd flow annotations in RecentHistory
Stas Vilchik [Fri, 9 Dec 2016 09:59:31 +0000 (10:59 +0100)]
add flow annotations in RecentHistory

7 years agoremove _ dependecy in RecentHistory
Stas Vilchik [Fri, 9 Dec 2016 09:50:20 +0000 (10:50 +0100)]
remove _ dependecy in RecentHistory

7 years agoreturn "id" instead of "uuid" from api/navigation/component
Stas Vilchik [Fri, 9 Dec 2016 09:35:59 +0000 (10:35 +0100)]
return "id" instead of "uuid" from api/navigation/component

7 years agoremove $ and _ dependecies in ComponentNav
Stas Vilchik [Fri, 9 Dec 2016 09:32:03 +0000 (10:32 +0100)]
remove $ and _ dependecies in ComponentNav

7 years agodo not return "isComparable" from api/navigation/component
Stas Vilchik [Fri, 9 Dec 2016 09:10:51 +0000 (10:10 +0100)]
do not return "isComparable" from api/navigation/component

7 years agodo not use "canBeFavorite" from api/navigation/component
Stas Vilchik [Fri, 9 Dec 2016 09:05:57 +0000 (10:05 +0100)]
do not use "canBeFavorite" from api/navigation/component

7 years agoFix quality flaws
Julien Lancelot [Fri, 9 Dec 2016 12:22:36 +0000 (13:22 +0100)]
Fix quality flaws

7 years agoPrepare for next development iteration
Tom [Fri, 9 Dec 2016 10:08:42 +0000 (11:08 +0100)]
Prepare for next development iteration

7 years agorelease 6.2-RC3 6.2-RC3
Tom [Fri, 9 Dec 2016 10:07:17 +0000 (11:07 +0100)]
release 6.2-RC3

7 years agobuild: generate empty sources and javadoc jars for shaded artifact to comply with...
Tom [Fri, 2 Dec 2016 10:50:31 +0000 (11:50 +0100)]
build: generate empty sources and javadoc jars for shaded artifact to comply with maven central deploy

7 years agobuild: generate empty sources and javadoc jars for shaded artifact to comply with...
Tom [Fri, 2 Dec 2016 10:50:31 +0000 (11:50 +0100)]
build: generate empty sources and javadoc jars for shaded artifact to comply with maven central deploy

7 years agoRevert "Disable UpgradeTests"
Julien Lancelot [Fri, 9 Dec 2016 07:33:19 +0000 (08:33 +0100)]
Revert "Disable UpgradeTests"

This reverts commit e07b9ef11c950cde5d30871f61f834dcbcc51955.

7 years agoAutomatic merge from branch-6.2
ssjenka [Fri, 9 Dec 2016 07:01:58 +0000 (08:01 +0100)]
Automatic merge from branch-6.2

* origin/branch-6.2:
  Disable UpgradeTests
  Disable css plugin as it's currently incompatible with web plugin

7 years agoDisable UpgradeTests
Julien Lancelot [Thu, 8 Dec 2016 16:48:26 +0000 (17:48 +0100)]
Disable UpgradeTests

7 years agoSONAR-8505 Implement smooth transition between pages (#1440)
Stas Vilchik [Thu, 8 Dec 2016 16:35:26 +0000 (17:35 +0100)]
SONAR-8505 Implement smooth transition between pages (#1440)

7 years agoDisable css plugin as it's currently incompatible with web plugin
Julien Lancelot [Wed, 7 Dec 2016 09:45:32 +0000 (10:45 +0100)]
Disable css plugin as it's currently incompatible with web plugin

7 years agoRevert "temporarily disable upgrade tests"
Julien Lancelot [Thu, 8 Dec 2016 15:31:15 +0000 (16:31 +0100)]
Revert "temporarily disable upgrade tests"

This reverts commit 6615adef5beba29434f690a18aea196c087611c6.

7 years agotemporarily disable upgrade tests
Julien Lancelot [Thu, 8 Dec 2016 14:39:26 +0000 (15:39 +0100)]
temporarily disable upgrade tests

7 years agofix minimum page width
Stas Vilchik [Thu, 8 Dec 2016 14:26:51 +0000 (15:26 +0100)]
fix minimum page width

7 years agoSONAR-8522 Support custom SSLSocketFactory and TrustManager 1443/head
Duarte Meneses [Thu, 8 Dec 2016 13:52:15 +0000 (14:52 +0100)]
SONAR-8522 Support custom SSLSocketFactory and TrustManager

7 years agoSONAR-8451 hide notifications link
Stas Vilchik [Thu, 8 Dec 2016 13:03:00 +0000 (14:03 +0100)]
SONAR-8451 hide notifications link

7 years agoRemove rails code from static error pages 1442/head
Julien Lancelot [Thu, 8 Dec 2016 13:03:08 +0000 (14:03 +0100)]
Remove rails code from static error pages

7 years agoSONAR-8464 Allow events name and category to be null
Julien Lancelot [Thu, 8 Dec 2016 10:01:45 +0000 (11:01 +0100)]
SONAR-8464 Allow events name and category to be null

7 years agoSONAR-8465 Create WS api/project_analyses/delete_event 1441/head
Teryk Bellahsene [Wed, 7 Dec 2016 13:27:04 +0000 (14:27 +0100)]
SONAR-8465 Create WS api/project_analyses/delete_event

7 years agoredirect from /issues/search to /issues
Stas Vilchik [Thu, 8 Dec 2016 09:27:46 +0000 (10:27 +0100)]
redirect from /issues/search to /issues

7 years agodrop unused ruby views and controllers (#1438)
Stas Vilchik [Thu, 8 Dec 2016 08:59:07 +0000 (09:59 +0100)]
drop unused ruby views and controllers (#1438)

7 years agoSONAR-8464 Create WS api/project_analyses/create_event 1435/head
Teryk Bellahsene [Tue, 6 Dec 2016 17:34:44 +0000 (18:34 +0100)]
SONAR-8464 Create WS api/project_analyses/create_event

7 years agomake LocalAuthenticationTest more reliable
Stas Vilchik [Wed, 7 Dec 2016 14:43:57 +0000 (15:43 +0100)]
make LocalAuthenticationTest more reliable

7 years agoFix quality flaw
Julien Lancelot [Wed, 7 Dec 2016 14:09:57 +0000 (15:09 +0100)]
Fix quality flaw

7 years agofix quality flaws
Stas Vilchik [Wed, 7 Dec 2016 14:05:37 +0000 (15:05 +0100)]
fix quality flaws

7 years agoSONAR-8451 disable issues bulk change and the project history page
Stas Vilchik [Wed, 7 Dec 2016 13:39:54 +0000 (14:39 +0100)]
SONAR-8451 disable issues bulk change and the project history page

7 years agoSONAR-8451 fix warning of non-production database
Stas Vilchik [Wed, 7 Dec 2016 13:39:03 +0000 (14:39 +0100)]
SONAR-8451 fix warning of non-production database

7 years agoSONAR-8498 Disable check on api/l10/index
Julien Lancelot [Wed, 7 Dec 2016 11:58:41 +0000 (12:58 +0100)]
SONAR-8498 Disable check on api/l10/index

UpgrateTest on QA doesn't use current build of SQ but latest version on repox.

7 years agoSONAR-8451 Checking redirection on maintenance is now done with Selenium
Julien Lancelot [Tue, 6 Dec 2016 15:13:01 +0000 (16:13 +0100)]
SONAR-8451 Checking redirection on maintenance is now done with Selenium

As redirections are now done by JS, it's no more possible to check them with HTTP calls, Selenium should be used instead

7 years agoSONAR-8451 Run js app outside of ruby container
Stas Vilchik [Tue, 29 Nov 2016 16:03:24 +0000 (17:03 +0100)]
SONAR-8451 Run js app outside of ruby container

7 years agoSONAR-8498 Make WS api/l10n/index accessible without authentication or migration
Julien Lancelot [Tue, 6 Dec 2016 11:44:56 +0000 (12:44 +0100)]
SONAR-8498 Make WS api/l10n/index accessible without authentication or migration

7 years agoSONAR-8503 Make WS api/users/identity_providers accessible without authentication
Julien Lancelot [Tue, 6 Dec 2016 11:13:48 +0000 (12:13 +0100)]
SONAR-8503 Make WS api/users/identity_providers accessible without authentication