summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused json objectsDuarte Meneses2015-10-093-213/+0
|
* Remove the commented property #sonar.jdbc.url=jdbc:h2:tcp://localhost:9092/sonarSimon Brandhof2015-10-091-4/+0
|
* Improve the description of property sonar.log.level in sonar.propertiesSimon Brandhof2015-10-091-1/+1
|
* SONAR-6830 apply feedbackStas Vilchik2015-10-093-52/+58
|
* SONAR-6914 Change default sizes of HTTP and DB poolsSimon Brandhof2015-10-094-6/+8
|
* add protected setParent method to ComponentContainerSébastien Lesaint2015-10-091-0/+4
|
* SONAR-6913 Stop support of issue attributes on batch sideJulien HENRY2015-10-075-30/+4
|
* Remove issue attributes from batchSimon Brandhof2015-10-079-294/+124
|
* SONAR-6830 make it possible to change server log level from UIStas Vilchik2015-10-074-0/+56
|
* Create a shortcut to add secondary issue locationsJulien HENRY2015-10-076-1/+35
|
* SONAR-6837 Allow to configure WS read timeout from batchJulien HENRY2015-10-0714-214/+249
|
* SONAR-6904 add log level to system infoSimon Brandhof2015-10-0612-33/+103
|
* 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-6621 Drop support for property sonar.qualitygate to override Quality GateJulien HENRY2015-10-067-65/+54
|
* 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-0613-42/+213
|
* 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-064-24/+34
|
* SONAR-6556 fix project deletionStas Vilchik2015-10-061-0/+39
|
* Fix quality flawsTeryk Bellahsene2015-10-066-14/+82
|
* Improve coverage of ComponentQueryTeryk Bellahsene2015-10-061-0/+40
|
* 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-064-4/+26
| | | | 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
|
* SONAR-6476 WS usergroups/add_user handles group nameTeryk Bellahsene2015-10-062-64/+75
|
* SONAR-6474 WS usergroups/delete handles group nameTeryk Bellahsene2015-10-0629-133/+254
|
* SONAR-6477 WS usergroups/remove_user handles group nameTeryk Bellahsene2015-10-068-77/+181
|
* SONAR-6893 Log URL of CE task detailsJulien HENRY2015-10-052-8/+52
|
* SONAR-6863 improve mssql section of sonar.propertiesKoushik Dasgupta2015-10-051-6/+10
|
* SONAR-6867: Add a new APIs UserDetails.getUserId()/setUserId(String userId)Sulabh Upadhyay2015-10-053-5/+105
| | | | | | | | | | | | | | | | | to allow plugins to pass userId information to SonarQube setUserId(String userId) and getUserId () are added to UserDetails. Testing 1. Unit test for UserDetails 2. Verification of following scenarios : a. Plugin (e.g. LDAP) is dependent on older sonarqube plugins apis ( < 5.2) and the plugin is being used in SonarQube 5.2 server b. Plugin is dependent on SonarQube 5.2 plugin apis and userId is not being populated in UserDetails along with userName and Email . c. Plugin is dependent on SonarQube 5.2 plugin apis and userId is also being populated by the plugin in UserDetails along with userName and Email.
* SONAR-6834 add property showBackgroundTasks to api/navigation/componentSimon Brandhof2015-10-052-12/+18
|
* SONAR-6847 Fix NPE when creating issues on root directoryJulien HENRY2015-10-055-5/+74
|
* Issue attributes are supportedJulien HENRY2015-10-051-1/+2
|
* Rename ReportAnalysisMetadataHolder to AnalysisMetadataHolderImplJulien Lancelot2015-10-054-13/+13
|
* SONAR-6397 Update source when revision is missingJulien Lancelot2015-10-052-16/+79
|
* SONAR-6397 Do not read SCM info from db on first analysisJulien Lancelot2015-10-0515-21/+250
|
* fix the extra escape of global messagesStas Vilchik2015-10-051-3/+3
|