summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5007 merge api/rules/set_tags and api/rules/set_note into api/rules/updateSimon Brandhof2014-05-282-8/+8
* SONAR-5007 fix some quality flawsSimon Brandhof2014-05-272-479/+1
* SONAR-5007 move package org.sonar.server.rule2 to ruleSimon Brandhof2014-05-243-483/+4
* SONAR-5007 fix db migration when registering q profilesSimon Brandhof2014-05-242-0/+10
* SONAR-5007 fix test on postgresSimon Brandhof2014-05-241-19/+25
* SONAR-5007 fix synchronizer of active rulesSimon Brandhof2014-05-241-19/+19
* SONAR-5007 - Implementation of IndexSynchronizerStephane Gamard2014-05-231-5/+5
* SONAR-5007 add test (to be fixed and enabled soon)Simon Brandhof2014-05-233-0/+8
* DAOv.2 - Updated Dao interface for upcoming SynchronizerStephane Gamard2014-05-232-9/+6
* SONAR-5012 - Removed empty facets.Stephane Gamard2014-05-231-0/+16
* SONAR-5007 add ACTIVE_RULES.CREATED_AT / UPDATED_AT and sanitize DAOsSimon Brandhof2014-05-2320-81/+116
* Fix compatibility with MSSQLSimon Brandhof2014-05-232-15/+15
* SONAR-5007 SONAR-5012 Full handling of facetsJean-Baptiste Lievremont2014-05-231-0/+4
* SONAR-5007 improve registration of Quality profilesSimon Brandhof2014-05-236-15/+80
* SONAR-5007 - Added test assertion for QualityProfileDto#getParentKey()Stephane Gamard2014-05-221-0/+1
* SONAR-5007 - Added parentKey to QualityProfileDtoStephane Gamard2014-05-221-0/+10
* SONAR-5334 Create WS to serialize all bundles for a given languageJean-Baptiste Lievremont2014-05-221-2/+1
* DAOv.2 - Updated implicit commit in Session (broken ITs)Stephane Gamard2014-05-224-18/+9
* SONAR-5007 fix CopyRequirementsFromCharacteristicsToRulesTest and remove depr...Simon Brandhof2014-05-229-337/+90
* SONAR-5007 remove old ES indices for rules, active rules and rule tagsSimon Brandhof2014-05-227-33/+22
* SONAR-5007 improve usage of DbClient and move some services to new DAOsSimon Brandhof2014-05-216-6/+6
* Rework the size widgetStas Vilchik2014-05-211-11/+0
* Fix query to check that project exists in Gality GateJulien Lancelot2014-05-214-49/+9
* DAOv.2 - Implicit refresh for Index classes using ES-NRTStephane Gamard2014-05-211-1/+1
* SONAR-5007 complete activation of ruleSimon Brandhof2014-05-211-48/+2
* 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 Add information about scm availabilityJulien Lancelot2014-05-202-0/+17
* SONAR-5305 Move some methods from ResourceDao to ComponentDaoJulien Lancelot2014-05-2010-138/+39
* DAOv.2 - No more DAO in constructors. Use DbClientStephane Gamard2014-05-201-2/+2
* SONAR-5007 Add permissions and message to rules/app WSJean-Baptiste Lievremont2014-05-201-1/+2
* SONAR-5305 Do only one SQL to retun all measuresJulien Lancelot2014-05-2015-199/+207
* SONAR-5007 - Updated RegisterQualityProfile for DAOv.2Stephane Gamard2014-05-205-9/+69
* DAOv.2 - Deprecated Hibernate FactoryStephane Gamard2014-05-201-0/+1
* DAOv.2 - Fixed compilation errorStephane Gamard2014-05-201-2/+2
* Add missing headerJulien Lancelot2014-05-201-0/+19
* DAOv.2 - udpated DbClient to laod DAO in mapStephane Gamard2014-05-202-1/+9
* SONAR-5305 Return aggregation of rules and severities. Return snapshot date i...Julien Lancelot2014-05-198-5/+251
* SONAR-5007 - Implemented activation and qprofile params for WSStephane Gamard2014-05-191-4/+3
* SONAR-5209 Basic metrics, complete i18nStas Vilchik2014-05-191-0/+26
* SONAR-5216 Store and display used quality profiles for multi-language analysisJulien HENRY2014-05-191-0/+1
* SONAR-5305 Return periods in /api/components/appJulien Lancelot2014-05-195-8/+292
* Move measure filter classes from sonar-core to sonar-serverSimon Brandhof2014-05-1922-2989/+13
* SONAR-5007 - ActiveRule2 on ES 1.1.1Stephane Gamard2014-05-191-1/+1
* Fix SemaphoreDaoTest when db and test timezones are differentSimon Brandhof2014-05-162-11/+19
* SONAR-5209 Coverage: i18nStas Vilchik2014-05-161-0/+6
* SONAR-5305 Returned measures in /api/components/appJulien Lancelot2014-05-1611-101/+109
* SONAR-5007 add RuleService#setNoteSimon Brandhof2014-05-156-78/+4
* SONAR-5305 Return component favourite informationJulien Lancelot2014-05-156-0/+137
* SONAR-5007 drop tables RULE_TAGS and RULES_RULE_TAGSSimon Brandhof2014-05-1522-608/+3