aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Expand)AuthorAgeFilesLines
* 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
* SONAR-10356 Oracle error on some WS involving more than 1000 projectsSimon Brandhof2018-02-222-6/+109
* SONAR-10411 Do not persist name of provided project linksJulien Lancelot2018-02-2024-346/+463
* SONAR-9218 purge ce_scanner_context older than 28 days at startupSébastien Lesaint2018-02-144-0/+39
* SONAR-10301 delete from CE_TASK_INPUT when deleting a projectSébastien Lesaint2018-02-134-0/+80
* SONAR-10301 delete from CE_TASK_CHARACTERISTICS when deleting projectSébastien Lesaint2018-02-134-0/+88
* SONAR-10301 delete from CE_SCANNER_CONTEXT when deleting a projectSébastien Lesaint2018-02-134-2/+97
* Merge branch 'branch-6.7'Sébastien Lesaint2018-02-092-25/+185
|\
| * SONAR-10410 Rule#getSystemTags is populated with definition tagsSébastien Lesaint2018-02-091-0/+6
| * SONAR-10410 harden UT coverage on some methods of RuleDaoSébastien Lesaint2018-02-091-25/+180
| * Upgrade to version 6.7.2-SNAPSHOTEric Hartmann2017-12-291-1/+1
| * Release 6.7.16.7.1Simon Brandhof2017-12-201-1/+1
* | SONAR-10311 fix RuleDefinitionDto#setRuleKey not reseting cached ruleKeySébastien Lesaint2018-02-081-0/+1
* | SONAR-10307 RuleDefinitionDto equals/hashcode based on idSébastien Lesaint2018-02-082-51/+29