]>
source.dussan.org Git - sonarqube.git/log
Simon Brandhof [Wed, 4 May 2016 15:50:43 +0000 (17:50 +0200)]
Temporarily disable cobol-maif-plugin from integration tests
Incompatibillity with cobol 3.1 which was released today
Julien Lancelot [Wed, 4 May 2016 15:37:53 +0000 (17:37 +0200)]
SONAR-7108 Fix unpredictable behavior of UT
Julien Lancelot [Wed, 4 May 2016 13:22:47 +0000 (15:22 +0200)]
Remove useless parameter refresh
Julien Lancelot [Tue, 3 May 2016 14:44:22 +0000 (16:44 +0200)]
SONAR-7108 Delete Issues from index when purging old issues
Purge from index was already working when property 'sonar.dbcleaner.daysBeforeDeletingClosedIssues' was not equal to 0. Now it's working whatever the value is.
Julien Lancelot [Wed, 4 May 2016 11:40:10 +0000 (13:40 +0200)]
SONAR-6906 Filter rules on profile language when bulk active rules
Julien Lancelot [Wed, 4 May 2016 07:48:38 +0000 (09:48 +0200)]
SONAR-7212 Fix removal of user property "sonar.issues.defaultAssigneeLogin" in Oracle
Julien Lancelot [Wed, 4 May 2016 07:11:07 +0000 (09:11 +0200)]
SONAR-7212 Remove migration to remove default assignee properties on removed users
Remove this migration because in Oracle, PROPERTIES.TEXT_VALUE is a clob, so it's not possible to do a JOIN on this column
Julien Lancelot [Mon, 2 May 2016 11:45:47 +0000 (13:45 +0200)]
SONAR-5891 Return default properties in api/properties
Julien Lancelot [Mon, 2 May 2016 08:28:50 +0000 (10:28 +0200)]
SONAR-7150 directories count doesn't include empty directories
Julien Lancelot [Fri, 29 Apr 2016 14:05:54 +0000 (16:05 +0200)]
SONAR-7212 Add migration to remove default assignee properties on removed users
Julien Lancelot [Fri, 29 Apr 2016 13:47:38 +0000 (15:47 +0200)]
SONAR-7212 Remove "sonar.issues.defaultAssigneeLogin" when removing a user
Julien Lancelot [Fri, 29 Apr 2016 12:29:28 +0000 (14:29 +0200)]
SONAR-7213 Ignore disabled users when searching for default assignee
Julien Lancelot [Mon, 2 May 2016 09:28:06 +0000 (11:28 +0200)]
SONAR-7308 Index users created with signup
Julien Lancelot [Mon, 2 May 2016 13:32:18 +0000 (15:32 +0200)]
SONAR-7394 Fix update of custom rule active parameters
Julien Lancelot [Fri, 29 Apr 2016 15:50:48 +0000 (17:50 +0200)]
SONAR-7482 Return identity providers info in system info
Julien Lancelot [Fri, 29 Apr 2016 14:58:10 +0000 (16:58 +0200)]
SONAR-7515 api/system/info is now internal
Julien Lancelot [Mon, 2 May 2016 14:06:13 +0000 (16:06 +0200)]
SONAR-7517 Rename default group property when renaming group
Jenkins CI [Tue, 3 May 2016 06:01:24 +0000 (08:01 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
Update version to 5.5-SNAPSHOT
Release 5.5
Tom [Mon, 2 May 2016 15:03:52 +0000 (17:03 +0200)]
Update version to 5.5-SNAPSHOT
Tom [Mon, 2 May 2016 14:09:29 +0000 (16:09 +0200)]
Release 5.5
Julien Lancelot [Fri, 29 Apr 2016 12:09:47 +0000 (14:09 +0200)]
SONAR-7382 Fix SQL when user belongs to more than 1000 groups
Simon Brandhof [Sat, 30 Apr 2016 08:45:25 +0000 (10:45 +0200)]
Fix SnapshotDao#selectSnapshotsByQuery() when using component UUID and sorting
Teryk Bellahsene [Fri, 29 Apr 2016 15:32:00 +0000 (17:32 +0200)]
Fix quality flaws
Jenkins CI [Fri, 29 Apr 2016 06:07:48 +0000 (08:07 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
check system status when restarting server
[maven-release-plugin] prepare for next development iteration
[maven-release-plugin] prepare release 5.5-RC2
Stas Vilchik [Tue, 19 Apr 2016 12:44:39 +0000 (14:44 +0200)]
check system status when restarting server
Julien Lancelot [Wed, 27 Apr 2016 09:49:45 +0000 (11:49 +0200)]
SONAR-7569 Update copy resource id when persisting components in CE
Julien Lancelot [Thu, 28 Apr 2016 08:16:36 +0000 (10:16 +0200)]
SONAR-7570 A duration of 0 minute should be converted to "0min" instead of empty
Duarte Meneses [Thu, 28 Apr 2016 07:50:39 +0000 (09:50 +0200)]
Fix overzealous condition
Tom [Thu, 28 Apr 2016 06:45:25 +0000 (08:45 +0200)]
[maven-release-plugin] prepare for next development iteration
Tom [Thu, 28 Apr 2016 06:45:25 +0000 (08:45 +0200)]
[maven-release-plugin] prepare release 5.5-RC2
Julien Lancelot [Wed, 27 Apr 2016 14:46:26 +0000 (16:46 +0200)]
Fix query to keep authorized users for a project and a role
The query were returning every users that have the permission from a group, without taking into account given users
Julien Lancelot [Tue, 26 Apr 2016 08:50:18 +0000 (10:50 +0200)]
SONAR-7549 Fix SqlExecutorTest on MySQL and MsSQL
connection.commit() should not be used on these 2 DB
executeInsert should use parametrized query
Stas Vilchik [Tue, 26 Apr 2016 12:57:47 +0000 (14:57 +0200)]
improve tooltips on web api page
Jenkins CI [Tue, 26 Apr 2016 11:16:46 +0000 (13:16 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
SONAR-7549 disable SqlExecutorTest on non-H2 dbs
SONAR-7565 add IT for new status RESTARTING
SONAR−7565 add RESTARTING status in /api/system/status
fix treemap legend l10n message
Simon Brandhof [Tue, 26 Apr 2016 08:39:13 +0000 (10:39 +0200)]
SONAR-7549 disable SqlExecutorTest on non-H2 dbs
Sébastien Lesaint [Mon, 25 Apr 2016 14:09:18 +0000 (16:09 +0200)]
SONAR-7565 add IT for new status RESTARTING
Sébastien Lesaint [Mon, 25 Apr 2016 14:08:36 +0000 (16:08 +0200)]
SONAR−7565 add RESTARTING status in /api/system/status
Stas Vilchik [Tue, 26 Apr 2016 07:31:09 +0000 (09:31 +0200)]
fix treemap legend l10n message
Simon Brandhof [Tue, 26 Apr 2016 08:39:13 +0000 (10:39 +0200)]
SONAR-7549 disable SqlExecutorTest on non-H2 dbs
Sébastien Lesaint [Mon, 25 Apr 2016 14:09:18 +0000 (16:09 +0200)]
SONAR-7565 add IT for new status RESTARTING
Sébastien Lesaint [Mon, 25 Apr 2016 14:08:36 +0000 (16:08 +0200)]
SONAR−7565 add RESTARTING status in /api/system/status
Stas Vilchik [Tue, 26 Apr 2016 07:31:09 +0000 (09:31 +0200)]
fix treemap legend l10n message
Jenkins CI [Tue, 26 Apr 2016 06:07:44 +0000 (08:07 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns
SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation
Remove bad comment in org.sonar.server.computation.measure.MeasureRepository
Simon Brandhof [Thu, 14 Apr 2016 20:59:18 +0000 (22:59 +0200)]
SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columns
Stas Vilchik [Fri, 22 Apr 2016 09:52:19 +0000 (11:52 +0200)]
SONAR-7365 fix highlighting
Stas Vilchik [Mon, 25 Apr 2016 13:55:07 +0000 (15:55 +0200)]
fix displaying of project with slash in the name on measures page
Jenkins CI [Mon, 25 Apr 2016 13:32:12 +0000 (15:32 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
Remove useless CeDbClient
Add PropertiesDao in CE container
Simon Brandhof [Thu, 14 Apr 2016 07:39:13 +0000 (09:39 +0200)]
SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collation
Simon Brandhof [Sun, 24 Apr 2016 20:44:41 +0000 (22:44 +0200)]
Remove bad comment in org.sonar.server.computation.measure.MeasureRepository
Julien Lancelot [Mon, 25 Apr 2016 11:58:51 +0000 (13:58 +0200)]
Remove useless CeDbClient
It's useless that DbClient return a ReadOnlyPropertiesDao, and it prevent any CE task to update a property
Julien Lancelot [Mon, 25 Apr 2016 09:59:52 +0000 (11:59 +0200)]
Add PropertiesDao in CE container
Stas Vilchik [Fri, 22 Apr 2016 09:15:35 +0000 (11:15 +0200)]
SONAR-7373 drop loading of code by scrolling
Stas Vilchik [Fri, 22 Apr 2016 08:45:00 +0000 (10:45 +0200)]
SONAR-7561 Increase width of version select on Comparison page
Jenkins CI [Thu, 21 Apr 2016 06:01:09 +0000 (08:01 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks
SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI
SONAR-7553 DAO of CE_QUEUE count number of rows by status
SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing
SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE
SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)
SONAR-7187 do not usage pagination
SONAR-7187 Remove paging from api/ce/activity
Stas Vilchik [Tue, 19 Apr 2016 07:58:02 +0000 (09:58 +0200)]
SONAR-7553 use api/ce/activity_status to get number of pending and failing tasks
Teryk Bellahsene [Tue, 19 Apr 2016 14:31:19 +0000 (16:31 +0200)]
SONAR-7553 WS api/ce/activity_status display background tasks related metrics for UI
Teryk Bellahsene [Tue, 19 Apr 2016 14:30:22 +0000 (16:30 +0200)]
SONAR-7553 DAO of CE_QUEUE count number of rows by status
Teryk Bellahsene [Tue, 19 Apr 2016 14:29:41 +0000 (16:29 +0200)]
SONAR-7553 DAO of CE_ACTIVITY count number of tasks still failing
Teryk Bellahsene [Tue, 19 Apr 2016 14:27:57 +0000 (16:27 +0200)]
SONAR-7187 WS api/ce/activity stop using count(1) on DB table CE_QUEUE
Teryk Bellahsene [Tue, 19 Apr 2016 13:58:55 +0000 (15:58 +0200)]
SONAR-7553 Create composite DB index CE_ACTIVITY(is_last, status)
Stas Vilchik [Mon, 18 Apr 2016 08:56:59 +0000 (10:56 +0200)]
SONAR-7187 do not usage pagination
Julien Lancelot [Fri, 15 Apr 2016 15:17:01 +0000 (17:17 +0200)]
SONAR-7187 Remove paging from api/ce/activity
In order to have no more full scan on the ce_activity table, we had to remove paging as it was executing a select count(* from ce_activity)
Stas Vilchik [Wed, 20 Apr 2016 16:05:26 +0000 (18:05 +0200)]
SONAR-7373 reduce number of displayed lines
Stas Vilchik [Wed, 20 Apr 2016 14:48:30 +0000 (16:48 +0200)]
SONAR-7373 speed up scm rendering
Stas Vilchik [Wed, 20 Apr 2016 14:32:47 +0000 (16:32 +0200)]
SONAR-7374 Improve the UI when component viewer is loading source code
Stas Vilchik [Wed, 20 Apr 2016 08:37:14 +0000 (10:37 +0200)]
SONAR-7516 fix HistoryUiTest and PropertySetsTest
Stas Vilchik [Wed, 20 Apr 2016 07:05:22 +0000 (09:05 +0200)]
SONAR-7516 Change capitalization of metric names (#907)
Jenkins CI [Wed, 20 Apr 2016 06:01:02 +0000 (08:01 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
SONAR-7550 Update Java plugin to 3.13.1
apply feedback for measures page (#905)
change capitalization of new metrics (#906)
Background tasks logs are available for project admin
add web context on the measures page
Add comment on query to keep authorized users for a project and a role
Teryk Bellahsene [Tue, 19 Apr 2016 15:47:48 +0000 (17:47 +0200)]
SONAR-7550 Update Java plugin to 3.13.1
Stas Vilchik [Tue, 19 Apr 2016 13:24:42 +0000 (15:24 +0200)]
apply feedback for measures page (#905)
* display leak period legend on details page
* hide quality gate status measure for projects
Stas Vilchik [Tue, 19 Apr 2016 13:22:21 +0000 (15:22 +0200)]
change capitalization of new metrics (#906)
Teryk Bellahsene [Tue, 19 Apr 2016 09:16:13 +0000 (11:16 +0200)]
Background tasks logs are available for project admin
Stas Vilchik [Tue, 19 Apr 2016 12:44:39 +0000 (14:44 +0200)]
check system status when restarting server
Stas Vilchik [Tue, 19 Apr 2016 12:27:52 +0000 (14:27 +0200)]
SONAR-7365 Component doesn't highlight usage when it is also a keyword
Stas Vilchik [Tue, 19 Apr 2016 08:53:07 +0000 (10:53 +0200)]
add web context on the measures page
Stas Vilchik [Tue, 19 Apr 2016 08:33:00 +0000 (10:33 +0200)]
SONAR-7314 change treemap text color to black
Stas Vilchik [Tue, 19 Apr 2016 08:30:47 +0000 (10:30 +0200)]
improve display of quality profile permalinks
Stas Vilchik [Tue, 19 Apr 2016 08:27:00 +0000 (10:27 +0200)]
SONAR-7476 apply feedback
Stas Vilchik [Tue, 19 Apr 2016 07:38:15 +0000 (09:38 +0200)]
SONAR-7503 improve reliability of the "New Issues" facet
Julien Lancelot [Tue, 19 Apr 2016 06:17:14 +0000 (08:17 +0200)]
Add comment on query to keep authorized users for a project and a role
Anyone permission cannot be taking into by this method
Stas Vilchik [Mon, 18 Apr 2016 14:39:44 +0000 (16:39 +0200)]
SONAR-7230 better collapse file path
Stas Vilchik [Mon, 18 Apr 2016 14:26:43 +0000 (16:26 +0200)]
SONAR-6203 Manual Metrics of type Level and String can't be displayed using 'Custom Measures' widget
Jenkins CI [Mon, 18 Apr 2016 13:55:35 +0000 (15:55 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
Add query to keep authorized users for a project and a role
fix bubble chart configuration
Stas Vilchik [Mon, 18 Apr 2016 13:30:55 +0000 (15:30 +0200)]
SONAR-7446 fix issue filter widget header
Stas Vilchik [Mon, 18 Apr 2016 13:02:56 +0000 (15:02 +0200)]
SONAR-7446 Replace usage of facetMode 'debt' by 'effort' in Issues page
Stas Vilchik [Mon, 18 Apr 2016 12:43:58 +0000 (14:43 +0200)]
SONAR-7476 Provide a link to inactive rules from a quality profile page
Stas Vilchik [Mon, 18 Apr 2016 12:35:57 +0000 (14:35 +0200)]
SONAR-7433 Provide a visual feedback when creating a project
Stas Vilchik [Mon, 18 Apr 2016 12:07:05 +0000 (14:07 +0200)]
SONAR-7548 Display type of background tasks
Stas Vilchik [Mon, 18 Apr 2016 11:46:40 +0000 (13:46 +0200)]
SONAR-7314 Improve readability of treemap widgets
Stas Vilchik [Mon, 18 Apr 2016 11:31:43 +0000 (13:31 +0200)]
SONAR-7320 Display a file name for each test method in the coverage popup
Stas Vilchik [Mon, 18 Apr 2016 11:19:12 +0000 (13:19 +0200)]
SONAR-7503 New Issues facet not working properly for the last period
Julien Lancelot [Mon, 18 Apr 2016 07:28:59 +0000 (09:28 +0200)]
Add query to keep authorized users for a project and a role
Stas Vilchik [Mon, 18 Apr 2016 08:58:49 +0000 (10:58 +0200)]
fix bubble chart configuration
Jenkins CI [Mon, 18 Apr 2016 06:01:38 +0000 (08:01 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
Log the type when Compute Engine processes a task
Add ComponentDao#insertBatch() for batch inserts
SONAR-7543 Sanitize metric domains (#901)
SONAR-7402 improve measures home page (#900)
Simon Brandhof [Sun, 17 Apr 2016 19:42:23 +0000 (21:42 +0200)]
Log the type when Compute Engine processes a task
Simon Brandhof [Fri, 15 Apr 2016 20:05:22 +0000 (22:05 +0200)]
Add ComponentDao#insertBatch() for batch inserts
Stas Vilchik [Fri, 15 Apr 2016 12:38:58 +0000 (14:38 +0200)]
SONAR-7543 Sanitize metric domains (#901)
* rename Tests to Coverage
* rename Duplication to Diplications
* move "alert_status" to new releasability domain
Stas Vilchik [Fri, 15 Apr 2016 11:16:27 +0000 (13:16 +0200)]
SONAR-7402 improve measures home page (#900)
Jenkins CI [Fri, 15 Apr 2016 08:36:24 +0000 (10:36 +0200)]
Automatic merge from branch-5.5
* origin/branch-5.5:
Fix malformed javadoc in API
Add UserDao.selectByIds
SONAR-6948 rename method Request#getLocalConnector() to localConnector()
SONAR-6948 add javadoc for org.sonar.api.server.ws.LocalConnector
Simon Brandhof [Fri, 15 Apr 2016 07:49:24 +0000 (09:49 +0200)]
Fix malformed javadoc in API