Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "SONAR-1884 Fix filter on project permissions for user/group" | Jean-Baptiste Lievremont | 2014-05-12 | 4 | -50/+4 |
| | | | | This reverts commit 95cde188b5fe83d2beada2970ad0b0f1452945e9. | ||||
* | SONAR-5130 Improve UI | Julien Lancelot | 2014-05-12 | 1 | -2/+0 |
| | |||||
* | SONAR-1884 Fix filter on project permissions for user/group | Jean-Baptiste Lievremont | 2014-05-12 | 4 | -4/+50 |
| | |||||
* | Fixed some basic tests for RegisterRule with DAOv.2 | Stephane Gamard | 2014-05-10 | 1 | -2/+2 |
| | |||||
* | small update of ActiveRule*Dtos. | Stephane Gamard | 2014-05-10 | 2 | -6/+18 |
| | |||||
* | Fixed missing tags on Update | Stephane Gamard | 2014-05-10 | 1 | -1/+3 |
| | |||||
* | Rewrite of RegisterRule for Dao2 | Stephane Gamard | 2014-05-09 | 1 | -0/+7 |
| | |||||
* | Using Set for Rule's Tags | Stephane Gamard | 2014-05-09 | 1 | -3/+3 |
| | |||||
* | Added searchability/filter by Tag for RuleIndex & service | Stephane Gamard | 2014-05-09 | 1 | -9/+10 |
| | |||||
* | SONAR-5221 Remove the Language column from measure filters | Julien Lancelot | 2014-05-09 | 10 | -21/+17 |
| | |||||
* | Using DAO2 for RegisterRules | Stephane Gamard | 2014-05-08 | 2 | -5/+15 |
| | |||||
* | fixed RuleDaoTest for rule2 version on new DAO. | Stephane Gamard | 2014-05-08 | 2 | -0/+23 |
| | |||||
* | SONAR-5007 add columns RULES.TAGS and SYSTEM_TAGS | Simon Brandhof | 2014-05-07 | 35 | -85/+128 |
| | |||||
* | SONAR-5007 refactor DAO framework | Simon Brandhof | 2014-05-07 | 10 | -38/+61 |
| | |||||
* | SONAR-5130 Show distribution of LOC and TechDebt by language | Julien Lancelot | 2014-05-07 | 1 | -0/+2 |
| | |||||
* | SONAR-4764 Rename "Restore Default Profiles" by "Recreate Built-in Profiles" | Julien Lancelot | 2014-05-06 | 1 | -4/+3 |
| | |||||
* | SONAR-5273 Increase maximal size of user login to 255 characters | Simon Brandhof | 2014-05-05 | 3 | -12/+13 |
| | |||||
* | Using BaseDao and NestedIndex for ActiveRules in ActiveRuleIndex | Stephane Gamard | 2014-05-05 | 2 | -27/+1 |
| | |||||
* | Updated activeRuleKey and QualityProfileKey in core package | Stephane Gamard | 2014-05-05 | 3 | -32/+35 |
| | |||||
* | Adding license headers | Stephane Gamard | 2014-05-05 | 2 | -0/+38 |
| | |||||
* | Moving AcgiveRuleDao to BaseDao Impl | Stephane Gamard | 2014-05-05 | 3 | -4/+190 |
| | |||||
* | SONAR-5111 Complete "api/qualitygates" WS documentation and do some ↵ | Julien Lancelot | 2014-05-02 | 1 | -2/+8 |
| | | | | refactoring to split actions of this WS into multiple classes | ||||
* | Drop UnsuportedException and improve rule search | Simon Brandhof | 2014-05-01 | 1 | -28/+0 |
| | |||||
* | fix quality flaws | Stephane Gamard | 2014-05-01 | 1 | -1/+2 |
| | |||||
* | Do not accumulate already-processed actions in DbSession | Simon Brandhof | 2014-05-01 | 1 | -7/+4 |
| | |||||
* | Fix quality flaws | Julien Lancelot | 2014-04-30 | 1 | -3/+3 |
| | |||||
* | SONAR-5237 - Moved Latching into Queue. Defaults to SYNCH | Stephane Gamard | 2014-04-30 | 5 | -23/+14 |
| | |||||
* | SONAR-5237 - Rename ClusterAction to QueueAction | Stephane Gamard | 2014-04-30 | 4 | -15/+12 |
| | |||||
* | SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorker | Stephane Gamard | 2014-04-30 | 7 | -295/+105 |
| | |||||
* | SONAR-5237 - Working Index & Dao stack (see RuleMiediumTest) | Stephane Gamard | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | Remove coupling with mybatis SqlSession by using internal DbSession. | Simon Brandhof | 2014-04-29 | 55 | -272/+300 |
| | |||||
* | SONAR-5218 Add a migration to update issues action plan key linked on ↵ | Julien Lancelot | 2014-04-29 | 2 | -1/+2 |
| | | | | removed action plan | ||||
* | Move batch class to core (to keep compatibility of views plugin w/ 4.1 API) | Jean-Baptiste Lievremont | 2014-04-29 | 1 | -0/+26 |
| | |||||
* | SONAR-5249 Merge measure_data and project_measure tables | Julien HENRY | 2014-04-29 | 19 | -93/+38 |
| | |||||
* | SONAR-5237 - Fixed Load order in ServerComponents | Stephane Gamard | 2014-04-29 | 1 | -2/+2 |
| | |||||
* | SONAR-5237 - Added worker for queue | Stephane Gamard | 2014-04-29 | 5 | -221/+9 |
| | |||||
* | SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of ↵ | Stephane Gamard | 2014-04-28 | 14 | -251/+471 |
| | | | | SqlSession from MyBatis) | ||||
* | SONAR-5237 implement RuleDao#keysOfRowsUpdatedAfter() | Simon Brandhof | 2014-04-28 | 6 | -6/+78 |
| | |||||
* | SONAR-5237 - Delegation from BaseIndex rather than BaseMapper | Stephane Gamard | 2014-04-28 | 9 | -87/+155 |
| | |||||
* | SONAR-5237 - Delegation from BaseIndex rather than BaseMapper | Stephane Gamard | 2014-04-28 | 6 | -44/+102 |
| | |||||
* | SONAR-5237 - fixed with IT tests for batch and server | Stephane Gamard | 2014-04-28 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of https://github.com/SonarSource/sonarqube | Stephane Gamard | 2014-04-28 | 1 | -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 layout | Jean-Baptiste Lievremont | 2014-04-28 | 1 | -6/+3 |
| | | |||||
* | | Adding NullQueue for sonar-batch | Stephane Gamard | 2014-04-28 | 1 | -0/+64 |
| | | |||||
* | | Merge branch 'master' of https://github.com/SonarSource/sonarqube | Stephane Gamard | 2014-04-28 | 1 | -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-core | Stephane Gamard | 2014-04-28 | 11 | -25/+529 |
|/ | |||||
* | SONAR-4764 Add Java WS Client to restore default profiles | Julien Lancelot | 2014-04-25 | 1 | -0/+1 |
| | |||||
* | SONAR-4927 Add Quality Gate widget | Jean-Baptiste Lievremont | 2014-04-25 | 1 | -0/+10 |
| | |||||
* | SONAR-4764 Restore default profiles from ui | Julien Lancelot | 2014-04-25 | 1 | -0/+5 |
| | |||||
* | Revert "SONAR-3437 Remove Measure from Hibernate model" | Julien HENRY | 2014-04-24 | 2 | -8/+28 |
| | | | | This reverts commit cafd76d5317716817c0f15a402d820a6e80d19a9. |