-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
280bcab
commit ff8fd43
Showing
8 changed files
with
597 additions
and
496 deletions.
There are no files selected for viewing
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
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,11 +1,11 @@ | ||
{ | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": true, | ||
"source.generate.finalModifiers": true | ||
}, | ||
"sonarlint.connectedMode.project": { | ||
"connectionId": "exasol", | ||
"projectKey": "@exasol/extension-manager-interface" | ||
} | ||
"editor.formatOnSave": true, | ||
"editor.codeActionsOnSave": { | ||
"source.organizeImports": "explicit", | ||
"source.generate.finalModifiers": "explicit", | ||
}, | ||
"sonarlint.connectedMode.project": { | ||
"connectionId": "exasol", | ||
"projectKey": "@exasol/extension-manager-interface" | ||
} | ||
} |
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,22 @@ | ||
# Extension Manager Interface 0.4.2, released 2024-05-06 | ||
|
||
Code name: Improve error message for existing virtual schema | ||
|
||
## Summary | ||
|
||
This release checks if a virtual schema already exists with the same name before creating a new one. This improves the error message for the user. | ||
|
||
## Bugfix | ||
|
||
* #54: Improved error handling for creating a virtual schema | ||
|
||
## Dependency Updates | ||
|
||
### Development Dependency Updates | ||
|
||
* Updated `eslint:^8.53.0` to `^8.57.0` | ||
* Updated `@typescript-eslint/parser:^6.10.0` to `^7.8.0` | ||
* Updated `ts-jest:^29.1.1` to `^29.1.2` | ||
* Updated `typescript:5.2.2` to `5.4.5` | ||
* Updated `@typescript-eslint/eslint-plugin:^6.10.0` to `^7.8.0` | ||
* Updated `ts-node:^10.9.1` to `^10.9.2` |
Oops, something went wrong.