Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-2227 Use new update center API | Julien Lancelot | 2013-02-18 | 1 | -0/+4 |
| | |||||
* | SONAR-2965 Provide a way to close JPA session to avoid DB timeout | Julien HENRY | 2013-02-18 | 1 | -1/+8 |
| | | | | | Session will now be closed before running maven goals and before sensors. A new session will automatically be opened on next try to access DB. | ||||
* | SONAR-3108 Add new property to exclude files from duplication detection | Fabrice Bellingard | 2013-02-15 | 1 | -0/+5 |
| | |||||
* | Refactor the filesystem API in order to allow to provide its own exclusions | Simon Brandhof | 2013-02-15 | 10 | -113/+128 |
| | |||||
* | Revert "SONAR-3976 Introduce the concept of plugin group" | Julien Lancelot | 2013-02-14 | 1 | -2/+0 |
| | | | | This reverts commit e1bccb1b2268d6b2bd809c6699e4e96f832c513d. | ||||
* | SONAR-2760 file exclusions by absolute path | Simon Brandhof | 2013-02-13 | 4 | -11/+20 |
| | |||||
* | SONAR-3976 Introduce the concept of plugin group | Julien Lancelot | 2013-02-13 | 1 | -0/+2 |
| | |||||
* | Remove unused constructor in IllegalPathException | Simon Brandhof | 2013-02-13 | 1 | -3/+0 |
| | |||||
* | Move Maven stuff into a dedicated package | Simon Brandhof | 2013-02-13 | 1 | -28/+0 |
| | |||||
* | Fix some quality flaws | Simon Brandhof | 2013-02-13 | 2 | -2/+33 |
| | |||||
* | Fix quality flaws | Simon Brandhof | 2013-02-12 | 6 | -15/+22 |
| | |||||
* | SONAR-1896 SONAR-3739 improve the API of scan file system | Simon Brandhof | 2013-02-12 | 15 | -726/+615 |
| | |||||
* | SONAR-4053 Automatically release semaphores when outdated | Julien HENRY | 2013-02-11 | 2 | -9/+8 |
| | |||||
* | SONAR-1896 refactor file system components used during project analysis | Simon Brandhof | 2013-02-11 | 10 | -4/+272 |
| | |||||
* | SONAR-3860 Delete test file containing the BOM character and improve unit ↵ | Julien Lancelot | 2013-02-08 | 3 | -10/+7 |
| | | | | test in order to see the BOM character | ||||
* | SONAR-3860 Improve the Sonar Source Code Importer to filter BOM character | Julien Lancelot | 2013-02-08 | 3 | -16/+54 |
| | |||||
* | Move java properties to sonar-java plugins | Simon Brandhof | 2013-02-07 | 1 | -35/+0 |
| | |||||
* | Remove the constants of org.sonar.api.resouces.Project that are deprecated ↵ | Simon Brandhof | 2013-02-07 | 1 | -30/+0 |
| | | | | since 1.11 | ||||
* | SONAR-4087 prevents from setting several times the coverage between the same ↵ | Simon Brandhof | 2013-02-07 | 1 | -0/+26 |
| | | | | test case and testable component | ||||
* | SONAR-2501 change values of test case types | Simon Brandhof | 2013-02-06 | 1 | -2/+2 |
| | |||||
* | SONAR-2501 move type from test plan to test case | Simon Brandhof | 2013-02-06 | 6 | -16/+17 |
| | | | | + add Testable#coverageBlocks() | ||||
* | SONAR-4112 Remove the unused/deprecated metrics "Complexity/paragraph" and ↵ | Julien Lancelot | 2013-02-06 | 2 | -62/+8 |
| | | | | "Paragraph" | ||||
* | SONAR-2501 a test plan can have multiple test cases with the same name (see ↵ | Simon Brandhof | 2013-02-05 | 5 | -40/+13 |
| | | | | TestNG) | ||||
* | SONARJAVA-51 Files not ending with '.java' or '.jav' should not be taken ↵ | Evgeny Mandrikov | 2013-02-05 | 3 | -3/+46 |
| | | | | into account | ||||
* | SONAR-2291 move management of file cache to the new module sonar-home | Simon Brandhof | 2013-02-05 | 1 | -6/+0 |
| | |||||
* | Revert removal of Xalan | Simon Brandhof | 2013-02-04 | 1 | -1/+6 |
| | |||||
* | Remove some calls to commons-collections | Simon Brandhof | 2013-02-03 | 3 | -10/+22 |
| | |||||
* | SONAR-2291 Allow to configure Sonar user home directory | Julien HENRY | 2013-02-01 | 1 | -1/+2 |
| | |||||
* | SONAR-4119 Remove Xalan from API | Simon Brandhof | 2013-02-01 | 1 | -4/+0 |
| | |||||
* | SONAR-4093 Display only lines covered by a test when selection lines covered | Julien Lancelot | 2013-02-01 | 1 | -1/+1 |
| | |||||
* | SONAR-4094 On each source file, provide the ability to list all unit tests ↵ | Julien Lancelot | 2013-02-01 | 1 | -0/+2 |
| | | | | covering at least one line of code in this source file | ||||
* | SONAR-4094 Display tests in a select box | Julien Lancelot | 2013-01-31 | 2 | -0/+4 |
| | |||||
* | SONAR-3959 Add possibility to set default message to Notification class | Fabrice Bellingard | 2013-01-31 | 1 | -4/+38 |
| | |||||
* | SONAR-2291 Minor changes on cache | Julien HENRY | 2013-01-31 | 1 | -1/+1 |
| | | | | | | * default cache folder is ~/.sonar/cache * fail execution when there is a checksum mismatch * improve logging | ||||
* | SONAR-4092 SONAR-4093 | Julien Lancelot | 2013-01-31 | 1 | -0/+1 |
| | | | | | SONAR-4093 From a covered line of code provide the ability to retrieve the unit tests covering this line SONAR-4092 From a unit test allow to access to the lines covered by this unit test | ||||
* | SONAR-2501 add preconditions and refactor some method names | Simon Brandhof | 2013-01-30 | 9 | -20/+105 |
| | |||||
* | SONAR-4093 Display a tooltip that contains number of tests for the current line | Julien Lancelot | 2013-01-30 | 1 | -0/+2 |
| | |||||
* | SONAR-2501 refactor test API and fix extraction of subgraphs | Simon Brandhof | 2013-01-30 | 1 | -3/+3 |
| | |||||
* | SONAR-3959 Add NotificationDispatcherMetadata class | Fabrice Bellingard | 2013-01-30 | 2 | -0/+127 |
| | |||||
* | Fix violations | Fabrice Bellingard | 2013-01-30 | 1 | -2/+3 |
| | |||||
* | SONAR-4093 Display number of tests covering a line | Julien Lancelot | 2013-01-30 | 1 | -1/+1 |
| | |||||
* | SONAR-3959 Update NotifDispatchers to use new NotifManager method | Fabrice Bellingard | 2013-01-29 | 1 | -2/+2 |
| | |||||
* | SONAR-3959 Enhance NotifManager to help finding subscribed users | Fabrice Bellingard | 2013-01-29 | 1 | -0/+18 |
| | |||||
* | SONAR-3959 NotifService must not choose which channel for which user | Fabrice Bellingard | 2013-01-29 | 2 | -14/+79 |
| | | | | => This will be up to the NotifDispatcher | ||||
* | SONAR-3959 Add notification type on NotificationDispatcher | Fabrice Bellingard | 2013-01-29 | 1 | -0/+36 |
| | |||||
* | SONAR-2501 persist only specific sub-graph | Simon Brandhof | 2013-01-29 | 1 | -1/+1 |
| | |||||
* | SONAR-4093 Display number of tests covering a line | Julien Lancelot | 2013-01-29 | 1 | -3/+3 |
| | |||||
* | SONAR-4092 Renamed covererdBlocks by coveredLines and sort tests by name | Julien Lancelot | 2013-01-29 | 2 | -3/+6 |
| | |||||
* | SONAR-2501 remove org.sonar.api.tests | Simon Brandhof | 2013-01-29 | 5 | -383/+0 |
| | |||||
* | SONAR-2501 Replace Set by List for covers method (because Set is not ↵ | Julien Lancelot | 2013-01-29 | 1 | -2/+2 |
| | | | | supported when reading a graph from Json) |