-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integration tests using the retail_mini schema
- Loading branch information
1 parent
18829eb
commit 39a3fb1
Showing
15 changed files
with
383 additions
and
417 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
{ | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "explicit", | ||
"source.generate.finalModifiers": "explicit", | ||
"source.fixAll": "explicit" | ||
}, | ||
"java.codeGeneration.useBlocks": true, | ||
"java.saveActions.organizeImports": true, | ||
"java.sources.organizeImports.starThreshold": 3, | ||
"java.sources.organizeImports.staticStarThreshold": 3, | ||
"java.test.config": { | ||
"vmArgs": [ | ||
"-Djava.util.logging.config.file=src/test/resources/logging.properties" | ||
] | ||
} | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "explicit", | ||
"source.generate.finalModifiers": "explicit", | ||
"source.fixAll": "explicit" | ||
}, | ||
"java.codeGeneration.useBlocks": true, | ||
"java.saveActions.organizeImports": true, | ||
"java.sources.organizeImports.starThreshold": 3, | ||
"java.sources.organizeImports.staticStarThreshold": 3, | ||
"java.test.config": { | ||
"vmArgs": [ | ||
"-Djava.util.logging.config.file=src/test/resources/logging.properties", | ||
"-Dcom.exasol.dockerdb.image=8.27.0" | ||
] | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Row Level Security lua 1.5.6, released 2024-??-?? | ||
|
||
Code name: | ||
|
||
## Summary | ||
|
||
## Features | ||
|
||
* ISSUE_NUMBER: description | ||
|
||
## Dependency Updates | ||
|
||
### Exasol Row Level Security (Lua) | ||
|
||
#### Test Dependency Updates | ||
|
||
* Updated `org.testcontainers:junit-jupiter:1.19.7` to `1.19.8` | ||
|
||
#### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-maven-plugin:4.3.0` to `4.3.1` | ||
* Updated `org.apache.maven.plugins:maven-toolchains-plugin:3.1.0` to `3.2.0` | ||
|
||
### Extension | ||
|
||
#### Development Dependency Updates | ||
|
||
* Updated `ts-jest:^29.1.2` to `^29.1.3` | ||
* Updated `typescript-eslint:^7.8.0` to `^7.10.0` | ||
* Updated `esbuild:^0.20.2` to `^0.21.3` |
Oops, something went wrong.