aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* make new code indicator more visibleStas Vilchik2015-08-101-1/+1
* keep coverage/duplications popup visible when open file in the workspaceStas Vilchik2015-08-102-0/+2
* remove extra space after the source viewer in the workspaceStas Vilchik2015-08-101-0/+4
* SONAR-6490 WS permissions/add_group add project permissions to a groupTeryk Bellahsene2015-08-109-64/+212
* SONAR-6582 return transitions actions and comments when returning one issue i...Teryk Bellahsene2015-08-101-1/+5
* Rename Visitor to ComponentVisitorJulien Lancelot2015-08-1045-103/+103
* SONAR-6730 Replace step executing MeasureComputers by a visitorJulien Lancelot2015-08-105-69/+42
* Create step to execute visitors and replace SqaleMeasureStep to SqaleMeasureV...Julien Lancelot2015-08-1015-215/+1809
* Create TypeAwareVisitor and PathAwareVisitorJulien Lancelot2015-08-1038-286/+791
* Rename Visitor to CrawlerJulien Lancelot2015-08-1041-170/+170
* Truncate tables before each test in AnalysisReportDaoTestTeryk Bellahsene2015-08-101-0/+1
* Create and use I18nRuleTeryk Bellahsene2015-08-104-96/+164
* SONAR-6478 WS permissions/search_global_permissions search for global permiss...Teryk Bellahsene2015-08-1011-25/+2056
* ignore license files in scripts/patchesSébastien Lesaint2015-08-071-0/+1
* SONAR-6660 apply feedbackStas Vilchik2015-08-071-0/+9
* validate analysis modeDuarte Meneses2015-08-073-8/+33
* SONAR-6730 Compute plugin measures in CEJulien Lancelot2015-08-0720-12/+2298
* SONAR-6730 Add Test classes for MeasureComputer APIJulien Lancelot2015-08-077-0/+681
* SONAR-6730 Measure Computer API definitionJulien Lancelot2015-08-076-0/+369
* fix RegisterMetrics, duplicated disabled metricsSébastien Lesaint2015-08-068-1/+57
* SONAR-6778 Document that global differential periods (1, 2 and 3) support a h...Fabrice Bellingard2015-08-061-2/+3
* SONAR-6749 add serverExtension support to Plugin class loadersSébastien Lesaint2015-08-065-7/+101
* SONAR-6749 add ComponentDao.getProjects for ViewsSébastien Lesaint2015-08-067-5/+127
* SONAR-6749 add sonar-views-bridge module and start/stop Views from SQSébastien Lesaint2015-08-0610-1/+340
* error during Platform#stop must be logged at ERROR level (not DEBUG)Sébastien Lesaint2015-08-061-3/+3
* [SCRIPTS] unziping silently in start.shSébastien Lesaint2015-08-061-1/+2
* [SCRIPTS] make patches more visible in logsSébastien Lesaint2015-08-061-0/+4
* [SCRIPTS] add support to set non existing property in property_utilsSébastien Lesaint2015-08-061-11/+23
* [SCRIPTS] add support for patches to start.shSébastien Lesaint2015-08-066-36/+181
* SONAR-6717 Mark org.sonar.api.issue.action.Action as deprecatedSimon Brandhof2015-08-062-11/+6
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-0630-179/+2355
* Use PermissionUpdate instead of PermissionServer to remove a permissionTeryk Bellahsene2015-08-066-34/+44
* SONAR-6484 WS permissions/remove_group remove by group id or nameTeryk Bellahsene2015-08-064-42/+120
* SONAR-6483 WS permissions/add_group add by group id or group name & rely on P...Teryk Bellahsene2015-08-0612-41/+342
* SONAR-6479 WS permissions/users search users with a specific permissionTeryk Bellahsene2015-08-0624-126/+2258
* WS api/issues/create must return 400 if component does not existSimon Brandhof2015-08-052-13/+11
* WS api/issues/plan and assign must return 400 if bad paramsSimon Brandhof2015-08-052-4/+6
* Do not set some empty string fields in api/issues responseSimon Brandhof2015-08-051-6/+13
* Do not allow componentId nor msg on primary locationSimon Brandhof2015-08-059-440/+449
* Remove ability to set effortToFix on manual issuesSimon Brandhof2015-08-054-21/+17
* Gix compatibility of IssueMapper with postgresSimon Brandhof2015-08-051-4/+4
* Store issues locations in DB and return in WSSimon Brandhof2015-08-0514-1479/+4674
* Rewrite some Ruby WS api/issues/{operation} in JavaSimon Brandhof2015-08-0527-1710/+843
* Improve compatibility of api/issues/search2Simon Brandhof2015-08-0512-1903/+1819
* Improve response of POST api/issues/assignSimon Brandhof2015-08-0534-2100/+3473
* Fix ActionPlanStats on PostgresSimon Brandhof2015-08-051-1/+1
* Rename protobuf files of sonar-dbSimon Brandhof2015-08-0538-434/+4117
* Minor refactoring of DdlChangeSimon Brandhof2015-08-052-5/+5
* Add column LOCATIONS to db table ISSUESSimon Brandhof2015-08-0548-46/+279
* WS api/issues/assign in Java+ProtobufSimon Brandhof2015-08-058-46/+261