]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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

9 years agoFix quality flaws in Dao
Simon Brandhof [Mon, 6 Jul 2015 12:45:46 +0000 (14:45 +0200)]
Fix quality flaws in Dao

9 years agofix ui issue with buttons
Stas Vilchik [Mon, 6 Jul 2015 12:41:25 +0000 (14:41 +0200)]
fix ui issue with buttons

9 years agoSONAR-6668 apply feedback
Stas Vilchik [Mon, 6 Jul 2015 12:08:44 +0000 (14:08 +0200)]
SONAR-6668 apply feedback

9 years agoSONAR-6661 improve the layout
Stas Vilchik [Mon, 6 Jul 2015 11:52:11 +0000 (13:52 +0200)]
SONAR-6661 improve the layout

9 years agoSONAR-6661 check terms and conditions before install
Stas Vilchik [Mon, 6 Jul 2015 11:43:23 +0000 (13:43 +0200)]
SONAR-6661 check terms and conditions before install

9 years agoSONAR-6639 apply feedback
Stas Vilchik [Mon, 6 Jul 2015 11:24:59 +0000 (13:24 +0200)]
SONAR-6639 apply feedback

9 years agoSONAR-6661 move system upgrades into separate tab
Stas Vilchik [Mon, 6 Jul 2015 09:20:20 +0000 (11:20 +0200)]
SONAR-6661 move system upgrades into separate tab

9 years agoSONAR-6661 apply feedback
Stas Vilchik [Fri, 3 Jul 2015 08:24:58 +0000 (10:24 +0200)]
SONAR-6661 apply feedback

9 years agoImprove testability of Dao
Simon Brandhof [Sun, 5 Jul 2015 19:45:32 +0000 (21:45 +0200)]
Improve testability of Dao

9 years agoMove some classes from sonar-server to sonar-db
Simon Brandhof [Sun, 5 Jul 2015 08:06:55 +0000 (10:06 +0200)]
Move some classes from sonar-server to sonar-db

9 years agoExtract module sonar-db
Simon Brandhof [Fri, 3 Jul 2015 22:34:24 +0000 (00:34 +0200)]
Extract module sonar-db

9 years agomake web tests more reliable
Stas Vilchik [Fri, 3 Jul 2015 11:50:56 +0000 (13:50 +0200)]
make web tests more reliable

9 years agoFix stability of issue tracking
Simon Brandhof [Fri, 3 Jul 2015 13:19:22 +0000 (15:19 +0200)]
Fix stability of issue tracking

9 years agoFix quality flaws
Julien Lancelot [Fri, 3 Jul 2015 12:05:06 +0000 (14:05 +0200)]
Fix quality flaws

9 years agoSONAR-6680 Move computation of measure Quality Profile to Compute Engine 408/head
Julien Lancelot [Fri, 3 Jul 2015 10:42:14 +0000 (12:42 +0200)]
SONAR-6680 Move computation of measure Quality Profile to Compute Engine

9 years agomigrate update center web tests
Stas Vilchik [Fri, 3 Jul 2015 10:06:54 +0000 (12:06 +0200)]
migrate update center web tests

9 years agoFix quality flaws
Julien Lancelot [Fri, 3 Jul 2015 06:37:43 +0000 (08:37 +0200)]
Fix quality flaws

9 years agoFix stability of issue tracking
Simon Brandhof [Fri, 3 Jul 2015 09:17:15 +0000 (11:17 +0200)]
Fix stability of issue tracking

9 years agoRevert remove of RuleI18n component from batch
Simon Brandhof [Fri, 3 Jul 2015 07:32:12 +0000 (09:32 +0200)]
Revert remove of RuleI18n component from batch

9 years agoFix typo ("squale" instead of "sqale")
Simon Brandhof [Thu, 2 Jul 2015 21:47:22 +0000 (23:47 +0200)]
Fix typo ("squale" instead of "sqale")

9 years agoComplete conf of license-maven-plugin
Simon Brandhof [Thu, 2 Jul 2015 21:31:15 +0000 (23:31 +0200)]
Complete conf of license-maven-plugin

9 years agoSONAR-6588 drop db connection from batch
Simon Brandhof [Thu, 2 Jul 2015 18:13:22 +0000 (20:13 +0200)]
SONAR-6588 drop db connection from batch

9 years agoUpgrade license-maven-plugin from 1.7 to 1.8
Simon Brandhof [Thu, 2 Jul 2015 19:26:49 +0000 (21:26 +0200)]
Upgrade license-maven-plugin from 1.7 to 1.8

9 years agoTemporarily disable a test of LogListenerTest
Simon Brandhof [Thu, 2 Jul 2015 18:20:04 +0000 (20:20 +0200)]
Temporarily disable a test of LogListenerTest

9 years agoMerge branch 'feature/ce_issue_tracking'
Simon Brandhof [Thu, 2 Jul 2015 18:01:59 +0000 (20:01 +0200)]
Merge branch 'feature/ce_issue_tracking'

9 years agoSONAR-6588 move computation of debt to Compute Engine 404/head
Simon Brandhof [Tue, 30 Jun 2015 07:02:14 +0000 (09:02 +0200)]
SONAR-6588 move computation of debt to Compute Engine

9 years agoHelper to stress test TestCases
David Gageot [Thu, 2 Jul 2015 17:29:18 +0000 (19:29 +0200)]
Helper to stress test TestCases

9 years agoSupport // testing
David Gageot [Thu, 2 Jul 2015 17:29:01 +0000 (19:29 +0200)]
Support // testing

9 years agoHandle two threads asking for a temp folder at the very same time
David Gageot [Thu, 2 Jul 2015 17:28:43 +0000 (19:28 +0200)]
Handle two threads asking for a temp folder at the very same time

9 years agoAvoid additional NPE on test failure
David Gageot [Thu, 2 Jul 2015 17:08:05 +0000 (19:08 +0200)]
Avoid additional NPE on test failure

9 years agoadd a couple of issues web tests
Stas Vilchik [Thu, 2 Jul 2015 17:10:05 +0000 (19:10 +0200)]
add a couple of issues web tests