Cheena Malhotra
87571b2706
Support placeholder text for connection dialog options ( #22693 )
2023-04-13 15:08:12 -07:00
Cory Rivera
8aade56214
Use column names as keys for table data in SQL cell outputs ( #22688 )
2023-04-13 13:26:12 -07:00
Christopher Suh
897f026d1e
Firewall Dialog Account/Tenant Selection ( #22695 )
...
* preselect account in firewall dialog from connection details
* cleanup
* fix element reference
* add initial tenant selection
* fix compile & cleanup
* pr comments
* change to private
2023-04-12 15:59:31 -07:00
Charles Gagnon
df88d881c5
Remove disposable from connection ( #22687 )
...
* Remove disposable from connection
* Remove from group
2023-04-11 15:27:01 -07:00
Aasim Khan
577d99e790
Fixing dup connections ( #22670 )
2023-04-11 14:16:59 -07:00
Aasim Khan
5ae0e3a503
Removed parent override ( #22648 )
2023-04-06 15:26:50 -07:00
Alan Ren
2ee7c2649d
reduce toolbar space ( #22647 )
...
* reduce toolbar space
* feedback
2023-04-06 14:56:48 -07:00
Charles Gagnon
df1accf918
Improve missing placeholder warning message ( #22630 )
...
* Improve missing placeholder warning message
* stringify
2023-04-05 11:42:26 -07:00
Aasim Khan
958a3f85e5
Enabling async server tree in insiders ( #22596 )
2023-04-03 17:15:52 -07:00
Alan Ren
61b3285eaf
make table keyboard shortcuts configurable ( #22582 )
...
* make table keyboard shortcuts configurable
* fix error
* new slickgrid version
* add comment
* tree grid
2023-04-03 13:21:00 -07:00
Aasim Khan
38a3312cb6
Fixing edited connections not working for root in Async Server Tree ( #22580 )
...
* Fixing edited connections not working for root
* Fixing comment
2023-04-03 11:58:19 -07:00
Alan Ren
2a14562ec7
update parse query action ( #22577 )
...
* update parse query action
* revert export notebook change
* comment
2023-03-31 18:24:47 -07:00
Alex Ma
0f21ecd531
Add fix to enter press on last row of Edit Data. ( #22351 )
...
* added fix to enter on null row for edit data
* added fix to displayValue after new row is added
* added suggested changes and fixes
2023-03-31 18:09:34 -07:00
Cory Rivera
1dbb2211e3
Use blue icon for dashboard New Notebook task ( #22568 )
2023-03-31 16:06:50 -07:00
Cheena Malhotra
152eb32278
Fix saving profile from Azure tree nodes ( #22518 )
2023-03-31 11:58:49 -07:00
Aasim Khan
d49ff85afc
Fixing connection without saved password not connecting in Async Server Tree ( #22535 )
2023-03-31 09:19:01 -07:00
Aasim Khan
a1acaf2096
Adding caching in OE service ( #22539 )
2023-03-31 09:18:36 -07:00
Alan Ren
6cc5e9a70d
fix object management dialog's validation issue ( #22556 )
...
* fix validation issue
* make message optional
* fix errors
2023-03-31 07:59:38 -07:00
Aasim Khan
4ff16885c1
Cleaning update children logic in async server tree ( #22550 )
2023-03-30 15:17:45 -07:00
Cory Rivera
621f390eef
Add New Notebook task to server and database dashboards. ( #22548 )
2023-03-30 12:41:03 -07:00
Aasim Khan
2a9705c495
Fixing async server tree ( #22511 )
...
* Changing look of new OE
* Fixing styling
* Fixing moving of connected profile
* Fixing drag and drop where treenodes delete connection nodes
* Fixing Deleting and disconnecting in AsyncServerTree
* Adding constant for OE timeout
* Updated interfaces
* Removing test compilation errors
* Fixing most events in async server tree
* Fixing connection pane styling
* Fixing find node function
* Fixing some more operations
* Fixing some ops
* All operations done
* Fixed active connections
* Fixed data source
* Adding support for setting parents
* code cleanup
* Fixing icon styling issues
* Fix errors
* Fixing comment
* Fixing spacing
* Adding explanation to OE service.
* Reverting server delegate changes
* Reverting styling
* reverting more styling change
* reverting more styling
* Fixing has children
* Fixing drag and drop to tree nodes
* fixing drag and drop
* reverting timing
* fixing drag and drop
* cleaning some code
* Fixed server and group moving
* spell check
* consolidating some logic
* Fixed whitespace
* fixing moving to root group
2023-03-29 13:59:35 -07:00
Cheena Malhotra
e70865ff20
Send telemetry with Auth Library when adding/refreshing account ( #22506 )
2023-03-29 11:56:56 -07:00
Charles Gagnon
2ccd7405c0
Promote some proposed typings ( #22508 )
2023-03-29 09:06:44 -07:00
Alan Ren
afafee844c
fix notebook serialization issue for non-mssql providers ( #22504 )
...
* use mssql as notebook serialization provider
* comment
* use fallback
2023-03-28 21:34:38 -07:00
Hai Cao
83e35ad7f8
fix hover for cells with null value ( #22507 )
2023-03-28 20:19:15 -07:00
Aasim Khan
f60bd1335c
Adding promises and operation timeouts to fix race conditions and infinite loading in OE ( #22475 )
...
* Adding promises and operation timeouts to fix race conditions
* cleaning up logic
* Update src/sql/workbench/services/objectExplorer/browser/objectExplorerService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/services/objectExplorer/browser/objectExplorerService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Fixing promise type
* Reverting back to old error logic
* Making onsessioncreated async
* Removed polling and converted to event based
* removing connection variable out of promise
* Combining promises
* Update src/sql/workbench/services/objectExplorer/browser/treeUpdateUtils.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Fixing error messages and localizing user facing errors
* Fixing error message
* localizing config
* Update src/sql/workbench/services/objectExplorer/browser/objectExplorerService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/services/objectExplorer/browser/objectExplorerService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/services/objectExplorer/browser/objectExplorerService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Update src/sql/workbench/services/objectExplorer/browser/objectExplorerService.ts
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
* Fixing comment
---------
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2023-03-28 18:36:45 -07:00
Charles Gagnon
5c6ea2890a
Switch "Install" to "Download" for downloaded extensions ( #22498 )
2023-03-28 15:35:43 -07:00
Aasim Khan
3aee3f006a
Fixing icon styling in tree ( #22490 )
2023-03-28 09:23:15 -07:00
Cory Rivera
97eb69477e
Remove unused files in sql and extensions folders ( #22444 )
2023-03-27 16:40:32 -07:00
Aasim Khan
e80c6f2dcb
Fixing async tree styling ( #22458 )
2023-03-27 13:16:23 -07:00
Alan Ren
86e6b42bdc
select the row on double click ( #22456 )
...
* select row on double click
* skip row number column
2023-03-24 20:10:05 -07:00
Alan Ren
35cb233851
support default action for OE node ( #22455 )
...
* support default action for OE node
* fix floating promise
2023-03-24 20:09:48 -07:00
Kim Santiago
31ac636222
make screenreader announce task status ( #22434 )
2023-03-24 11:14:10 -07:00
Cheena Malhotra
d5c495f05a
Address Secure enclaves feedback to show required indicator optionally ( #22428 )
2023-03-24 09:57:32 -07:00
Christopher Suh
14ea5e9dd7
fix logic ( #22405 )
2023-03-22 12:57:49 -07:00
Charles Gagnon
ed37ad315f
Clean up buildConnectionInfo ( #22407 )
...
* Clean up buildConnectionInfo
* Add test and cleanup
2023-03-22 12:54:29 -07:00
Cory Rivera
9f435e271a
Establish connection after running New Notebook from Azure data explorer view ( #22408 )
2023-03-22 12:53:03 -07:00
Cheena Malhotra
a3e77c674c
Address console warnings with new connection dialog ( #22293 )
2023-03-22 12:31:25 -07:00
Vsevolod Kukol
e3135aca4c
Preserve name and group when using Connection String ( #22341 )
2023-03-22 07:55:18 -07:00
Kim Santiago
21bb7eb482
add aria label for checkboxes in declrative table ( #22393 )
2023-03-21 16:35:28 -07:00
Charles Gagnon
62ece298cc
Some MSSQL strict null check fixes ( #22383 )
2023-03-21 16:10:57 -07:00
Hai Cao
ffc7f05c10
Add background color for null cell in query editor result grid ( #22370 )
2023-03-20 15:55:57 -07:00
Aasim Khan
f9e72b0d93
Fixing connection group change for connections ( #22379 )
2023-03-20 15:37:47 -07:00
Alan Ren
aa47729f90
fix find parent node issue ( #22356 )
...
* fix find parent node issue
* sts update
* fix errors
* pr comments and a fix
2023-03-20 08:20:11 -07:00
Kim Santiago
931c44ac41
add ariaLive to publish options description ( #22338 )
...
* add ariaLive to publish options description
* use correct string and update typings
* update type
* remove comment update
* create type AriaLiveType
* update MockInputBoxComponent with AriaLiveValue
* update azdata-test and add comment
2023-03-16 16:08:24 -07:00
Alan Ren
20cf2489a2
support rename for login, user and a few other types ( #22331 )
...
* rename object
* add comment
* use URN property
* vbump STS
* revert loc string change
* fix name check
* pr comments
2023-03-16 15:00:07 -07:00
Aasim Khan
f0a5d296bf
Fixing new connections not expanding in object explorer. ( #22307 )
...
* Fixing new connection node not expanding in OE
* Fixing new connections not expanding and fixing expand request not resolving because of some provider error.
* Fixing test
* Adding a setting for node expansion timeout
* Not saving when loading tree based connections
* Adding some logs
* Removing special casing for mssql provider
* Missing providers
* Adding user toast for node expansion timeout
* Adding notification service to test
* Fixing node type for mssql
* remove polling
* Fixing onNodeStatus
* Fixing stuff
* consolidating functions
* Consolidating resolve logic
* removing extra try catch
* code cleanup
* adding size checks
* Removing commented code
* Ignoring errors from other sessions and nodepaths.
2023-03-14 10:50:46 -07:00
Alan Ren
653293aad9
fix action bar size ( #22301 )
2023-03-10 14:39:45 -08:00
Alex Ma
344ca478ef
Fix for Edit Data grid newline on multiline strings ( #22269 )
...
* Fix for newline replacement
* added proper null regex and null character check
* removed cell class
* removed unnecessary function
* revert back to old check
* change onbeforeeditcell
* small fix to typo in onBeforeEditCell
* made changes based on feedback
* added comments clarifying isDBCellValue
2023-03-09 16:10:31 -08:00
Cheena Malhotra
f51fe75397
Null & Error handling in Azure core ( #22259 )
2023-03-09 14:34:39 -08:00