]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
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 agoSONAR-6588 integrate issues to Compute Engine
Simon Brandhof [Wed, 24 Jun 2015 14:41:13 +0000 (16:41 +0200)]
SONAR-6588 integrate issues to Compute Engine

9 years agoSONAR-6623 distribution of issues by debt in Compute Engine
Simon Brandhof [Wed, 24 Jun 2015 07:11:30 +0000 (09:11 +0200)]
SONAR-6623 distribution of issues by debt in Compute Engine

This allows to deprecate org.sonar.api.measures.RuleMeasure

9 years agoSONAR-6623 count issues
Simon Brandhof [Tue, 23 Jun 2015 14:06:31 +0000 (16:06 +0200)]
SONAR-6623 count issues

9 years agoSONAR-6623 extract issue tracking algorithm from batch
Simon Brandhof [Wed, 3 Jun 2015 08:31:16 +0000 (10:31 +0200)]
SONAR-6623 extract issue tracking algorithm from batch

9 years agoSONAR-6605 Replace some batch formulas by compute formulas 406/head
Julien Lancelot [Thu, 2 Jul 2015 12:33:18 +0000 (14:33 +0200)]
SONAR-6605 Replace some batch formulas by compute formulas

9 years agoSONAR-6605 Create average formula
Julien Lancelot [Wed, 1 Jul 2015 16:33:52 +0000 (18:33 +0200)]
SONAR-6605 Create average formula

9 years agoSONAR-6605 Create distribution formula
Julien Lancelot [Wed, 1 Jul 2015 16:33:08 +0000 (18:33 +0200)]
SONAR-6605 Create distribution formula

9 years agoSONAR-6605 Create sum formula
Julien Lancelot [Wed, 1 Jul 2015 16:30:55 +0000 (18:30 +0200)]
SONAR-6605 Create sum formula

9 years agoSONAR-6605 Create step computing formula measures
Julien Lancelot [Wed, 1 Jul 2015 16:28:51 +0000 (18:28 +0200)]
SONAR-6605 Create step computing formula measures

9 years agoSONAR-6605 Do not persist FILE_COMPLEXITY_DISTRIBUTION and FUNCTION_COMPLEXITY_DISTRI...
Julien Lancelot [Wed, 1 Jul 2015 13:03:00 +0000 (15:03 +0200)]
SONAR-6605 Do not persist FILE_COMPLEXITY_DISTRIBUTION and FUNCTION_COMPLEXITY_DISTRIBUTION measures on file

9 years agoSONAR-6588 Send all measures to the report, even the ones that was not marked to...
Julien Lancelot [Wed, 1 Jul 2015 12:13:54 +0000 (14:13 +0200)]
SONAR-6588 Send all measures to the report, even the ones that was not marked to be stored in database
Removing this check allow to send all file measures to the report

9 years agoAdd isHigherThan method
Julien Lancelot [Tue, 30 Jun 2015 15:58:26 +0000 (17:58 +0200)]
Add isHigherThan method

9 years agoadd issues saved searches web tests
Stas Vilchik [Thu, 2 Jul 2015 09:09:32 +0000 (11:09 +0200)]
add issues saved searches web tests

9 years agoMerge branch 'feature/it'
David Gageot [Thu, 2 Jul 2015 08:51:50 +0000 (10:51 +0200)]
Merge branch 'feature/it'

Conflicts:
.travis.yml
travis.sh

9 years agoUpdate Travis Tools
David Gageot [Thu, 2 Jul 2015 08:47:24 +0000 (10:47 +0200)]
Update Travis Tools

9 years agoRevert "update style of search fields"
Stas Vilchik [Wed, 1 Jul 2015 11:58:21 +0000 (13:58 +0200)]
Revert "update style of search fields"

This reverts commit e9f47d1dd0164d9f495aa4f5f24ef85ef5dc1c9d.

9 years agoupdate style of search fields
Stas Vilchik [Wed, 1 Jul 2015 11:52:37 +0000 (13:52 +0200)]
update style of search fields

9 years agoupdate style of toggles
Stas Vilchik [Wed, 1 Jul 2015 10:54:17 +0000 (12:54 +0200)]
update style of toggles

9 years agofix typo in method name in MeasureVariations 402/head
Sébastien Lesaint [Mon, 29 Jun 2015 09:48:45 +0000 (11:48 +0200)]
fix typo in method name in MeasureVariations

9 years agoSONAR-6645 remove computation of new coverage measures from Batch
Sébastien Lesaint [Fri, 26 Jun 2015 17:16:14 +0000 (19:16 +0200)]
SONAR-6645 remove computation of new coverage measures from Batch

9 years agoSONAR-6645 move New Coverage computation to Compute Engine
Sébastien Lesaint [Fri, 26 Jun 2015 16:56:40 +0000 (18:56 +0200)]
SONAR-6645 move New Coverage computation to Compute Engine

9 years agoAutomatic merge from branch-5.1
Jenkins CI [Wed, 1 Jul 2015 06:01:44 +0000 (08:01 +0200)]
Automatic merge from branch-5.1

* origin/branch-5.1:
  Fix build with empty local Maven repository

9 years agofix coverage of MeasureVariations
Sébastien Lesaint [Tue, 30 Jun 2015 17:13:05 +0000 (19:13 +0200)]
fix coverage of MeasureVariations

9 years agoadd issue web tests
Stas Vilchik [Tue, 30 Jun 2015 16:20:38 +0000 (18:20 +0200)]
add issue web tests

9 years agofix missing provider initialization when no measure has been added to rule
Sébastien Lesaint [Fri, 26 Jun 2015 15:16:25 +0000 (17:16 +0200)]
fix missing provider initialization when no measure has been added to rule

9 years agoadd missing equals() to MeasureVariations
Sébastien Lesaint [Fri, 26 Jun 2015 14:59:49 +0000 (16:59 +0200)]
add missing equals() to MeasureVariations

9 years agoremove dead code (AbstractDivisionDecorator)
Sébastien Lesaint [Tue, 30 Jun 2015 14:42:29 +0000 (16:42 +0200)]
remove dead code (AbstractDivisionDecorator)

9 years agoFix script name
David Gageot [Tue, 30 Jun 2015 14:41:28 +0000 (16:41 +0200)]
Fix script name

9 years agoFix some quality flaws
Julien HENRY [Tue, 30 Jun 2015 14:08:07 +0000 (16:08 +0200)]
Fix some quality flaws

9 years agoimprove the web app start
Stas Vilchik [Tue, 30 Jun 2015 12:53:32 +0000 (14:53 +0200)]
improve the web app start

9 years agotranslate users page web tests
Stas Vilchik [Tue, 30 Jun 2015 11:20:02 +0000 (13:20 +0200)]
translate users page web tests

9 years agoimprove the functional web tests
Stas Vilchik [Tue, 30 Jun 2015 10:26:58 +0000 (12:26 +0200)]
improve the functional web tests

9 years agotranslate some tests: application
Stas Vilchik [Tue, 30 Jun 2015 09:34:33 +0000 (11:34 +0200)]
translate some tests: application

9 years agoadd browser config for web tests
Stas Vilchik [Tue, 30 Jun 2015 08:54:19 +0000 (10:54 +0200)]
add browser config for web tests

9 years agoSONAR-6628 warn log if any sonar.jdbc property is set in Batch
Sébastien Lesaint [Tue, 30 Jun 2015 10:05:26 +0000 (12:05 +0200)]
SONAR-6628 warn log if any sonar.jdbc property is set in Batch

9 years agoSONAR-6621 warn log if sonar.qualitygate set in project properties
Sébastien Lesaint [Tue, 30 Jun 2015 08:38:11 +0000 (10:38 +0200)]
SONAR-6621 warn log if sonar.qualitygate set in project properties

9 years agoFix quality flaws
Simon Brandhof [Tue, 30 Jun 2015 08:51:46 +0000 (10:51 +0200)]
Fix quality flaws

9 years agoFix quality flaws
Simon Brandhof [Tue, 30 Jun 2015 08:39:54 +0000 (10:39 +0200)]
Fix quality flaws

9 years agofix issue reloading
Stas Vilchik [Tue, 30 Jun 2015 08:13:47 +0000 (10:13 +0200)]
fix issue reloading

9 years agoFix build with empty local Maven repository
Julien HENRY [Tue, 30 Jun 2015 07:59:53 +0000 (09:59 +0200)]
Fix build with empty local Maven repository

9 years agoFix quality flaws
Simon Brandhof [Tue, 30 Jun 2015 07:38:41 +0000 (09:38 +0200)]
Fix quality flaws

9 years agoadd intern test framework, setup initial unit and medium tests
Stas Vilchik [Fri, 19 Jun 2015 13:59:31 +0000 (15:59 +0200)]
add intern test framework, setup initial unit and medium tests

9 years agoUse latest version of TravisUtils
David Gageot [Mon, 29 Jun 2015 17:31:25 +0000 (19:31 +0200)]
Use latest version of TravisUtils

9 years agoQuality flaws
Simon Brandhof [Mon, 29 Jun 2015 13:53:56 +0000 (15:53 +0200)]
Quality flaws

- do not declare multiple variables on same line
- fix imports

9 years agoUse TravisUtils
David Gageot [Mon, 29 Jun 2015 16:30:32 +0000 (18:30 +0200)]
Use TravisUtils

9 years agoMore test categories
David Gageot [Mon, 29 Jun 2015 16:24:02 +0000 (18:24 +0200)]
More test categories

9 years agoupdate checkbox styles
Stas Vilchik [Mon, 29 Jun 2015 15:41:50 +0000 (17:41 +0200)]
update checkbox styles

9 years agofix quality flaw (unnecessary boxing)
Sébastien Lesaint [Mon, 29 Jun 2015 15:50:12 +0000 (17:50 +0200)]
fix quality flaw (unnecessary boxing)

9 years agoxvfb
David Gageot [Mon, 29 Jun 2015 15:22:47 +0000 (17:22 +0200)]
xvfb

9 years agoAnother test to fix after change of parsing to not lenient
Julien HENRY [Mon, 29 Jun 2015 14:57:04 +0000 (16:57 +0200)]
Another test to fix after change of parsing to not lenient

9 years agoFix test now that date parsing is not lenient
Julien HENRY [Mon, 29 Jun 2015 14:28:52 +0000 (16:28 +0200)]
Fix test now that date parsing is not lenient

9 years agoGet rid of Ruby default configuration
David Gageot [Mon, 29 Jun 2015 14:13:47 +0000 (16:13 +0200)]
Get rid of Ruby default configuration

9 years agoLogs
David Gageot [Mon, 29 Jun 2015 14:00:24 +0000 (16:00 +0200)]
Logs

9 years agofix search of issue tags
Stas Vilchik [Mon, 29 Jun 2015 13:35:06 +0000 (15:35 +0200)]
fix search of issue tags

9 years agoSimplify job
David Gageot [Mon, 29 Jun 2015 13:25:57 +0000 (15:25 +0200)]
Simplify job

9 years agoLogs
David Gageot [Mon, 29 Jun 2015 13:25:09 +0000 (15:25 +0200)]
Logs

9 years agoSONAR-6668 update issue filters widgets to display the technical debt
Stas Vilchik [Mon, 29 Jun 2015 11:21:37 +0000 (13:21 +0200)]
SONAR-6668 update issue filters widgets to display the technical debt

9 years agoSONAR-6635 Parsing of date should not be lenient
Julien HENRY [Mon, 29 Jun 2015 08:36:22 +0000 (10:36 +0200)]
SONAR-6635 Parsing of date should not be lenient

9 years agoFix build script
David Gageot [Mon, 29 Jun 2015 12:03:46 +0000 (14:03 +0200)]
Fix build script

9 years agoBuild first
David Gageot [Mon, 29 Jun 2015 11:05:13 +0000 (13:05 +0200)]
Build first

9 years agoAdd ITs
David Gageot [Mon, 29 Jun 2015 10:55:25 +0000 (12:55 +0200)]
Add ITs

9 years agoSONAR-6078 show debt on issues page
Stas Vilchik [Fri, 26 Jun 2015 14:09:24 +0000 (16:09 +0200)]
SONAR-6078 show debt on issues page

9 years agoUse incremental mode to do pull request analysis
Julien HENRY [Mon, 29 Jun 2015 09:24:01 +0000 (11:24 +0200)]
Use incremental mode to do pull request analysis

9 years agoReenable coverage integration tests
Simon Brandhof [Mon, 29 Jun 2015 09:08:21 +0000 (11:08 +0200)]
Reenable coverage integration tests

9 years agoAdd missing copyright header
Simon Brandhof [Mon, 29 Jun 2015 08:48:12 +0000 (10:48 +0200)]
Add missing copyright header

9 years agoRename artifactId it-parent to it
Simon Brandhof [Fri, 26 Jun 2015 20:03:06 +0000 (22:03 +0200)]
Rename artifactId it-parent to it

9 years agoAdd missing directory in integration tests
Simon Brandhof [Fri, 26 Jun 2015 18:17:54 +0000 (20:17 +0200)]
Add missing directory in integration tests

9 years agoAdd integration tests on updatecenter and testing categories
Simon Brandhof [Fri, 26 Jun 2015 17:56:08 +0000 (19:56 +0200)]
Add integration tests on updatecenter and testing categories

9 years agoFix execution of integration tests from command-line
Simon Brandhof [Fri, 26 Jun 2015 16:48:19 +0000 (18:48 +0200)]
Fix execution of integration tests from command-line

9 years agoFix category of integration tests
Simon Brandhof [Fri, 26 Jun 2015 15:46:54 +0000 (17:46 +0200)]
Fix category of integration tests

9 years agoAdd QualityGateNotificationTest
Simon Brandhof [Fri, 26 Jun 2015 15:37:54 +0000 (17:37 +0200)]
Add QualityGateNotificationTest

9 years agoFirst draft of integration tests
Simon Brandhof [Fri, 26 Jun 2015 09:35:47 +0000 (11:35 +0200)]
First draft of integration tests

9 years agoSONAR-6200 Apply coverage exclusions on new Sensor API
Julien HENRY [Mon, 29 Jun 2015 08:15:23 +0000 (10:15 +0200)]
SONAR-6200 Apply coverage exclusions on new Sensor API

9 years agofix quality flaws
Teryk Bellahsene [Fri, 26 Jun 2015 15:10:45 +0000 (17:10 +0200)]
fix quality flaws

9 years agoUse MetricJsonWriter in the metrics/search WS
Teryk Bellahsene [Fri, 26 Jun 2015 14:57:38 +0000 (16:57 +0200)]
Use MetricJsonWriter in the metrics/search WS

9 years agoSONAR-6615 ws custom_measures/search requires 'Administer System' permission or ...
Teryk Bellahsene [Fri, 26 Jun 2015 14:46:16 +0000 (16:46 +0200)]
SONAR-6615 ws custom_measures/search requires 'Administer System' permission or 'Administer' permission on the project

9 years agoSONAR-6615 ws custom_measures/* add the pending field
Teryk Bellahsene [Fri, 26 Jun 2015 14:35:04 +0000 (16:35 +0200)]
SONAR-6615 ws custom_measures/* add the pending field

9 years agoadd new button styles
Stas Vilchik [Thu, 4 Jun 2015 14:38:54 +0000 (16:38 +0200)]
add new button styles

9 years agoSONAR-6664 remove SqaleRatingDecorator from batch 398/head
Sébastien Lesaint [Fri, 26 Jun 2015 13:09:23 +0000 (15:09 +0200)]
SONAR-6664 remove SqaleRatingDecorator from batch

9 years agoSONAR-6664 compute Sqale metrics in CE
Sébastien Lesaint [Thu, 25 Jun 2015 16:40:56 +0000 (18:40 +0200)]
SONAR-6664 compute Sqale metrics in CE

9 years agodouble values of Measures must have only 1 decimal (rounded up)
Sébastien Lesaint [Fri, 26 Jun 2015 11:04:23 +0000 (13:04 +0200)]
double values of Measures must have only 1 decimal (rounded up)

9 years agoSONAR-6664 add MeasureRepositoryRule and MetricRepositoryRule
Sébastien Lesaint [Thu, 25 Jun 2015 13:16:43 +0000 (15:16 +0200)]
SONAR-6664 add MeasureRepositoryRule and MetricRepositoryRule

9 years agoSONAR-6664 add PathAwareVisitor to visit a Component tree
Sébastien Lesaint [Wed, 24 Jun 2015 14:16:10 +0000 (16:16 +0200)]
SONAR-6664 add PathAwareVisitor to visit a Component tree

9 years agoSONAR-6664 add language to Component and a FileAttributes property
Sébastien Lesaint [Tue, 23 Jun 2015 14:07:46 +0000 (16:07 +0200)]
SONAR-6664 add language to Component and a FileAttributes property

FileAttributes property replaces the unitTest property and adds the languageKey

9 years agoSONAR-6612 ws custom_measures/metrics requires 'Administer System' permission or...
Teryk Bellahsene [Fri, 26 Jun 2015 12:46:12 +0000 (14:46 +0200)]
SONAR-6612 ws custom_measures/metrics requires 'Administer System' permission or 'Administer' permission on the project

9 years agoSONAR-6661 stabilize web tests
Stas Vilchik [Fri, 26 Jun 2015 12:17:53 +0000 (14:17 +0200)]
SONAR-6661 stabilize web tests

9 years agoadd histogram widget web tests
Stas Vilchik [Fri, 26 Jun 2015 10:57:35 +0000 (12:57 +0200)]
add histogram widget web tests

9 years agoSONAR-6612 ws custom_measures/metrics update description
Teryk Bellahsene [Fri, 26 Jun 2015 08:49:40 +0000 (10:49 +0200)]
SONAR-6612 ws custom_measures/metrics update description

9 years agoFix logging of warnings when JDBC URL is not correct
Simon Brandhof [Fri, 26 Jun 2015 08:32:57 +0000 (10:32 +0200)]
Fix logging of warnings when JDBC URL is not correct

9 years agoSONAR-6661 add update center web tests
Stas Vilchik [Fri, 26 Jun 2015 08:25:53 +0000 (10:25 +0200)]
SONAR-6661 add update center web tests

9 years agoSONAR-6615 ws custom_measures/search search for custom measures 399/head
Teryk Bellahsene [Thu, 25 Jun 2015 16:58:09 +0000 (18:58 +0200)]
SONAR-6615 ws custom_measures/search search for custom measures

9 years agoSONAR-6634 drop column resource_id from the manual_measures table
Teryk Bellahsene [Fri, 26 Jun 2015 07:05:43 +0000 (09:05 +0200)]
SONAR-6634 drop column resource_id from the manual_measures table

9 years agoSONAR-6617 remove the manual_measures/* RoR WS
Teryk Bellahsene [Thu, 25 Jun 2015 17:32:31 +0000 (19:32 +0200)]
SONAR-6617 remove the manual_measures/* RoR WS

9 years agoSONAR-6661 rewrite update center
Stas Vilchik [Mon, 22 Jun 2015 15:57:54 +0000 (17:57 +0200)]
SONAR-6661 rewrite update center

9 years agoSONAR-6649 Stop components from global container in case of error
Julien HENRY [Thu, 25 Jun 2015 14:04:22 +0000 (16:04 +0200)]
SONAR-6649 Stop components from global container in case of error

9 years agoSONAR-6852 decrease the list of kept issue fields
Stas Vilchik [Thu, 25 Jun 2015 14:16:46 +0000 (16:16 +0200)]
SONAR-6852 decrease the list of kept issue fields

9 years agofix quality flaws
Stas Vilchik [Thu, 25 Jun 2015 14:12:14 +0000 (16:12 +0200)]
fix quality flaws

9 years agoSONAR-6507 use ws to change password
Stas Vilchik [Thu, 25 Jun 2015 08:28:18 +0000 (10:28 +0200)]
SONAR-6507 use ws to change password

9 years agoSONAR-6304 backup profile using current tab
Stas Vilchik [Thu, 25 Jun 2015 13:39:10 +0000 (15:39 +0200)]
SONAR-6304 backup profile using current tab