aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix some quality flawsSimon Brandhof2014-06-171-46/+5
* SONAR-5329 - Rename Log package to ActivityStephane Gamard2014-06-161-1/+1
* SONAR-5007 delete unused class RulesDaoSimon Brandhof2014-06-121-52/+0
* SONAR-5369 Rename DB column RULES.CARDINALITY to RULES.IS_TEMPLATEJulien Lancelot2014-06-1215-57/+37
* SONAR-5351 Create a migration to replace rules.parent_id to rules.template_idJulien Lancelot2014-06-1215-35/+35
* SONAR-5007 remove unused methods in Q profile DAOsSimon Brandhof2014-06-111-7/+0
* SONAR-5007 remove Hibernate entities RulesProfile, ActiveRule andSimon Brandhof2014-06-111-46/+0
* SONAR-5082 - Added Index to active_rules table to H2 and DaoTestedStephane Gamard2014-06-061-0/+28
* SONAR-5300 Return differential measures when a period is set in /api/componen...Julien Lancelot2014-06-053-38/+17
* fix quality flaw (reduced ES verbosity in tests)Stephane Gamard2014-06-041-1/+6
* Delete unused code in org.sonar.jpa.daoSimon Brandhof2014-06-021-16/+2
* SONAR-5306 Add list of component viewer extensions in /api/component/app WSJulien Lancelot2014-06-021-0/+4
* SONAR-5007 improve medium testsSimon Brandhof2014-05-291-2/+2
* SONAR-5007 fix some quality flawsSimon Brandhof2014-05-271-201/+0
* SONAR-5007 move package org.sonar.server.rule2 to ruleSimon Brandhof2014-05-241-292/+0
* SONAR-5007 fix test on postgresSimon Brandhof2014-05-241-19/+25
* SONAR-5007 add ACTIVE_RULES.CREATED_AT / UPDATED_AT and sanitize DAOsSimon Brandhof2014-05-2316-43/+43
* SONAR-5007 improve registration of Quality profilesSimon Brandhof2014-05-231-0/+43
* 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-203-62/+0
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-205-97/+31
* SONAR-5305 Return aggregation of rules and severities. Return snapshot date i...Julien Lancelot2014-05-194-2/+200
* 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-1911-1534/+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-164-19/+42
* SONAR-5305 Return component favourite informationJulien Lancelot2014-05-152-0/+32
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-158-150/+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-143-19/+13
* Refactor or rule2 By DAOv.2Stephane Gamard2014-05-131-11/+11
* SONAR-5064 Remove active rule notesSimon Brandhof2014-05-1311-62/+26
* 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-123-44/+0
* SONAR-1884 Fix filter on project permissions for user/groupJean-Baptiste Lievremont2014-05-123-0/+44
* SONAR-5221 Remove the Language column from measure filtersJulien Lancelot2014-05-096-14/+14
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-0730-81/+81
* 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-2910-44/+28
* 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