summaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
...
* SONAR-5007 - Added test assertion for QualityProfileDto#getParentKey()Stephane Gamard2014-05-221-0/+1
* SONAR-5007 fix CopyRequirementsFromCharacteristicsToRulesTest and remove depr...Simon Brandhof2014-05-221-69/+0
* SONAR-5007 remove old ES indices for rules, active rules and rule tagsSimon Brandhof2014-05-222-10/+12
* SONAR-5007 improve conversion fk of ES doc to WS responseSimon Brandhof2014-05-201-8/+9
* Add missing session.close() in unit testsJulien Lancelot2014-05-202-0/+12
* SONAR-5305 Move some methods from ResourceDao to ComponentDaoJulien Lancelot2014-05-202-57/+0
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-204-82/+31
* SONAR-5305 Return aggregation of rules and severities. Return snapshot date i...Julien Lancelot2014-05-191-0/+18
* SONAR-5305 Return periods in /api/components/appJulien Lancelot2014-05-191-0/+16
* Move measure filter classes from sonar-core to sonar-serverSimon Brandhof2014-05-196-1117/+0
* Fix SemaphoreDaoTest when db and test timezones are differentSimon Brandhof2014-05-161-1/+1
* SONAR-5305 Returned measures in /api/components/appJulien Lancelot2014-05-162-6/+27
* SONAR-5305 Return component favourite informationJulien Lancelot2014-05-151-0/+13
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-152-89/+0
* SONAR-5305 Create a /api/components/app WS, returning only component informat...Julien Lancelot2014-05-151-0/+8
* SONAR-5285 Return the number of covered linesJulien Lancelot2014-05-141-5/+20
* SONAR-5285 Create /api/coverage/show, returning only hits for the momentJulien Lancelot2014-05-141-9/+8
* Refactor or rule2 By DAOv.2Stephane Gamard2014-05-131-11/+11
* SONAR-5064 Remove active rule notesSimon Brandhof2014-05-131-13/+3
* SONAR-5007 Complete new web services api/qualityprofiles and api/rulesSimon Brandhof2014-05-122-10/+11
* Revert "SONAR-1884 Fix filter on project permissions for user/group"Jean-Baptiste Lievremont2014-05-121-26/+0
* SONAR-1884 Fix filter on project permissions for user/groupJean-Baptiste Lievremont2014-05-121-0/+26
* SONAR-5221 Remove the Language column from measure filtersJulien Lancelot2014-05-091-1/+1
* SONAR-5237 - Moved Latching into Queue. Defaults to SYNCHStephane Gamard2014-04-302-6/+6
* SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorkerStephane Gamard2014-04-301-28/+0
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-292-8/+7
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-292-10/+7
* SONAR-5237 - Added worker for queueStephane Gamard2014-04-291-138/+0
* SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of SqlS...Stephane Gamard2014-04-284-113/+125
* SONAR-5237 implement RuleDao#keysOfRowsUpdatedAfter()Simon Brandhof2014-04-281-0/+28
* SONAR-5237 - Delegation from BaseIndex rather than BaseMapperStephane Gamard2014-04-284-9/+19
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-281-4/+2
|\
* | SONAR-5237 - moved DB part of stack to sonar-coreStephane Gamard2014-04-282-1/+144
|/
* Revert "SONAR-3437 Remove Measure from Hibernate model"Julien HENRY2014-04-241-8/+26
* SONAR-3437 Remove Measure from Hibernate modelJulien HENRY2014-04-241-26/+8
* ONAR-5132 Issues search WS should allow to search by languageJulien Lancelot2014-04-221-0/+14
* SONAR-5218 Once a module has been turned into a project, its issues are no mo...Julien Lancelot2014-04-184-4/+65
* SONAR-4969 Do not mix batch and server classpathsSimon Brandhof2014-04-171-0/+35
* When there's no language plugin, load core bundleJulien Lancelot2014-04-171-0/+9
* SONAR-5225 Move English bundles to core moduleJulien Lancelot2014-04-173-66/+57
* Replacement injection of ServletContext by Properties in PlatformJulien Lancelot2014-04-161-73/+0
* SONAR-5219 Hibernate must not validate db schemaSimon Brandhof2014-04-151-1/+1
* Fix some quality flawsJulien HENRY2014-04-141-0/+20
* SONAR-5200 When a module has been removed, related issues are not closed duri...Julien Lancelot2014-04-091-6/+14
* Add some commentsJulien Lancelot2014-04-071-1/+1
* Fix quality flawsJulien Lancelot2014-04-041-0/+65
* Fix unit testJulien Lancelot2014-04-031-1/+1
* Create a new DebtModel API on batch sideJulien Lancelot2014-04-031-28/+36
* Fix stability of tests depending on order of executionSimon Brandhof2014-04-031-19/+1
* Fix compatibility of some tests with java8Simon Brandhof2014-04-031-1/+1