aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Expand)AuthorAgeFilesLines
* 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
* small update of ActiveRule*Dtos.Stephane Gamard2014-05-102-6/+18
* Fixed missing tags on UpdateStephane Gamard2014-05-101-1/+3
* Rewrite of RegisterRule for Dao2Stephane Gamard2014-05-091-0/+7
* Using Set for Rule's TagsStephane Gamard2014-05-091-3/+3
* Added searchability/filter by Tag for RuleIndex & serviceStephane Gamard2014-05-091-9/+10
* SONAR-5221 Remove the Language column from measure filtersJulien Lancelot2014-05-0910-21/+17
* Using DAO2 for RegisterRulesStephane Gamard2014-05-082-5/+15
* fixed RuleDaoTest for rule2 version on new DAO.Stephane Gamard2014-05-082-0/+23
* SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGSSimon Brandhof2014-05-0735-85/+128
* SONAR-5007 refactor DAO frameworkSimon Brandhof2014-05-0710-38/+61
* SONAR-5130 Show distribution of LOC and TechDebt by languageJulien Lancelot2014-05-071-0/+2
* SONAR-4764 Rename "Restore Default Profiles" by "Recreate Built-in Profiles"Julien Lancelot2014-05-061-4/+3
* SONAR-5273 Increase maximal size of user login to 255 charactersSimon Brandhof2014-05-053-12/+13
* Using BaseDao and NestedIndex for ActiveRules in ActiveRuleIndexStephane Gamard2014-05-052-27/+1
* Updated activeRuleKey and QualityProfileKey in core packageStephane Gamard2014-05-053-32/+35
* Adding license headersStephane Gamard2014-05-052-0/+38
* Moving AcgiveRuleDao to BaseDao ImplStephane Gamard2014-05-053-4/+190
* SONAR-5111 Complete "api/qualitygates" WS documentation and do some refactori...Julien Lancelot2014-05-021-2/+8
* Drop UnsuportedException and improve rule searchSimon Brandhof2014-05-011-28/+0
* fix quality flawsStephane Gamard2014-05-011-1/+2
* Do not accumulate already-processed actions in DbSessionSimon Brandhof2014-05-011-7/+4
* Fix quality flawsJulien Lancelot2014-04-301-3/+3
* SONAR-5237 - Moved Latching into Queue. Defaults to SYNCHStephane Gamard2014-04-305-23/+14
* SONAR-5237 - Rename ClusterAction to QueueActionStephane Gamard2014-04-304-15/+12
* SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorkerStephane Gamard2014-04-307-295/+105
* SONAR-5237 - Working Index & Dao stack (see RuleMiediumTest)Stephane Gamard2014-04-291-0/+1
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-2955-272/+300
* SONAR-5218 Add a migration to update issues action plan key linked on removed...Julien Lancelot2014-04-292-1/+2
* Move batch class to core (to keep compatibility of views plugin w/ 4.1 API)Jean-Baptiste Lievremont2014-04-291-0/+26
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-2919-93/+38
* SONAR-5237 - Fixed Load order in ServerComponentsStephane Gamard2014-04-291-2/+2
* SONAR-5237 - Added worker for queueStephane Gamard2014-04-295-221/+9
* SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of SqlS...Stephane Gamard2014-04-2814-251/+471
* SONAR-5237 implement RuleDao#keysOfRowsUpdatedAfter()Simon Brandhof2014-04-286-6/+78
* SONAR-5237 - Delegation from BaseIndex rather than BaseMapperStephane Gamard2014-04-289-87/+155
* SONAR-5237 - Delegation from BaseIndex rather than BaseMapperStephane Gamard2014-04-286-44/+102
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-281-1/+1
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-281-6/+3
|\