Skip to content

Commit 38ed8a6

Browse files
authored
Updated documentation (#483)
1 parent 6534cd1 commit 38ed8a6

12 files changed

Lines changed: 167 additions & 36 deletions

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
*.sh text eol=lf
2+
doc/changes/changelog.md linguist-generated=true
3+
.github/workflows/broken_links_checker.yml linguist-generated=true
4+
.github/workflows/project-keeper.sh linguist-generated=true
5+
.github/workflows/project-keeper-verify.yml linguist-generated=true

.github/workflows/broken_links_checker.yml

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/project-keeper-verify.yml

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/project-keeper.sh

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,14 @@ dependency-reduced-pom.xml
1919
local
2020
Scripts
2121
.dbeaver*
22-
**/*.log
22+
**/*.log
23+
.directory
24+
venv/
25+
pom.xml.versionsBackup
26+
~*
27+
*.lock
28+
*.bak
29+
*.orig
30+
*.old
31+
*.md.html
32+
*.flattened-pom.xml

.project-keeper.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 6.0.2
2+
linkReplacements:
3+
excludes:
4+
- "E-PK-CORE-18: Outdated content: '.github/workflows/project-keeper-verify.yml'"
5+
- regex: "(?s)E-PK-CORE-62: The project's README.md does not contain a valid badges block.*"
6+
- "E-PK-CORE-61: The project's README.md does not reference the dependencies.md file.' Please add a link like '[Dependencies](dependencies.md)' to the README.md."
7+
- "E-PK-CORE-50: This project does not have a dependencies.md file."
8+

.vscode/settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.codeActionsOnSave": {
4+
"source.organizeImports": true,
5+
"source.generate.finalModifiers": true,
6+
"source.fixAll": true
7+
},
8+
"java.codeGeneration.useBlocks": true,
9+
"java.saveActions.organizeImports": true,
10+
"java.sources.organizeImports.starThreshold": 3,
11+
"java.sources.organizeImports.staticStarThreshold": 3,
12+
"java.test.config": {
13+
"vmArgs": [
14+
"-Djava.util.logging.config.file=src/test/resources/logging.properties"
15+
]
16+
}
17+
}

doc/changes/changelog.md

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

doc/changes/changes_4.0.3.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@
1313
## Documentation
1414

1515
* #317: Worked on reducing redundancy between user_guid.md and docs.exasol.com
16-
* #354: Added datatypes mapping info to the postgres documentation.
17-
* #355: Updated general deployment guide.
16+
* #354: Added datatypes mapping info to the postgres documentation.
17+
* #355: Updated general deployment guide.
1818
* #359: Replaced links to products with links to dialect in the README's feature list.
1919
* #369: Added supported data types list to Oracle dialect.
2020

2121
## Dependency updates
2222

2323
<details>
2424
<summary>Click to expand</summary>
25-
26-
* Added `org.junit.jupiter:junit-jupiter:5.6.2`
25+
26+
* Added `org.junit.jupiter:junit-jupiter:5.6.2`
2727
* Updated `com.exasol:virtual-schema-common-jdbc` from 5.0.2 to 5.0.4
2828
* Updated `com.exasol:exasol-testcontainers` from 2.0.3 to 2.1.0
2929
* Updated `mysql:mysql-connector-java` from 8.0.20 to 8.0.21
@@ -32,7 +32,6 @@
3232
* Removed `org.junit.jupiter:junit-jupiter-engine`
3333
* Removed `org.junit.platform:junit-platform-runner`
3434
* Removed `org.mockito.mockito-core`
35-
* Excluded `com.fasterxml.jackson.core:jackson-databind` from `org.apache.hbase:hbase-server` to remove vulnerabilities:
36-
https://ossindex.sonatype.org/component/pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.7.8
35+
* Excluded `com.fasterxml.jackson.core:jackson-databind` from `org.apache.hbase:hbase-server` to remove vulnerabilities.
3736

3837
</details>

doc/changes/changes_6.0.2.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Virtual Schemas 6.0.2, released 2023-03-17
2+
3+
Code name: Documentation Update
4+
5+
## Summary
6+
7+
This release adds information to the Exasol dialect in the list of supported dialects.
8+
9+
## Documentation
10+
11+
* #482: Improved list of supported dialects

0 commit comments

Comments
 (0)