aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-dao
Commit message (Collapse)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 ↵Teryk Bellahsene2018-04-274-7/+44
| | | | description is too long
* SONAR-10515 ALM App Install table + DAOJulien HENRY2018-04-269-2/+495
| | | | * Add migration to create table alm_app_installs * Add dao for alm_app_installs
* 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
| | | | | | | | By default, all supported databases but MySQL are using this isolation level. However, without setting this property, gap locks may appear in MySQL : https://dev.mysql.com/doc/refman/5.7/en/innodb-locking.html#innodb-gap-locks
* SONAR-6949 Implements bcrypt hash for passwordEric Hartmann2018-04-174-27/+9
| | | | | | | Extract hash mechanism into a single class LocalAuthentication Implements SHA1 (deprecated) and bcrypt hash Set bcrypt as default Update the hash of a user during authentication if hash method was SHA1
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SONAR-10366 Add pull request object to api/project_branches/list and api/ce/activity SONAR-10365 Analyze pull requests as 1st class citizen SONAR-10366 SONAR-10367 Create WS api/projet_pull_requests/list and delete SONAR-10383 Add Pull Request information when listing CE tasks SONAR-10365 Add key type in PROJECT_BRANCHES (#3063) SONAR-10371 Add pullRequest parameter in the Web API (#3076) * ComponentFinder searches by branch or pull request * Add pullRequest parameter to WS api/issues/* WS * Add pullRequest parameter to api/settings/* WS * Add pullRequest parameter to api/badges/* WS * Add pullRequest parameter to api/components/* WS * Add pullRequest parameter to api/sources/* WS SONAR-10368 Copy issue states from pull request after it's merged SONAR-10373 Send notifications for events on issues of a pull request SONAR-10365 Add pull_request_binary column in project_branches (#3073) SONAR-10433 Store pull request in projects table SONAR-10371 Add pullRequest field in the Web API SONAR-10365 Analyze pull requests as 1st class citizen BRANCH-45 Expose issue resolution for PR decoration BRANCH-49 Basic support of pull request analysis on pull request branch BRANCH-47 Fail when user tries to analyze a pull request and the plugin is not available SONAR-10366 update pull request decorated links to project and issues SONAR-10365 Use pull request id as key instead of branch name SONAR-10454 Update embedded Git 1.4 and SVN 1.7 SONAR-10365 rename sonar.pullrequest.id to sonar.pullrequest.key SONAR-10383 api/navigation/component returns the pull request key
* 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 ↵Guillaume Jambet2018-03-012-68/+1
| | | | webhooks.
* 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 ↵Guillaume Jambet2018-03-014-0/+60
| | | | organization or a project.
* 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
|