Commit Graph

4067 Commits

Author SHA1 Message Date
Cheena Malhotra
4144c7302e Remove notification dialogs (#23453) 2023-06-23 07:33:30 -07:00
Alan Ren
c82424b788 update the scripting error notification (#23449) 2023-06-22 11:17:23 -07:00
Alex Ma
ef8164e5c2 Changed connection title generation to use getConnections (including recent and saved). (#22954)
* remove advanced options for table designer and notebook Actions title (unnecessary in usage context)

* Revert "remove advanced options for table designer and notebook Actions title (unnecessary in usage context)"

This reverts commit e30aee5151319863aebbb4738fb30354c179c2c5.

* added changes based on feedback

* added null check and updated tests

* WIP change to connection title generation

* WIP connection management service update

* fix to connectionManagementService test

* fix editorConnectionTitles

* renamed nondefault to distinguishing options

* use stored connections for options

* removed erroneous connection name set to null

* added title by ID search for title generation

* Add recent connection title

* added fix for stub bug

* added child title options appended

* WIP rework of getEditorTitle

* more work done

* WIP changes for 5-2-2023

* moved server info to generate titles.

* added reworked title generation

* added working active connection title generation and cleanup

* added comments to argument

* remove unnecessary spaces

* added id fix assign

* added fromEditor save

* Revert "Revert new connection string format (#22997)"

This reverts commit 898bb73a34.

* added small fix to tests and exclude empty properties

* made small fixes for tests

* update expected ID

* added support for old password key and removed empty options

* added in authenticationType core property

* fix for whitespace indentation

* added connection save profile to thing

* made some small fixes to connection options

* added small change to connectionDialogService

* added nullcheck for saveProfile

* added negation for connection saveProfile

* remove duplicate editor title generation

* added edit profile handling for titles

* Cleanup serverCapabilities property

* fixed dependency issues

* removed connectionproviderproperties

* added fix for treeupdateutils

* made update to title generation

* added recent connections change

* Revert "Cleanup serverCapabilities property"

This reverts commit 2c7b94f98cabddb34116dcdd83177614a484c026.

* added dashboard text and fix for connection store test

* added group name to end also temporary added dashboard changes based on feedback

* added in new SQL version

* added fix to edit connections

* added clarifying information to title generation

---------

Co-authored-by: Cheena Malhotra <cmalhotra@microsoft.com>
2023-06-21 09:59:58 -07:00
Alan Ren
a366b2fa7f show progress for scripting actions (#23435) 2023-06-21 07:56:32 -07:00
Aasim Khan
b028d12577 Upgrading chartjs to 4.3 and removing ng2-charts from modelview (#23398)
* Upgrading chartjs

* Upgrading charjs in exthost and removing ng2-charts

* Updating lock file

* Fixing paths in workbench for new chartjs

* Removing more any

* Removing more any

* Fixing colors

* Fixing more stuff

* Updating distro hash
2023-06-20 18:03:56 -07:00
Alex Ma
f36ed0bb02 Added fix to regex for string escape (#23421)
* added fix to escape switch

* added fix to regex
2023-06-19 17:36:34 -07:00
Alex Ma
97bb8ae2a4 added fix to escape switch (#23416) 2023-06-19 14:16:08 -07:00
Alan Ren
7a7a38dd24 Query Management log message update (#23395) 2023-06-15 21:01:15 -07:00
Cheena Malhotra
f6e70d28c9 Introduce Tenant hierarchy in Azure resource tree for multi-tenant accounts (#23311) 2023-06-13 21:23:00 -07:00
Alan Ren
d983355374 query result selection summary improvement (both perf and usability) (#23378) 2023-06-12 20:07:11 -07:00
Charles Gagnon
e58f3ff277 Refactor Notebook cell toolbar dropdown actions (#23369) 2023-06-12 13:01:12 -07:00
Charles Gagnon
d857ddb54b Fix table designer parameter typings (#23375) 2023-06-12 10:51:42 -07:00
Hai Cao
437f216cda Auto-refresh OE with table designer (#23370) 2023-06-12 09:16:41 -07:00
Aasim Khan
604c1e7861 Adding aria-labels to checkbox cells in declarative table (#23204) 2023-06-09 15:28:53 -07:00
Alan Ren
58082402aa enable provider/extension side copy to clipboard support (#23363)
* improve copy data experience

* add copy result handler

* refactoring

* updates

* add thirdparty notice for TextCopy nuget package

* add await

* comments
2023-06-09 14:24:45 -07:00
Charles Gagnon
80b733ebe0 Cleanup Notebook actions (#23368)
* Cleanup Notebook actions

* Comments
2023-06-09 12:48:38 -07:00
Alan Ren
54b12da330 add copy results to query provider (#23357)
* add copy results to query provider

* mark as optional

* fix test stub

* Update src/sql/azdata.proposed.d.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* address comments

* update return type

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-06-08 15:06:23 -07:00
Cheena Malhotra
50db8578b9 Hide tenant dropdown until account is refreshed (#23346) 2023-06-08 09:46:35 -07:00
Alan Ren
8c2c38c859 improve copy data experience (#23345)
* improve copy data experience

* Update src/sql/workbench/services/query/common/gridDataProvider.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-06-07 18:30:29 -07:00
Vsevolod Kukol
e0d5cd18b9 Support for MongoDB clusters / vCore (#22512)
* Initial support for MongoDB clusters / vCore

* Get cluster connection string from arm

* Preserve Azure account for any auth type

When a service has been selected through the Azure
browser, we want to preserve the Azure account
information even if a different authentication has
been selected. This allows doing ARM operations
using the signed in Azure account for any resources
including those with a different login types such
as clusters.
2023-06-07 15:38:35 -07:00
Cheena Malhotra
a1ab537094 Fix broken native command line argument support (#23312) 2023-06-07 00:37:49 -07:00
Aasim Khan
9b94f82b2e Adding status message for connection and connection group deletion. (#23325) 2023-06-06 20:35:10 -07:00
Cheena Malhotra
85dcec51ac Handle error cases properly (#23322) 2023-06-06 08:18:49 -07:00
Alan Ren
02a62a430f handle Excel limits (#23321) 2023-06-05 19:07:30 -07:00
Alan Ren
ee112714e8 handle long text cells (#23320) 2023-06-05 12:50:56 -07:00
Aasim Khan
d759346509 Fixing icon (#23314) 2023-06-05 09:11:36 -07:00
Alan Ren
34268a1190 fix aria label for message items (#23283) 2023-06-01 10:04:36 -07:00
Aasim Khan
30edf8d57b Fixing copy headers (#23280) 2023-05-31 22:25:41 -07:00
Aasim Khan
c16fce3ab9 Removing inline actions from context menu in OE (#23281) 2023-05-31 21:33:02 -07:00
Karl Burtram
b0c27baa15 Add back getOptionsKey test that was reverted (#23274)
* Add back getOptionsKey test that was reverted

* Add serverCapabilities to the IConnectionProfile object
2023-05-31 17:59:18 -07:00
Charles Gagnon
a7ed867066 Remove checked in compiled files (#23277) 2023-05-31 16:57:38 -07:00
Charles Gagnon
50e08e11df Add back common extension linting rules (#23271)
* Add back common extension linting rules

* Fix lint issues
2023-05-31 14:31:00 -07:00
Karl Burtram
631461494f Add getOptionKeyIdNames to IConnectionProfile (#23262) 2023-05-31 09:00:30 -07:00
Alan Ren
53250c6bc4 customize loading status message (#23247)
* customize loading status message

* Update extensions/mssql/src/ui/localizedConstants.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Update extensions/mssql/src/ui/localizedConstants.ts

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

---------

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2023-05-30 13:23:38 -07:00
Karl Burtram
743bd00464 Remove debugService dependency from Open View (#23246) 2023-05-30 11:59:07 -07:00
Alan Ren
f4d5ab616c add objects dialog (#23243) 2023-05-30 09:53:44 -07:00
Alan Ren
36c8945f1e fix link cell not working issue (#23223) 2023-05-25 13:30:44 -07:00
Alan Ren
57e34d5181 fix missing actions issue (#23215) 2023-05-25 10:05:46 -07:00
Alan Ren
3e2fadd778 rename commands (#23212) 2023-05-25 10:05:26 -07:00
Alan Ren
e62486bee6 fix query result grid shortcut keys (#23206)
* fix query result grid shortcut keys

* add comment
2023-05-24 21:41:00 -07:00
Charles Gagnon
55cedb810d Clean up typings file (#23200)
* Clean up typings file

* Fixes
2023-05-24 15:44:33 -07:00
Aasim Khan
a1c5adf4b2 Adding visual label to find node widget (#23197) 2023-05-24 10:21:38 -07:00
Aasim Khan
3bec68b860 Fixing server group styling (#23144)
* Fixing server group styling

* Hiding border when the tree item are selected focused or hovered

* Fixing styles and re-enabling guides

* removing unused import

* Fixing indicator width
2023-05-22 09:53:47 -07:00
Alan Ren
5356cd7748 fix normal dialog vertical scrolling issue (#23177) 2023-05-19 16:51:55 -07:00
Aasim Khan
e322641538 Fixing OE nodes error handling. (#23172) 2023-05-19 08:49:13 -07:00
Alan Ren
da032cf6f1 sort table by keyboard (#23171) 2023-05-18 20:36:06 -07:00
Alex Ma
89386c9c11 Fix for database name in connection details after changing database (#22376) 2023-05-18 14:34:54 -07:00
Charles Gagnon
d3f1d594e9 Fix backup/restore dialog titles not updating (#23164)
* Fix backup/restore dialog titles not updating

* Don't cast
2023-05-18 10:58:56 -07:00
Aasim Khan
63f36594db Fixing group name in edit connection dialog (#23010)
* Fixing group name in edit connection dialog

* Fixing test

* adding back group name

* Keeping old apis the same
2023-05-17 17:22:43 -07:00
Alan Ren
7c221983f1 update install vsix prompt to include license terms (#23149) 2023-05-16 22:37:07 -07:00