aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* Drop usage of db column ce_queue.execution_countSimon Brandhof2018-05-1512-264/+72
* SONAR-10591 refactor management of plugin FS on serverSimon Brandhof2018-05-111-1/+2
* Fix Quality flawsSimon Brandhof2018-05-101-3/+3
* SONAR-10592 ability to pause/resume Compute Engine workersSimon Brandhof2018-05-101-0/+4
* Fix Quality flawsSimon Brandhof2018-05-1023-134/+23
* SONAR-10594 do not truncate rule repositories at startupSimon Brandhof2018-05-104-60/+2
* SONAR-10594 add RuleRepositoryDao#deleteIfKeyNotIn()Simon Brandhof2018-05-104-0/+58
* SONAR-10594 add RuleRepositoryDao#insertOrUpdate()Simon Brandhof2018-05-104-2/+71
* SONAR-10594 remove unused RuleRepositoryDao#selectByKey()Simon Brandhof2018-05-103-21/+0
* SONAR-10647 Apply feedbackDuarte Meneses2018-05-099-35/+25
* SONAR-10647 Compare lines of code taking into account significant codeDuarte Meneses2018-05-0911-11/+191
* Minor refactoringDuarte Meneses2018-05-093-34/+31
* SONAR-10587 fix another incompatibility with OracleSimon Brandhof2018-05-011-1/+1
* SONAR-10587 fix non oracle compliant sql clauseGuillaume Jambet2018-04-301-1/+1
* SONAR-10515 Add method to delete entry in ALM_APP_INSTALLSJulien HENRY2018-04-274-5/+43
* SONAR-10567 Compute Engine analysis do not fail if project name or descriptio...Teryk Bellahsene2018-04-274-7/+44
* SONAR-10515 ALM App Install table + DAOJulien HENRY2018-04-269-2/+495
* SONAR-10544 Apply feedbackDuarte Meneses2018-04-261-7/+5
* SONAR-10544 Set effort for external issuesDuarte Meneses2018-04-261-1/+1
* SONAR-10544 Process external rulesDuarte Meneses2018-04-264-2/+18
* SONAR-10544 remove DESCRIPTION_URL column from RULES tableGuillaume Jambet2018-04-263-19/+0
* SONAR-10587 do not not return external issues in batch/issuesGuillaume Jambet2018-04-263-8/+16
* SONAR-10577 return if an issue is from an external analyser in issue searchGuillaume Jambet2018-04-265-2/+23
* SONAR-10575 Index and search external rulesDuarte Meneses2018-04-265-2/+25
* SONAR-10544 Fix handling of external rules in CEDuarte Meneses2018-04-261-5/+9
* SONAR-10544 save externally defined Rules if neededGuillaume Jambet2018-04-262-1/+8
* SONAR-10544 add IS_EXTERNAL and DESCRIPTION_URL column to RULES tableGuillaume Jambet2018-04-263-0/+37
* Enfore TransactionIsolationLevel.READ_COMMITTEDEric Hartmann2018-04-191-2/+3
* SONAR-6949 Implements bcrypt hash for passwordEric Hartmann2018-04-174-27/+9
* SONAR-6949 Populate HASH_METHOD with SHA1Eric Hartmann2018-04-172-0/+14
* GOV-334 trigger refresh of views on api/projects/bulk_update_keySébastien Lesaint2018-04-062-18/+98
* GOV-331 trigger views refresh on api/projects/bulk_deleteSébastien Lesaint2018-04-064-21/+149
* SONAR-10536 refactoring, no functional changesSimon Brandhof2018-04-053-8/+5
* SONAR-10511 Project key renaming should rename deleted components tooSimon Brandhof2018-04-053-18/+21
* SONAR-10441 project is provisioned if no analysis on any branchesSimon Brandhof2018-04-052-7/+36
* Delete deprecated PropertiesDaoSimon Brandhof2018-04-056-167/+1
* SONAR-10480 support reading long version in snapshotSébastien Lesaint2018-04-053-1/+23
* SONAR-10455 Fix bulk update of project having branches containing "/"Julien Lancelot2018-04-042-2/+14
* Fix publicationDavid Rautureau2018-04-041-4/+0
* Fix buildDavid Rautureau2018-04-041-0/+4
* BUILD-630 Generate javadoc ad sources jars with Gradle only on release branchesDavid Rautureau2018-04-041-3/+5
* Fix issues with daylight saving timeSimon Brandhof2018-03-261-1/+1
* GOV-325 trigger refresh of view with project and not with it anymoreSébastien Lesaint2018-03-234-1/+206
* GOV-322 support not creating task in CeQueue if pending task existsSébastien Lesaint2018-03-235-4/+108
* Single Gradle build for SQ and core pluginsSimon Brandhof2018-03-221-3/+15
* MMF-1134 Make pull request a 1st class citizenTeryk Bellahsene2018-03-1318-42/+517
* Fix some Java compiler warningsSimon Brandhof2018-03-124-6/+6
* Move To GradleDavid Rautureau2018-03-092-109/+51
* SONAR-10426 Add homepage default when db is inconsistentGuillaume Jambet2018-03-024-212/+244
* fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting w...Guillaume Jambet2018-03-012-68/+1