aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks.Guillaume Jambet2018-03-018-14/+108
* SONAR-10345 Remove old webhook UI in the settingsGuillaume Jambet2018-03-011-2/+1
* SONAR-10346 Add latest deliveries information to webhooks search ws.Guillaume Jambet2018-03-017-46/+126
* SONAR-10347 Add pagination to webhook deliveries search ws.Guillaume Jambet2018-03-015-28/+122
* SONAR-10347 Add search-by-webhook to webhook deliveries search ws.Guillaume Jambet2018-03-014-10/+40
* SONAR-10345 Ensure that no orphaned webhooks remains when deleting an organiz...Guillaume Jambet2018-03-014-0/+60
* SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table.Guillaume Jambet2018-03-011-2/+6
* SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table.Guillaume Jambet2018-03-016-43/+41
* SONAR-10345 Add Webhooks delete wsGuillaume Jambet2018-03-014-1/+23
* SONAR-10345 Add Webhooks update wsGuillaume Jambet2018-03-015-15/+61
* SONAR-10345 Add Webhooks creation wsGuillaume Jambet2018-03-013-0/+104
* SONAR-10345 Create WEBHOOKS table & daoGuillaume Jambet2018-03-019-7/+424