summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Deploy module sonar-server to maven centralSimon Brandhof2015-10-142-19/+0
|
* fix alignment in the file detailsStas Vilchik2015-10-141-0/+2
|
* fix applying of issue filter when user is not authenticatedStas Vilchik2015-10-141-10/+8
|
* Revert "SONAR-6309 Delete RoR WS profiles/list"Teryk Bellahsene2015-10-143-0/+261
| | | | This reverts commit 7992a218b2dd4df3734d38ea1a2a71514d1e2949.
* Fix reliability of NetworkUtils#freePort()Simon Brandhof2015-10-132-29/+86
|
* SONAR-6219 Fix ruby warning "don't put space before argument parentheses"Simon Brandhof2015-10-131-1/+1
|
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-138-8/+8
|
* [maven-release-plugin] prepare release 5.2-RC25.2-RC2Thomas Vérin2015-10-138-8/+8
|
* Update the sonar-web pom with correct config for javadoc and sourcesThomas Vérin2015-10-131-0/+4
|
* Updated poms to generate empty javadoc and sources jars to comply with maven ↵Thomas Vérin2015-10-132-0/+56
| | | | central
* [maven-release-plugin] prepare for next development iterationThomas Vérin2015-10-128-8/+8
|
* [maven-release-plugin] prepare release 5.2-RC15.2-RC1Thomas Vérin2015-10-128-12/+10
|
* Fix rules index nameJulien Lancelot2015-10-121-1/+1
|
* SONAR-6915 Change type of character columns of ISSUES table on MsSQLJulien Lancelot2015-10-121-0/+41
| | | | | | | Type of following columns are updtated to NVARCHAR on MsSQL : ISSUES.TAGS ISSUES.COMPONENT_UUID ISSUES.PROJECT_UUID
* Fix Xms java option of sonar.web.javaOptsSimon Brandhof2015-10-121-1/+1
| | | | | - missing "-Djava.net.preferIPv4Stack=true" in comment of sonar.properties - missing default value "-Xms256m"
* SONAR-6884 revert systematic usage of latin1 CS collation when creating ↵Simon Brandhof2015-10-121-7/+1
| | | | NVARCHAR columns on MSSQL
* Change default number of ES shardsSimon Brandhof2015-10-0914-134/+91
| | | | | - Use 5 shards by default on each index - Do not change the default number of ES shards on cluster mode
* SONAR-6717 Issue attributes are keptJulien Lancelot2015-10-092-4/+190
|
* SONAR-6717 Restore issues actions APIJulien Lancelot2015-10-0919-426/+582
|
* SONAR-6742 fix issue refreshing after the custom actionStas Vilchik2015-10-091-1/+4
|
* revert SONAR-6742 Stop displaying plugin actions for issuesStas Vilchik2015-10-096-8/+83
|
* Replace groupIds org.codehaus by org.sonarsourceSimon Brandhof2015-10-0916-66/+65
|
* SONAR-6830 apply feedbackStas Vilchik2015-10-092-52/+49
|
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-093-5/+4
|
* Remove issue attributes from batchSimon Brandhof2015-10-071-3/+0
|
* SONAR-6830 make it possible to change server log level from UIStas Vilchik2015-10-074-0/+56
|
* SONAR-6904 add log level to system infoSimon Brandhof2015-10-069-31/+91
|
* SONAR-6904 add link to logs in system info pageSimon Brandhof2015-10-061-0/+1
|
* Improve WS description of api/user_groups/deleteTeryk Bellahsene2015-10-061-1/+1
|
* fix ie9 issuesStas Vilchik2015-10-064-6/+11
|
* SONAR-6860 initiate drilldown on "new_technical_debt" instead of ↵Stas Vilchik2015-10-061-1/+1
| | | | "new_sqale_debt_ratio"
* SONAR-6830 ability to change level of SQL logs on the flySimon Brandhof2015-10-064-10/+30
|
* SONAR-6830 add WS api/system/logs and api/system/change_log_levelSimon Brandhof2015-10-0616-32/+488
|
* Fix some quality flawsSimon Brandhof2015-10-063-4/+3
|
* use showBackgroundTasks to render component navigationStas Vilchik2015-10-061-1/+4
|
* SONAR-6834 Fix location of showBackgroundTasks in response of ↵Simon Brandhof2015-10-061-2/+2
| | | | api/navigation/component
* SONAR-6805 fix project permissions pageStas Vilchik2015-10-066-118/+28
|
* Fix quality flawsJulien Lancelot2015-10-063-22/+32
|
* SONAR-6556 fix project deletionStas Vilchik2015-10-061-0/+39
|
* Fix quality flawsTeryk Bellahsene2015-10-066-14/+82
|
* SONAR-6854 use api/user_groupsStas Vilchik2015-10-065-26/+26
|
* SONAR-6903 Rename WS api/usergroups/* to api/user_groups/*Teryk Bellahsene2015-10-0612-149/+108
|
* SONAR-6854 WS permissions/template_group do not return anyone if admin ↵Teryk Bellahsene2015-10-061-2/+17
| | | | permission
* SONAR-6827 now VariationSumFurmula supports always generating measureSébastien Lesaint2015-10-061-4/+28
|
* SONAR-6827 now SumFurmula supports always generating a measureSébastien Lesaint2015-10-065-64/+217
| | | | and the value to insert can be specified (not necessarily zero)
* SONAR-6827 now formula init. on other than FILE and PROJECT_VIEWSébastien Lesaint2015-10-065-144/+167
| | | | they now will be initialized on Component which have no child, usually FILE and PROJECT_VIEW, but also empty VIEW or SUB_VIEW
* Improve WsUtils checkFound methodsTeryk Bellahsene2015-10-065-20/+19
|
* SONAR-6784 Remove RoR WS from Permissions declarationTeryk Bellahsene2015-10-062-80/+1
|
* Rename WsPermissionParameters to PermissionsWsParametersTeryk Bellahsene2015-10-0644-158/+158
|
* SONAR-6475 WS usergroups/users handle user groupTeryk Bellahsene2015-10-063-66/+72
|