]> source.dussan.org Git - sonarqube.git/log
sonarqube.git
12 years agoSONAR-3378 Add new DB Cleaner parameter
Fabrice Bellingard [Wed, 23 May 2012 16:08:05 +0000 (18:08 +0200)]
SONAR-3378 Add new DB Cleaner parameter

=> Make configurable the number of hours before keeping only one
   snapshot per day

12 years agoFix violations
Fabrice Bellingard [Wed, 23 May 2012 14:25:55 +0000 (16:25 +0200)]
Fix violations

12 years agoSONAR-3016 Escape filter name and key
David Gageot [Wed, 23 May 2012 15:22:20 +0000 (17:22 +0200)]
SONAR-3016 Escape filter name and key

12 years agoSONAR-3016 Filter now have a logical key
David Gageot [Wed, 23 May 2012 14:55:48 +0000 (16:55 +0200)]
SONAR-3016 Filter now have a logical key

this makes it easier to reference a shared filter in a dashboard
extension point. I had to migrate filter widget properties from the
filter id to the filter key.

12 years agoSONAR-3240 Fully remove support of old format for DUPLICATIONS_DATA
Fabrice Bellingard [Wed, 23 May 2012 14:16:57 +0000 (16:16 +0200)]
SONAR-3240 Fully remove support of old format for DUPLICATIONS_DATA

12 years agoSONAR-2706 Clean code
Fabrice Bellingard [Wed, 23 May 2012 12:56:33 +0000 (14:56 +0200)]
SONAR-2706 Clean code

12 years agoSONAR-3462 A project dashboard that shouldn't become a global dashboard
David Gageot [Wed, 23 May 2012 12:50:52 +0000 (14:50 +0200)]
SONAR-3462 A project dashboard that shouldn't become a global dashboard

12 years agoFIX A user cannot unfollow its own dashboards
David Gageot [Wed, 23 May 2012 12:40:51 +0000 (14:40 +0200)]
FIX A user cannot unfollow its own dashboards

12 years agoFix Pagination and sorting in filter widget
David Gageot [Wed, 23 May 2012 06:19:43 +0000 (08:19 +0200)]
Fix Pagination and sorting in filter widget

12 years agoSONAR-2706 remove log
Simon Brandhof [Wed, 23 May 2012 12:21:21 +0000 (14:21 +0200)]
SONAR-2706 remove log

12 years agoSONAR-2706 fix reloading of available commands in review detail
Simon Brandhof [Wed, 23 May 2012 12:15:25 +0000 (14:15 +0200)]
SONAR-2706 fix reloading of available commands in review detail

12 years agoRevert "Fix Pagination and sorting in filter widget"
David Gageot [Wed, 23 May 2012 11:49:22 +0000 (13:49 +0200)]
Revert "Fix Pagination and sorting in filter widget"

This reverts commit a0e00c5f0a63b81226c2b04271df07fdeff6a5f7.

12 years agoFix Pagination and sorting in filter widget
David Gageot [Wed, 23 May 2012 06:19:43 +0000 (08:19 +0200)]
Fix Pagination and sorting in filter widget

12 years agoSONAR-2706 Should feed the ':review_screens' value for every action
Fabrice Bellingard [Wed, 23 May 2012 09:56:27 +0000 (11:56 +0200)]
SONAR-2706 Should feed the ':review_screens' value for every action

=> If not, then after entering a comment (or assigning, or planning,
   ...), then the actions provided by the review workflow are not
   displayed.

12 years agoSONAR-2706 improve error handling on command execution
Simon Brandhof [Wed, 23 May 2012 09:31:14 +0000 (11:31 +0200)]
SONAR-2706 improve error handling on command execution

12 years agoAdd a javadoc to org.sonar.api.Property#defaultValue()
Simon Brandhof [Wed, 23 May 2012 07:47:40 +0000 (09:47 +0200)]
Add a javadoc to org.sonar.api.Property#defaultValue()

12 years agoSONAR-2706 Make it possible to have actions on violations w/o review
Fabrice Bellingard [Wed, 23 May 2012 09:13:50 +0000 (11:13 +0200)]
SONAR-2706 Make it possible to have actions on violations w/o review

=> Added a non-persisted "IDLE" status on Review

12 years agoSONAR-3016 Don't load default filters if they already exist
David Gageot [Wed, 23 May 2012 06:53:45 +0000 (08:53 +0200)]
SONAR-3016 Don't load default filters if they already exist

12 years agoTrying to fix filters on Oracle
David Gageot [Wed, 23 May 2012 07:13:47 +0000 (09:13 +0200)]
Trying to fix filters on Oracle

12 years agoSONAR-2706 Fix issue with element focus
Fabrice Bellingard [Wed, 23 May 2012 07:39:23 +0000 (09:39 +0200)]
SONAR-2706 Fix issue with element focus

12 years agoSONAR-2706 Fix issue with button message
Fabrice Bellingard [Wed, 23 May 2012 07:28:37 +0000 (09:28 +0200)]
SONAR-2706 Fix issue with button message

12 years agoRemove warnings
David Gageot [Wed, 23 May 2012 06:19:35 +0000 (08:19 +0200)]
Remove warnings

12 years agoSONAR-3407 improve message
Simon Brandhof [Tue, 22 May 2012 22:36:33 +0000 (00:36 +0200)]
SONAR-3407 improve message

12 years agoSONAR-2706 fix commands from review detail page
Simon Brandhof [Tue, 22 May 2012 22:27:31 +0000 (00:27 +0200)]
SONAR-2706 fix commands from review detail page

12 years agoRemove the classes RulesManager and DaoFacade.
Simon Brandhof [Tue, 22 May 2012 22:26:02 +0000 (00:26 +0200)]
Remove the classes RulesManager and DaoFacade.

Both of them have been deprecated long time ago.

12 years agoSONAR-3407 fail analysis if the project version used for comparison does not exist
Simon Brandhof [Tue, 22 May 2012 22:23:45 +0000 (00:23 +0200)]
SONAR-3407 fail analysis if the project version used for comparison does not exist

12 years agoSONAR-2706 Reload review after execution of command
Simon Brandhof [Tue, 22 May 2012 21:05:21 +0000 (23:05 +0200)]
SONAR-2706 Reload review after execution of command

12 years agoFix minor quality flaws
Simon Brandhof [Tue, 22 May 2012 20:50:11 +0000 (22:50 +0200)]
Fix minor quality flaws

12 years agoFilter widget : reduce height of bottom margin
Simon Brandhof [Tue, 22 May 2012 20:12:47 +0000 (22:12 +0200)]
Filter widget : reduce height of bottom margin

12 years agoSONAR-2706 some refactoring
Simon Brandhof [Tue, 22 May 2012 20:12:08 +0000 (22:12 +0200)]
SONAR-2706 some refactoring

12 years agoFix some quality flaws
Evgeny Mandrikov [Tue, 22 May 2012 20:25:19 +0000 (02:25 +0600)]
Fix some quality flaws

12 years agoSONAR-3182 Remove unused code
Evgeny Mandrikov [Tue, 22 May 2012 19:12:25 +0000 (01:12 +0600)]
SONAR-3182 Remove unused code

12 years agoSONAR-2706 add unit tests
Simon Brandhof [Tue, 22 May 2012 18:11:27 +0000 (20:11 +0200)]
SONAR-2706 add unit tests

12 years agoSONAR-3016 Provide default filters through extension point
David Gageot [Tue, 22 May 2012 16:27:11 +0000 (18:27 +0200)]
SONAR-3016 Provide default filters through extension point

12 years agoFIX we shouldn't be able to unfollow a non-shared dashboard
David Gageot [Tue, 22 May 2012 17:13:55 +0000 (19:13 +0200)]
FIX we shouldn't be able to unfollow a non-shared dashboard

12 years agoFIX A newly followed dashboard should always come last in the list
David Gageot [Tue, 22 May 2012 17:10:34 +0000 (19:10 +0200)]
FIX A newly followed dashboard should always come last in the list

12 years agoFIX Show only enabled projects
David Gageot [Tue, 22 May 2012 17:06:13 +0000 (19:06 +0200)]
FIX Show only enabled projects

12 years agoRename Ruby partial
David Gageot [Tue, 22 May 2012 15:44:54 +0000 (17:44 +0200)]
Rename Ruby partial

12 years agoSONAR-2706 Add utility class to offer easier API
Fabrice Bellingard [Tue, 22 May 2012 16:28:24 +0000 (18:28 +0200)]
SONAR-2706 Add utility class to offer easier API

12 years agoSONAR-3445 The path "Search" feature on filters doesn't work any more
Simon Brandhof [Tue, 22 May 2012 15:09:31 +0000 (17:09 +0200)]
SONAR-3445 The path "Search" feature on filters doesn't work any more

12 years agoSONAR-2706 add support of default values in HasProjectPropertyCondition
Simon Brandhof [Tue, 22 May 2012 14:22:59 +0000 (16:22 +0200)]
SONAR-2706 add support of default values in HasProjectPropertyCondition

12 years agoSONAR-3016 Remove unused imports
David Gageot [Tue, 22 May 2012 15:10:41 +0000 (17:10 +0200)]
SONAR-3016 Remove unused imports

12 years agoSONAR-3016 Partial documentation of extension point for filter template
David Gageot [Tue, 22 May 2012 14:09:55 +0000 (16:09 +0200)]
SONAR-3016 Partial documentation of extension point for filter template

12 years agoSONAR-2706 Delete unused classes in API
Simon Brandhof [Tue, 22 May 2012 13:57:09 +0000 (15:57 +0200)]
SONAR-2706 Delete unused classes in API

12 years agoSONAR-3016 More work on extension point for filter template
David Gageot [Tue, 22 May 2012 12:52:24 +0000 (14:52 +0200)]
SONAR-3016 More work on extension point for filter template

Introduce Criteria and FilterColums

12 years agoSONAR-3016 More work on extension point for filter template
David Gageot [Tue, 22 May 2012 09:56:58 +0000 (11:56 +0200)]
SONAR-3016 More work on extension point for filter template

Recognize more filter criterias

12 years agoSONAR-3016 More work on extension point for filter template
David Gageot [Tue, 22 May 2012 08:51:06 +0000 (10:51 +0200)]
SONAR-3016 More work on extension point for filter template

Added mappers and dots for criteria and fiter_columns

12 years agoSONAR-3218 Update message of "migration running" page
Fabrice Bellingard [Tue, 22 May 2012 07:26:28 +0000 (09:26 +0200)]
SONAR-3218 Update message of "migration running" page

12 years agoSONAR-3016 Draft of new extension point for filter template
David Gageot [Fri, 18 May 2012 13:10:10 +0000 (15:10 +0200)]
SONAR-3016 Draft of new extension point for filter template

12 years agoRemove 3 warnings
David Gageot [Mon, 21 May 2012 14:58:50 +0000 (16:58 +0200)]
Remove 3 warnings

12 years agoSONAR-3397 Widget "Custom Measures" is empty
Simon Brandhof [Mon, 21 May 2012 20:05:51 +0000 (22:05 +0200)]
SONAR-3397 Widget "Custom Measures" is empty

12 years agoFix widget title for project widget on global dashboards
David Gageot [Mon, 21 May 2012 16:42:33 +0000 (18:42 +0200)]
Fix widget title for project widget on global dashboards

12 years agoSONAR-2706 Verify "context conditions" only once
Simon Brandhof [Mon, 21 May 2012 15:06:04 +0000 (17:06 +0200)]
SONAR-2706 Verify "context conditions" only once

12 years agoFix editing widget that don't have a title.
David Gageot [Mon, 21 May 2012 14:33:18 +0000 (16:33 +0200)]
Fix editing widget that don't have a title.

The javascript was broken is not title was present.

12 years agoEmpty widgets shouldn't be displayed
David Gageot [Mon, 21 May 2012 14:21:22 +0000 (16:21 +0200)]
Empty widgets shouldn't be displayed

12 years agoDisplay widget title for filter widgets added to project dashboard
David Gageot [Mon, 21 May 2012 14:11:02 +0000 (16:11 +0200)]
Display widget title for filter widgets added to project dashboard

12 years agoRemove duplication in widget code
David Gageot [Mon, 21 May 2012 14:10:16 +0000 (16:10 +0200)]
Remove duplication in widget code

12 years agoSONAR-2706 Add the condition HasReviewPropertyCondition
Simon Brandhof [Mon, 21 May 2012 13:59:35 +0000 (15:59 +0200)]
SONAR-2706 Add the condition HasReviewPropertyCondition

12 years agoFix dashboard title
David Gageot [Mon, 21 May 2012 13:33:42 +0000 (15:33 +0200)]
Fix dashboard title

12 years agoNow there are PROJECT and GLOBAL constants in WidgetScope
David Gageot [Mon, 21 May 2012 12:58:05 +0000 (14:58 +0200)]
Now there are PROJECT and GLOBAL constants in WidgetScope

12 years agoSONAR-2706 Add extension point to customize workflow of reviews
Simon Brandhof [Mon, 21 May 2012 13:02:38 +0000 (15:02 +0200)]
SONAR-2706 Add extension point to customize workflow of reviews

Note that this extension point is still not exposed to public API. It's still located in
the package org.sonar.core.reviews.workflow of sonar-core.

12 years agoUpdate description in pom
Simon Brandhof [Sun, 20 May 2012 17:55:40 +0000 (19:55 +0200)]
Update description in pom

12 years agoFix Global Dashboard editing
David Gageot [Mon, 21 May 2012 12:44:02 +0000 (14:44 +0200)]
Fix Global Dashboard editing

12 years agoSONAR-3218 Add a new status to the '/api/server' WS
Fabrice Bellingard [Mon, 21 May 2012 09:24:25 +0000 (11:24 +0200)]
SONAR-3218 Add a new status to the '/api/server' WS

=> 'MIGRATION_RUNNING'

12 years agoSONAR-3145 During migration, access to Sonar is not allowed
Fabrice Bellingard [Mon, 21 May 2012 06:51:18 +0000 (08:51 +0200)]
SONAR-3145 During migration, access to Sonar is not allowed

12 years agoSONAR-3218 / SONAR-3146 Improve the Sonar migration service
Fabrice Bellingard [Sun, 20 May 2012 14:48:03 +0000 (16:48 +0200)]
SONAR-3218 / SONAR-3146 Improve the Sonar migration service

- Offers better mechanism to prevent any parallel executions
- Provides information on the time already spent
- Adapt UI & WS to use this mechanism

12 years agoSONAR-3495 Initial exception is lost when settings can't be decrypted
Simon Brandhof [Mon, 21 May 2012 09:30:49 +0000 (11:30 +0200)]
SONAR-3495 Initial exception is lost when settings can't be decrypted

12 years agoSONAR-3494 ultra minor improvement of title in a configuration page...
Simon Brandhof [Mon, 21 May 2012 09:30:25 +0000 (11:30 +0200)]
SONAR-3494 ultra minor improvement of title in a configuration page...

12 years agoExplicitly set the default value of the field Dashboard#global
Simon Brandhof [Mon, 21 May 2012 09:24:41 +0000 (11:24 +0200)]
Explicitly set the default value of the field Dashboard#global

12 years agoRemove ImageWidget. It was used for validating new dashboards.
Simon Brandhof [Mon, 21 May 2012 09:24:12 +0000 (11:24 +0200)]
Remove ImageWidget. It was used for validating new dashboards.

12 years agoSONAR-3126 Ignore "sonar.core.id" when exporting properties
Fabrice Bellingard [Mon, 21 May 2012 06:56:50 +0000 (08:56 +0200)]
SONAR-3126 Ignore "sonar.core.id" when exporting properties

12 years agoSONAR-3126 Only "sonar.core.id" should remain unchanged
Fabrice Bellingard [Mon, 21 May 2012 06:02:33 +0000 (08:02 +0200)]
SONAR-3126 Only "sonar.core.id" should remain unchanged

=> See https://github.com/SonarSource/sonar/commit/44ff7e7806469b587c1e3f252ad00d696b2b52db

12 years agoSONAR-3074 Improve the logging when duplicate FB plugin is loaded
Fabrice Bellingard [Sun, 20 May 2012 13:41:22 +0000 (15:41 +0200)]
SONAR-3074 Improve the logging when duplicate FB plugin is loaded

12 years agoSONAR-3126 Fix side effect of this ticket: PropertiesBackup
Fabrice Bellingard [Sun, 20 May 2012 13:33:23 +0000 (15:33 +0200)]
SONAR-3126 Fix side effect of this ticket: PropertiesBackup

=> As now Sonar batch relies on "sonar.core.id" property to check
   that the batch connects to the same DB as the configured remote
   server, this property should not be cleared when restoring a
   backup from the UI.
   Actually, every "sonar.core.*" property should not be cleared.

12 years agoBetter links in 'Manage Dashboards' section
David Gageot [Fri, 18 May 2012 14:49:04 +0000 (16:49 +0200)]
Better links in 'Manage Dashboards' section

12 years agoMinor GUI tweaks
David Gageot [Fri, 18 May 2012 11:49:09 +0000 (13:49 +0200)]
Minor GUI tweaks

12 years agoFix links in My Dashboards sections
David Gageot [Fri, 18 May 2012 11:39:33 +0000 (13:39 +0200)]
Fix links in My Dashboards sections

12 years agoSONAR-3480 Editing a default filter shouldn't change its owner.
David Gageot [Fri, 18 May 2012 10:15:02 +0000 (12:15 +0200)]
SONAR-3480 Editing a default filter shouldn't change its owner.

12 years agoSONAR-3482 Prevent removing a filter which is used by a widget
David Gageot [Fri, 18 May 2012 10:04:29 +0000 (12:04 +0200)]
SONAR-3482 Prevent removing a filter which is used by a widget

When a dashboard was deleted, its widgets were deleted but not its
widget properties.

12 years agoSONAR-3483 "My Filters" shouldn't display filters which are owned by another user
David Gageot [Fri, 18 May 2012 09:14:00 +0000 (11:14 +0200)]
SONAR-3483 "My Filters" shouldn't display filters which are owned by another user

12 years agoSONAR-3126 Add check for same server ID when launching a batch
Fabrice Bellingard [Fri, 18 May 2012 09:46:45 +0000 (11:46 +0200)]
SONAR-3126 Add check for same server ID when launching a batch

=> Stop the Sonar Analysis when the Sonar batch and the Sonar server
   are not using the same DB

12 years agoSONAR-3422 Filters are long to be displayed with MsSQL
Simon Brandhof [Fri, 18 May 2012 08:05:48 +0000 (10:05 +0200)]
SONAR-3422 Filters are long to be displayed with MsSQL

12 years agoSONAR-3471 Add a link to "My Filters" when editing a Filter widget
David Gageot [Thu, 17 May 2012 16:50:35 +0000 (18:50 +0200)]
SONAR-3471 Add a link to "My Filters" when editing a Filter widget

12 years agoSONAR-2073 Fix name of period being displayed on filter widgets
David Gageot [Thu, 17 May 2012 16:42:08 +0000 (18:42 +0200)]
SONAR-2073 Fix name of period being displayed on filter widgets

The period used to display the widget was ok but not the label.

12 years agoSONAR-3074 Add comments into the code about FB issue with Security Manager
Fabrice Bellingard [Fri, 18 May 2012 05:36:34 +0000 (07:36 +0200)]
SONAR-3074 Add comments into the code about FB issue with Security Manager

12 years agoSONAR-3375 improve IE6 warning
Simon Brandhof [Thu, 17 May 2012 12:28:45 +0000 (14:28 +0200)]
SONAR-3375 improve IE6 warning

12 years agoSONAR-3074 Disable update check for every FB plugin
Fabrice Bellingard [Wed, 16 May 2012 15:48:37 +0000 (17:48 +0200)]
SONAR-3074 Disable update check for every FB plugin

12 years agoSONAR-3482 Prevent removing a filter which is used by a widget
David Gageot [Wed, 16 May 2012 13:58:58 +0000 (15:58 +0200)]
SONAR-3482 Prevent removing a filter which is used by a widget

12 years agoSONAR-2073 Fix filter widget title format
David Gageot [Wed, 16 May 2012 13:52:17 +0000 (15:52 +0200)]
SONAR-2073 Fix filter widget title format

12 years agoSONAR-3481 and SONAR-3483 Fix filters shown in MyFilters section.
David Gageot [Wed, 16 May 2012 13:43:01 +0000 (15:43 +0200)]
SONAR-3481 and SONAR-3483 Fix filters shown in MyFilters section.

Only filters that one can edit/delete should be displayed.
Default filters attached to null user should be deletable by
administrators.

12 years agoSONAR-3074 Keep SecurityManager in memory because FB plays with it
Fabrice Bellingard [Wed, 16 May 2012 12:58:55 +0000 (14:58 +0200)]
SONAR-3074 Keep SecurityManager in memory because FB plays with it

=> which causes an "access denied" on shutdown of the executor
   service

12 years agoFix global dashboards
David Gageot [Tue, 15 May 2012 18:36:10 +0000 (20:36 +0200)]
Fix global dashboards

12 years agoSONAR-2706 Should start displaying the 'loading' icon sooner
Fabrice Bellingard [Tue, 15 May 2012 14:56:59 +0000 (16:56 +0200)]
SONAR-2706 Should start displaying the 'loading' icon sooner

=> Before initiating the request (I guess the ITs are failing because
   of this)

12 years agoFix the build by removing unused dependency.
David Gageot [Tue, 15 May 2012 14:46:24 +0000 (16:46 +0200)]
Fix the build by removing unused dependency.

This dependency is not found in Maven Central.

12 years agoSONAR-2073 Get rid of time period
David Gageot [Tue, 15 May 2012 14:14:41 +0000 (16:14 +0200)]
SONAR-2073 Get rid of time period

 - remove the "Differential period" dropdown list
 - if a differential period is defined on the filter, display this
   differential period close to the name of the filter.
   Example : Projects ( over 5 days)

12 years agoSONAR-3074 Add new Findbugs 2.0 new rules
Fabrice Bellingard [Tue, 15 May 2012 13:43:03 +0000 (15:43 +0200)]
SONAR-3074 Add new Findbugs 2.0 new rules

12 years agoSONAR-3074 Update code to use Findbugs 2.0
Fabrice Bellingard [Tue, 15 May 2012 12:24:41 +0000 (14:24 +0200)]
SONAR-3074 Update code to use Findbugs 2.0

12 years agoSONAR-2073 Fix the url given when a widget is not configured.
David Gageot [Tue, 15 May 2012 13:04:28 +0000 (15:04 +0200)]
SONAR-2073 Fix the url given when a widget is not configured.

When a Filter widget has not yet been configured, the following message is displayed "Please configure the widget Filter." but link is incorrect as for instance this link is "http://localhost:9000/dashboard/configure/8?did=8" instead of "http://localhost:9000/dashboard/configure?did=8"

12 years agoFix filters and dashboards on Oracle and Derby
David Gageot [Tue, 15 May 2012 12:26:56 +0000 (14:26 +0200)]
Fix filters and dashboards on Oracle and Derby

Two SQL queries used a postgresql specific syntax.

12 years agoSONAR-2706 Fix issue detected by ITs
Fabrice Bellingard [Tue, 15 May 2012 09:13:25 +0000 (11:13 +0200)]
SONAR-2706 Fix issue detected by ITs