summaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-5305 Create a /api/components/app WS, returning only component informat...Julien Lancelot2014-05-154-0/+30
* SONAR-5007 Initial work on Coding Rules app init WSJean-Baptiste Lievremont2014-05-141-0/+65
* SONAR-5304 Remove metric "branch_coverage_hits_data"Julien Lancelot2014-05-141-3/+0
* SONAR-5130 Display measures on 3 columnsJulien Lancelot2014-05-141-1/+1
* SONAR-5285 Return the number of covered linesJulien Lancelot2014-05-142-5/+31
* SONAR-5285 Create /api/coverage/show, returning only hits for the momentJulien Lancelot2014-05-145-25/+18
* Updated QualityProfile package to DAOv2 (partialy)Stephane Gamard2014-05-132-2/+22
* fix query for MS-SQLStephane Gamard2014-05-131-1/+1
* Refactor or rule2 By DAOv.2Stephane Gamard2014-05-134-37/+35
* SONAR-5064 Remove active rule notesSimon Brandhof2014-05-1315-79/+32
* SONAR-5007 Complete new web services api/qualityprofiles and api/rulesSimon Brandhof2014-05-125-14/+18
* SONAR-3532 Add server base URL to test email in configurationJean-Baptiste Lievremont2014-05-121-1/+1
* SONAR-5277 Increase size of project_measures.text_valueJulien HENRY2014-05-123-2/+3
* Revert "SONAR-1884 Fix filter on project permissions for user/group"Jean-Baptiste Lievremont2014-05-124-50/+4
* SONAR-5130 Improve UIJulien Lancelot2014-05-121-2/+0
* SONAR-1884 Fix filter on project permissions for user/groupJean-Baptiste Lievremont2014-05-124-4/+50
* Fixed some basic tests for RegisterRule with DAOv.2Stephane Gamard2014-05-101-2/+2