aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/src
Commit message (Expand)AuthorAgeFilesLines
* Continue draft of rule improvementSimon Brandhof2014-04-308-31/+117
* Commented out synchronizer in BaseIndexJulien Lancelot2014-04-301-3/+1
* Check that the value of a pram is in possible values (if defined)Julien Lancelot2014-04-302-14/+44
* Component Viewer: adjust colorizerStas Vilchik2014-04-301-27/+6
* Component Viewer: show project nameStas Vilchik2014-04-304-57/+17
* SONAR-5111 Refactored some ws to add response examplesJulien Lancelot2014-04-3060-498/+940
* SONAR-5111 Complete "api/issue_filters" WS docJulien Lancelot2014-04-302-9/+39
* Minor changes on org.sonar.server.rule2Simon Brandhof2014-04-303-149/+0
* Fix RuleServiceSimon Brandhof2014-04-301-16/+0
* Continue draft of new WS /api/rulesSimon Brandhof2014-04-304-21/+71
* SONAR-5237 - Moved Latching into Queue. Defaults to SYNCHStephane Gamard2014-04-3023-8/+317
* SONAR-5237 - Rename ClusterAction to QueueActionStephane Gamard2014-04-306-33/+34
* SONAR-5237 - Moved Dao Back to server and Using ThreadPool for QueueWorkerStephane Gamard2014-04-3017-199/+1201
* Drop WebService#setResponseExampleFormat()Simon Brandhof2014-04-302-3/+2
* SONAR-5249 Try to fix migration of measure data on PgSQL and MsSqlJulien HENRY2014-04-301-4/+4
* Component Viewer: toggle issuesStas Vilchik2014-04-302-12/+16
* Component Viewer: feedback appliedStas Vilchik2014-04-304-2/+21
* Refactor widgetsStas Vilchik2014-04-307-422/+328
* Add some javadoc to ServerTesterSimon Brandhof2014-04-301-8/+28
* Continue draft of search frameworkSimon Brandhof2014-04-3014-148/+478
* Add response example to WebService extension pointSimon Brandhof2014-04-2910-77/+169
* SONAR-5254 add missing testSimon Brandhof2014-04-291-0/+89
* SONAR-5254 New WS /api/sources/scmSimon Brandhof2014-04-2917-196/+346
* quality flawStephane Gamard2014-04-291-2/+1
* SONAR-5237 - Updated MediumTest and started on RuleServiceStephane Gamard2014-04-295-74/+150
* SONAR-5249 Use a Java migration to merge measure data into project_measuresJulien HENRY2014-04-297-3/+201
* SONAR-4764 Create a DefaultProfilesCache component to store default profile n...Julien Lancelot2014-04-299-97/+204
* Add ServerTester#setProperty()Simon Brandhof2014-04-291-0/+7
* SONAR-5237 - Fixed sleeping test & added ActiveRule to RuleIndexStephane Gamard2014-04-292-28/+60
* fix quality flawStephane Gamard2014-04-291-1/+1
* SONAR-5237 - Working Index & Dao stack (see RuleMiediumTest)Stephane Gamard2014-04-299-172/+288
* 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-2934-149/+143
* SONAR-5249 Fix migration scriptJulien HENRY2014-04-291-1/+1
* SONAR-5218 Add a migration to update issues action plan key linked on removed...Julien Lancelot2014-04-297-1/+276
* Improve /api/sources/showSimon Brandhof2014-04-2913-92/+131
* SONAR-5237 - Fixed broken ES isolation (broken in previous commit)Stephane Gamard2014-04-296-200/+74
* SONAR-5249 Fix migrationJulien HENRY2014-04-291-2/+2
* SONAR-5111 Declare "api/authentication" WS with org.sonar.api.server.WebServiceJulien Lancelot2014-04-293-100/+105
* 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-2915-80/+424
* 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 SqlS...Stephane Gamard2014-04-2822-97/+174
* 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-283-2/+307
* SONAR-5111 Add support for default parameters in Java WS, protection against ...Jean-Baptiste Lievremont2014-04-283-6/+82