]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
11 years agoRevert "SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1"
Julien HENRY [Mon, 17 Jun 2013 15:45:56 +0000 (17:45 +0200)]
Revert "SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1"

This reverts commit ceaddeb0db54d29fd67d11f23488f61f85041446.

11 years agoRevert "Add missing license headers"
Julien HENRY [Mon, 17 Jun 2013 15:43:52 +0000 (17:43 +0200)]
Revert "Add missing license headers"

This reverts commit ffd92ddf3507c0b5ca28cc9ca31c2434bd077ae3.

11 years agoFix Sonar UT on French OS
Julien HENRY [Mon, 17 Jun 2013 09:48:18 +0000 (11:48 +0200)]
Fix Sonar UT on French OS

11 years agoFix quality flaws
Julien Lancelot [Mon, 17 Jun 2013 09:38:40 +0000 (11:38 +0200)]
Fix quality flaws

11 years agoFix quality flaws
Julien Lancelot [Mon, 17 Jun 2013 09:37:11 +0000 (11:37 +0200)]
Fix quality flaws

11 years agoSONAR-4315 Inject project settings when executing an action
Julien Lancelot [Mon, 17 Jun 2013 08:20:31 +0000 (10:20 +0200)]
SONAR-4315 Inject project settings when executing an action

11 years agoFix ResourceIndexerMapperTest on Postgresql
Simon Brandhof [Mon, 17 Jun 2013 07:52:28 +0000 (09:52 +0200)]
Fix ResourceIndexerMapperTest on Postgresql

11 years agoSONAR-4047 Fix UT
Julien HENRY [Mon, 17 Jun 2013 09:27:25 +0000 (11:27 +0200)]
SONAR-4047 Fix UT

11 years agoAdd missing license headers
Julien HENRY [Mon, 17 Jun 2013 08:57:36 +0000 (10:57 +0200)]
Add missing license headers

11 years agoSONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1
Julien HENRY [Mon, 17 Jun 2013 08:34:10 +0000 (10:34 +0200)]
SONAR-3979, SONAR-4047 Fix Sonar Maven goal to support Maven 3.1
  * now use Sonar Runner embedded to run Sonar
  * also updated Maven plugins to make Sonar build pass with Maven 3.1

11 years agoFix some quality flaws
Julien HENRY [Thu, 13 Jun 2013 13:24:12 +0000 (15:24 +0200)]
Fix some quality flaws

11 years agoSONAR-4402 Enable the property -XX:+HeapDumpOnOutOfMemoryError by default in standalo...
Simon Brandhof [Mon, 17 Jun 2013 07:22:12 +0000 (09:22 +0200)]
SONAR-4402 Enable the property -XX:+HeapDumpOnOutOfMemoryError by default in standalone mode

11 years agoSONAR-4321 Fix issue on alias
Julien Lancelot [Fri, 14 Jun 2013 17:03:19 +0000 (19:03 +0200)]
SONAR-4321 Fix issue on alias

11 years agoSONAR-4321 Fix performance issue on Issues search SQL
Julien Lancelot [Fri, 14 Jun 2013 16:00:08 +0000 (18:00 +0200)]
SONAR-4321 Fix performance issue on Issues search SQL

11 years agoSONAR-4305 purge unprocessed violations before migrating to issues
Simon Brandhof [Thu, 13 Jun 2013 21:53:05 +0000 (23:53 +0200)]
SONAR-4305 purge unprocessed violations before migrating to issues

11 years agoSONAR-4395 The SQL request used to get hotspot on metric can be improved
Simon Brandhof [Thu, 13 Jun 2013 17:20:55 +0000 (19:20 +0200)]
SONAR-4395 The SQL request used to get hotspot on metric can be improved

11 years agoFix unit test on windows
Simon Brandhof [Thu, 13 Jun 2013 16:19:55 +0000 (18:19 +0200)]
Fix unit test on windows

11 years agoFix some quality flaws
Simon Brandhof [Thu, 13 Jun 2013 16:00:07 +0000 (18:00 +0200)]
Fix some quality flaws

11 years agoSONAR-4301 Remove order by id desc because it generates an important overhead
Julien Lancelot [Thu, 13 Jun 2013 14:31:36 +0000 (16:31 +0200)]
SONAR-4301 Remove order by id desc because it generates an important overhead

11 years agoSONAR-4383 Save issue filter
Julien Lancelot [Thu, 13 Jun 2013 14:19:11 +0000 (16:19 +0200)]
SONAR-4383 Save issue filter

11 years agoImprove error handling of ws-client
Simon Brandhof [Wed, 12 Jun 2013 21:28:00 +0000 (23:28 +0200)]
Improve error handling of ws-client

11 years agoFix some quality flaws
Simon Brandhof [Thu, 13 Jun 2013 13:38:16 +0000 (15:38 +0200)]
Fix some quality flaws

11 years agoSONAR-4383 Replace if alias by filters in IssueFilterMapper because of MySQL issue
Julien Lancelot [Thu, 13 Jun 2013 10:44:00 +0000 (12:44 +0200)]
SONAR-4383 Replace if alias by filters in IssueFilterMapper because of MySQL issue

11 years agoFix null collections in org.sonar.api.issue.IssueQuery
Simon Brandhof [Thu, 13 Jun 2013 09:32:42 +0000 (11:32 +0200)]
Fix null collections in org.sonar.api.issue.IssueQuery

11 years agoSONAR-4235 Add creation date on "/api/resources" WS
Julien HENRY [Thu, 13 Jun 2013 08:43:36 +0000 (10:43 +0200)]
SONAR-4235 Add creation date on "/api/resources" WS

11 years agoSONAR-4383 Revert modification in IssueMapper
Julien Lancelot [Thu, 13 Jun 2013 09:18:35 +0000 (11:18 +0200)]
SONAR-4383 Revert modification in IssueMapper

11 years agoSONAR-4383 Replace ruby issue_filter Ruby by Java IssueQuery in issues search page
Julien Lancelot [Thu, 13 Jun 2013 09:17:36 +0000 (11:17 +0200)]
SONAR-4383 Replace ruby issue_filter Ruby by Java IssueQuery in issues search page

11 years agoSONAR-4383 Replace user by userLogin in IssueFilters table
Julien Lancelot [Thu, 13 Jun 2013 08:40:53 +0000 (10:40 +0200)]
SONAR-4383 Replace user by userLogin in IssueFilters table

11 years agoFix some quality flaws
Julien HENRY [Thu, 13 Jun 2013 07:15:37 +0000 (09:15 +0200)]
Fix some quality flaws

11 years agoSONAR-4386 Provide a context to ProjectBuilder for later evolutions
Julien HENRY [Wed, 12 Jun 2013 15:34:50 +0000 (17:34 +0200)]
SONAR-4386 Provide a context to ProjectBuilder for later evolutions

11 years agoSONAR-3755 Delete limitation of max number of issues when loading issue changes
Julien Lancelot [Wed, 12 Jun 2013 15:25:50 +0000 (17:25 +0200)]
SONAR-3755 Delete limitation of max number of issues when loading issue changes
(cherry picked from commit 9e1f713)

11 years agoSONAR-3755 Fix big performance issue on selectChildrenComponentIds query
Julien Lancelot [Wed, 12 Jun 2013 10:33:03 +0000 (12:33 +0200)]
SONAR-3755 Fix big performance issue on selectChildrenComponentIds query
(cherry picked from commit 4bbc914)

11 years agoSONAR-3755 Fix big performance issue on selectChildrenComponentIds query
Julien Lancelot [Wed, 12 Jun 2013 08:58:43 +0000 (10:58 +0200)]
SONAR-3755 Fix big performance issue on selectChildrenComponentIds query
(cherry picked from commit 414edae)

11 years agoSONAR-4386 Provide a context to ProjectBuilder for later evolutions
Julien HENRY [Wed, 12 Jun 2013 15:15:16 +0000 (17:15 +0200)]
SONAR-4386 Provide a context to ProjectBuilder for later evolutions

11 years agoSONAR-4368 Highly improve performance of the project deletion operation
Julien HENRY [Wed, 12 Jun 2013 10:44:58 +0000 (12:44 +0200)]
SONAR-4368 Highly improve performance of the project deletion operation

11 years agoSONAR-4384 Add missing phases to Sonar profiling
Julien HENRY [Wed, 12 Jun 2013 07:47:28 +0000 (09:47 +0200)]
SONAR-4384 Add missing phases to Sonar profiling

11 years agoSONAR-4383 Replace userId by user in FilterDto
Julien Lancelot [Tue, 11 Jun 2013 14:44:54 +0000 (16:44 +0200)]
SONAR-4383 Replace userId by user in FilterDto

11 years agoUpgrade to 3.7-SNAPSHOT
Eric Hartmann [Tue, 11 Jun 2013 14:26:53 +0000 (16:26 +0200)]
Upgrade to 3.7-SNAPSHOT

11 years agoSONAR-4386 Refactor ProjectBuilder extension
Julien HENRY [Tue, 11 Jun 2013 13:17:11 +0000 (15:17 +0200)]
SONAR-4386 Refactor ProjectBuilder extension

11 years agoSONAR-4383 Add IssueFilters db creation script and DAO
Julien Lancelot [Tue, 11 Jun 2013 08:27:42 +0000 (10:27 +0200)]
SONAR-4383 Add IssueFilters db creation script and DAO

11 years agoDo not send nofications on dry run mode
Simon Brandhof [Mon, 10 Jun 2013 20:12:03 +0000 (22:12 +0200)]
Do not send nofications on dry run mode

11 years agoSONAR-4283 do not persist notifications of changes on new issues
Simon Brandhof [Mon, 10 Jun 2013 19:29:21 +0000 (21:29 +0200)]
SONAR-4283 do not persist notifications of changes on new issues

11 years agoSONAR-4221 Fix regression with property loading and module exclusions
Julien HENRY [Mon, 10 Jun 2013 16:37:09 +0000 (18:37 +0200)]
SONAR-4221 Fix regression with property loading and module exclusions

11 years agoFix typo in Core bundle
Fabrice Bellingard [Mon, 10 Jun 2013 16:23:38 +0000 (18:23 +0200)]
Fix typo in Core bundle

11 years agoRestore Issues instead of Unresolved Issues in unresolved statuses widget
Julien Lancelot [Mon, 10 Jun 2013 15:12:25 +0000 (17:12 +0200)]
Restore Issues instead of Unresolved Issues in unresolved statuses widget

11 years agoReplace solved by resolved ina action plan and replace Issues by Unresolved Issues...
Julien Lancelot [Mon, 10 Jun 2013 15:02:51 +0000 (17:02 +0200)]
Replace solved by resolved ina action plan and replace Issues by Unresolved Issues in unresolved statuses widget

11 years agoSet list of status as constant
Julien Lancelot [Mon, 10 Jun 2013 13:31:52 +0000 (15:31 +0200)]
Set list of status as constant

11 years agoSONAR-4382 Add a success log at the end of dryRun analysis
Simon Brandhof [Sun, 9 Jun 2013 20:54:25 +0000 (22:54 +0200)]
SONAR-4382 Add a success log at the end of dryRun analysis

11 years agoFix quality flaw
Simon Brandhof [Sun, 9 Jun 2013 20:44:08 +0000 (22:44 +0200)]
Fix quality flaw

11 years agoSONAR-3755 Role required to find issues should be USER instead of CODE VIEWER
Julien Lancelot [Fri, 7 Jun 2013 15:53:48 +0000 (17:53 +0200)]
SONAR-3755 Role required to find issues should be USER instead of CODE VIEWER

11 years agoAdd some css class
Julien Lancelot [Fri, 7 Jun 2013 14:50:13 +0000 (16:50 +0200)]
Add some css class

11 years agoFix method name typo
Julien Lancelot [Fri, 7 Jun 2013 13:08:41 +0000 (15:08 +0200)]
Fix method name typo

11 years agoSONAR-3755 Use RubyUtils to parse deadline when creating action plan
Julien Lancelot [Fri, 7 Jun 2013 12:32:22 +0000 (14:32 +0200)]
SONAR-3755 Use RubyUtils to parse deadline when creating action plan

11 years agoSONAR-3755 Fix performance issue in selectNonClosedIssuesByModule query
Julien Lancelot [Fri, 7 Jun 2013 11:50:43 +0000 (13:50 +0200)]
SONAR-3755 Fix performance issue in selectNonClosedIssuesByModule query

11 years agoSONAR-3755 Closed issues should be reopened only if manual issues
Julien Lancelot [Fri, 7 Jun 2013 08:27:00 +0000 (10:27 +0200)]
SONAR-3755 Closed issues should be reopened only if manual issues

11 years agoSONAR-3755 Update com.github.kevinsawicki:http-request version to 5.2 that fix issue...
Julien Lancelot [Fri, 7 Jun 2013 07:48:30 +0000 (09:48 +0200)]
SONAR-3755 Update com.github.kevinsawicki:http-request version to 5.2 that fix issue when encoding + character

11 years agoSONAR-3755 Restore deleted bundle for deleted component on issue detail
Julien Lancelot [Fri, 7 Jun 2013 07:46:37 +0000 (09:46 +0200)]
SONAR-3755 Restore deleted bundle for deleted component on issue detail

11 years agoSONAR-3755 Move the rule compliance widget and action plan widget to Issues category
Julien Lancelot [Fri, 7 Jun 2013 07:27:02 +0000 (09:27 +0200)]
SONAR-3755 Move the rule compliance widget and action plan widget to Issues category

11 years agoFix javadoc
Simon Brandhof [Thu, 6 Jun 2013 21:02:32 +0000 (23:02 +0200)]
Fix javadoc

11 years agoFix some javadoc
Simon Brandhof [Thu, 6 Jun 2013 16:51:08 +0000 (18:51 +0200)]
Fix some javadoc

11 years agoSONAR-3755 Fix bug in Issue WS Client when encoding dates
Julien Lancelot [Thu, 6 Jun 2013 15:15:18 +0000 (17:15 +0200)]
SONAR-3755 Fix bug in Issue WS Client when encoding dates

11 years agoAdd some javadoc to org.sonar.api.config.PropertyDefinition
Simon Brandhof [Thu, 6 Jun 2013 14:20:18 +0000 (16:20 +0200)]
Add some javadoc to org.sonar.api.config.PropertyDefinition

11 years agoFix storage of libraries in C# Plugin
Simon Brandhof [Thu, 6 Jun 2013 13:32:01 +0000 (15:32 +0200)]
Fix storage of libraries in C# Plugin

11 years agoRemove whitespace
Simon Brandhof [Thu, 6 Jun 2013 13:17:36 +0000 (15:17 +0200)]
Remove whitespace

11 years agoSONAR-3755 Improve creation of manual issue
Julien Lancelot [Thu, 6 Jun 2013 10:34:00 +0000 (12:34 +0200)]
SONAR-3755 Improve creation of manual issue

11 years agoSONAR-3755 Removed useless security check
Julien Lancelot [Thu, 6 Jun 2013 10:04:47 +0000 (12:04 +0200)]
SONAR-3755 Removed useless security check

11 years agoAdd @Nullable to IssueDto
Simon Brandhof [Thu, 6 Jun 2013 09:33:13 +0000 (11:33 +0200)]
Add @Nullable to IssueDto

11 years agoSONAR-3755 Add some html ids
Julien Lancelot [Thu, 6 Jun 2013 09:29:47 +0000 (11:29 +0200)]
SONAR-3755 Add some html ids

11 years agoChange order of DBCleaner properties
Simon Brandhof [Thu, 6 Jun 2013 09:05:58 +0000 (11:05 +0200)]
Change order of DBCleaner properties

11 years agoAdd javadoc to org.sonar.api.config.PropertyDefinition
Simon Brandhof [Thu, 6 Jun 2013 09:05:43 +0000 (11:05 +0200)]
Add javadoc to org.sonar.api.config.PropertyDefinition

11 years agoFix cache of libraries
Simon Brandhof [Thu, 6 Jun 2013 07:49:49 +0000 (09:49 +0200)]
Fix cache of libraries

11 years agoSONAR-3755 improve documentation
Simon Brandhof [Wed, 5 Jun 2013 16:37:00 +0000 (18:37 +0200)]
SONAR-3755 improve documentation

11 years agoSONAR-3755 Removed check on logged user in action plan service
Julien Lancelot [Wed, 5 Jun 2013 15:47:31 +0000 (17:47 +0200)]
SONAR-3755 Removed check on logged user in action plan service

11 years agoSONAR-3755 add javadoc to issue API
Simon Brandhof [Wed, 5 Jun 2013 15:11:36 +0000 (17:11 +0200)]
SONAR-3755 add javadoc to issue API

11 years agoSONAR-3755 add javadoc to issue API
Simon Brandhof [Wed, 5 Jun 2013 14:46:49 +0000 (16:46 +0200)]
SONAR-3755 add javadoc to issue API

11 years agoSONAR-3755 Add nowrap on action plan column in the issues page
Julien Lancelot [Wed, 5 Jun 2013 13:55:43 +0000 (15:55 +0200)]
SONAR-3755 Add nowrap on action plan column in the issues page

11 years agoSONAR-3755 add javadoc to issue API
Simon Brandhof [Wed, 5 Jun 2013 13:39:21 +0000 (15:39 +0200)]
SONAR-3755 add javadoc to issue API

11 years agoFix unit test
Julien Lancelot [Wed, 5 Jun 2013 11:08:59 +0000 (13:08 +0200)]
Fix unit test

11 years agoSONAR-3755 Fix issue on SQL to retrieve root project
Julien Lancelot [Wed, 5 Jun 2013 11:04:15 +0000 (13:04 +0200)]
SONAR-3755 Fix issue on SQL to retrieve root project

11 years agoSONAR-4303 fix rendering of rule detail
Simon Brandhof [Wed, 5 Jun 2013 10:49:14 +0000 (12:49 +0200)]
SONAR-4303 fix rendering of rule detail

11 years agoFix test on Oracle
Simon Brandhof [Wed, 5 Jun 2013 10:40:25 +0000 (12:40 +0200)]
Fix test on Oracle

11 years agoSONAR-3755 do not check duplications in ResourceCache
Simon Brandhof [Wed, 5 Jun 2013 10:30:09 +0000 (12:30 +0200)]
SONAR-3755 do not check duplications in ResourceCache

11 years agoFix l10n bundle for new issue metrics
Simon Brandhof [Wed, 5 Jun 2013 10:16:11 +0000 (12:16 +0200)]
Fix l10n bundle for new issue metrics

11 years agoFix type in false positive issues metric name
Julien Lancelot [Wed, 5 Jun 2013 10:10:02 +0000 (12:10 +0200)]
Fix type in false positive issues metric name

11 years agoSONAR-3755 Fix description of code viewer role
Julien Lancelot [Wed, 5 Jun 2013 09:59:20 +0000 (11:59 +0200)]
SONAR-3755 Fix description of code viewer role

11 years agoFix some JDBC connection pbs in unit tests
Simon Brandhof [Wed, 5 Jun 2013 09:52:38 +0000 (11:52 +0200)]
Fix some JDBC connection pbs in unit tests

11 years agoFix typo in footer
Julien Lancelot [Wed, 5 Jun 2013 09:44:48 +0000 (11:44 +0200)]
Fix typo in footer

11 years agoFix quality flaws
Julien Lancelot [Wed, 5 Jun 2013 09:21:49 +0000 (11:21 +0200)]
Fix quality flaws

11 years agoSONAR-3755 Set deadLine as Date instead of String in action plan Client
Julien Lancelot [Wed, 5 Jun 2013 08:37:39 +0000 (10:37 +0200)]
SONAR-3755 Set deadLine as Date instead of String in action plan Client

11 years agoFixed quality issues
Jean-Baptiste Vilain [Wed, 5 Jun 2013 07:51:44 +0000 (09:51 +0200)]
Fixed quality issues

11 years agoSONAR-3755 Do not display errors node when no error in WS
Julien Lancelot [Wed, 5 Jun 2013 07:38:02 +0000 (09:38 +0200)]
SONAR-3755 Do not display errors node when no error in WS

11 years agoSONAR-4319 fix footer label
Simon Brandhof [Wed, 5 Jun 2013 07:37:51 +0000 (09:37 +0200)]
SONAR-4319 fix footer label

11 years agoFixed quality issues
Jean-Baptiste Vilain [Wed, 5 Jun 2013 07:34:56 +0000 (09:34 +0200)]
Fixed quality issues

11 years agoSONAR-3755 remove expand icons
Simon Brandhof [Wed, 5 Jun 2013 07:30:08 +0000 (09:30 +0200)]
SONAR-3755 remove expand icons

11 years agoSONAR-3755 improve CSS of issue detail
Simon Brandhof [Wed, 5 Jun 2013 07:28:51 +0000 (09:28 +0200)]
SONAR-3755 improve CSS of issue detail

11 years agoSONAR-3755 to list transitions available on an issue, user role on the issue project...
Julien Lancelot [Wed, 5 Jun 2013 06:37:46 +0000 (08:37 +0200)]
SONAR-3755 to list transitions available on an issue, user role on the issue project is needed

11 years agoSONAR-4310
Simon Brandhof [Wed, 5 Jun 2013 05:47:15 +0000 (07:47 +0200)]
SONAR-4310

11 years agoSONAR-3755 add whitespace between qualifier icon and title
Simon Brandhof [Tue, 4 Jun 2013 22:33:03 +0000 (00:33 +0200)]
SONAR-3755 add whitespace between qualifier icon and title

11 years agoSONAR-4225 escape rule titles in issue drilldown
Simon Brandhof [Tue, 4 Jun 2013 22:32:26 +0000 (00:32 +0200)]
SONAR-4225 escape rule titles in issue drilldown

11 years agoSONAR-4309 fix detection of conflicts
Simon Brandhof [Tue, 4 Jun 2013 19:47:18 +0000 (21:47 +0200)]
SONAR-4309 fix detection of conflicts