Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main-to-dev-sync #381

Merged
merged 6 commits into from
Jul 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,6 +0,0 @@
version: v1.5.0
ignore:
"SNYK-JS-AGGRIDCOMMUNITY-7414157":
- "*":
reason: "Fix not published yet. When the fix is published, we'll update the package.json to use the fixed version."
expires: "2050-01-01T00:00:00.000Z"
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,25 @@

All notable changes to the **kdb VS Code extension** are documented in this file.

# v1.6.1

### Fixes

- Update Ag-Grid package to avoid prototype pollution

# v1.6.0

### Enhancements

- Display meta data for Insights connections
- Added option to click at meta data and open in json format the meta data
- Ability to change the name of the Keycloak realm, used for authentication, from the default value of `insights`. This enables the connection to a kdb Insights Enterprise Free trial instance.
- Improve the console log quality to "kdb"output pane
- Added option to click on meta data and open the meta data in json format
- Ability to change the name of the Keycloak realm, used for authentication, from the default value of `insights`. This enables the connection to a kdb Insights Enterprise Free trial instance
- Improve the console log quality to "kdb" output pane
- Insights free trial instances are supported
- Added execute block command for q code
- Added hotkey to cache function parameters for q code
- Extension now reconigze which version of Insights is connected
- Extension changes scratchpad endpoints accordly to the Insights versions
- Extension now recognizes which version of Insights is connected
- Extension changes scratchpad endpoints according to the Insights versions
- Allow connection information in user settings to be editable
- Allow same server address to be used in multiple connections
- Language server features works on unsaved files
Expand All @@ -27,7 +33,7 @@ All notable changes to the **kdb VS Code extension** are documented in this file
- Fixed delay when executing query on KDB+ connections
- Make connection names case insensitive
- Fixed GUID type displayed as number for Insights
- Fixed problem when the user close(not hide) the Results Tab
- Fixed problem when the user closes (not hides) the Results Tab
- Fixed time zone for populate scratchpad

### Internal Improvements
Expand Down
22 changes: 16 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "kdb",
"description": "IDE support for kdb product suite",
"publisher": "KX",
"version": "1.6.0",
"version": "1.6.1",
"engines": {
"vscode": "^1.86.0"
},
Expand Down Expand Up @@ -874,7 +874,7 @@
"@types/graceful-fs": "^4.1.9",
"@vscode/webview-ui-toolkit": "^1.4.0",
"@windozer/node-q": "^2.6.0",
"ag-grid-community": "^31.3.1",
"ag-grid-community": "^32.0.1",
"axios": "^1.7.2",
"chevrotain": "^10.5.0",
"csv-parser": "^3.0.0",
Expand Down
Loading