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

9 years agoSONAR-6648 Rework redirection of logs
Julien HENRY [Thu, 25 Jun 2015 13:08:48 +0000 (15:08 +0200)]
SONAR-6648 Rework redirection of logs

9 years agoSONAR-6611 ws custom_measures/update check permissions before fetching logged user
Teryk Bellahsene [Thu, 25 Jun 2015 10:27:19 +0000 (12:27 +0200)]
SONAR-6611 ws custom_measures/update check permissions before fetching logged user

9 years agoSONAR-6078 Aggregate technical debt on issues search WS 391/head
Jean-Baptiste Lievremont [Mon, 15 Jun 2015 15:31:57 +0000 (17:31 +0200)]
SONAR-6078 Aggregate technical debt on issues search WS

9 years agoSONAR-6612 ws custom_measures/metrics list available custom metrics for a project 397/head
Teryk Bellahsene [Wed, 24 Jun 2015 14:55:50 +0000 (16:55 +0200)]
SONAR-6612 ws custom_measures/metrics list available custom metrics for a project

9 years agoSONAR-6195 Adjust UI to request fields as needed 396/head
Jean-Baptiste Lievremont [Wed, 24 Jun 2015 07:55:53 +0000 (09:55 +0200)]
SONAR-6195 Adjust UI to request fields as needed

9 years agoSONAR-6195 Implement selection of fields in api/issues/search
Jean-Baptiste Lievremont [Tue, 23 Jun 2015 14:03:29 +0000 (16:03 +0200)]
SONAR-6195 Implement selection of fields in api/issues/search

9 years agoSONAR-6618 Enforce paging on issues search 395/head
Jean-Baptiste Lievremont [Mon, 22 Jun 2015 15:32:16 +0000 (17:32 +0200)]
SONAR-6618 Enforce paging on issues search

9 years agoSONAR-6570 update web
Stas Vilchik [Thu, 25 Jun 2015 08:15:21 +0000 (10:15 +0200)]
SONAR-6570 update web

9 years agoUpdate metric type JSON format SONAR-6570 SONAR-6578 SONAR-6610 SONAR-6611
Teryk Bellahsene [Wed, 24 Jun 2015 14:26:13 +0000 (16:26 +0200)]
Update metric type JSON format SONAR-6570 SONAR-6578 SONAR-6610 SONAR-6611

WS updated:
- metrics/search
- metrics/types
- custom_measures/create
- custom_measures/update

9 years agoFix Quality flaws in batch
Duarte Meneses [Wed, 24 Jun 2015 14:10:14 +0000 (16:10 +0200)]
Fix Quality flaws in batch

9 years agoUse two threads on TravisCI
David Gageot [Wed, 24 Jun 2015 13:23:42 +0000 (15:23 +0200)]
Use two threads on TravisCI

9 years agoFix lock on windows
Duarte Meneses [Wed, 24 Jun 2015 07:44:40 +0000 (09:44 +0200)]
Fix lock on windows

9 years agoFix project temp folders
Duarte Meneses [Tue, 23 Jun 2015 14:50:53 +0000 (16:50 +0200)]
Fix project temp folders

9 years agoFix quality flaw
Duarte Meneses [Tue, 23 Jun 2015 13:13:20 +0000 (15:13 +0200)]
Fix quality flaw

9 years agoSONAR-6649 Move initialization of persistit cache to global context
Duarte Meneses [Thu, 18 Jun 2015 13:23:54 +0000 (15:23 +0200)]
SONAR-6649 Move initialization of persistit cache to global context

9 years agoSONAR-6648 Allow to redirect logs to custom stream
Duarte Meneses [Tue, 16 Jun 2015 15:37:13 +0000 (17:37 +0200)]
SONAR-6648 Allow to redirect logs to custom stream

9 years agoSONAR-6649 Move initialization of persistit cache to global context
Duarte Meneses [Fri, 12 Jun 2015 08:40:59 +0000 (10:40 +0200)]
SONAR-6649 Move initialization of persistit cache to global context

9 years agoSONAR-6610 ws custom_measures/create add user and correct date in response
Teryk Bellahsene [Wed, 24 Jun 2015 12:21:16 +0000 (14:21 +0200)]
SONAR-6610 ws custom_measures/create add user and correct date in response

- only project and module are allowed
- add user in response
- set created_at and updated_at field in db and response
- update several error message to make them clearer

9 years agoSONAR-6304 Set Content-Disposition header on profile backup and export 394/head
Jean-Baptiste Lievremont [Tue, 23 Jun 2015 09:58:27 +0000 (11:58 +0200)]
SONAR-6304 Set Content-Disposition header on profile backup and export

9 years agoSONAR-6468 Check old password when changing password on self 393/head
Jean-Baptiste Lievremont [Tue, 23 Jun 2015 08:20:02 +0000 (10:20 +0200)]
SONAR-6468 Check old password when changing password on self

9 years agofix quality flaw
Teryk Bellahsene [Wed, 24 Jun 2015 11:19:37 +0000 (13:19 +0200)]
fix quality flaw

9 years agoSONAR-6611 WS custom_measures/update update a custom measure 390/head
Teryk Bellahsene [Mon, 22 Jun 2015 10:10:47 +0000 (12:10 +0200)]
SONAR-6611 WS custom_measures/update update a custom measure

9 years agoSONAR-6610 WS custom_measures/create use specific JsonWriter class to write response
Teryk Bellahsene [Thu, 18 Jun 2015 15:00:49 +0000 (17:00 +0200)]
SONAR-6610 WS custom_measures/create use specific JsonWriter class to write response

9 years agoRevert "SONAR-6646 no_value measure can not be a best value optimized measure"
Sébastien Lesaint [Wed, 24 Jun 2015 08:04:37 +0000 (10:04 +0200)]
Revert "SONAR-6646 no_value measure can not be a best value optimized measure"

This reverts commit 0199d646efb6260d2aa6fc8705d940a3ef89285c because no_value measures _can_ and must be considered as best value optimized if other criterias are met

9 years agoSONAR-6570 ws metrics/search add fields direction, qualitative, custom and hidden...
Teryk Bellahsene [Wed, 24 Jun 2015 07:17:37 +0000 (09:17 +0200)]
SONAR-6570 ws metrics/search add fields direction, qualitative, custom and hidden in response

9 years agoRevert merge to d70f025
Duarte Meneses [Tue, 23 Jun 2015 16:19:49 +0000 (18:19 +0200)]
Revert merge to d70f025

9 years agoFix test PersistentCache
Duarte Meneses [Tue, 23 Jun 2015 15:27:54 +0000 (17:27 +0200)]
Fix test PersistentCache

9 years agoFix project temp folder 389/head
Duarte Meneses [Tue, 23 Jun 2015 14:50:53 +0000 (16:50 +0200)]
Fix project temp folder

9 years agoFix quality flaws
Duarte Meneses [Tue, 23 Jun 2015 13:13:20 +0000 (15:13 +0200)]
Fix quality flaws

9 years agoSONAR-6649 Move initialization of persistit caches to global context
Duarte Meneses [Thu, 18 Jun 2015 13:23:54 +0000 (15:23 +0200)]
SONAR-6649 Move initialization of persistit caches to global context

9 years agoSONAR-6648 Allow to redirect logs to a custom stream
Duarte Meneses [Tue, 16 Jun 2015 15:37:13 +0000 (17:37 +0200)]
SONAR-6648 Allow to redirect logs to a custom stream

9 years agoSONAR-6649 Move initialization of persistit caches to global context
Duarte Meneses [Fri, 12 Jun 2015 08:40:59 +0000 (10:40 +0200)]
SONAR-6649 Move initialization of persistit caches to global context

9 years agoimprove coverage of ConditionEvaluator
Sébastien Lesaint [Tue, 23 Jun 2015 11:43:28 +0000 (13:43 +0200)]
improve coverage of ConditionEvaluator

9 years agoFIX fix various quality flaws
Sébastien Lesaint [Tue, 23 Jun 2015 11:43:22 +0000 (13:43 +0200)]
FIX fix various quality flaws

9 years agoSONAR-6646 no_value measure can not be a best value optimized measure
Sébastien Lesaint [Tue, 23 Jun 2015 11:17:08 +0000 (13:17 +0200)]
SONAR-6646 no_value measure can not be a best value optimized measure

9 years agofix various quality flaws
Sébastien Lesaint [Mon, 22 Jun 2015 07:40:31 +0000 (09:40 +0200)]
fix various quality flaws