]>
source.dussan.org Git - sonarqube.git/log
Simon Brandhof [Fri, 10 Feb 2012 09:20:46 +0000 (10:20 +0100)]
Fix mybatis integration tests for Oracle/SQLServer
Evgeny Mandrikov [Thu, 9 Feb 2012 17:11:53 +0000 (21:11 +0400)]
SONAR-3209 Add new batch component - FileLinesContextFactory
* As was discussed with Simon: better to have new beta class
than new beta method.
* This also provides ability to use this factory from Decorator.
Fabrice Bellingard [Thu, 9 Feb 2012 17:49:46 +0000 (18:49 +0100)]
SONAR-3014 Improve display of links not starting with 'http(s)'
Initial request:
=> The main project dashboard "Links" column provides a Developer
Connection link that browsers do not support
Fabrice Bellingard [Thu, 9 Feb 2012 16:36:09 +0000 (17:36 +0100)]
SONAR-3239 Depreciate the paragraph metrics
Namely:
- PARAGRAPHS
- PARAGRAPH_COMPLEXITY
- PARAGRAPH_COMPLEXITY_DISTRIBUTION
Evgeny Mandrikov [Thu, 9 Feb 2012 15:37:22 +0000 (19:37 +0400)]
SONAR-3210 Compute new measure for Java files - comments in file
Fabrice Bellingard [Thu, 9 Feb 2012 16:04:26 +0000 (17:04 +0100)]
Increase code coverage + fix SQL pitfall
Evgeny Mandrikov [Thu, 9 Feb 2012 13:23:05 +0000 (17:23 +0400)]
SONAR-3209,SONAR-3210 Provide API to save and retrieve measures by line
+ Use this API to save LoC in Java files
Evgeny Mandrikov [Thu, 9 Feb 2012 10:05:08 +0000 (14:05 +0400)]
SONAR-3253 Fix possible NPE in org.sonar.api.measures.Measure#setData(String)
Fabrice Bellingard [Thu, 9 Feb 2012 10:02:47 +0000 (11:02 +0100)]
SONAR-2124 Fix display bug
Simon Brandhof [Thu, 9 Feb 2012 09:05:47 +0000 (10:05 +0100)]
Add the CSS class 'widget-#{widget.key}' to widget blocks
Evgeny Mandrikov [Wed, 8 Feb 2012 20:07:24 +0000 (00:07 +0400)]
SONAR-3210 Compute new measure for Java files - LoC in file
Simon Brandhof [Wed, 8 Feb 2012 17:51:51 +0000 (18:51 +0100)]
SONAR-2757 execute purges on all historical data after migration
Simon Brandhof [Wed, 8 Feb 2012 17:39:10 +0000 (18:39 +0100)]
SONAR-3246 Provide "zoom in/zoom out" feature in the Filter Treemap component
* Major refactoring of javascript code for treemap navigation.
* Extract the execution of filters in a dedicated Ruby component : Filters.execute(filter)
Simon Brandhof [Wed, 8 Feb 2012 17:35:13 +0000 (18:35 +0100)]
SONAR-2069 add description to the treemap widget
Simon Brandhof [Wed, 8 Feb 2012 17:11:01 +0000 (18:11 +0100)]
SONAR-2061 do not keep historical data on the metric new_blocker_violations
Evgeny Mandrikov [Wed, 8 Feb 2012 15:59:29 +0000 (19:59 +0400)]
Reduce number of static fields in CheckstyleSquidBridge
Fabrice Bellingard [Wed, 8 Feb 2012 15:34:40 +0000 (16:34 +0100)]
Modify HTML id to ease development of ITs
Evgeny Mandrikov [Wed, 8 Feb 2012 14:49:44 +0000 (18:49 +0400)]
Fix JavaAstScanner
It should close original stream instead of newly created
ByteArrayInputStream
Fabrice Bellingard [Wed, 8 Feb 2012 13:53:56 +0000 (14:53 +0100)]
SONAR-2747 Improve description
Fabrice Bellingard [Wed, 8 Feb 2012 13:13:30 +0000 (14:13 +0100)]
SONAR-3247 Favourite Web Serivce base URL is incorrect
Fabrice Bellingard [Wed, 8 Feb 2012 09:48:40 +0000 (10:48 +0100)]
SONAR-2747 Update Javadoc
Fabrice Bellingard [Wed, 8 Feb 2012 09:41:04 +0000 (10:41 +0100)]
SONAR-2747 Improve email message
Fabrice Bellingard [Wed, 8 Feb 2012 09:15:56 +0000 (10:15 +0100)]
SONAR-2747 Verification is now done on period1
And not necessarily 'since last analysis' period.
Fabrice Bellingard [Wed, 8 Feb 2012 07:40:09 +0000 (08:40 +0100)]
Fix violations
Fabrice Bellingard [Wed, 8 Feb 2012 07:33:55 +0000 (08:33 +0100)]
SONAR-2747 Fix bug if not enough PastSnapshots
Evgeny Mandrikov [Wed, 8 Feb 2012 07:16:31 +0000 (11:16 +0400)]
SONAR-3212 Document format of conf/sonar.properties
Simon Brandhof [Tue, 7 Feb 2012 22:24:34 +0000 (23:24 +0100)]
Fix indentation of XML file
Simon Brandhof [Tue, 7 Feb 2012 22:18:34 +0000 (23:18 +0100)]
SONAR-2756 Purge measures related to quality model requirements
Simon Brandhof [Tue, 7 Feb 2012 18:21:51 +0000 (19:21 +0100)]
SONAR-2069 add missing property to l10n bundle
Simon Brandhof [Tue, 7 Feb 2012 18:12:13 +0000 (19:12 +0100)]
SONAR-2754 change default value of sonar.dbcleaner.cleanDirectory
Fabrice Bellingard [Tue, 7 Feb 2012 17:17:11 +0000 (18:17 +0100)]
SONAR-2747 Fix bug with NPE when first analysis
Evgeny Mandrikov [Tue, 7 Feb 2012 16:50:01 +0000 (20:50 +0400)]
Fix some quality flaws
Simon Brandhof [Tue, 7 Feb 2012 16:48:24 +0000 (17:48 +0100)]
SONAR-2061 do not keep historical data of metrics prefixed by new_
Fabrice Bellingard [Tue, 7 Feb 2012 16:24:57 +0000 (17:24 +0100)]
SONAR-2124 Handle case when parent rule param has default empty value
Simon Brandhof [Tue, 7 Feb 2012 16:04:02 +0000 (17:04 +0100)]
SONAR-2069 fix path to treemap widget + minor refactoring
Evgeny Mandrikov [Tue, 7 Feb 2012 16:00:37 +0000 (20:00 +0400)]
SONAR-3245 Minimal version of Maven to build Sonar - 2.2.1
Fabrice Bellingard [Tue, 7 Feb 2012 15:34:04 +0000 (16:34 +0100)]
SONAR-2747 Update email template for reviews
Remove the unnecessary "--" line at the end of the mail, which makes
GMail hide the footer (as it considers this as a signature).
Fabrice Bellingard [Tue, 7 Feb 2012 15:32:00 +0000 (16:32 +0100)]
SONAR-2747 Improve email rendering
Simon Brandhof [Tue, 7 Feb 2012 15:23:49 +0000 (16:23 +0100)]
SONAR-2069 sanitize ruby code for treemap
Evgeny Mandrikov [Tue, 7 Feb 2012 13:49:10 +0000 (17:49 +0400)]
SONAR-3231 Allow to use committer for measures drilldown
Fabrice Bellingard [Tue, 7 Feb 2012 13:48:53 +0000 (14:48 +0100)]
SONAR-3088 Add some pages that keep the period info.
Fabrice Bellingard [Tue, 7 Feb 2012 13:10:43 +0000 (14:10 +0100)]
SONAR-3104 Improve rendering
Fabrice Bellingard [Tue, 7 Feb 2012 10:44:15 +0000 (11:44 +0100)]
SONAR-3091 Fix bug on Derby
simonbrandhof [Mon, 6 Feb 2012 23:20:52 +0000 (00:20 +0100)]
Fix path to treemap erb template
simonbrandhof [Mon, 6 Feb 2012 23:20:08 +0000 (00:20 +0100)]
Remove dead code in metric.rb
simonbrandhof [Mon, 6 Feb 2012 22:55:03 +0000 (23:55 +0100)]
Do not display the message "Logged in"
simonbrandhof [Mon, 6 Feb 2012 22:48:35 +0000 (23:48 +0100)]
SONAR-2132 redirect to original URI when user clicks on the link "Login"
Simon Brandhof [Mon, 6 Feb 2012 18:46:58 +0000 (19:46 +0100)]
SONAR-2069 refactor the filters page in order to use the new treemap
Simon Brandhof [Mon, 6 Feb 2012 15:48:01 +0000 (16:48 +0100)]
Revert "SONAR-3051 support POST, PUT and DELETE queries in GWT API."
This reverts commit
808360559dc1349d59363fc89b468345e5a26fc9 .
Simon Brandhof [Mon, 6 Feb 2012 15:46:54 +0000 (16:46 +0100)]
SONAR-2069 New treemap widget
Fabrice Bellingard [Mon, 6 Feb 2012 17:04:39 +0000 (18:04 +0100)]
SONAR-3223 Err. in review search if result ties to a deleted resource
Fabrice Bellingard [Mon, 6 Feb 2012 15:49:54 +0000 (16:49 +0100)]
SONAR-3242 Add pointer cursor on image
+ improve some code
Evgeny Mandrikov [Mon, 6 Feb 2012 15:35:23 +0000 (19:35 +0400)]
SONAR-3241 Metric "Lines to cover" should not be hidden
In consistence with metric "Uncovered lines".
Fabrice Bellingard [Mon, 6 Feb 2012 15:30:10 +0000 (16:30 +0100)]
Merge remote branch 'upstream/master'
Fabrice Bellingard [Mon, 6 Feb 2012 15:23:35 +0000 (16:23 +0100)]
SONAR-3242 The review buttons should not hide the violation title
Evgeny Mandrikov [Mon, 6 Feb 2012 12:59:31 +0000 (16:59 +0400)]
Fix regression
Simon Brandhof [Mon, 6 Feb 2012 12:44:20 +0000 (13:44 +0100)]
Fix some quality flaws
Evgeny Mandrikov [Mon, 6 Feb 2012 08:43:18 +0000 (12:43 +0400)]
Fix some quality flaws
Evgeny Mandrikov [Mon, 6 Feb 2012 12:59:31 +0000 (16:59 +0400)]
Fix regression
Simon Brandhof [Mon, 6 Feb 2012 12:44:20 +0000 (13:44 +0100)]
Fix some quality flaws
Evgeny Mandrikov [Mon, 6 Feb 2012 08:43:18 +0000 (12:43 +0400)]
Fix some quality flaws
Fabrice Bellingard [Mon, 6 Feb 2012 11:10:03 +0000 (12:10 +0100)]
SONAR-1492 Improve rendering for rules in quality profiles
Evgeny Mandrikov [Mon, 6 Feb 2012 07:52:07 +0000 (11:52 +0400)]
SONAR-3231 Allow to associate measure with committer
For now we should not show such measures in UI
Evgeny Mandrikov [Sun, 5 Feb 2012 00:01:27 +0000 (04:01 +0400)]
Improve documentation about core metrics
Evgeny Mandrikov [Sat, 4 Feb 2012 00:08:48 +0000 (04:08 +0400)]
Improve documentation about core metrics
Evgeny Mandrikov [Fri, 3 Feb 2012 22:00:55 +0000 (02:00 +0400)]
Cleanup build log for sonar-duplications by redirecting test output to file
Evgeny Mandrikov [Fri, 3 Feb 2012 12:14:58 +0000 (16:14 +0400)]
Fix some quality flaws
Fabrice Bellingard [Fri, 3 Feb 2012 17:30:22 +0000 (18:30 +0100)]
Sonar API - Try to improve documentation of notifications
Fabrice Bellingard [Fri, 3 Feb 2012 16:44:44 +0000 (17:44 +0100)]
SONAR-3235 Make the numbers non breakable on the hotspot widgets
Fabrice Bellingard [Fri, 3 Feb 2012 16:09:26 +0000 (17:09 +0100)]
SONAR-2747 Send email when new violations appear on favourite project
The email is sent only if:
* the user has set the project as a favourite
* this is a "last analysis" (= no 'sonar.projectDate' specified)
* 'since last analysis' period was not removed in the admin page
* there are new violations (obviously...)
Evgeny Mandrikov [Fri, 3 Feb 2012 11:51:21 +0000 (15:51 +0400)]
Fix some quality flaws
Simon Brandhof [Fri, 3 Feb 2012 09:29:04 +0000 (10:29 +0100)]
Fix some quality flaws
Evgeny Mandrikov [Fri, 3 Feb 2012 09:01:00 +0000 (13:01 +0400)]
Cleanup build log for sonar-squid-java-plugin by redirecting test output to file
Evgeny Mandrikov [Fri, 3 Feb 2012 07:56:29 +0000 (11:56 +0400)]
SONAR-3231 Allow to associate measure with committer
* Fix hashCode and equals for RuleMeasure
* Add RuleMeasure.getSeverity()
Simon Brandhof [Fri, 3 Feb 2012 08:50:43 +0000 (09:50 +0100)]
Add CSS elements for configuration of rules
Simon Brandhof [Fri, 3 Feb 2012 08:50:05 +0000 (09:50 +0100)]
Remove the deprecated GWT component: SourcePanel
Evgeny Mandrikov [Thu, 2 Feb 2012 23:55:39 +0000 (03:55 +0400)]
Improve RuleMeasure
* Fluent API
* RulePriority renamed into Severity
Evgeny Mandrikov [Thu, 2 Feb 2012 13:39:05 +0000 (17:39 +0400)]
SONAR-3212 Document format of conf/sonar.properties
Fabrice Bellingard [Thu, 2 Feb 2012 11:49:55 +0000 (12:49 +0100)]
SONAR-3088 Keep period config when navigating between dashboards
=> When switching from a project dashboard page to another one, the
differential view configuration should be kept.
Simon Brandhof [Thu, 2 Feb 2012 11:41:47 +0000 (12:41 +0100)]
New try to fix Oracle batch mode
Simon Brandhof [Thu, 2 Feb 2012 11:20:59 +0000 (12:20 +0100)]
Fix JDBC batch mode in MyBatis
Simon Brandhof [Thu, 2 Feb 2012 10:38:41 +0000 (11:38 +0100)]
Experimental fix for purges on Oracle
Simon Brandhof [Thu, 2 Feb 2012 10:28:00 +0000 (11:28 +0100)]
Experimental fix for purges on Oracle
Fabrice Bellingard [Thu, 2 Feb 2012 10:03:24 +0000 (11:03 +0100)]
SONAR-1650 Improve resource viewer to easily flag a file as favourite
=> Add a star icon in the code viewer header to easily tag a java
file as favourite
Fabrice Bellingard [Thu, 2 Feb 2012 09:15:23 +0000 (10:15 +0100)]
SONAR-3094 Improve the display of the "Differential Views" tab
=> In the "Global Settings" page, the description of the field
"period1".
Simon Brandhof [Thu, 2 Feb 2012 08:46:37 +0000 (09:46 +0100)]
Update javadoc of RubyRailsWebservice.java
Simon Brandhof [Thu, 2 Feb 2012 08:44:46 +0000 (09:44 +0100)]
Remove unused private method
Evgeny Mandrikov [Wed, 1 Feb 2012 22:49:06 +0000 (02:49 +0400)]
Remove executable flag from source files
Evgeny Mandrikov [Wed, 1 Feb 2012 22:08:05 +0000 (02:08 +0400)]
Fix violations
Fabrice Bellingard [Wed, 1 Feb 2012 18:15:08 +0000 (19:15 +0100)]
First shot to improve documentation of Metric API
=> Mostly, Metric.Builder had to be improved as it is the preferred
way to create metric definitions.
Fabrice Bellingard [Tue, 31 Jan 2012 16:53:02 +0000 (17:53 +0100)]
SONAR-3228 Set the wieghted_violations metric's best value to 0
=> To optimize the number of entries persisted in the DB
Evgeny Mandrikov [Wed, 1 Feb 2012 14:19:33 +0000 (18:19 +0400)]
SONAR-3231 Allow to associate measure with committer
Simon Brandhof [Wed, 1 Feb 2012 13:07:25 +0000 (14:07 +0100)]
SONAR-3230 Stolen user session
Evgeny Mandrikov [Tue, 31 Jan 2012 21:33:33 +0000 (01:33 +0400)]
Fix documentation about migration scripts
Evgeny Mandrikov [Tue, 31 Jan 2012 19:16:27 +0000 (23:16 +0400)]
Add column PROJECT_MEASURES.COMMITTER
Simon Brandhof [Tue, 31 Jan 2012 17:06:43 +0000 (18:06 +0100)]
Fix mybatis integration tests on MsSQL
Simon Brandhof [Tue, 31 Jan 2012 16:31:20 +0000 (17:31 +0100)]
Fix DashboardDaoTest
Simon Brandhof [Tue, 31 Jan 2012 15:44:54 +0000 (16:44 +0100)]
Fix compatibility of MyBatis integration tests with Oracle
Fabrice Bellingard [Tue, 31 Jan 2012 15:06:20 +0000 (16:06 +0100)]
SONAR-3228 Some metrics are not persisted if value 0
=> whereas they can be used in Sonar Web UI
Simon Brandhof [Tue, 31 Jan 2012 07:38:57 +0000 (08:38 +0100)]
Revert invalid comment