]>
source.dussan.org Git - sonarqube.git/log
Freddy Mallet [Fri, 22 Apr 2011 20:53:26 +0000 (22:53 +0200)]
SONAR-2344 Improve the algorithm in charge to define/update the creation date of each violation
simonbrandhof [Fri, 22 Apr 2011 15:27:28 +0000 (17:27 +0200)]
SONAR-2327 improve CSS
Evgeny Mandrikov [Wed, 20 Apr 2011 23:17:53 +0000 (03:17 +0400)]
Tests should be independent from EOL in resources
simonbrandhof [Fri, 22 Apr 2011 08:48:25 +0000 (10:48 +0200)]
SONAR-2381 temporarily deactivate switch-off property from violations ws
Fabrice Bellingard [Thu, 21 Apr 2011 16:39:08 +0000 (18:39 +0200)]
SONAR-2381 The "violations" web service API must return violations
decorated with review
Ruby controller updated, need now to add the WS client part of it
Fabrice Bellingard [Thu, 21 Apr 2011 14:56:21 +0000 (16:56 +0200)]
SONAR-2380 The "violations" web service API must not return
"false-positive" violation
Also modified the batch side ViolationQuery class that I created so
that they have the same API.
Fabrice Bellingard [Thu, 21 Apr 2011 13:17:53 +0000 (15:17 +0200)]
SONAR-2380 The "violations" web service API must not return
"false-positive" violation
simonbrandhof [Thu, 21 Apr 2011 16:39:25 +0000 (18:39 +0200)]
SONAR-2327 rotate the icon status/open.png
simonbrandhof [Wed, 20 Apr 2011 21:48:39 +0000 (23:48 +0200)]
SONAR-2327 first step to refactor reviews page
SONAR-2327 add link to review
SONAR-2327 render review results in a table
Fabrice Bellingard [Thu, 21 Apr 2011 08:19:37 +0000 (10:19 +0200)]
Merge remote branch 'upstream/master'
Fabrice Bellingard [Thu, 21 Apr 2011 08:18:23 +0000 (10:18 +0200)]
SONAR-1973 Improve Resource Viewer
Evgeny Mandrikov [Wed, 20 Apr 2011 21:47:18 +0000 (01:47 +0400)]
SONAR-2341 Deprecate Project.getPackaging and don't use it in findbugs plugin
Evgeny Mandrikov [Wed, 20 Apr 2011 21:37:08 +0000 (01:37 +0400)]
Increase coverage for a new code in UnitTestDecorator
Evgeny Mandrikov [Wed, 20 Apr 2011 12:32:41 +0000 (16:32 +0400)]
Update some Maven plugins to latest versions for thread safety
* maven-assembly-plugin 2.2.1
* maven-plugin-plugin 2.7
* maven-antrun-plugin 1.6
* maven-war-plugin 2.1.1
Evgeny Mandrikov [Wed, 20 Apr 2011 17:12:40 +0000 (21:12 +0400)]
SONAR-2379 Fix ClassCastException in DependencyUnmarshaller
GwtUtils.getString returns string representation of a numeric field,
so this is a contract in WSUtils.getString and JdkUtils.getString
must not cast Object to String.
Fabrice Bellingard [Wed, 20 Apr 2011 16:49:33 +0000 (18:49 +0200)]
SONAR-1973 Improve Resource Viewer
Evgeny Mandrikov [Wed, 20 Apr 2011 16:02:36 +0000 (20:02 +0400)]
SONAR-2293,SONAR-2282 Re-apply changes, which were lost
Fabrice Bellingard [Wed, 20 Apr 2011 15:07:07 +0000 (17:07 +0200)]
SONAR-2347 Add unit test to ReviewsDecorator
Evgeny Mandrikov [Wed, 20 Apr 2011 13:38:07 +0000 (17:38 +0400)]
SONAR-2378 Fix directory attributes in zip archive
Apply workaround for http://jira.codehaus.org/browse/MASSEMBLY-422
described in comments for http://jira.codehaus.org/browse/MASSEMBLY-449
simonbrandhof [Wed, 20 Apr 2011 13:25:30 +0000 (15:25 +0200)]
SONAR-2255 the metric 'classes' must not be 0 on unit tests
Fabrice Bellingard [Wed, 20 Apr 2011 13:24:07 +0000 (15:24 +0200)]
SONAR-1973 Add possibility to show only switched-off violations
Evgeny Mandrikov [Wed, 20 Apr 2011 12:03:45 +0000 (16:03 +0400)]
Remove unused file
Evgeny Mandrikov [Wed, 20 Apr 2011 09:49:13 +0000 (13:49 +0400)]
Fix crlf
Evgeny Mandrikov [Tue, 19 Apr 2011 15:36:14 +0000 (19:36 +0400)]
Fix crlf
simonbrandhof [Tue, 19 Apr 2011 13:58:07 +0000 (15:58 +0200)]
SONAR-2367 Filter error when a column is on a disabled metric
Fabrice Bellingard [Wed, 20 Apr 2011 07:15:50 +0000 (09:15 +0200)]
Merge remote branch 'upstream/master'
Fabrice Bellingard [Wed, 20 Apr 2011 07:10:02 +0000 (09:10 +0200)]
[SONAR-2327] Fix a bug
Fabrice Bellingard [Tue, 19 Apr 2011 16:36:31 +0000 (18:36 +0200)]
[SONAR-1973] Remodeling of UI based on Simon's feedback
Fabrice Bellingard [Tue, 19 Apr 2011 08:10:16 +0000 (10:10 +0200)]
[SONAR-1973] Increase table primary keys
Fabrice Bellingard [Mon, 18 Apr 2011 14:04:44 +0000 (16:04 +0200)]
[SONAR-1957] Add ViolationQuery on SonarIndex and DecoratorContext
APIs
Fabrice Bellingard [Fri, 15 Apr 2011 14:59:39 +0000 (16:59 +0200)]
[SONAR-1957] Adds "switched off" attribute on Violation class and make
sure this gets set by the ViolationPersister
Fabrice Bellingard [Fri, 15 Apr 2011 08:58:49 +0000 (10:58 +0200)]
[SONAR-1973] Make it possible to edit the last comment
Fabrice Bellingard [Thu, 14 Apr 2011 16:17:57 +0000 (18:17 +0200)]
[SONAR-1973] Add title & assignee on review, improve UI
Fabrice Bellingard [Thu, 14 Apr 2011 10:58:19 +0000 (12:58 +0200)]
[SONAR-2347] Close a review when its corresponding violation does not
exist anymore
Fabrice Bellingard [Wed, 13 Apr 2011 13:48:27 +0000 (15:48 +0200)]
[SONAR-1973] Update code to use the permanent ID of violations, set
resource on review and update review date when comment added
Fabrice Bellingard [Wed, 13 Apr 2011 09:04:32 +0000 (11:04 +0200)]
[SONAR-1973] Add a updated_at column
Fabrice Bellingard [Tue, 12 Apr 2011 20:32:10 +0000 (22:32 +0200)]
[SONAR-1973] Fix small issue with icon replacement after creating an
issue
Fabrice Bellingard [Tue, 12 Apr 2011 20:06:04 +0000 (22:06 +0200)]
[SONAR-1973] Improve UI
Fabrice Bellingard [Tue, 12 Apr 2011 14:38:03 +0000 (16:38 +0200)]
[SONAR-1973] Add images
Fabrice Bellingard [Tue, 12 Apr 2011 14:35:22 +0000 (16:35 +0200)]
[SONAR-1973] Improve UI
Evgeny Mandrikov [Tue, 19 Apr 2011 21:18:47 +0000 (01:18 +0400)]
SONAR-2372 Upgrade to maven-cobertura-plugin 2.5
Fabrice Bellingard [Tue, 12 Apr 2011 07:09:45 +0000 (09:09 +0200)]
[SONAR-1973] Change icons
Fabrice Bellingard [Mon, 11 Apr 2011 14:50:19 +0000 (16:50 +0200)]
Temporary commit before merging with Simon's modifications on
RuleFailure
Fabrice Bellingard [Mon, 11 Apr 2011 12:38:52 +0000 (14:38 +0200)]
[SONAR-2327] Improve code of the DB request
Fabrice Bellingard [Mon, 11 Apr 2011 09:41:18 +0000 (11:41 +0200)]
[SONAR-2327] Rename methods to stick to Ruby conventions
Fabrice Bellingard [Mon, 11 Apr 2011 09:33:33 +0000 (11:33 +0200)]
[SONAR-2327] Add the commented_by param on the review search query
Fabrice Bellingard [Mon, 11 Apr 2011 08:21:42 +0000 (10:21 +0200)]
[SONAR-2327] Add more params to SQL query for reviews service
Fabrice Bellingard [Sun, 10 Apr 2011 13:59:40 +0000 (15:59 +0200)]
[SONAR-1973] "Add comment" link should not be visible if user is not
authenticated
Fabrice Bellingard [Sun, 10 Apr 2011 13:29:03 +0000 (15:29 +0200)]
[SONAR-1973] Fix a wrong link
Fabrice Bellingard [Fri, 8 Apr 2011 16:12:07 +0000 (18:12 +0200)]
[SONAR-2327] First implementation of the review service
Fabrice Bellingard [Fri, 8 Apr 2011 09:52:26 +0000 (11:52 +0200)]
[SONAR-1973] Add status and type constants
Fabrice Bellingard [Fri, 8 Apr 2011 09:45:27 +0000 (11:45 +0200)]
[SONAR-1973] Displays the comment in right DIV after a validation
fails
Fabrice Bellingard [Fri, 8 Apr 2011 09:25:43 +0000 (11:25 +0200)]
[SONAR-1973] Update correctly the "Add" button visibility
Fabrice Bellingard [Thu, 7 Apr 2011 16:58:26 +0000 (18:58 +0200)]
[SONAR-1973] Adds select box for severity
Fabrice Bellingard [Thu, 7 Apr 2011 16:27:03 +0000 (18:27 +0200)]
[SONAR-1973] Add security checks before saving reviews & comments
Fabrice Bellingard [Thu, 7 Apr 2011 15:00:22 +0000 (17:00 +0200)]
[SONAR-1973] Adds validation, improves form & removes unused
"external_link"
Fabrice Bellingard [Thu, 7 Apr 2011 14:32:25 +0000 (16:32 +0200)]
[SONAR-1973] Add validations on forms
Fabrice Bellingard [Thu, 7 Apr 2011 12:05:12 +0000 (14:05 +0200)]
[SONAR-1973] Rename code elements to follow conventions
Fabrice Bellingard [Thu, 7 Apr 2011 11:51:00 +0000 (13:51 +0200)]
[SONAR-1973] Improve review&comment forms
Fabrice Bellingard [Wed, 6 Apr 2011 17:10:39 +0000 (19:10 +0200)]
[SONAR-1973] Add/list reviews&comments
Fabrice Bellingard [Wed, 6 Apr 2011 12:18:22 +0000 (14:18 +0200)]
ReviewData changed into ReviewComment : OK
Fabrice Bellingard [Wed, 6 Apr 2011 10:22:52 +0000 (12:22 +0200)]
TEMP commit before changing review_data into review_comment
Fabrice Bellingard [Tue, 5 Apr 2011 14:05:36 +0000 (16:05 +0200)]
[SONAR-1973] Add first model of review concept
Fabrice Bellingard [Mon, 4 Apr 2011 20:54:43 +0000 (22:54 +0200)]
[SONAR-1973] Add first model of review concept
Evgeny Mandrikov [Tue, 19 Apr 2011 15:33:47 +0000 (19:33 +0400)]
SONAR-2371 SurefireSensor should not insert unit test measures when there is no reports
- UnitTestDecorator should save zero for unit test measure for project, when there is
no values for summarizing and type of analysis is reuse reports or dynamic
- Don't use pom.getPackaging() in AbstractSurefireParser
Evgeny Mandrikov [Tue, 19 Apr 2011 09:47:26 +0000 (13:47 +0400)]
SONAR-2358 Don't use org.codehaus.plexus.util.StringInputStream to calculate checksums for violations
simonbrandhof [Tue, 19 Apr 2011 10:49:58 +0000 (12:49 +0200)]
Fix support of SQLServer
simonbrandhof [Tue, 19 Apr 2011 09:55:28 +0000 (11:55 +0200)]
SONAR-2278 Improve exception handling of decorators
simonbrandhof [Mon, 18 Apr 2011 14:56:58 +0000 (16:56 +0200)]
Fix copyright headers
simonbrandhof [Mon, 18 Apr 2011 14:56:47 +0000 (16:56 +0200)]
SONAR-2366 Upgrade embedded database to Derby 10.7.1.1 + add DatabaseTestCase to sonar-testing-harness
simonbrandhof [Mon, 18 Apr 2011 12:40:13 +0000 (14:40 +0200)]
Fix loading of db dialect in ruby on rails
Evgeny Mandrikov [Sun, 17 Apr 2011 22:06:42 +0000 (02:06 +0400)]
SONAR-2282 Show last lines of source code, even if they are blank
simonbrandhof [Sun, 17 Apr 2011 20:01:51 +0000 (22:01 +0200)]
SONAR-2249 Display Violation message with new lines in web
simonbrandhof [Sun, 17 Apr 2011 19:40:03 +0000 (21:40 +0200)]
SONAR-2293 support CR and CR/LF newlines in source viewers and web service
simonbrandhof [Sun, 17 Apr 2011 10:55:22 +0000 (12:55 +0200)]
SONAR-2115 : use StringBuilder.append() instead of String+String
Freddy Mallet [Sat, 16 Apr 2011 22:27:30 +0000 (00:27 +0200)]
fix SONAR-2295 : Line number representation in source code view are wrong for files that use mixed line endings
Freddy Mallet [Sat, 16 Apr 2011 21:06:22 +0000 (23:06 +0200)]
fix SONAR-2115 : Files with Windows end of lines are badly parsed by syntax highlighter
simonbrandhof [Fri, 15 Apr 2011 08:06:08 +0000 (10:06 +0200)]
SONAR-1865 Dollars ($) are not accepted in java class names
Evgeny Mandrikov [Thu, 14 Apr 2011 16:05:11 +0000 (20:05 +0400)]
Remove warnings about reuseExistingRulesConfiguration from checkstyle, pmd and findbugs plugins
simonbrandhof [Thu, 14 Apr 2011 14:42:01 +0000 (16:42 +0200)]
SONAR-2359 Most of properties sonar.jdbc.* should not be required when JDBC datasource is loaded from JNDI
simonbrandhof [Wed, 13 Apr 2011 10:59:18 +0000 (12:59 +0200)]
SONAR-2100 ruby on rails webapp : do not load JDBC datasource from JNDI in ruby on rails
Evgeny Mandrikov [Wed, 13 Apr 2011 15:10:24 +0000 (19:10 +0400)]
Remove maven-clover2-plugin from pluginManagement because we don't use it any more
simonbrandhof [Tue, 12 Apr 2011 21:03:22 +0000 (23:03 +0200)]
SONAR-2309 Error when browser locale is Hebrew
simonbrandhof [Tue, 12 Apr 2011 20:01:24 +0000 (22:01 +0200)]
SONAR-2284 upgrade to jruby 1.6.1
simonbrandhof [Tue, 12 Apr 2011 19:56:52 +0000 (21:56 +0200)]
SONAR-2329 NonUniqueResultException occurs when analyzing both a maven module and its parent
simonbrandhof [Tue, 12 Apr 2011 15:42:06 +0000 (17:42 +0200)]
Slight refactoring of squid
simonbrandhof [Tue, 12 Apr 2011 15:14:34 +0000 (17:14 +0200)]
SONAR-1957 add the column RULE_FAILURES.SWITCHED_OFF (boolean)
simonbrandhof [Tue, 12 Apr 2011 12:46:05 +0000 (14:46 +0200)]
SONAR-2347 Add the column RULE_FAILURES.PERMANENT_ID
simonbrandhof [Tue, 12 Apr 2011 07:50:48 +0000 (09:50 +0200)]
SONAR-2349 New rule to detect empty Java files
Evgeny Mandrikov [Wed, 6 Apr 2011 21:02:25 +0000 (01:02 +0400)]
Improve ProjectFileSystem
* Use ProjectFileSystem instead of DefaultProjectFileSystem in tests
* Use InputFileUtils in DefaultProjectFileSystem
* Add MavenProjectFileSystem
simonbrandhof [Mon, 11 Apr 2011 14:55:40 +0000 (16:55 +0200)]
SONAR-791 compare package declaration with physical directory
simonbrandhof [Mon, 11 Apr 2011 14:51:33 +0000 (16:51 +0200)]
API: add methods to InputFileUtils
simonbrandhof [Sun, 10 Apr 2011 10:04:33 +0000 (12:04 +0200)]
API: add the file org.sonar.api.resources.InputFileUtils
Evgeny Mandrikov [Fri, 8 Apr 2011 07:47:45 +0000 (11:47 +0400)]
JpaDatabaseSession: Don't log and throw NonUniqueResultException - just throw
simonbrandhof [Fri, 8 Apr 2011 07:13:10 +0000 (09:13 +0200)]
SONAR-2322 Filter unit tests files listed in surefire reports
Evgeny Mandrikov [Thu, 7 Apr 2011 13:14:17 +0000 (17:14 +0400)]
SONAR-2234 JpaDatabaseSession: improve exception message for persist operations
Evgeny Mandrikov [Wed, 6 Apr 2011 22:52:04 +0000 (02:52 +0400)]
SONAR-2225 JpaDatabaseSession: improve exception message in case of NonUniqueResultException
simonbrandhof [Wed, 6 Apr 2011 17:20:40 +0000 (19:20 +0200)]
Re-apply lost refactoring
simonbrandhof [Wed, 6 Apr 2011 14:25:45 +0000 (16:25 +0200)]
SONAR-2332 Filter unit tests files listed in surefire reports
Evgeny Mandrikov [Tue, 5 Apr 2011 15:54:33 +0000 (19:54 +0400)]
Fix typo