]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
9 years agoSONAR-6631 delete RoR concerning custom measures (ex manual measures)
Teryk Bellahsene [Wed, 15 Jul 2015 12:40:08 +0000 (14:40 +0200)]
SONAR-6631 delete RoR concerning custom measures (ex manual measures)

9 years agoSONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provisioned/index
Teryk Bellahsene [Wed, 15 Jul 2015 08:34:23 +0000 (10:34 +0200)]
SONAR-6556 remove RoR code of WS projects/ghosts/index and projects/provisioned/index

9 years agoFix quality flaws
Julien Lancelot [Wed, 15 Jul 2015 09:38:32 +0000 (11:38 +0200)]
Fix quality flaws

9 years agoAdd missing annotations
Julien Lancelot [Wed, 15 Jul 2015 09:27:22 +0000 (11:27 +0200)]
Add missing annotations

9 years agoSONAR-6682 Add computation of comment density measures in Compute Engine 416/head
Julien Lancelot [Wed, 15 Jul 2015 08:52:26 +0000 (10:52 +0200)]
SONAR-6682 Add computation of comment density measures in Compute Engine

9 years agoClean PersistMeasuresStepTest
Julien Lancelot [Fri, 10 Jul 2015 14:23:40 +0000 (16:23 +0200)]
Clean PersistMeasuresStepTest
Replace usage of MeasureVariations.setVariation(int, value) by MeasureVariations.setVariation(period, value)
Replace usage of org.sonar.server.db.DbClient by org.sonar.db.DbClient

9 years agoSONAR-6682 Remove computation of comment density measures from the batch
Julien Lancelot [Thu, 9 Jul 2015 16:08:39 +0000 (18:08 +0200)]
SONAR-6682 Remove computation of comment density measures from the batch

9 years agoFilter metrics that can be read from the batch
Julien Lancelot [Fri, 10 Jul 2015 10:33:09 +0000 (12:33 +0200)]
Filter metrics that can be read from the batch
Only plugin metrics and some defined core metrics are allowed to be read from the batch

9 years agoCreate BiSumCounter to do a sum on 2 metrics
Julien Lancelot [Thu, 9 Jul 2015 16:36:03 +0000 (18:36 +0200)]
Create BiSumCounter to do a sum on 2 metrics

9 years agoReplace usage of MeasureRepositoryImpl by MeasureRepositoryRule
Julien Lancelot [Fri, 10 Jul 2015 11:58:05 +0000 (13:58 +0200)]
Replace usage of MeasureRepositoryImpl by MeasureRepositoryRule

9 years agoMove accessors formula to compute engine
Julien Lancelot [Fri, 10 Jul 2015 10:21:53 +0000 (12:21 +0200)]
Move accessors formula to compute engine

9 years agoAdd test with no data on formulas
Julien Lancelot [Thu, 9 Jul 2015 14:23:36 +0000 (16:23 +0200)]
Add test with no data on formulas

9 years agoSONAR-6377 ws plugins/available add homepage and issue tracking URLs
Teryk Bellahsene [Tue, 14 Jul 2015 14:55:35 +0000 (16:55 +0200)]
SONAR-6377 ws plugins/available add homepage and issue tracking URLs

9 years agoadd a type validation module
Teryk Bellahsene [Tue, 14 Jul 2015 14:40:39 +0000 (16:40 +0200)]
add a type validation module

9 years agoSONAR-6615 ws custom_measures/search update documentation and tests to include the...
Teryk Bellahsene [Tue, 14 Jul 2015 13:10:58 +0000 (15:10 +0200)]
SONAR-6615 ws custom_measures/search update documentation and tests to include the pending/name/domain fields

9 years agoSONAR-6610 ws custom_measures/create improve exception management
Teryk Bellahsene [Tue, 14 Jul 2015 08:59:47 +0000 (10:59 +0200)]
SONAR-6610 ws custom_measures/create improve exception management

9 years agoMerge remote-tracking branch 'origin/branch-5.1'
Julien HENRY [Mon, 13 Jul 2015 14:46:45 +0000 (16:46 +0200)]
Merge remote-tracking branch 'origin/branch-5.1'

Conflicts:
sonar-batch/src/main/java/org/sonar/batch/scan/ProjectScanContainer.java
sonar-core/src/main/java/org/sonar/core/notification/DefaultNotificationManager.java

9 years agoMerge pull request #403 from SonarSource/feature/fix_notif_manager_preview
Julien HENRY [Mon, 13 Jul 2015 14:13:02 +0000 (16:13 +0200)]
Merge pull request #403 from SonarSource/feature/fix_notif_manager_preview

SONAR-6673 Do not try to load DefaultNotificationManager in preview mode

9 years agoSONAR-6572 ws metrics/update metric key format validation
Teryk Bellahsene [Mon, 13 Jul 2015 13:37:25 +0000 (15:37 +0200)]
SONAR-6572 ws metrics/update metric key format validation

9 years agoSONAR-6571 ws metrics/create metric key format validation
Teryk Bellahsene [Mon, 13 Jul 2015 13:10:25 +0000 (15:10 +0200)]
SONAR-6571 ws metrics/create metric key format validation

9 years agoShow the maven command being used
David Gageot [Mon, 13 Jul 2015 12:28:14 +0000 (14:28 +0200)]
Show the maven command being used

9 years agoUse latest version of travis-utils
David Gageot [Mon, 13 Jul 2015 08:06:30 +0000 (10:06 +0200)]
Use latest version of travis-utils

9 years agoRevert "Use latest travis-utils"
David Gageot [Mon, 13 Jul 2015 08:02:37 +0000 (10:02 +0200)]
Revert "Use latest travis-utils"

This reverts commit 0533907055e465dad873e66ef125ac527a11f5d6.

9 years agoUse latest travis-utils
David Gageot [Mon, 13 Jul 2015 07:56:29 +0000 (09:56 +0200)]
Use latest travis-utils

9 years agoThe test is still unstable
David Gageot [Mon, 13 Jul 2015 07:33:53 +0000 (09:33 +0200)]
The test is still unstable

9 years agoMerge SqlUtil and DatabaseUtils
Simon Brandhof [Sun, 12 Jul 2015 15:13:04 +0000 (17:13 +0200)]
Merge SqlUtil and DatabaseUtils

9 years agoSONAR-6644 do not compute issue debt if SQALE characteristic is not set
Simon Brandhof [Sun, 12 Jul 2015 13:31:55 +0000 (15:31 +0200)]
SONAR-6644 do not compute issue debt if SQALE characteristic is not set

9 years agofix quality flaw: method can be static 415/head
Sébastien Lesaint [Fri, 10 Jul 2015 12:30:56 +0000 (14:30 +0200)]
fix quality flaw: method can be static

9 years agoremove deprecated method MeasureVariations.Builder#setVariation(int, double)
Sébastien Lesaint [Fri, 10 Jul 2015 12:30:26 +0000 (14:30 +0200)]
remove deprecated method MeasureVariations.Builder#setVariation(int, double)

9 years agoSONAR-6645 rewrite computation of new coverage with Formula
Sébastien Lesaint [Wed, 8 Jul 2015 16:33:36 +0000 (18:33 +0200)]
SONAR-6645 rewrite computation of new coverage with Formula

in addition, merge aggregation and computation steps into one

9 years agoextend Formula to be able to generate more than one measure
Sébastien Lesaint [Thu, 9 Jul 2015 14:25:25 +0000 (16:25 +0200)]
extend Formula to be able to generate more than one measure

9 years agoSONAR-6709 Simplify RulesDefinition API when two plugins define the same repository
Simon Brandhof [Fri, 10 Jul 2015 14:04:12 +0000 (16:04 +0200)]
SONAR-6709 Simplify RulesDefinition API when two plugins define the same repository

9 years agoFix 's' parameter description
Julien Lancelot [Fri, 10 Jul 2015 13:49:10 +0000 (15:49 +0200)]
Fix 's' parameter description

9 years agoUse JDK 7 in Travis-ci
Simon Brandhof [Thu, 9 Jul 2015 14:11:11 +0000 (16:11 +0200)]
Use JDK 7 in Travis-ci

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Thu, 9 Jul 2015 13:50:59 +0000 (15:50 +0200)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null on batch

9 years agoSONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null...
Simon Brandhof [Thu, 9 Jul 2015 13:40:45 +0000 (15:40 +0200)]
SONAR-6706 org.sonar.api.rules.ActiveRule.getRule().getTemplate() is always null on batch

9 years agoSONAR-6704 Exclude the scm-stats plugin from preview analysis
Simon Brandhof [Thu, 9 Jul 2015 10:04:01 +0000 (12:04 +0200)]
SONAR-6704 Exclude the scm-stats plugin from preview analysis

9 years agoFix travis.sh script
David Gageot [Thu, 9 Jul 2015 09:09:05 +0000 (11:09 +0200)]
Fix travis.sh script

Don't use travis-utils to start xvfb

9 years agoFix travis.sh script
David Gageot [Thu, 9 Jul 2015 09:03:16 +0000 (11:03 +0200)]
Fix travis.sh script

9 years agoUse latest travis-utils
David Gageot [Thu, 9 Jul 2015 09:00:51 +0000 (11:00 +0200)]
Use latest travis-utils

9 years agoSONAR-6677 remove coverage Decorators from batch 411/head
Sébastien Lesaint [Tue, 7 Jul 2015 16:47:35 +0000 (18:47 +0200)]
SONAR-6677 remove coverage Decorators from batch

9 years agoSONAR-6677 add CoverageMeasuresStep to compute coverage measures
Sébastien Lesaint [Tue, 7 Jul 2015 16:37:56 +0000 (18:37 +0200)]
SONAR-6677 add CoverageMeasuresStep to compute coverage measures

9 years agoadd missing package-info in formula/counter package
Sébastien Lesaint [Tue, 7 Jul 2015 16:37:28 +0000 (18:37 +0200)]
add missing package-info in formula/counter package

9 years agoMeasureRepoEntry must compare variations value rounded to 1 decimal
Sébastien Lesaint [Tue, 7 Jul 2015 14:52:39 +0000 (16:52 +0200)]
MeasureRepoEntry must compare variations value rounded to 1 decimal

this is much more convenient for tests

9 years agomethods specific to MeasureRepositoryRule should return this
Sébastien Lesaint [Tue, 7 Jul 2015 11:13:55 +0000 (13:13 +0200)]
methods specific to MeasureRepositoryRule should return this

allows to chain methods calls on a specific MeasureRepositoryRule instance

9 years agoMeasure and MeasureVariation must not accept NaN
Sébastien Lesaint [Tue, 7 Jul 2015 11:11:48 +0000 (13:11 +0200)]
Measure and MeasureVariation must not accept NaN

9 years agoadd Component to contexts in Formula API
Sébastien Lesaint [Mon, 6 Jul 2015 15:30:13 +0000 (17:30 +0200)]
add Component to contexts in Formula API

also rename context to be more specific
add Component to the API make it more versatile

9 years agoimprove MeasureVariation.Builder
Sébastien Lesaint [Mon, 6 Jul 2015 15:28:34 +0000 (17:28 +0200)]
improve MeasureVariation.Builder

9 years agofix VariationValue, avoid the int index pitfall by using the Period class directly
Sébastien Lesaint [Mon, 6 Jul 2015 08:53:49 +0000 (10:53 +0200)]
fix VariationValue, avoid the int index pitfall by using the Period class directly

9 years agoadd FormulaExecutorComponentVisitor + variation aggregation support
Sébastien Lesaint [Wed, 8 Jul 2015 14:41:48 +0000 (16:41 +0200)]
add FormulaExecutorComponentVisitor + variation aggregation support

FormulaExecutorComponentVisitor allows having any step execute Formula
Formula can now do aggregation of MeasureVariation values
also renamed FormulaRepository to CoreFormulaRepository and ComputeFormulaMeasuresStep to CoreMetricFormulaExecutorStep

9 years agoComputationStepsTest now use StepsExplorer instead of duplicating code
Sébastien Lesaint [Wed, 8 Jul 2015 14:40:57 +0000 (16:40 +0200)]
ComputationStepsTest now use StepsExplorer instead of duplicating code

9 years agosmall javadoc improvement on Period.getIndex()
Sébastien Lesaint [Fri, 3 Jul 2015 09:55:10 +0000 (11:55 +0200)]
small javadoc improvement on Period.getIndex()

9 years agofix generics declaration in Counter and Formula
Sébastien Lesaint [Thu, 2 Jul 2015 15:54:42 +0000 (17:54 +0200)]
fix generics declaration in Counter and Formula

9 years agoFix issue tracking when comparing only hash of line
Simon Brandhof [Thu, 9 Jul 2015 05:30:32 +0000 (07:30 +0200)]
Fix issue tracking when comparing only hash of line

9 years agoFix travis.sh to execute db tests on mysql and postgres
Simon Brandhof [Tue, 7 Jul 2015 21:50:39 +0000 (23:50 +0200)]
Fix travis.sh to execute db tests on mysql and postgres

9 years agoMove ComponentDao from sonar-server to sonar-db
Julien Lancelot [Wed, 8 Jul 2015 13:35:42 +0000 (15:35 +0200)]
Move ComponentDao from sonar-server to sonar-db

9 years agoRemove SearchOptions from ComponentDao
Julien Lancelot [Wed, 8 Jul 2015 11:19:46 +0000 (13:19 +0200)]
Remove SearchOptions from ComponentDao

9 years agoRemove NotFoundExpection from ComponentDao
Julien Lancelot [Wed, 8 Jul 2015 10:21:14 +0000 (12:21 +0200)]
Remove NotFoundExpection from ComponentDao

9 years agoSONAR-6701 - Drop the db table SEMAPHORES
Simon Brandhof [Wed, 8 Jul 2015 11:54:39 +0000 (13:54 +0200)]
SONAR-6701 - Drop the db table SEMAPHORES

9 years agoSONAR-6661 drop the old update center
Stas Vilchik [Wed, 8 Jul 2015 12:28:28 +0000 (14:28 +0200)]
SONAR-6661 drop the old update center

9 years agoSONAR-6697 show updated date if available
Stas Vilchik [Wed, 8 Jul 2015 12:06:22 +0000 (14:06 +0200)]
SONAR-6697 show updated date if available

9 years agoSONAR-6697 filter available metrics
Stas Vilchik [Wed, 8 Jul 2015 11:59:26 +0000 (13:59 +0200)]
SONAR-6697 filter available metrics

9 years agoSONAR-6697 add tests
Stas Vilchik [Wed, 8 Jul 2015 11:38:29 +0000 (13:38 +0200)]
SONAR-6697 add tests

9 years agoSONAR-6697 add new custom measures page
Stas Vilchik [Wed, 8 Jul 2015 10:02:44 +0000 (12:02 +0200)]
SONAR-6697 add new custom measures page

9 years agoSONAR-6615 add metric name and domain to the mandatory response list
Stas Vilchik [Wed, 8 Jul 2015 10:06:49 +0000 (12:06 +0200)]
SONAR-6615 add metric name and domain to the mandatory response list

9 years agoRemoved PR Analysis from travis
tomverin [Wed, 8 Jul 2015 09:03:21 +0000 (11:03 +0200)]
Removed PR Analysis from travis

9 years agoMinor - fix log in PluginInfo
Simon Brandhof [Tue, 7 Jul 2015 21:44:33 +0000 (23:44 +0200)]
Minor - fix log in PluginInfo

9 years agotransition coding rules web tests
Stas Vilchik [Mon, 6 Jul 2015 14:54:34 +0000 (16:54 +0200)]
transition coding rules web tests

9 years agoFIX race condition on LogbackHelper
David Gageot [Tue, 7 Jul 2015 13:17:38 +0000 (15:17 +0200)]
FIX race condition on LogbackHelper

9 years agoReset logback after test
David Gageot [Tue, 7 Jul 2015 11:45:57 +0000 (13:45 +0200)]
Reset logback after test

9 years agoIt's not faster and might cause flakiness
David Gageot [Tue, 7 Jul 2015 11:30:28 +0000 (13:30 +0200)]
It's not faster and might cause flakiness

9 years agocache npm dependencies on travis
Stas Vilchik [Tue, 7 Jul 2015 12:27:38 +0000 (14:27 +0200)]
cache npm dependencies on travis

9 years agoAttempt to remove false-positive on LogbackHelperTest
Simon Brandhof [Tue, 7 Jul 2015 11:37:49 +0000 (13:37 +0200)]
Attempt to remove false-positive on LogbackHelperTest

9 years agoReplace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(System2)
Julien Lancelot [Tue, 7 Jul 2015 10:08:39 +0000 (12:08 +0200)]
Replace usage of new DbTester() and AbstractDaoTestCase by DbTester.create(System2)

9 years agoRefactor dao unit tests to use DbTester.create(System2)
Julien Lancelot [Tue, 7 Jul 2015 10:02:05 +0000 (12:02 +0200)]
Refactor dao unit tests to use DbTester.create(System2)

9 years agofix quality flaws
Stas Vilchik [Tue, 7 Jul 2015 10:53:58 +0000 (12:53 +0200)]
fix quality flaws

9 years agoSONAR-6078 fix tooltips on issues home page
Stas Vilchik [Tue, 7 Jul 2015 10:52:13 +0000 (12:52 +0200)]
SONAR-6078 fix tooltips on issues home page

9 years agoSONAR-6661 apply feedback
Stas Vilchik [Tue, 7 Jul 2015 10:16:05 +0000 (12:16 +0200)]
SONAR-6661 apply feedback

9 years agoTest should be less flaky now
David Gageot [Tue, 7 Jul 2015 09:14:24 +0000 (11:14 +0200)]
Test should be less flaky now

9 years agoFIX Redundant throws clause
David Gageot [Tue, 7 Jul 2015 09:04:36 +0000 (11:04 +0200)]
FIX Redundant throws clause

9 years agoMigrate assert to AssertJ
David Gageot [Tue, 7 Jul 2015 08:55:34 +0000 (10:55 +0200)]
Migrate assert to AssertJ

9 years agoUnused imports
David Gageot [Tue, 7 Jul 2015 08:53:35 +0000 (10:53 +0200)]
Unused imports

9 years agoFix deprecated code
David Gageot [Tue, 7 Jul 2015 08:45:43 +0000 (10:45 +0200)]
Fix deprecated code

9 years agoSONAR-6680 Create step to compute quality profile measure in compute engine
Julien Lancelot [Fri, 3 Jul 2015 14:46:05 +0000 (16:46 +0200)]
SONAR-6680 Create step to compute quality profile measure in compute engine

9 years agoSONAR-6680 Remove quality profile decorator from batch
Julien Lancelot [Fri, 3 Jul 2015 14:45:36 +0000 (16:45 +0200)]
SONAR-6680 Remove quality profile decorator from batch

9 years agoReplace component ref by component key in error message.
Julien Lancelot [Fri, 3 Jul 2015 14:39:22 +0000 (16:39 +0200)]
Replace component ref by component key in error message.
 Component ref doesn't help to know on which component there's an error

9 years agoFix visitors when there's many component types of max depth type
Julien Lancelot [Fri, 3 Jul 2015 14:10:38 +0000 (16:10 +0200)]
Fix visitors when there's many component types of max depth type

9 years agoFix QualityGateConditionDaoTest on Oracle
Simon Brandhof [Tue, 7 Jul 2015 08:38:15 +0000 (10:38 +0200)]
Fix QualityGateConditionDaoTest on Oracle

9 years agoFaster feedback on build error
David Gageot [Tue, 7 Jul 2015 07:46:14 +0000 (09:46 +0200)]
Faster feedback on build error

9 years agotransition computation web tests
Stas Vilchik [Mon, 6 Jul 2015 15:14:22 +0000 (17:14 +0200)]
transition computation web tests

9 years agoFix UpdateCenter ITs
David Gageot [Mon, 6 Jul 2015 16:33:47 +0000 (18:33 +0200)]
Fix UpdateCenter ITs

9 years agoFix UpdateCenter ITs
David Gageot [Mon, 6 Jul 2015 16:17:15 +0000 (18:17 +0200)]
Fix UpdateCenter ITs

9 years agoFix Flaky test
David Gageot [Mon, 6 Jul 2015 15:34:50 +0000 (17:34 +0200)]
Fix Flaky test

9 years agoGet rid of outdated ITs
David Gageot [Mon, 6 Jul 2015 15:31:39 +0000 (17:31 +0200)]
Get rid of outdated ITs

9 years agoFix execution of tests on non-H2 databases
Simon Brandhof [Mon, 6 Jul 2015 15:17:41 +0000 (17:17 +0200)]
Fix execution of tests on non-H2 databases

9 years agoRevert "transition coding rules web tests"
Stas Vilchik [Mon, 6 Jul 2015 15:14:42 +0000 (17:14 +0200)]
Revert "transition coding rules web tests"

This reverts commit 1e8abae47c4acbbfcebd138074f73bf1f5b111ec.

9 years agotransition coding rules web tests
Stas Vilchik [Mon, 6 Jul 2015 14:54:34 +0000 (16:54 +0200)]
transition coding rules web tests

9 years agoAdd classes for backward compatibility of plugins/libs (like sonar-license) that...
Julien Lancelot [Mon, 6 Jul 2015 14:35:41 +0000 (16:35 +0200)]
Add classes for backward compatibility of plugins/libs (like sonar-license) that are directly calling classes from the core

9 years agoRevert "Fix execution of tests on non-H2 databases"
Simon Brandhof [Mon, 6 Jul 2015 13:17:49 +0000 (15:17 +0200)]
Revert "Fix execution of tests on non-H2 databases"

This reverts commit 34ac5d84f639df6643a7976593c6f00b4283f04b.

9 years agoFix execution of tests on non-H2 databases
Simon Brandhof [Mon, 6 Jul 2015 13:05:53 +0000 (15:05 +0200)]
Fix execution of tests on non-H2 databases