summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* fix quality flawsStas Vilchik2015-08-184-4/+4
* fix display on rule meta in the workspaceStas Vilchik2015-08-171-35/+35
* fix SONAR-6786 sonar.web.context causing issue filters to failStas Vilchik2015-08-171-1/+1
* SONAR-6765 apply feedbackStas Vilchik2015-08-173-21/+31
* SONAR-6766 show issue execution flowStas Vilchik2015-08-149-20/+54
* fix quality flaws in sonar-views-bridgeSébastien Lesaint2015-08-132-0/+29
* fix quality flaws (package-info & coverage) in sonar-serverSébastien Lesaint2015-08-134-0/+52
* fix duplication of implementation of PathAwareVisitor.PathElementSébastien Lesaint2015-08-133-39/+43
* DepthTraversalTypeAwareCrawler now extends TypeAwareVisitorAdapterSébastien Lesaint2015-08-132-19/+4
* SONAR-6765 update the style of issue location messageStas Vilchik2015-08-131-16/+4
* SONAR-6765 SONAR-6766 show multiple issue locations and execution flowsStas Vilchik2015-08-1314-31/+265
* Improvements on all permissions/* WSTeryk Bellahsene2015-08-1315-270/+604
* SONAR-6487 WS permissions/groups with project permissionsTeryk Bellahsene2015-08-139-152/+297
* Permission Change with meaningful namesTeryk Bellahsene2015-08-1315-66/+70
* SONAR-6489 WS permissions/remove_user remove project permissionsTeryk Bellahsene2015-08-139-45/+134
* SONAR-6488 WS permissions/add_user add project permissionsTeryk Bellahsene2015-08-133-21/+135
* SONAR-6491 WS permissions/remove_group remove project permissionsTeryk Bellahsene2015-08-132-39/+125
* SONAR-6490 Refactor PermissionsWsCommonsTeryk Bellahsene2015-08-133-42/+51
* fix display of the rules facet on the issues pageStas Vilchik2015-08-121-1/+1
* SONAR-6764 add web testsStas Vilchik2015-08-123-1/+208
* fix bad renamingStas Vilchik2015-08-126-11/+11
* fix display of rule issuesStas Vilchik2015-08-122-3/+2
* SONAR-6764 show precise issue locationsStas Vilchik2015-08-116-9/+224
* SONAR-6331 do not open overview if dashboard name is passedStas Vilchik2015-08-111-1/+1
* SONAR-6331 do not show overview for filesStas Vilchik2015-08-101-2/+2
* SONAR-6331 fix code styleStas Vilchik2015-08-1020-28/+28
* SONAR-6331 add testsStas Vilchik2015-08-103-23/+38
* SONAR-6331 add project overviewStas Vilchik2015-08-1050-45/+1437
* do not show numbers in the inheritance facet on the rules pageStas Vilchik2015-08-102-1/+12
* 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
* Create and use I18nRuleTeryk Bellahsene2015-08-104-96/+164
* SONAR-6478 WS permissions/search_global_permissions search for global permiss...Teryk Bellahsene2015-08-106-2/+370
* SONAR-6660 apply feedbackStas Vilchik2015-08-071-0/+9
* SONAR-6730 Compute plugin measures in CEJulien Lancelot2015-08-0720-12/+2298
* fix RegisterMetrics, duplicated disabled metricsSébastien Lesaint2015-08-064-1/+37
* SONAR-6749 add sonar-views-bridge module and start/stop Views from SQSébastien Lesaint2015-08-069-1/+335
* error during Platform#stop must be logged at ERROR level (not DEBUG)Sébastien Lesaint2015-08-061-3/+3
* SONAR-6482 WS permissions/groups list permission's groupsTeryk Bellahsene2015-08-0616-32/+385
* 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