| Commit message (Expand) | Author | Age | Files | Lines |
* | SONAR-4087 prevents from setting several times the coverage between the same ... | Simon Brandhof | 2013-02-07 | 3 | -5/+27 |
* | SONAR-2501 move type from test plan to test case | Simon Brandhof | 2013-02-06 | 7 | -63/+60 |
* | SONAR-2501 a test plan can have multiple test cases with the same name (see T... | Simon Brandhof | 2013-02-05 | 6 | -57/+41 |
* | SONAR-4110 Log server ID, when it exists, at startup | Fabrice Bellingard | 2013-02-05 | 2 | -0/+23 |
* | SONAR-2291 move management of file cache to the new module sonar-home | Simon Brandhof | 2013-02-05 | 4 | -28/+17 |
* | Revert removal of CollectionUtils | Simon Brandhof | 2013-02-04 | 1 | -15/+10 |
* | Remove some calls to commons-collections | Simon Brandhof | 2013-02-03 | 1 | -10/+15 |
* | Remove unused transitive dependencies of blueprints | Simon Brandhof | 2013-02-01 | 2 | -0/+18 |
* | Minor changes (log + remove usage of plexus StringUtils) | Simon Brandhof | 2013-02-01 | 1 | -1/+1 |
* | SONAR-2501 remove unused test file | Simon Brandhof | 2013-02-01 | 1 | -1086/+0 |
* | Fix quality flaws | Julien Lancelot | 2013-02-01 | 2 | -8/+13 |
* | SONAR-4093 Display only lines covered by a test when selection lines covered | Julien Lancelot | 2013-02-01 | 1 | -4/+2 |
* | SONAR-4094 On each source file, provide the ability to list all unit tests co... | Julien Lancelot | 2013-02-01 | 3 | -1/+35 |
* | SONAR-4094 Display tests in a select box | Julien Lancelot | 2013-01-31 | 4 | -0/+65 |
* | SONAR-4092 SONAR-4093 | Julien Lancelot | 2013-01-31 | 4 | -6/+18 |
* | SONAR-2501 add unit tests | Simon Brandhof | 2013-01-31 | 2 | -57/+60 |
* | SONAR-2501 code refactoring | Simon Brandhof | 2013-01-31 | 13 | -56/+210 |
* | SONAR-2501 add preconditions and refactor some method names | Simon Brandhof | 2013-01-30 | 12 | -92/+330 |
* | SONAR-4093 Display a tooltip that contains number of tests for the current line | Julien Lancelot | 2013-01-30 | 2 | -1/+12 |
* | SONAR-3959 Fix issue on Oracle | Fabrice Bellingard | 2013-01-30 | 1 | -1/+1 |
* | SONAR-2501 refactor test API and fix extraction of subgraphs | Simon Brandhof | 2013-01-30 | 11 | -49/+222 |
* | SONAR-3959 Fix issue on PropertiesDao | Fabrice Bellingard | 2013-01-30 | 1 | -2/+2 |
* | SONAR-3959 Add NotificationDispatcherMetadata class | Fabrice Bellingard | 2013-01-30 | 1 | -7/+6 |
* | SONAR-2501 add unit tests | Simon Brandhof | 2013-01-30 | 2 | -9/+87 |
* | SONAR-4093 Display number of tests covering a line | Julien Lancelot | 2013-01-30 | 2 | -15/+20 |
* | SONAR-3959 Update NotifDispatchers to use new NotifManager method | Fabrice Bellingard | 2013-01-29 | 2 | -4/+5 |
* | SONAR-3959 Enhance NotifManager to help finding subscribed users | Fabrice Bellingard | 2013-01-29 | 8 | -22/+252 |
* | SONAR-2501 fix direction of copied edges in sub-graph | Simon Brandhof | 2013-01-29 | 2 | -26/+46 |
* | SONAR-2501 persist only specific sub-graph | Simon Brandhof | 2013-01-29 | 6 | -5/+178 |
* | SONAR-4093 Display number of tests covering a line | Julien Lancelot | 2013-01-29 | 2 | -10/+44 |
* | SONAR-4092 Renamed covererdBlocks by coveredLines and sort tests by name | Julien Lancelot | 2013-01-29 | 2 | -7/+14 |
* | SONAR-2501 use Reader/Writer instead of InputStream/OutputStream in Graphson ... | Simon Brandhof | 2013-01-29 | 6 | -64/+46 |
* | SONAR-2501 purge project graphs | Simon Brandhof | 2013-01-29 | 12 | -12/+63 |
* | Add missing copyright header | Julien Lancelot | 2013-01-29 | 1 | -18/+18 |
* | Add missing copyright header | Julien Lancelot | 2013-01-29 | 1 | -3/+7 |
* | Add missing copyright header | Julien Lancelot | 2013-01-29 | 2 | -19/+38 |
* | SONAR-2501 Replace Set by List for covers method (because Set is not supporte... | Julien Lancelot | 2013-01-29 | 2 | -5/+6 |
* | SONAR-4092 Display number of lines covered by a test | Julien Lancelot | 2013-01-29 | 1 | -0/+23 |
* | SONAR-2291 Don't extract plugins in the cache folder | Julien HENRY | 2013-01-29 | 1 | -19/+5 |
* | SONAR-2501 refactor BeanGraph layer | Simon Brandhof | 2013-01-29 | 35 | -487/+941 |
* | SONAR-2291 Close InputStream properly after computing md5 | Julien HENRY | 2013-01-28 | 1 | -1/+5 |
* | SONAR-2501 Add message and stackTrace to TestCase | Julien Lancelot | 2013-01-28 | 4 | -38/+40 |
* | SONAR-2501 fix integration test on Oracle | Simon Brandhof | 2013-01-28 | 1 | -3/+3 |
* | SONAR-2501 fix loading of perspectives on server-side | Simon Brandhof | 2013-01-28 | 6 | -23/+35 |
* | SONAR-2291 Implement caching of downloaded Sonar plugins. | Julien HENRY | 2013-01-28 | 3 | -25/+83 |
* | SONAR-2501 use blueprints-core for java5 | Simon Brandhof | 2013-01-28 | 1 | -33/+3 |
* | SONAR-2501 rename GraphDbTest to GraphDaoTest | Simon Brandhof | 2013-01-28 | 2 | -1/+1 |
* | SONAR-2501 use our implementation of GraphsonReader | Simon Brandhof | 2013-01-28 | 3 | -2/+1104 |
* | Fix compatibility with java 5 | Simon Brandhof | 2013-01-28 | 1 | -6/+6 |
* | Add blueprints-core-2.2.0-java5.jar | Simon Brandhof | 2013-01-28 | 1 | -0/+0 |