Dmitry Shilov

Results 26 issues of Dmitry Shilov

In the schema, there is a header value with capital letters ``` "parameters": [ { "name": "X-Customer-Code", "in": "header", "description": "Company Profile ID, it can be found on JetBrains Account...

bug
help wanted
good first issue

This pull request includes several changes to the `QueryEditor` and `ResultPanel` components to improve the user interface and functionality. The most important changes include modifications to the styles, the addition...

Tasks: * [x] Fix Packaging * [x] Fix Debugging with VS Code * [x] Apply vCore feature flag for vCore commands

The last version of lodash.isequal is deprecated. ```sh npm warn deprecated [email protected]: This package is deprecated. Use require('node:util').isDeepStrictEqual instead. ``` I've seen that some maintainers from different project switched to...

Fixed: #2690 New item to open query editor quickly (The icon is still in progress) ![image](https://github.com/user-attachments/assets/645799cf-45fd-4789-85bc-238dcfc5bba5) ![image](https://github.com/user-attachments/assets/3b03d319-4c1f-42e6-bb47-8ba76c584495) - The Connect/Disconnect buttons were removed - A new dropdown with all databases...

- Implements bulk delete (Fixes #2682) - All alert dialogs were moved to extension side - Adds HTTP status codes to constants

Since the document tab is just a webview, not a CustomEditor, the closing the tab does not fire onbeforeunload event therefore it is impossible to prompt the user about saving/discard...

feature
NoSQL

How to reproduce: - Connect to collection which has only 10 documents - Change `Page size` to 10 in toolbar - Run query `SELECT * FROM c` - Click on...

P3
external
enhancement
NoSQL

How to reproduce: - Connect to collection with more than 100 records - Change `Page size` to 10 - Run query `SELECT TOP 30 * FROM c` - Switch to...

bug
external
NoSQL

Fixes #2437 - Deleted documents highlighted by line-through decoration - No actions with deleted rows ![image](https://github.com/user-attachments/assets/b1abff98-9a44-47f5-a367-39c53cb410d0) ![image](https://github.com/user-attachments/assets/a641bd70-e38c-4993-8d68-b43254017462) ![image](https://github.com/user-attachments/assets/6d051ee8-75f9-4c4f-9323-3d360bcbe661) ![image](https://github.com/user-attachments/assets/5928ba4f-a01c-4ff6-9ab9-d769c130588e)