aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SONAR-1884 Fix filter on project permissions for user/group"Jean-Baptiste Lievremont2014-05-124-50/+4
| | | | This reverts commit 95cde188b5fe83d2beada2970ad0b0f1452945e9.
* 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 ↵Julien Lancelot2014-05-021-2/+8
| | | | refactoring to split actions of this WS into multiple classes
* 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 ↵Julien Lancelot2014-04-292-1/+2
| | | | removed action plan
* 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 ↵Stephane Gamard2014-04-2814-251/+471
| | | | SqlSession from MyBatis)
* 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
|\ | | | | | | | | | | | | # By Jean-Baptiste Lievremont # Via Jean-Baptiste Lievremont * 'master' of https://github.com/SonarSource/sonarqube: SONAR-4927 Merge new QG widget with old one, update layout
| * SONAR-4927 Merge new QG widget with old one, update layoutJean-Baptiste Lievremont2014-04-281-6/+3
| |
* | Adding NullQueue for sonar-batchStephane Gamard2014-04-281-0/+64
| |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-281-4/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Julien Lancelot (2) and Stas Vilchik (1) # Via Stas Vilchik * 'master' of https://github.com/SonarSource/sonarqube: Component Viewer: duplications Ignore some failing tests Fix licence headers Conflicts: sonar-core/src/main/java/org/sonar/core/cluster/LocalNonBlockingWorkQueue.java sonar-server/src/main/java/org/sonar/server/rule2/RuleConstants.java sonar-server/src/main/java/org/sonar/server/rule2/RuleDao.java sonar-server/src/main/java/org/sonar/server/rule2/RuleIndex.java sonar-server/src/test/java/org/sonar/server/rule2/RuleIndexTest.java
* | SONAR-5237 - moved DB part of stack to sonar-coreStephane Gamard2014-04-2811-25/+529
|/
* SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-251-0/+1
|
* SONAR-4927 Add Quality Gate widgetJean-Baptiste Lievremont2014-04-251-0/+10
|
* SONAR-4764 Restore default profiles from uiJulien Lancelot2014-04-251-0/+5
|
* Revert "SONAR-3437 Remove Measure from Hibernate model"Julien HENRY2014-04-242-8/+28
| | | | This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9.