Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | SONAR-3437 Remove Measure from Hibernate model | Julien HENRY | 2014-04-24 | 2 | -28/+8 |
| | |||||
* | SONAR-4764 Restore default profiles for a language (Server side, no ui) | Julien Lancelot | 2014-04-24 | 1 | -4/+11 |
| | |||||
* | SONAR-5148 Allow selection of periods 4 and 5 for quality gate conditions | Jean-Baptiste Lievremont | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | SONAR-5157 Add a link to the Quality Gate in the Description widget | Jean-Baptiste Lievremont | 2014-04-23 | 1 | -0/+1 |
| | |||||
* | ONAR-5132 Issues search WS should allow to search by language | Julien Lancelot | 2014-04-22 | 4 | -5/+127 |
| | |||||
* | SONAR-5218 Once a module has been turned into a project, its issues are no ↵ | Julien Lancelot | 2014-04-18 | 13 | -12/+228 |
| | | | | more visible in the UI | ||||
* | Merge branch medium-tests | Julien Lancelot | 2014-04-18 | 25 | -263/+3184 |
|\ | |||||
| * | SONAR-4969 Do not mix batch and server classpaths | Simon Brandhof | 2014-04-17 | 5 | -0/+497 |
| | | |||||
| * | When there's no language plugin, load core bundle | Julien Lancelot | 2014-04-17 | 2 | -11/+28 |
| | | |||||
| * | When saving new metrics (during metrics registration), clone the metric ↵ | Julien Lancelot | 2014-04-17 | 1 | -1/+1 |
| | | | | | | | | instead of using the one declared in CoreMetrics | ||||
| * | SONAR-5225 Move English bundles to core module | Julien Lancelot | 2014-04-17 | 17 | -95/+2659 |
| | | |||||
| * | Replacement injection of ServletContext by Properties in Platform | Julien Lancelot | 2014-04-16 | 2 | -157/+0 |
| | | |||||
* | | Upgrade to 4.4-SNAPSHOT | Eric Hartmann | 2014-04-18 | 1 | -1/+1 |
|/ | |||||
* | SONAR-5219 Hibernate must not validate db schema | Simon Brandhof | 2014-04-15 | 2 | -2/+1 |
| | |||||
* | Fix some quality flaws | Julien HENRY | 2014-04-14 | 1 | -0/+20 |
| |