aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-server
Commit message (Expand)AuthorAgeFilesLines
* SONAR-8520 init H2 with Java code as with all other DBsSébastien Lesaint2019-08-093-247/+6
* SONAR-8520 fix missing not null in schema-h2.ddl for table PROPERTIESSébastien Lesaint2019-08-091-1/+2
* SONAR-8520 move H2 scripts to sonar-db-daoSébastien Lesaint2019-08-091-1/+1
* SONAR-12351 list plugins with documentation (#1963)Jacek2019-08-076-4/+15
* SONAR-12370 Prevent potential vulnerability with web API api/l10n/indexSimon Brandhof2019-08-022-2/+2
* SONAR-9882 column should be named ANALYSIS_PROPERTIES.ANALYSIS_UUIDSébastien Lesaint2019-07-312-2/+2
* Revert "SONAR-12358 fix SSF 85"Pierre Guillot2019-07-311-2/+2
* SONAR-12358 fix SSF 85Pierre Guillot2019-07-311-2/+2
* SONAR-8115 storing project quality gate in table (#1919)Jacek2019-07-316-34/+7
* SONAR-11722 webhook posttask adds log statisticsSébastien Lesaint2019-07-301-2/+1
* SONAR-10028 move CeQueueCleaner to Web to support clusteringSébastien Lesaint2019-07-305-1/+382
* SONAR-8776 remove deprecated params, fields from api/components (#1894)Jacek2019-07-2218-326/+197
* SONAR-12259 - remove deprecated request params, response fields from api/proj...Jacek2019-07-2228-1678/+90
* SONAR-8115 Storing default qgate in table (blue green deploy safety) (#1925)Jacek2019-07-197-29/+96
* Clean depsDuarte Meneses2019-07-171-7/+3
* SONAR-12283 Don't stream response of qualityprofile/export WSDuarte Meneses2019-07-121-3/+7
* MMF-769 User can close their account (#1861)Benoit2019-07-1233-374/+435
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-1276-89/+83
* Extract implementation from plugin API and create new module sonar-plugin-api...Duarte Meneses2019-07-12131-1312/+194
* Extract implementation from plugin API - Server rule definitionDuarte Meneses2019-07-1210-6/+1172
* SONAR-12275 Add 'component' param to ce/activity endpoint (#1904)Jacek2019-07-102-5/+87
* SONAR-12246 remove MySQL dialectSimon Brandhof2019-07-104-33/+12
* SONAR-12246 Remove MySQL check for DCESimon Brandhof2019-07-104-151/+0
* SC-799 improve migration WSSimon Brandhof2019-07-102-6/+31
* SC-799 Add temporary live migration to delete empty personal orgsJanos Gyerik2019-07-054-1/+195
* SC-799 Extract organization deletion to OrganizationDeleterJanos Gyerik2019-07-056-107/+585
* SC-764 Return alm organization type in /api/organizations/searchBenoît Gianinetti2019-07-052-6/+19
* SC-764 Return alm ogranization type in /api/navigation/organizationBenoît Gianinetti2019-07-052-14/+37
* SC-764 Users can remove their personal organizationBenoit2019-07-054-23/+4
* SC-786 Drop warning when user login after renaming accountBenoit2019-07-0515-308/+2
* SC-764 Drop guarded field in WS responsesJanos Gyerik2019-07-054-8/+3
* SC-764 Drop personalOrganization in /api/users/currentBenoit2019-07-052-35/+2
* SC-763 Remove creation of personal organizationsBenoit2019-07-0511-424/+18
* SONAR-12140 Improve stability by reducing thread sleep in unit testJulien Lancelot2019-06-282-7/+6
* SONAR-12023 Remove "Not OWASP" CWE mapping, and move all unmapped CWEs to "Ot...Michal Duda2019-06-2810-890/+24
* SONAR-11723 Prevent updating attributes of non-local usersPierre Guillot2019-06-283-1/+38
* SONAR-12140 Do not return "Warning" in quality gate facet when no project in ...Julien Lancelot2019-06-285-43/+113
* SONAR-12140 Compute number of projects in warning in a daemonJulien Lancelot2019-06-289-3/+456
* Merge pull request #1789 from SonarSource/fix/md/SONAR-11845-project-import-s...Michal Duda2019-06-285-10/+10
* SONAR-12007 & SONAR-12008 tasks can be executed by any node of the clusterPierre Guillot2019-06-286-7/+181
* SONAR-12233 Prevent using Security Review Rating in quality gatesJulien Lancelot2019-06-282-13/+14
* SONAR-12148 Generate cookie in case of authentication error or email updateJulien Lancelot2019-06-2813-96/+183
* SONAR-11923 resolve issue as fixed now requires "administer issue"Sébastien Lesaint2019-06-282-3/+2
* SONAR-11304 add date and version of initial installation to telemetry (#1751)Pierre Guillot2019-06-289-56/+243
* SC-702 support new property sonar.log.useJsonOutputSimon Brandhof2019-06-281-0/+17
* SONAR-10996 Deprecate the facetMode parameter of api/issues/searchDuarte Meneses2019-06-281-0/+1
* SONAR-12221 Add pagination to api/qualitygates/searchJulien Lancelot2019-06-283-82/+98
* SONAR-12075 return scmAuthor in api/sources/issue_snippetsSébastien Lesaint2019-06-283-64/+127
* SONAR-12075 remove double negative boolean and a SQL requestSébastien Lesaint2019-06-283-9/+6
* SONAR−12075 actually test production code in SourcesWsTestSébastien Lesaint2019-06-284-76/+104