Commit Graph

1393 Commits

Author SHA1 Message Date
simonbrandhof
7dd514a1d5 Move derby logs generated during unit tests to target/ 2011-04-28 11:59:48 +02:00
simonbrandhof
a426f32490 Ignore plugins/sonar-core-plugin/derby.log generated during unit tests 2011-04-28 11:32:38 +02:00
Evgeny Mandrikov
d02756bd93 Remove System.out.println 2011-04-28 13:00:18 +04:00
simonbrandhof
508ed76488 Fix loading of locale in charts 2011-04-28 01:23:16 +02:00
simonbrandhof
14df43a613 Increase timeout of CommandExecutorTest for slow boxes 2011-04-28 01:22:45 +02:00
simonbrandhof
bd604e4090 SONAR-2202 Calculate variations on quality model measures 2011-04-28 01:22:08 +02:00
Freddy Mallet
ffdc8908a2 SONAR-2384 append target='_blank' when building an hyperlink 2011-04-27 23:58:01 +02:00
simonbrandhof
f4e12a9527 Fix scheduling of ViolationDecorator
ViolationPersisterDecorator must be executed before computing measures on violations, so the flag switched_off is correctly loaded from database.
2011-04-27 23:43:05 +02:00
simonbrandhof
ec6b3ca5ae Fix some ruby warnings (don't put space before argument parentheses) 2011-04-27 23:43:05 +02:00
Evgeny Mandrikov
a39ab14480 SONAR-2386 Web service should return lineId for violation only if value exists 2011-04-28 01:15:37 +04:00
simonbrandhof
1e638117f4 Fix vertical alignment of severity icons 2011-04-27 23:01:21 +02:00
simonbrandhof
de1c458b45 Add header to comparison of quality profiles 2011-04-27 23:00:43 +02:00
Evgeny Mandrikov
35a60ed7d1 Ensure that cost to fix violation cannot be set to negative or NaN value 2011-04-28 00:08:00 +04:00
Freddy Mallet
4e2d2f0437 Merge branch 'master' of github.com:SonarSource/sonar 2011-04-27 21:41:14 +02:00
Evgeny Mandrikov
09566e047c SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not info level 2011-04-27 23:41:09 +04:00
Freddy Mallet
66ca2094ad SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannel 2011-04-27 21:40:15 +02:00
Evgeny Mandrikov
25f963bfb9 SONAR-2386 Define contract for lineId in Violation
Value can be null or greater than zero, so setter must log warning if
not null and less than 1. It will throw an exception in future releases.
2011-04-27 22:10:58 +04:00
Evgeny Mandrikov
70c03e6ac1 SONAR-2266 ProjectFileSystem should return only existing source and test directories 2011-04-27 15:40:08 +04:00
Evgeny Mandrikov
91b014e384 Fix violations 2011-04-27 14:57:57 +04:00
simonbrandhof
efe8153a42 SONAR-2369 User list is not correctly sorted in the Groups page 2011-04-27 12:41:44 +02:00
simonbrandhof
d69404ccb4 SONAR-2323 Remove logs specific to Maven 2011-04-27 11:55:16 +02:00
simonbrandhof
84bd2d97ea Write valid HTML : a tag is badly closed 2011-04-27 11:48:01 +02:00
simonbrandhof
b0e97b9ed6 SONAR-2179 the 'bulk change' option of quality profiles fail when there are too many selected rules 2011-04-27 11:45:01 +02:00
Fabrice Bellingard
e86b05a3cd SONAR-2327 Provide a new "Reviews" service 2011-04-27 11:06:47 +02:00
Fabrice Bellingard
7c5db32e24 SONAR-2327 Provide a new "Reviews" service 2011-04-27 09:29:32 +02:00
simonbrandhof
d4b1a3c4fa SONAR-2382 Highlight selected line in source panel 2011-04-27 09:22:40 +02:00
simonbrandhof
3416fc08bf SONAR-2382 Display source in review detail 2011-04-27 08:50:14 +02:00
Evgeny Mandrikov
120cc72199 SONAR-2298 Rename MavenProjectBuilder to ProjectBuilder 2011-04-26 23:48:49 +04:00
Fabrice Bellingard
e4316bd324 SONAR-2327 Provide a new "Reviews" service 2011-04-26 19:09:32 +02:00
Fabrice Bellingard
4cb4cd79d7 SONAR-1973 Rework action link positions 2011-04-26 18:46:47 +02:00
simonbrandhof
b17802d66f Fix rendering of age (variable {count} not interpreted) 2011-04-26 17:46:51 +02:00
Freddy Mallet
a213b22a83 Merge branch 'master' of github.com:SonarSource/sonar 2011-04-26 16:40:16 +02:00
simonbrandhof
7a9fd6cb73 Do not feed RULE_FAILURES.PERMANENT_ID when rendering violations 2011-04-26 16:22:27 +02:00
Freddy Mallet
cb7d0ffc0a SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() method and make the HtmlEmphasisChannel handle sentence 2011-04-26 16:21:59 +02:00
simonbrandhof
43888ce6c2 SONAR-2382 Complete review web service 2011-04-26 15:25:08 +02:00
Fabrice Bellingard
d488859bea SONAR-1973 Fix bug in DB request 2011-04-26 14:59:17 +02:00
simonbrandhof
577334b565 SONAR-2327 add help on markdown 2011-04-26 12:06:08 +02:00
simonbrandhof
dbc988359b SONAR-2327 split actions for resource viewer and reviews page 2011-04-26 12:06:08 +02:00
Evgeny Mandrikov
e174628696 SONAR-2298 Add support for multi-modules for non-Maven projects
* Use ProjectDefinition in ProjectTree instead of MavenProject

* Allow to specify extensions for project's container via
  ProjectDefinition, so MavenProject not passed directly to batch in mojos

* ProjectDefinition should store all information in properties

* Replace DefaultProjectFileSystem by DefaultProjectFileSystem2, which
  works not only for Maven projects

* Add DefaultProjectClasspath, which works not only for Maven projects

* Enable ProjectLinksSensor only for Maven
2011-04-26 13:00:11 +04:00
Evgeny Mandrikov
4eb630d0ff SONAR-2371 UnitTestDecorator should not save anything if tests measure already exists 2011-04-25 13:42:16 +04:00
Freddy Mallet
44561d49e6 Sonar Markdown : Fix typo in the javadoc (Thanks Evgeny) 2011-04-24 11:00:36 +02:00
Evgeny Mandrikov
29ec06b3e0 SONAR-2358 Add unit test 2011-04-24 07:11:43 +04:00
Freddy Mallet
06af298d5b SONAR-2384 Add support for html list and fix javadoc by escaping html tags 2011-04-24 00:42:00 +02:00
Freddy Mallet
e9c89df95a Add some javadoc to the Sonar Markdown module 2011-04-23 23:34:08 +02:00
Freddy Mallet
785ab17def Sonar Channel : Add license header to package-info.java file 2011-04-23 23:17:57 +02:00
Freddy Mallet
4b2cfe4500 Add some javadoc to the Sonar Channel module 2011-04-23 23:11:25 +02:00
Freddy Mallet
61fa8740f3 Merge branch 'master' of github.com:SonarSource/sonar 2011-04-23 21:32:34 +02:00
Freddy Mallet
c065b62343 SONAR-2358 Reapply patch 'Mechanism to calculate checksums for violations is unstable' 2011-04-23 21:32:25 +02:00
simonbrandhof
6b730677bc SONAR-2384 Support markdown in review comments 2011-04-23 18:35:26 +02:00
Freddy Mallet
3e265a4301 SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into <code>printf()</code> 2011-04-23 15:33:33 +02:00