aboutsummaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-1718-344/+55
|
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'snapshots' tableJacek2021-06-1713-4/+309
|
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'issues' tableJacek2021-06-1713-4/+367
|
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'events' tableJacek2021-06-1713-4/+300
|
* SONAR-14792 Fix issue on Oracle DB by recreating PK for 'ce_activity'Jacek2021-06-1714-39/+296
| | | | | | When switching from ID to UUID for 'ce_activity' table, it has been forgotten to drop unique index on UUID, though PK has been created. In all DBs it worked well, but for Oracle already existing index has been associated with PK (worked well on upgrade path). When new schema has been introduced, that's not the case, as for Oracle when creating PK, unique index also will be created. That means we tried to create another index on top of PK index, which was causing failures. To fix that issue previous UUID index will be dropped and PK will be recreated, so that we end with clean state.
* SONAR-14960 Fix Elasticsearch deprecation warning for JAVA_HOMEJacek2021-06-172-4/+4
|
* SONAR-14933 Fix missing SVG pathWouter Admiraal2021-06-172-22/+13
|
* SONAR-14934 Improve the manual tutorialWouter Admiraal2021-06-1744-260/+1102
|
* SONAR-14935 Prompt users for next steps once the first analysis is finishedWouter Admiraal2021-06-1716-301/+1030
|
* SONAR-14935 add 'detectedCI' fieldJacek2021-06-1710-29/+106
|
* SONAR-14792 Add 9.0 nop migration to not enforce DB downgradeJacek2021-06-167-1/+186
|
* DOCS add Java 11 requirement to upgrade notesmichaelbirnstiehl2021-06-161-1/+7
|
* SONAR-14792 Code smell fixesJacek2021-06-161-120/+132
|
* SONAR-14792 Drop `newLenientVarcharBuilder` method from initial schemaJacek2021-06-161-150/+143
|
* SONAR-14792 Fix schema-sq.ddl - order of PKsJacek2021-06-161-32/+32
|
* SONAR-14792 Fix PopulateInitialSchemaTestJacek2021-06-163-1050/+972
|
* SONAR-14792 cleanup CreateInitialSchema to be 9.0Jacek2021-06-163-251/+450
|
* SONAR-14792 Drop not existing tables from init schemaJacek2021-06-163-204/+50
|
* SONAR-14792 Bump min upgrade version to current LTSJacek2021-06-162-14/+15
|
* SONAR-14792 Drop migration classes prior 8.9Jacek2021-06-161417-63888/+2
|
* SONAR-14792 Move MsSQL helper out specific DB migration versionJacek2021-06-165-27/+5
|
* SONAR-15045 Update Scanner for Gradle version to 3.3 (#4247)Julien HENRY2021-06-1611-12/+12
|
* SONAR-15031 Reference Ktlint as a supported Kotlin External Analyzer (#4272)MikeBirnstiehl2021-06-161-0/+1
|
* SONAR-14936 Add new suggestions to the Overview pageWouter Admiraal2021-06-151-6/+6
|
* SONAR-14933 Show all tutorials if no project bindingWouter Admiraal2021-06-1598-845/+1189
|
* DOCS fix proxy parameters formattingServices Team2021-06-151-1/+1
|
* SONAR-14968 Enable Azure- pipeline for project bind to GitHubMathieu Suen2021-06-146-3/+83
|
* SONAR-14851 Fix documentation pageJeremy Davis2021-06-141-4/+0
|
* SONAR-14872 Always redirect users to PR decoration settings screenPhilippe Perrin2021-06-145-180/+26
|
* DOCS fix conflicts in Bitbucket Cloud docsmichaelbirnstiehl2021-06-112-30/+3
|
* SONAR-14871 Bitbucket Server PR decoration validation improvementMichal Duda2021-06-105-19/+139
|
* SONAR-14871 Add handling group shared projects to GitLab PR decoration ↵Michal Duda2021-06-106-167/+72
| | | | validation
* SONAR-14871 Extract global and project Gitlab validation to separate classesJacek2021-06-106-20/+128
|
* SONAR-14871 GitHub project PR decoration settings validationMichal Duda2021-06-105-83/+179
|
* SONAR-14871 Add Azure Devops project binding validationJacek2021-06-102-2/+42
|
* SONAR-14871 Bitbucket Server project PR decoration settings validationMichal Duda2021-06-103-53/+297
|
* SONAR-14872 Display warning if PR deco cannot happenWouter Admiraal2021-06-1013-179/+757
|
* SONAR-14871 Add Gitlab project binding validationJacek2021-06-107-13/+230
|
* SONAR-14871 Add PR decoration settings validation actionPhilippe Perrin2021-06-1011-254/+797
|
* SONAR-14873 Ease comprehension of PR Decoration settings formWouter Admiraal2021-06-108-663/+1293
|
* SONAR-14871 Basic project binding validation endpointJacek2021-06-106-10/+132
| | | | - Add 'scope' field to HTTP error messages
* SONAR-14952 DOC- Scanners require Java 11michaelbirnstiehl2021-06-101-3/+3
|
* SONAR-14952 DOC - Scanners require Java 11Duarte Meneses2021-06-091-3/+3
|
* SONAR-14951 Scanners require Java 11Sébastien Lesaint2021-06-0910-94/+29
|
* fix begin parameters table, and also proxy environment variable namesServices Team2021-06-091-3/+2
|
* SONAR-14895 Add dot net example to Bitbucket Pipelines documentationmichaelbirnstiehl2021-06-091-0/+43
|
* SONAR-14894 Add Bitbucket Cloud to Jenkins Documentationmichaelbirnstiehl2021-06-091-11/+26
|
* SONAR-14893 Adding Bitbucket pipline tutorialMathieu Suen2021-06-0931-86/+1568
|
* SONAR-14892 Enable Jenkins tutorial to BitbucketCloud projectsJeremy Davis2021-06-0913-44/+598
|
* SONAR-14916 Add URL to BitbucketCloud instancesJeremy Davis2021-06-093-4/+13
|