aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-5909 Fix SQL query on OracleJulien Lancelot2015-01-081-1/+1
* SONAR-5830 Fix issue when twice scm account was added and when no scm account...Julien Lancelot2015-01-083-15/+64
* SONAR-5909 Copy login from authors to usersJulien Lancelot2015-01-087-22/+363
* change ws path from /api/analysis_reports/* to /api/computation/*Teryk Bellahsene2015-01-088-211/+74
* fix resource leakTeryk Bellahsene2015-01-081-5/+4
* SONAR-5893 Add internal web service to list n most violated tags on a componentJean-Baptiste Lievremont2015-01-0713-41/+436
* Move batch/upload_report to api/analysis_reports/submit_reportSimon Brandhof2015-01-078-116/+48
* Refactoring of package org.sonar.server.computation.wsSimon Brandhof2015-01-0713-70/+104
* improve code coverageTeryk Bellahsene2015-01-072-0/+145
* Fix quality flawJulien Lancelot2015-01-072-2/+1
* Do not allow to declare WS parameters with both required flag and default valueSimon Brandhof2015-01-0611-35/+22
* Fix quality flawsSimon Brandhof2015-01-061-1/+0
* Fix quality flawsJulien Lancelot2015-01-061-42/+37
* SONAR-5830 Fix issue when updating a user without changing its SCM accountsJulien Lancelot2015-01-062-4/+21
* SONAR-5959 Protect against null boolean valueJean-Baptiste Lievremont2015-01-061-1/+1
* SONAR-5959 Fix an issue with case sensitive search on UUID pathJean-Baptiste Lievremont2015-01-063-9/+35
* SONAR-5830 Check scm account is not already usedJulien Lancelot2015-01-067-9/+198
* SONAR-5830 Change the way to persist scm accounts in db in order to improve t...Julien Lancelot2015-01-069-19/+68
* SONAR-5911 add analysis date to issues change logTeryk Bellahsene2015-01-062-1/+18
* SONAR-5911 issues persisted on server side and fix issue mappingTeryk Bellahsene2015-01-061-3/+9
* Automatic merge from branch-5.0Jenkins CI2015-01-068-8/+8
|\
| * SONAR-6022 Update dead links pointing to documentationFabrice Bellingard2015-01-068-8/+8
* | SONAR-6016 End of support of Ruby source viewer extensionsSimon Brandhof2015-01-061-12/+0
* | Fix quality flawsSimon Brandhof2015-01-067-15/+20
* | SONAR-5941 add component keySimon Brandhof2015-01-0622-348/+6
* | SONAR-5941 add tests measure and fix number of issuesSimon Brandhof2015-01-061-3/+6
* | SONAR-5941 Update /api/components/appSimon Brandhof2015-01-069-774/+69
* | SONAR-5939 delete report at the end of the analysisTeryk Bellahsene2015-01-065-22/+97
* | SONAR-5910 remove temporary logTeryk Bellahsene2015-01-062-3/+0
* | Fix quality flawsJean-Baptiste Lievremont2015-01-051-25/+35
* | SONAR-5959 Change behavior of component-related issue search queriesJean-Baptiste Lievremont2015-01-057-32/+72
* | SONAR-5954 Fix descriptions of component(Key|Uuid)s and moduleUuidsJean-Baptiste Lievremont2015-01-051-3/+3
* | SONAR-5959 Add onComponentOnly parameter to IssueQueryJean-Baptiste Lievremont2015-01-053-1/+21
* | fix quality flawsTeryk Bellahsene2015-01-051-2/+3
* | Merge remote-tracking branch 'origin/branch-5.0'Julien Lancelot2015-01-0511-39/+43
|\|
| * SONAR-5753 moduleUuidPath of foot projects should be empty instead of NULLJulien Lancelot2015-01-0511-39/+43
* | fix - close connection in unit testTeryk Bellahsene2015-01-051-0/+7
* | SONAR-5910 SONAR-5911 decompress report and deactivate issues persistence on ...Teryk Bellahsene2015-01-055-15/+6
* | Revert "Revert "SONAR-5911 persist issues on server side""Teryk Bellahsene2015-01-0524-19/+1058
* | Automatic merge from branch-5.0Jenkins CI2014-12-319-87/+60
|\|
| * Improve ComponentTesting and SnapshotTestingJulien Lancelot2014-12-319-87/+60
* | SSF-10 Prevent ClickjackingSimon Brandhof2014-12-312-0/+102
* | Improve stability of randomly allocated ports (when sonar.web.port or sonar.s...Simon Brandhof2014-12-301-0/+1
* | Automatic merge from branch-5.0Jenkins CI2014-12-303-24/+23
|\|
| * SONAR-5849 Improve the way to get modules tree by using components.moduleUuidJulien Lancelot2014-12-303-24/+23
* | Automatic merge from branch-5.0Jenkins CI2014-12-3035-949/+1271
|\|
| * SONAR-5849 Performance issue of Project Referentials WS for project with many...Julien Lancelot2014-12-308-20/+224
| * SONAR-5849 Extract logic from ProjectReferentialsAction to ProjectReferential...Julien Lancelot2014-12-2930-940/+1058
* | Revert "SONAR-5911 persist issues on server side"Julien Lancelot2014-12-2924-1058/+19
* | SONAR-5911 persist issues on server sideTeryk Bellahsene2014-12-2424-19/+1058