aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-2913-65/+207
|
* SONAR-3959 Enhance NotifManager to help finding subscribed users Fabrice Bellingard2013-01-2911-33/+286
|
* SONAR-3959 NotifService must not choose which channel for which userFabrice Bellingard2013-01-294-63/+158
| | | | => This will be up to the NotifDispatcher
* SONAR-3959 Add notification type on NotificationDispatcherFabrice Bellingard2013-01-298-51/+84
|
* SONAR-2501 fix direction of copied edges in sub-graphSimon Brandhof2013-01-292-26/+46
|
* SONAR-2501 persist only specific sub-graphSimon Brandhof2013-01-297-6/+179
|
* SONAR-4093 Display number of tests covering a lineJulien Lancelot2013-01-296-15/+57
|
* SONAR-4092 Renamed covererdBlocks by coveredLines and sort tests by nameJulien Lancelot2013-01-295-12/+23
|
* SONAR-2501 use Reader/Writer instead of InputStream/OutputStream in Graphson ↵Simon Brandhof2013-01-296-64/+46
| | | | classes
* SONAR-4092 Escape stacktraceJulien Lancelot2013-01-291-1/+1
|
* SONAR-2501 remove org.sonar.api.testsSimon Brandhof2013-01-296-385/+0
|
* SONAR-2501 purge project graphsSimon Brandhof2013-01-2913-12/+64
|
* Add missing copyright headerJulien Lancelot2013-01-291-18/+18
|
* Add missing copyright headerJulien Lancelot2013-01-291-3/+7
|
* Add missing copyright headerJulien Lancelot2013-01-292-19/+38
|
* SONAR-2501 Replace Set by List for covers method (because Set is not ↵Julien Lancelot2013-01-293-7/+8
| | | | supported when reading a graph from Json)
* SONAR-4092 Display number of lines covered by a testJulien Lancelot2013-01-294-7/+33
|
* SONAR-2291 Don't extract plugins in the cache folderJulien HENRY2013-01-293-27/+38
| | | | but instead extract them in a temporary location.
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-2945-528/+977
|
* SONAR-2291 Close InputStream properly after computing md5Julien HENRY2013-01-282-3/+14
|
* SONAR-4092 Use new Test API to display tests dataJulien Lancelot2013-01-283-30/+88
|
* SONAR-2501 Add message and stackTrace to TestCaseJulien Lancelot2013-01-286-38/+48
|
* SONAR-2501 fix integration test on OracleSimon Brandhof2013-01-281-3/+3
|
* SONAR-2501 fix loading of perspectives on server-sideSimon Brandhof2013-01-286-23/+35
|
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-2811-68/+524
| | | | | | * By default cache location is ~/.sonar/.cache * Cache location can be changed by property sonar.cacheLocation * To know if a plugin file have to be downloaded there is a checksum (MD5) comparison
* SONAR-2501 use blueprints-core for java5Simon Brandhof2013-01-281-33/+3
|
* SONAR-2501 rename GraphDbTest to GraphDaoTestSimon Brandhof2013-01-282-1/+1
|
* SONAR-2501 use our implementation of GraphsonReaderSimon Brandhof2013-01-283-2/+1104
|
* Fix compatibility with java 5Simon Brandhof2013-01-281-6/+6
|
* Add blueprints-core-2.2.0-java5.jarSimon Brandhof2013-01-281-0/+0
|
* Fix compatibility of blueprints-core with java 5Simon Brandhof2013-01-284-76/+30
|
* Fix headerSimon Brandhof2013-01-251-1/+1
|
* SONAR-2501 second step to fix case of Graphson* classesSimon Brandhof2013-01-2510-192/+192
|
* SONAR-2501 first step to fix case of Graphson* classesSimon Brandhof2013-01-2510-193/+192
|
* SONAR-4087 fix compatibility of Tinkerpop Blueprints with Java 5Simon Brandhof2013-01-2516-487/+635
|
* SONAR-4087 refactor GraphUtil#uniqueAdjacent()Simon Brandhof2013-01-256-10/+48
|
* SONAR-3692 Use the new widget property type for "Most Violated Rules"Fabrice Bellingard2013-01-252-2/+2
|
* SONAR-2746 Fix violationFabrice Bellingard2013-01-251-1/+1
|
* SONAR-4087 Replace Tinkerpop GraphSONReader by Sonar GraphSONReader when ↵Julien Lancelot2013-01-251-3/+5
| | | | reading a graph
* SONAR-2055 Remove useless codeJulien Lancelot2013-01-251-2/+1
|
* SONAR-4087 Add JSON reader / parser for GraphJulien Lancelot2013-01-257-1/+2602
|
* SONAR-4087 add unit test for MyBatis mapperSimon Brandhof2013-01-255-3/+99
|
* SONAR-4087 add missing filesSimon Brandhof2013-01-2516-0/+681
|
* Merge remote-tracking branch 'origin/master'Simon Brandhof2013-01-2550-524/+1242
|\
| * SONAR-2746 Fix testFabrice Bellingard2013-01-251-1/+1
| |
| * SONAR-2746 Email new alerts on favorite projectsFabrice Bellingard2013-01-248-13/+464
| |
| * SONAR-2296 Revert modification because the server hosting sonar should be ↵Julien Lancelot2013-01-232-6/+1
| | | | | | | | updated instead of the code
| * SONAR-4071 Localize all the existing widget propertiesFabrice Bellingard2013-01-238-34/+88
| |
| * SONAR-3692 Boolean type are now always displayed as select boxJulien Lancelot2013-01-238-19/+22
| |
| * SONAR-3692 Really fix issue with property setJulien Lancelot2013-01-232-5/+6
| |