Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move derby logs generated during unit tests to target/ | simonbrandhof | 2011-04-28 | 2 | -1/+8 |
| | |||||
* | Ignore plugins/sonar-core-plugin/derby.log generated during unit tests | simonbrandhof | 2011-04-28 | 2 | -91/+1 |
| | |||||
* | Remove System.out.println | Evgeny Mandrikov | 2011-04-28 | 1 | -1/+0 |
| | |||||
* | Fix loading of locale in charts | simonbrandhof | 2011-04-28 | 2 | -2/+2 |
| | |||||
* | Increase timeout of CommandExecutorTest for slow boxes | simonbrandhof | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | SONAR-2202 Calculate variations on quality model measures | simonbrandhof | 2011-04-28 | 5 | -79/+186 |
| | |||||
* | SONAR-2384 append target='_blank' when building an hyperlink | Freddy Mallet | 2011-04-27 | 2 | -4/+6 |
| | |||||
* | Fix scheduling of ViolationDecorator | simonbrandhof | 2011-04-27 | 4 | -4/+8 |
| | | | | ViolationPersisterDecorator must be executed before computing measures on violations, so the flag switched_off is correctly loaded from database. | ||||
* | Fix some ruby warnings (don't put space before argument parentheses) | simonbrandhof | 2011-04-27 | 1 | -5/+5 |
| | |||||
* | SONAR-2386 Web service should return lineId for violation only if value exists | Evgeny Mandrikov | 2011-04-28 | 1 | -2/+2 |
| | |||||
* | Fix vertical alignment of severity icons | simonbrandhof | 2011-04-27 | 12 | -0/+0 |
| | |||||
* | Add header to comparison of quality profiles | simonbrandhof | 2011-04-27 | 4 | -118/+130 |
| | |||||
* | Ensure that cost to fix violation cannot be set to negative or NaN value | Evgeny Mandrikov | 2011-04-28 | 2 | -5/+25 |
| | |||||
* | Merge branch 'master' of github.com:SonarSource/sonar | Freddy Mallet | 2011-04-27 | 3 | -5/+5 |
|\ | |||||
| * | SONAR-2299 Show Hibernate SQL only if debug logging level enabled, but not ↵ | Evgeny Mandrikov | 2011-04-27 | 3 | -5/+5 |
| | | | | | | | | info level | ||||
* | | SONAR-2384 use backtick instead of simple quote in the HtmlCodeChannel | Freddy Mallet | 2011-04-27 | 2 | -5/+5 |
|/ | |||||
* | SONAR-2386 Define contract for lineId in Violation | Evgeny Mandrikov | 2011-04-27 | 5 | -5/+121 |
| | | | | | 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. | ||||
* | SONAR-2266 ProjectFileSystem should return only existing source and test ↵ | Evgeny Mandrikov | 2011-04-27 | 6 | -8/+44 |
| | | | | directories | ||||
* | Fix violations | Evgeny Mandrikov | 2011-04-27 | 2 | -3/+2 |
| | |||||
* | SONAR-2369 User list is not correctly sorted in the Groups page | simonbrandhof | 2011-04-27 | 5 | -7/+7 |
| | |||||
* | SONAR-2323 Remove logs specific to Maven | simonbrandhof | 2011-04-27 | 3 | -3/+3 |
| | |||||
* | Write valid HTML : a tag is badly closed | simonbrandhof | 2011-04-27 | 1 | -1/+1 |
| | |||||
* | SONAR-2179 the 'bulk change' option of quality profiles fail when there are ↵ | simonbrandhof | 2011-04-27 | 1 | -2/+3 |
| | | | | too many selected rules | ||||
* | SONAR-2327 Provide a new "Reviews" service | Fabrice Bellingard | 2011-04-27 | 4 | -4/+32 |
| | |||||
* | SONAR-2327 Provide a new "Reviews" service | Fabrice Bellingard | 2011-04-27 | 3 | -8/+55 |
| | |||||
* | SONAR-2382 Highlight selected line in source panel | simonbrandhof | 2011-04-27 | 3 | -23/+33 |
| | |||||
* | SONAR-2382 Display source in review detail | simonbrandhof | 2011-04-27 | 3 | -1/+250 |
| | |||||
* | SONAR-2298 Rename MavenProjectBuilder to ProjectBuilder | Evgeny Mandrikov | 2011-04-26 | 8 | -12/+11 |
| | |||||
* | SONAR-2327 Provide a new "Reviews" service | Fabrice Bellingard | 2011-04-26 | 12 | -10/+186 |
| | |||||
* | SONAR-1973 Rework action link positions | Fabrice Bellingard | 2011-04-26 | 2 | -4/+12 |
| | |||||
* | Fix rendering of age (variable {count} not interpreted) | simonbrandhof | 2011-04-26 | 42 | -25/+3411 |
| | |||||
* | Merge branch 'master' of github.com:SonarSource/sonar | Freddy Mallet | 2011-04-26 | 1 | -5/+0 |
|\ | |||||
| * | Do not feed RULE_FAILURES.PERMANENT_ID when rendering violations | simonbrandhof | 2011-04-26 | 1 | -5/+0 |
| | | |||||
* | | SONAR-2384 Fix a bug on HtmlListChannel which was due to CodeBuffer.length() ↵ | Freddy Mallet | 2011-04-26 | 4 | -9/+16 |
|/ | | | | method and make the HtmlEmphasisChannel handle sentence | ||||
* | SONAR-2382 Complete review web service | simonbrandhof | 2011-04-26 | 12 | -63/+136 |
| | |||||
* | SONAR-1973 Fix bug in DB request | Fabrice Bellingard | 2011-04-26 | 1 | -3/+3 |
| | |||||
* | SONAR-2327 add help on markdown | simonbrandhof | 2011-04-26 | 2 | -11/+39 |
| | |||||
* | SONAR-2327 split actions for resource viewer and reviews page | simonbrandhof | 2011-04-26 | 26 | -567/+400 |
| | |||||
* | SONAR-2298 Add support for multi-modules for non-Maven projects | Evgeny Mandrikov | 2011-04-26 | 22 | -541/+683 |
| | | | | | | | | | | | | | | | | * 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 | ||||
* | SONAR-2371 UnitTestDecorator should not save anything if tests measure ↵ | Evgeny Mandrikov | 2011-04-25 | 2 | -8/+50 |
| | | | | already exists | ||||
* | Sonar Markdown : Fix typo in the javadoc (Thanks Evgeny) | Freddy Mallet | 2011-04-24 | 1 | -1/+1 |
| | |||||
* | SONAR-2358 Add unit test | Evgeny Mandrikov | 2011-04-24 | 2 | -2/+11 |
| | |||||
* | SONAR-2384 Add support for html list and fix javadoc by escaping html tags | Freddy Mallet | 2011-04-24 | 7 | -6/+101 |
| | |||||
* | Add some javadoc to the Sonar Markdown module | Freddy Mallet | 2011-04-23 | 7 | -1/+51 |
| | |||||
* | Sonar Channel : Add license header to package-info.java file | Freddy Mallet | 2011-04-23 | 1 | -0/+19 |
| | |||||
* | Add some javadoc to the Sonar Channel module | Freddy Mallet | 2011-04-23 | 4 | -4/+52 |
| | |||||
* | Merge branch 'master' of github.com:SonarSource/sonar | Freddy Mallet | 2011-04-23 | 12 | -15/+71 |
|\ | |||||
| * | SONAR-2384 Support markdown in review comments | simonbrandhof | 2011-04-23 | 12 | -15/+71 |
| | | |||||
* | | SONAR-2358 Reapply patch 'Mechanism to calculate checksums for violations is ↵ | Freddy Mallet | 2011-04-23 | 1 | -15/+7 |
|/ | | | | unstable' | ||||
* | SONAR-2384 Add a new HtmlCodeChannel to transform ''printf()'' into ↵ | Freddy Mallet | 2011-04-23 | 6 | -4/+47 |
| | | | | <code>printf()</code> |