aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-migration/src/test
Commit message (Collapse)AuthorAgeFilesLines
...
* SONAR-16635 force reloading of all pluginsAurelien Poscia2022-07-152-6/+5
|
* SONAR-16635 Use plugin-api htmlDesc to populate web api/rule/*** ↵Aurelien Poscia2022-07-141-0/+10
| | | | rule.htmlDesc and /api/hotspots/show fields
* SONAR-16598 Rename generic concept to education principlesPierre2022-07-122-13/+13
|
* SONAR-16598 Add new column generic conceptsLéo Geoffroy2022-07-122-0/+96
| | | | (cherry picked from commit e6437883f74edcaf010e713099aea38e1db52c25)
* SONAR-16614 add rule_description_context_key column in issues tableAurelien Poscia2022-07-082-0/+90
|
* Revert "SONAR-16598 Add new column generic concepts"Pierre2022-07-082-96/+0
| | | | This reverts commit e6437883f74edcaf010e713099aea38e1db52c25.
* SONAR-16598 Add new column generic conceptsLéo Geoffroy2022-07-082-0/+96
|
* SONAR-16565 Add expiration_date column in user_tokens tableDimitris Kavvathas2022-07-012-0/+66
|
* SONAR-16518 add context columns and update unique index for rules descriptionsAntoine Vinot2022-06-306-0/+207
|
* SONAR-16479 remove root user conceptPierre2022-06-153-0/+126
|
* SONAR-15407 Re-creating of PK on Issues.Kee will only happen on Oracle DBLukasz Jarocki2022-06-133-6/+70
|
* SONAR-15359 Better differentiate user from system operations in audit logsMatteo Mara2022-06-094-0/+189
|
* SONAR-16449 remove SonarCloud references in SonarQube codebasePierre Guillot2022-06-072-0/+84
|
* SONAR-16138 Throw error with specific message when portfolio not found (#5999)antoine-vinot-sonarsource2022-06-021-0/+51
| | | * SONAR-16138 Throw error with specific message when portfolio not found
* SONAR-16232 Use plugin api version for SonarRuntime implJacek2022-05-311-4/+4
| | | | - introduce internal SonarQubeVersion
* SONAR-16397 Add DB migration to migrate rule descriptions to new structureAurelien Poscia2022-05-313-9/+310
|
* SONAR-16419 drop rules_metadata tablePierre2022-05-242-0/+67
|
* SONAR-16419 populate rules metadata columns from rules_metadata tablePierre2022-05-242-0/+196
|
* SONAR-16419 Creation of new metadata columns in the rule tablePierre2022-05-242-0/+100
|
* SONAR-16303 migrate plugin file hash to force reloading rulesZipeng WU2022-05-112-0/+101
|
* Revert "SONAR-16303 migrate plugin file hash to force reloading rules"Pierre2022-05-062-101/+0
| | | | This reverts commit 7be1995f608831e9067b12da9be9706c3b04cd32.
* SONAR-16303 migrate plugin file hash to force reloading rulesZipeng WU2022-05-062-0/+101
|
* SONAR-16302 drop rules_metadata created_at and updated_atPierre2022-05-064-0/+149
|
* SONAR-16302 Renamed RULE_DESC_SECTIONS.DESCRIPTION to ↵Aurelien2022-05-064-5/+5
| | | | RULE_DESC_SECTIONS.CONTENT and corresponding java objects
* SONAR-16302 DB migration to create RULE_DESC_SECTIONS and migrate data (#5817)Aurelien2022-05-067-0/+385
| | | | * SONAR-16302 DB migration to create RULE_DESC_SECTIONS and migrate data
* SONAR-16260 - Add token type to user_tokensbelen-pruvost-sonarsource2022-04-296-0/+232
|
* SONAR-16260 - Update db schema for analysis tokensMatteo Mara2022-04-293-0/+104
|
* NO-JIRA Update Mockito and simpleframework to latest major versionLéo Geoffroy2022-04-044-8/+7
|
* SONAR-16139 Drop api/users/set_setting and related db tableDuarte Meneses2022-04-012-0/+59
|
* SONAR-16204 drop sha1 legacy hash methodAurelien Poscia2022-03-312-0/+140
|
* Improve SQ code qualityDuarte Meneses2022-03-241-0/+13
|
* SONAR-16097 Apply feedbackDuarte Meneses2022-03-181-3/+3
|
* SONAR-16115 Store plugin's scanner cache in SonarQubeDuarte Meneses2022-03-181-0/+54
|
* SONAR-13672 fixed bibucket -> bitbucket typoAurelien Poscia2022-03-162-3/+3
|
* Revert "SONAR-13672 fixed bibucket -> bitbucket typo"Aurelien Poscia2022-03-162-3/+3
| | | | This reverts commit a9902e75b917f3007b8226afe6d2dc51c9a7b519.
* SONAR-13672 fixed typo bibucket -> bitbucket typo--replace-all2022-03-162-3/+3
|
* SONAR-7496 drop unused columns on Issues tablePierre2022-02-247-0/+318
|
* SONAR-15994 Migrate Sonarqube IOC framework from Pico to SpringDuarte Meneses2022-02-2213-139/+125
|
* SONAR-15845 Ensure database entity identifier is not a reserved SQL keywordKlaudio Sinani2022-02-021-0/+35
|
* SONAR-15845 Upgrade H2 database dependency to 2.XJacek2022-02-022-3/+7
|
* Update license headers for 2022 [update headers]Pierre2022-01-28116-116/+116
|
* SONAR-15760 Increase selection_expression column sizeJacek2022-01-251-1/+12
|
* SONAR-14929 Create 'new_code_reference_issues' tableJacek2022-01-213-0/+115
|
* SONAR-15802 Add new 'branch_uuid' column to 'portfolio_references'Duarte Meneses2021-12-276-0/+180
|
* SONAR-15780 Migrate 'image' column type to 'varbinary(max)' in MSSQLJacek2021-12-062-0/+130
|
* Improve code qualityDuarte Meneses2021-11-206-15/+16
|
* SONAR-15631 - Refactor UTs to stop using ExpectedExceptionKlaudio Sinani2021-11-1937-651/+507
|
* SONAR-15614 Drop the 'sonar.lf.aboutText' propertyPhilippe Perrin2021-11-182-0/+78
|
* SONAR-15360 Deprecate old built-in JS/TS quality profileDuarte Meneses2021-11-152-0/+114
|
* SONAR-13426 add project_badge_token tablePierre2021-11-152-0/+66
|