aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Improve coverageJulien HENRY2017-10-213-117/+11
* SONAR-8727 Do not fail when SCM login is longer than 255 charactersJulien HENRY2017-10-201-1/+2
* SONAR-9949 Also merge open issues from short living branchesJulien HENRY2017-10-207-14/+26
* SONAR-9987 Add a changelog entry when copying/merging issuesJulien HENRY2017-10-204-14/+42
* SONAR-9970 Copy issue changes when creating an long living branchJulien HENRY2017-10-201-6/+7
* SONAR-9949 Copy all issue attributes when merging a short in a long living br...Julien HENRY2017-10-208-25/+52
* SONAR-9913 Match issues from short living branches more aggressivelyJulien HENRY2017-10-201-0/+1
* Fix some logger callsDaniel Trebbien2017-10-191-1/+1
* SONAR-7309 DB Cleaner strategy to keep only analyses with a versionTeryk Bellahsene2017-10-198-11/+127
* SONAR-9903 Ignore SCM accounts that are duplicates when adding a userTeryk Bellahsene2017-10-191-3/+2
* SONAR-9882 Implements storage of sonar.analysis.* propertiesEric Hartmann2017-10-1719-2/+844
* SONAR-9891 Add Analysis to PostProjectAnalysisTask.ProjectAnalysisEric Hartmann2017-10-171-0/+1
* SONAR-9880 Add ANALYSIS_UUID on WEBHOOK_DELIVERIESEric Hartmann2017-10-173-2/+17
* SONAR-9963 WS api/metrics/update fails properly if domain is longer than 64 c...Teryk Bellahsene2017-10-163-12/+36
* Set version to 6.7-SNAPSHOTSimon Brandhof2017-10-091-1/+1
* SONAR-9909 Slow indexing of portfolios at server startupSimon Brandhof2017-10-041-5/+7
* SONAR-9498 show correct n. of "more" items in quality profile changelogDaniel Schwarz2017-10-044-18/+31
* SONAR-9899 Remove all references to branches of type PRDuarte Meneses2017-10-047-122/+13
* SONAR-9887 Reuse information from issues in short living branches targeting c...Duarte Meneses2017-10-0411-0/+294
* SONAR-4824 support branches when filtering recipients on their permsSébastien Lesaint2017-10-048-29/+74
* SONAR-9820 Telemetry returns usingBranchesTeryk Bellahsene2017-10-034-0/+26
* SONAR-1330 Purge edit permissions when removing groupJulien Lancelot2017-10-024-0/+34
* SONAR-1330 Purge edit permissions when removing organization memberJulien Lancelot2017-10-024-0/+36
* SONAR-1330 Purge edit permissions when deleting userJulien Lancelot2017-10-024-0/+31
* SONAR-1330 Purge edit permissions when deleting quality profileJulien Lancelot2017-10-029-3/+80
* SONAR-1330 Check edit permissions in qprofiles WSJulien Lancelot2017-10-024-8/+21
* SONAR-1330 Return available actions in api/qualityprofiles/searchJulien Lancelot2017-10-028-8/+112
* SONAR-1330 Search for groups allowed to edit single quality profileJulien Lancelot2017-10-026-0/+371
* SONAR-1330 Remove group permission to edit single quality profileJulien Lancelot2017-10-024-0/+25
* SONAR-1330 Add group permission to edit single quality profileJulien Lancelot2017-10-0210-1/+262
* SONAR-1330 Search for user allowed to edit single quality profileJulien Lancelot2017-10-026-1/+401
* SONAR-1330 Remove user permission to edit single quality profileJulien Lancelot2017-10-024-0/+25
* SONAR-1330 Add user permission to edit single quality profileJulien Lancelot2017-10-0210-1/+264
* SONAR-7024 PropertiesDao#findUsersForNotification return global flagSébastien Lesaint2017-10-025-11/+92
* SONAR-4824 Prevent notification when user does not have Browse permissionEric Hartmann2017-10-028-121/+179
* SONAR-6959 Performance improvementsDuarte Meneses2017-10-026-1/+93
* Add method to select all administrators (for license notifications)Julien HENRY2017-09-294-6/+37
* Add db column ce_activity.error_typeSimon Brandhof2017-09-283-2/+25
* SONAR-9575 Revert all changes made to support incremental modeJulien HENRY2017-09-2717-52/+4
* SONAR-9616 Correctly delete branches when deleting organizationJulien Lancelot2017-09-203-0/+33
* Refactor DeleteActionTest to not use mock for ComponentCleanerServiceJulien Lancelot2017-09-201-2/+2
* SONAR-9813 Add methods to create portfolio and application with visibility in...Teryk Bellahsene2017-09-201-7/+49
* Improve qualityDuarte Meneses2017-09-141-1/+1
* SONAR-9616 Allow usage of main branch in ws having branch parameterJulien Lancelot2017-09-124-20/+27
* SONAR-9616 Remove Optional from Branch#getName as it always setJulien Lancelot2017-09-123-50/+9
* SONAR-9616 Filter out branches in ComponentDao#selectProjects()Julien Lancelot2017-09-123-2/+15
* SONAR-9616 Write main branch to DB even if plugin is not installedDuarte Meneses2017-09-122-1/+2
* SONAR-9616 Support notifications on branches (#2413)Janos Gyerik2017-09-121-0/+1
* SONAR-9616 Ability to set the name of the main branchDuarte Meneses2017-09-124-9/+50
* SONAR-9616 Allow to return main branch in api/projectbranches/showJulien Lancelot2017-09-121-0/+11