Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SONAR-10587 fix another incompatibility with Oracle | Simon Brandhof | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | SONAR-10587 fix non oracle compliant sql clause | Guillaume Jambet | 2018-04-30 | 1 | -1/+1 |
| | |||||
* | SONAR-10515 Add method to delete entry in ALM_APP_INSTALLS | Julien HENRY | 2018-04-27 | 4 | -5/+43 |
| | |||||
* | SONAR-10567 Compute Engine analysis do not fail if project name or ↵ | Teryk Bellahsene | 2018-04-27 | 4 | -7/+44 |
| | | | | description is too long | ||||
* | SONAR-10515 ALM App Install table + DAO | Julien HENRY | 2018-04-26 | 9 | -2/+495 |
| | | | | * Add migration to create table alm_app_installs * Add dao for alm_app_installs | ||||
* | SONAR-10544 Apply feedback | Duarte Meneses | 2018-04-26 | 1 | -7/+5 |
| | |||||
* | SONAR-10544 Set effort for external issues | Duarte Meneses | 2018-04-26 | 1 | -1/+1 |
| | |||||
* | SONAR-10544 Process external rules | Duarte Meneses | 2018-04-26 | 4 | -2/+18 |
| | |||||
* | SONAR-10544 remove DESCRIPTION_URL column from RULES table | Guillaume Jambet | 2018-04-26 | 3 | -19/+0 |
| | |||||
* | SONAR-10587 do not not return external issues in batch/issues | Guillaume Jambet | 2018-04-26 | 3 | -8/+16 |
| | |||||
* | SONAR-10577 return if an issue is from an external analyser in issue search | Guillaume Jambet | 2018-04-26 | 5 | -2/+23 |
| | |||||
* | SONAR-10575 Index and search external rules | Duarte Meneses | 2018-04-26 | 5 | -2/+25 |
| | |||||
* | SONAR-10544 Fix handling of external rules in CE | Duarte Meneses | 2018-04-26 | 1 | -5/+9 |
| | |||||
* | SONAR-10544 save externally defined Rules if needed | Guillaume Jambet | 2018-04-26 | 2 | -1/+8 |
| | |||||
* | SONAR-10544 add IS_EXTERNAL and DESCRIPTION_URL column to RULES table | Guillaume Jambet | 2018-04-26 | 3 | -0/+37 |
| | |||||
* | Enfore TransactionIsolationLevel.READ_COMMITTED | Eric Hartmann | 2018-04-19 | 1 | -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 password | Eric Hartmann | 2018-04-17 | 4 | -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 SHA1 | Eric Hartmann | 2018-04-17 | 2 | -0/+14 |
| | |||||
* | GOV-334 trigger refresh of views on api/projects/bulk_update_key | Sébastien Lesaint | 2018-04-06 | 2 | -18/+98 |
| | |||||
* | GOV-331 trigger views refresh on api/projects/bulk_delete | Sébastien Lesaint | 2018-04-06 | 4 | -21/+149 |
| | |||||
* | SONAR-10536 refactoring, no functional changes | Simon Brandhof | 2018-04-05 | 3 | -8/+5 |
| | |||||
* | SONAR-10511 Project key renaming should rename deleted components too | Simon Brandhof | 2018-04-05 | 3 | -18/+21 |
| | |||||
* | SONAR-10441 project is provisioned if no analysis on any branches | Simon Brandhof | 2018-04-05 | 2 | -7/+36 |
| | |||||
* | Delete deprecated PropertiesDao | Simon Brandhof | 2018-04-05 | 6 | -167/+1 |
| | |||||
* | SONAR-10480 support reading long version in snapshot | Sébastien Lesaint | 2018-04-05 | 3 | -1/+23 |
| | |||||
* | SONAR-10455 Fix bulk update of project having branches containing "/" | Julien Lancelot | 2018-04-04 | 2 | -2/+14 |
| | |||||
* | Fix publication | David Rautureau | 2018-04-04 | 1 | -4/+0 |
| | |||||
* | Fix build | David Rautureau | 2018-04-04 | 1 | -0/+4 |
| | |||||
* | BUILD-630 Generate javadoc ad sources jars with Gradle only on release branches | David Rautureau | 2018-04-04 | 1 | -3/+5 |
| | |||||
* | Fix issues with daylight saving time | Simon Brandhof | 2018-03-26 | 1 | -1/+1 |
| | |||||
* | GOV-325 trigger refresh of view with project and not with it anymore | Sébastien Lesaint | 2018-03-23 | 4 | -1/+206 |
| | |||||
* | GOV-322 support not creating task in CeQueue if pending task exists | Sébastien Lesaint | 2018-03-23 | 5 | -4/+108 |
| | |||||
* | Single Gradle build for SQ and core plugins | Simon Brandhof | 2018-03-22 | 1 | -3/+15 |
| | |||||
* | MMF-1134 Make pull request a 1st class citizen | Teryk Bellahsene | 2018-03-13 | 18 | -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 warnings | Simon Brandhof | 2018-03-12 | 4 | -6/+6 |
| | |||||
* | Move To Gradle | David Rautureau | 2018-03-09 | 2 | -109/+51 |
| | |||||
* | SONAR-10426 Add homepage default when db is inconsistent | Guillaume Jambet | 2018-03-02 | 4 | -212/+244 |
| | |||||
* | fixup! SONAR-10345 Ensure that no orphaned deliveries remains when deleting ↵ | Guillaume Jambet | 2018-03-01 | 2 | -68/+1 |
| | | | | webhooks. | ||||
* | SONAR-10345 Ensure that no orphaned deliveries remains when deleting webhooks. | Guillaume Jambet | 2018-03-01 | 8 | -14/+108 |
| | |||||
* | SONAR-10345 Remove old webhook UI in the settings | Guillaume Jambet | 2018-03-01 | 1 | -2/+1 |
| | |||||
* | SONAR-10346 Add latest deliveries information to webhooks search ws. | Guillaume Jambet | 2018-03-01 | 7 | -46/+126 |
| | |||||
* | SONAR-10347 Add pagination to webhook deliveries search ws. | Guillaume Jambet | 2018-03-01 | 5 | -28/+122 |
| | |||||
* | SONAR-10347 Add search-by-webhook to webhook deliveries search ws. | Guillaume Jambet | 2018-03-01 | 4 | -10/+40 |
| | |||||
* | SONAR-10345 Ensure that no orphaned webhooks remains when deleting an ↵ | Guillaume Jambet | 2018-03-01 | 4 | -0/+60 |
| | | | | organization or a project. | ||||
* | SONAR-10345 Migrate webhooks from PROPERTIES table to WEBHOOKS table. | Guillaume Jambet | 2018-03-01 | 1 | -2/+6 |
| | |||||
* | SONAR-10345 Update Webhooks search ws to use new WEBHOOKS table. | Guillaume Jambet | 2018-03-01 | 6 | -43/+41 |
| | |||||
* | SONAR-10345 Add Webhooks delete ws | Guillaume Jambet | 2018-03-01 | 4 | -1/+23 |
| | |||||
* | SONAR-10345 Add Webhooks update ws | Guillaume Jambet | 2018-03-01 | 5 | -15/+61 |
| | |||||
* | SONAR-10345 Add Webhooks creation ws | Guillaume Jambet | 2018-03-01 | 3 | -0/+104 |
| | |||||
* | SONAR-10345 Create WEBHOOKS table & dao | Guillaume Jambet | 2018-03-01 | 9 | -7/+424 |
| |