aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-14938 Fallback on the Create Project page on brand new instanceWouter Admiraal2021-06-225-131/+157
|
* SONAR-14851 updated docs and upgrade notes to inform user about permissions ↵Lukasz Jarocki2021-06-212-0/+11
| | | | needed
* SONAR-15056 It should be possible to create external issues with project ↵Tobias Stadler2021-06-191-1/+4
| | | | location
* SONAR-15056 It should be possible to create external issues with project ↵Tobias Stadler2021-06-185-16/+103
| | | | location
* SONAR-15035 Fix SQ quality issues related to the use of ImmutableListDuarte Meneses2021-06-181-1/+1
|
* DOCS add note about JS custom rule API removal to upgrade notesmichaelbirnstiehl2021-06-181-0/+3
|
* Fix gitlab QA depends on cirrusZipeng WU2021-06-181-1/+3
|
* SONAR-14939 Mention in all tutorials that Pull Request Decoration will be ↵Wouter Admiraal2021-06-1834-126/+788
| | | | automatically set up
* SONAR-14930 Make Gitlab ITs work with HTTPSBelen Pruvost2021-06-181-19/+28
|
* Improve test coverageDuarte Meneses2021-06-1711-71/+347
|
* SONAR-14925 Remove code deprecated before 7.0 in the Plugin APIDuarte Meneses2021-06-17158-3958/+284
|
* 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
|
* Updating contributing.md to be more transparent with the processLukasz Jarocki2021-06-171-1/+14
|
* Make it more explicit that we do not look for external contributionsWouter Admiraal2021-06-172-10/+7
|
* SONAR-14933 Fix missing SVG pathWouter Admiraal2021-06-172-22/+13
|
* SONAR-14934 Improve the manual tutorialWouter Admiraal2021-06-1745-270/+1121
|
* SONAR-14933 Change wordingWouter Admiraal2021-06-171-1/+1
|
* SONAR-14935 Prompt users for next steps once the first analysis is finishedWouter Admiraal2021-06-1717-301/+1039
|
* SONAR-14935 add 'detectedCI' fieldJacek2021-06-1711-29/+107
|
* 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 minimum zip versionPierre2021-06-161-1/+1
|
* 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-164-206/+52
|
* 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-14924 fixed a bug where running analysis inside submodule sometimes ↵Lukasz Jarocki2021-06-162-16/+84
| | | | were not detecting any changes
* 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-15100-851/+1197
|
* DOCS fix proxy parameters formattingServices Team2021-06-151-1/+1
|
* SONAR-14968 Enable Azure- pipeline for project bind to GitHubMathieu Suen2021-06-147-4/+84
|
* SONAR-14899 Ingest IT monitoring data into ElasticSearch with logstashZipeng WU2021-06-141-0/+1
|
* SONAR-14851 Fix documentation pageJeremy Davis2021-06-141-4/+0
|
* SONAR-14872 Always redirect users to PR decoration settings screenPhilippe Perrin2021-06-146-182/+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
|