aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* SONAR-11570 Drop period from web servicesJanos Gyerik2019-01-085-41/+17
* Fix license headers for 2019Duarte Meneses2019-01-02500-507/+500
* SONARCLOUD-192 add WS api/ce/queue_statsSébastien Lesaint2018-12-211-3/+3
* SONARCLOUD-192 move all analytics SQL out of core mappersSébastien Lesaint2018-12-2112-677/+0
* SONARCLOUD-192 core extension can now declare MyBatis mapper and aliasSébastien Lesaint2018-12-214-18/+128
* SONAR-11579 Create WS to store/load user settingsJulien Lancelot2018-12-2012-18/+393
* SONAR-9919 obfuscate webhook URL in api/webhooks/list responseSébastien Lesaint2018-12-201-4/+10
* SONARCLOUD-278 Reduce SQL requests on RegisterQualityProfilesEric Hartmann2018-12-204-29/+104
* SONARCLOUD-220 add WS api/autoscan/github_repositorySimon Brandhof2018-12-124-1/+35
* Fix Quality flawsSimon Brandhof2018-12-121-1/+1
* SONARCLOUD-213 clarify "scan" in org vs project permissionsSimon Brandhof2018-12-122-17/+14
* SONAR-11494 prevent loading of closed issue changes to OOMSébastien Lesaint2018-12-055-4/+105
* SONAR-11455 improve SQL and network perf of PersistIssuesStepSébastien Lesaint2018-12-052-0/+18
* SONAR-11502 do not fail on PR which key is a branch nameSébastien Lesaint2018-11-274-13/+56
* SONAR-10770 Increase size of containersEric Hartmann2018-11-201-1/+1
* SONAR-10763 Add selectByAnalysisUuids on EventComponentChangeDaoEric Hartmann2018-11-204-0/+127
* SONAR-10763 Implement storage for QG AlertEric Hartmann2018-11-202-3/+3
* SONAR-10770 Add DEFINITION_CHANGE category to EventEric Hartmann2018-11-201-0/+1
* SONAR-10763 add table EVENT_COMPONENT_CHANGES + implement purgeSébastien Lesaint2018-11-2014-10/+724
* Do not consider postgres unit tests as skipped in SQ analysisSimon Brandhof2018-11-161-13/+34
* SONAR-11452 Display a warning when analysing a PR on an unbound organizationJulien Lancelot2018-11-164-11/+28
* SONARCLOUD-156 Set IS_OWNER_USER not nullable in ALM_APP_INSTALLSJulien Lancelot2018-11-164-17/+2
* SONAR-11321 Prevent binding already bound applicationJulien Lancelot2018-11-165-9/+57
* SONAR-11325 Create GET api/alm_integration/list_unbound_installationsJulien Lancelot2018-11-167-73/+157
* SONAR-11323 Return personal organization infoJulien Lancelot2018-11-161-2/+0
* SONAR-11322 Import repos from bound organizationsGrégoire Aubert2018-11-164-5/+33
* SONAR-11321 Bind organization to alm installation when creating organizationJulien Lancelot2018-11-1620-51/+623
* SONAR-11321 Create organization from GitHub organization or BitBucket teamJulien Lancelot2018-11-164-2/+29
* SONAR-10361 Handle assigning issue to a user with commas in name (#903)Benoit2018-11-121-1/+1
* SONAR-11376 Add UT for LiveMeasureDaoBenoît Gianinetti2018-11-071-0/+28
* SONAR-11376 add duplication in GitHub/TFS PR decoration (#859)Benoit2018-11-073-0/+17
* SONARCLOUD-45 Advertise featured projects on SonarCloudPascal Mugnier2018-11-018-0/+91
* SONARCLOUD-161 upsert live measures on postgresqlSimon Brandhof2018-10-304-0/+259
* SONARCLOUD-161 drop usage of markers when updating live measuresSimon Brandhof2018-10-308-43/+66
* Fix wording in ComponentDaoTestSimon Brandhof2018-10-301-19/+19
* SONARCLOUD-160 fix SQL hotspot to get distrib of private projectsSimon Brandhof2018-10-304-48/+31
* Fix incorrect SQL for Oracle and MsSQLEric Hartmann2018-10-261-1/+1
* SONAR-11370 Add number of rules and active rules on Security ReportEric Hartmann2018-10-252-1/+36
* SONAR-11370 Add new SQL request to retrieve rules by languages and typeEric Hartmann2018-10-254-0/+109
* SONAR-11370 Add security standards to ActiveRulesEric Hartmann2018-10-255-0/+76
* SONARCLOUD-150 Fix UT on OracleJulien HENRY2018-10-252-109/+61
* SONARCLOUD-150 Store if application owner is a userJulien HENRY2018-10-256-31/+201
* SONAR-11279 Drop column DEFAULT_PERM_TEMPLATE_VIEWEric Hartmann2018-10-251-7/+9
* SONAR-11310 support main branch analysis submitted as a long branchSébastien Lesaint2018-10-191-1/+5
* Fix bugs, mainly about type castsSimon Brandhof2018-10-182-4/+2
* SONAR-10310 create application branch before taskSébastien Lesaint2018-10-151-1/+8
* Fix ComponentDao for MsSQL and OracleEric Hartmann2018-10-151-1/+1
* SONARCLOUD-140 Display breakdown by private LOC on the Billing page (#770)Stas Vilchik2018-10-126-0/+134
* Fix UserPermissionMapper on Oracle and MsSQLEric Hartmann2018-10-111-3/+3
* SONAR-11270 Allow to set default template to APPEric Hartmann2018-10-102-39/+10