aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-4053 re-enable unit testSimon Brandhof2013-02-131-1/+0
* SONAR-4053 improve stability of unit testSimon Brandhof2013-02-131-0/+2
* SONAR-1896 SONAR-3739 improve the API of scan file systemSimon Brandhof2013-02-121-0/+2
* SONAR-4053 Try to fix JUnit test (thread timing issue)Julien HENRY2013-02-111-2/+2
* SONAR-4053 Automatically release semaphores when outdatedJulien HENRY2013-02-113-4/+91
* SONAR-4087 prevents from setting several times the coverage between the same ...Simon Brandhof2013-02-071-4/+23
* SONAR-2501 move type from test plan to test caseSimon Brandhof2013-02-063-34/+25
* SONAR-2501 a test plan can have multiple test cases with the same name (see T...Simon Brandhof2013-02-053-28/+24
* SONAR-4110 Log server ID, when it exists, at startupFabrice Bellingard2013-02-051-0/+13
* SONAR-2291 move management of file cache to the new module sonar-homeSimon Brandhof2013-02-051-1/+1
* SONAR-2501 remove unused test fileSimon Brandhof2013-02-011-1086/+0
* SONAR-4094 On each source file, provide the ability to list all unit tests co...Julien Lancelot2013-02-011-0/+25
* SONAR-4094 Display tests in a select boxJulien Lancelot2013-01-312-0/+43
* SONAR-2501 add unit testsSimon Brandhof2013-01-312-57/+60
* SONAR-2501 code refactoringSimon Brandhof2013-01-317-11/+137
* SONAR-2501 add preconditions and refactor some method namesSimon Brandhof2013-01-303-7/+208
* SONAR-2501 refactor test API and fix extraction of subgraphsSimon Brandhof2013-01-304-20/+192
* SONAR-2501 add unit testsSimon Brandhof2013-01-301-0/+87
* SONAR-3959 Update NotifDispatchers to use new NotifManager method Fabrice Bellingard2013-01-291-3/+3
* SONAR-3959 Enhance NotifManager to help finding subscribed users Fabrice Bellingard2013-01-294-13/+146
* SONAR-2501 fix direction of copied edges in sub-graphSimon Brandhof2013-01-291-15/+33
* SONAR-2501 persist only specific sub-graphSimon Brandhof2013-01-291-0/+68
* SONAR-2501 use Reader/Writer instead of InputStream/OutputStream in Graphson ...Simon Brandhof2013-01-292-40/+30
* SONAR-2501 purge project graphsSimon Brandhof2013-01-293-4/+9
* Add missing copyright headerJulien Lancelot2013-01-291-18/+18
* Add missing copyright headerJulien Lancelot2013-01-291-3/+7
* Add missing copyright headerJulien Lancelot2013-01-291-19/+19
* SONAR-2501 refactor BeanGraph layerSimon Brandhof2013-01-296-77/+379
* SONAR-2501 fix integration test on OracleSimon Brandhof2013-01-281-3/+3
* SONAR-2501 fix loading of perspectives on server-sideSimon Brandhof2013-01-281-3/+3
* SONAR-2291 Implement caching of downloaded Sonar plugins.Julien HENRY2013-01-281-13/+15
* SONAR-2501 rename GraphDbTest to GraphDaoTestSimon Brandhof2013-01-282-1/+1
* SONAR-2501 use our implementation of GraphsonReaderSimon Brandhof2013-01-282-0/+1102
* Fix compatibility of blueprints-core with java 5Simon Brandhof2013-01-281-18/+0
* SONAR-2501 second step to fix case of Graphson* classesSimon Brandhof2013-01-253-98/+98
* SONAR-2501 first step to fix case of Graphson* classesSimon Brandhof2013-01-253-98/+98
* SONAR-4087 fix compatibility of Tinkerpop Blueprints with Java 5Simon Brandhof2013-01-253-107/+95
* SONAR-4087 refactor GraphUtil#uniqueAdjacent()Simon Brandhof2013-01-251-1/+37
* SONAR-4087 Add JSON reader / parser for GraphJulien Lancelot2013-01-253-0/+1635
* SONAR-4087 add unit test for MyBatis mapperSimon Brandhof2013-01-253-1/+87
* SONAR-4087 add missing filesSimon Brandhof2013-01-251-0/+60
* SONAR-4087 first draft of test apiSimon Brandhof2013-01-251-0/+47
* SONAR-4067 Remove compatibility with deprecated packaging of pluginsSimon Brandhof2013-01-142-9/+0
* Add method AbstractDbUnitTestCase#getDatabase()Simon Brandhof2013-01-071-0/+4
* Add unit tests for sorting on measuresSimon Brandhof2012-12-201-2/+23
* Fix compatibility of measure filter conditions with SQALE and dev cockpit plu...Simon Brandhof2012-12-204-12/+160
* SONAR-3887 refactor semaphore APISimon Brandhof2012-12-142-21/+21
* SONAR-3825 improve performance of SQL requestSimon Brandhof2012-12-142-6/+6
* SONAR-3825 improve error handling + compatibility of sorting with oracleSimon Brandhof2012-12-113-19/+31
* SONAR-3825 use abbreviations of period labelsSimon Brandhof2012-12-111-6/+64