summaryrefslogtreecommitdiffstats
path: root/sonar-server/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Component Viewer: feedback appliedStas Vilchik2014-04-304-2/+21
|
* Refactor widgetsStas Vilchik2014-04-307-422/+328
|
* Continue draft of search frameworkSimon Brandhof2014-04-3012-146/+477
|
* Add response example to WebService extension pointSimon Brandhof2014-04-294-21/+73
|
* SONAR-5254 New WS /api/sources/scmSimon Brandhof2014-04-297-65/+212
|
* quality flawStephane Gamard2014-04-291-2/+1
|
* SONAR-5237 - Updated MediumTest and started on RuleServiceStephane Gamard2014-04-294-66/+117
|
* SONAR-5249 Use a Java migration to merge measure data into project_measuresJulien HENRY2014-04-293-3/+90
|
* SONAR-4764 Create a DefaultProfilesCache component to store default profile ↵Julien Lancelot2014-04-295-23/+85
| | | | names in order to speed up display of popup displayed when clicking on 'Restore Default Profile' button
* SONAR-5237 - Fixed sleeping test & added ActiveRule to RuleIndexStephane Gamard2014-04-291-2/+17
|
* fix quality flawStephane Gamard2014-04-291-1/+1
|
* SONAR-5237 - Working Index & Dao stack (see RuleMiediumTest)Stephane Gamard2014-04-297-120/+157
|
* SONAR-5249 Fix issue with loading of measure dataJulien HENRY2014-04-291-1/+1
|
* Component Viewer: blocksStas Vilchik2014-04-2920-657/+271
|
* Remove coupling with mybatis SqlSession by using internal DbSession.Simon Brandhof2014-04-2919-82/+80
|
* SONAR-5249 Fix migration scriptJulien HENRY2014-04-291-1/+1
|
* SONAR-5218 Add a migration to update issues action plan key linked on ↵Julien Lancelot2014-04-293-1/+132
| | | | removed action plan
* Improve /api/sources/showSimon Brandhof2014-04-294-47/+76
|
* SONAR-5237 - Fixed broken ES isolation (broken in previous commit)Stephane Gamard2014-04-294-26/+35
|
* SONAR-5249 Fix migrationJulien HENRY2014-04-291-2/+2
|
* SONAR-5111 Declare "api/authentication" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-292-100/+56
|
* SONAR-5249 Merge measure_data and project_measure tablesJulien HENRY2014-04-294-9/+33
|
* SONAR-5237 - Fixed Load order in ServerComponentsStephane Gamard2014-04-294-30/+35
|
* SONAR-5237 - Added worker for queueStephane Gamard2014-04-298-69/+312
|
* SONAR-5111 Fix parameter declaration (now mandatory for WS parameters)Jean-Baptiste Lievremont2014-04-291-8/+9
|
* Component Viewer: duplicationsStas Vilchik2014-04-2910-21/+221
|
* Fix bad widget wrappingStas Vilchik2014-04-291-2/+2
|
* SONAR-5237 - Integration of WorkQueue within SonarSession (Suepr Impl of ↵Stephane Gamard2014-04-287-53/+54
| | | | SqlSession from MyBatis)
* SONAR-5237 implement RuleDao#keysOfRowsUpdatedAfter()Simon Brandhof2014-04-283-5/+9
|
* SONAR-5111 Declare "api/action_plans" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-282-2/+118
|
* SONAR-5111 Add support for default parameters in Java WS, protection against ↵Jean-Baptiste Lievremont2014-04-282-1/+58
| | | | undeclared params
* SONAR-5111 Create a handler to create java stub ws controllers for rails wsJulien Lancelot2014-04-281-2/+4
|
* SONAR-5237 - fixed with IT tests for batch and serverStephane Gamard2014-04-281-0/+3
|
* Adding NullQueue for sonar-batchStephane Gamard2014-04-281-2/+1
|
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-282-5/+7
|\ | | | | | | | | | | | | # By Julien Lancelot # Via Julien Lancelot * 'master' of https://github.com/SonarSource/sonarqube: Fix quality flaws
| * Fix quality flawsJulien Lancelot2014-04-282-5/+7
| |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-282-3/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Component Viewer: duplicationsStas Vilchik2014-04-2810-21/+221
| |
| * Fix licence headersJulien Lancelot2014-04-286-9/+120
| |
* | SONAR-5237 - moved DB part of stack to sonar-coreStephane Gamard2014-04-2814-681/+71
|/
* Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-281-6/+5
|\ | | | | | | | | | | | | # By Julien Lancelot # Via Julien Lancelot * 'master' of https://github.com/SonarSource/sonarqube: Manage l10n message on ServerException
| * Manage l10n message on ServerExceptionJulien Lancelot2014-04-281-6/+5
| |
* | Merge branch 'master' of https://github.com/SonarSource/sonarqubeStephane Gamard2014-04-2815-81/+330
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Julien Lancelot (6) and others # Via Julien Lancelot * 'master' of https://github.com/SonarSource/sonarqube: SONAR-4764 When removing profile at startup, do not check if the profile is deletable or not SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do not see new rules Complete WebService with new param metadata SONAR-4764 Remove icon near "Restore Default Profile" button SONAR-4764 Add a medium test SONAR-4764 Add Java WS Client to restore default profiles Rename addExtensions by addComponents SONAR-4927 Add Quality Gate widget SONAR-4927 Fix Build Breaker (remove alertLevel from new metric) Conflicts: sonar-server/src/main/java/org/sonar/server/rule2/RuleService.java
| * SONAR-4764 When removing profile at startup, do not check if the profile is ↵Julien Lancelot2014-04-282-14/+18
| | | | | | | | deletable or not
| * SONAR-4764 Fix issue on MySQL where profiles are empty because hibernate do ↵Julien Lancelot2014-04-281-18/+27
| | | | | | | | not see new rules
| * Complete WebService with new param metadataSimon Brandhof2014-04-255-0/+227
| |
| * SONAR-4764 Remove icon near "Restore Default Profile" buttonJulien Lancelot2014-04-251-1/+0
| |
| * SONAR-4764 Add Java WS Client to restore default profilesJulien Lancelot2014-04-255-19/+33
| |
| * Rename addExtensions by addComponentsJulien Lancelot2014-04-252-8/+8
| |
| * SONAR-4927 Add Quality Gate widgetJean-Baptiste Lievremont2014-04-252-21/+22
| |