aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix UT on MySQLJulien Lancelot2019-03-061-2/+2
|
* Rename ownerId to organizationAlmId and almId to alm in AlmAppInstallDtoJulien Lancelot2019-03-068-115/+110
|
* SONARCLOUD-413 Synchronize github user organization membership during ↵Julien Lancelot2019-03-065-35/+103
| | | | authentication
* SONARCLOUD-382 Update org member when receiving GH webhookBenoit Gianinetti2019-03-067-18/+75
|
* SONARCLOUD-381 Create api/organization/sync_membersJulien Lancelot2019-03-068-86/+181
| | | | | | | * Rename organisation to organization in some SonarCloud directories/classes * Add WS api/organizations/sync_members * Get list of members from a GitHub organization * sync_members fails when members sync is disabled
* SONARCLOUD-379 Create POST /api/organizations/set_member_syncBenoît Gianinetti2019-03-062-3/+2
|
* SONARCLOUD-379 Add ORG_ALM_BINDING#MEMBERS_SYNC columnBenoît Gianinetti2019-03-065-4/+44
|
* stabilize BranchDaoTest on OracleSébastien Lesaint2019-02-213-11/+32
|
* SONARCLOUD-336: Automatically guess the projectKey/organizationMichal Duda2019-02-184-0/+26
|
* SONAR-11628 add api/project_analyses/unset_baselineSébastien Lesaint2019-02-111-0/+20
|
* SONAR-11626 baseline analysis can not be deleted by PeriodCleanerSébastien Lesaint2019-02-116-181/+159
|
* SONAR-11626 clarify what SNAPSHOTS.purge_status is used forSébastien Lesaint2019-02-115-22/+8
|
* SONAR-11626 make explicit uuid is mandatory in PurgeSnapshotQuerySébastien Lesaint2019-02-114-25/+25
|
* SONAR-11631 add SnapshotDto.projectVersionSébastien Lesaint2019-02-114-29/+80
|
* SONAR-11631 move version event data validation to UI codeSébastien Lesaint2019-02-112-3/+4
|
* SONAR-11631 add SNAPSHOTS.PROJECT_VERSIONSébastien Lesaint2019-02-1117-0/+36
|
* SONAR-11631 rename snapshot's version to codePeriodVersionSébastien Lesaint2019-02-116-41/+41
|
* SONAR-11626 Add BranchDao.updateManualBaselineJanos Gyerik2019-02-115-132/+74
|
* SONAR-11626 Add BranchDao.updateBaselineSébastien Lesaint2019-02-115-9/+215
|
* SONAR-11439 Analysis of long branch doesn't trigger purge of dependent short ↵Duarte Meneses2019-02-116-32/+74
| | | | branches and pull requests
* SONAR-11650 Remove usage of FILE_SOURCES#DATA_TYPEJulien Lancelot2019-02-1110-59/+7
|
* Revert "SONAR-11650 Drop DATA_TYPE from FILE_SOURCES"Julien Lancelot2019-02-1110-7/+59
| | | | This reverts commit 54ddc262
* SONAR-10597 Fix issue on OracleJulien Lancelot2019-02-111-2/+2
|
* SONAR-11650 Drop DATA_TYPE from FILE_SOURCESJulien Lancelot2019-02-1110-59/+7
| | | | | * SONAR-11650 Remove usage of FILE_SOURCES#DATA_TYPE * SONAR-11650 Drop DATA_TYPE column from FILE_SOURCES table
* Merge pull request #1178 from ↵Julien Lancelot2019-02-1111-24/+106
| | | | | SonarSource/feature/jl/add_dates_to_users_and_user_tokens Add dates to users and user tokens
* SONAR-11632 Remove api/tests WSJulien Lancelot2019-01-178-202/+24
| | | | | - Drop api/tests WS - Drop persistance of tests and coverage details from compute engine - Drop tests and coverage details from scanner report
* SONARCLOUD-332 Use EXTERNAL_LOGIN to authenticate usersJulien Lancelot2019-01-164-4/+26
|
* Fix for migration 2502Michal Duda2019-01-162-5/+18
|
* change year in file headersStas Vilchik2019-01-161-1/+1
|
* SONAR-11463 Change FileMoveDetection to use uuids instead of keysJulien HENRY2019-01-165-29/+29
|
* SONAR-11463 Update scope of migrated componentsJulien HENRY2019-01-162-0/+14
|
* SONAR-10180 Drop the ability to keep history of directory measuresJulien HENRY2019-01-162-21/+3
|
* SONAR-11463 Don't consider disabled components during migrationJulien HENRY2019-01-164-12/+8
|
* SONAR-11459 Migrate module and folder issues to the rootJulien HENRY2019-01-164-2/+15
|
* SONAR-11464 Fix migration of branches and add ITDuarte Meneses2019-01-161-4/+4
|
* SONAR-11548 Fail CE if SLB/PR targets a branch containing modulesMichal Duda2019-01-161-1/+2
|
* SONAR-11463 Don't migrate root folders and fix component key migrationJulien HENRY2019-01-166-22/+40
|
* SONAR-11548 Fail CE if SLB/PR targets a branch containing modulesDuarte Meneses2019-01-163-3/+18
|
* SONAR-11488 Stop loading module level settings in scannerJulien HENRY2019-01-165-244/+0
|
* SONAR-11463 Relocate issues from modules/dirs to root projectDuarte Meneses2019-01-166-1/+97
|
* SONARCLOUD-310 add WS api/ce/timeout_tasksSimon Brandhof2019-01-099-11/+118
|
* SONAR-11572 Limit list of operators for QG conditionsBenoît Gianinetti2019-01-084-155/+0
|
* SONAR-11571 Drop warning treshold from QG web servicesBenoît Gianinetti2019-01-086-35/+13
|
* 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
|