Aasim Khan
3a8cdd8440
Updating integration test script and adding additional logging. ( #20710 )
...
* killing all sub proc
* Updating file to match vscode
* Adding addtional logging
* Removing inaccurate echo
2022-10-06 16:05:56 -07:00
Raymond Truong
d746aa0fba
Fix incorrect instance level warnings showing for SQL DB/MI ( #20758 )
2022-10-06 14:13:36 -07:00
Lewis Sanchez
f046129515
Adds not equal operator and expands unequal collapsed header rows ( #20737 )
...
* Adds not equal operator and expands unequal collapsed prop rows
* Minor clean up.
2022-10-06 13:45:04 -07:00
Alex Hsu
454fb1d6a5
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20221006154842359. ( #20752 )
2022-10-06 10:37:10 -07:00
brian-harris
7c6effb9cc
Revert "remove Last Backup colum on assessment db list. ( #20728 )" ( #20745 )
...
This reverts commit ee386e7382 .
2022-10-06 12:59:47 -04:00
Charles Gagnon
cf03516d2d
Bump engine version for query-history ( #20755 )
2022-10-06 09:38:21 -07:00
Lewis Sanchez
65a3bd7491
Shows not equal operator when comparing non-null props to null props ( #20740 )
2022-10-05 18:49:06 -07:00
Lewis Sanchez
6ea75bb538
Removes summary section from plan comparison properties view ( #20735 )
2022-10-05 18:48:53 -07:00
junierch
ee386e7382
remove Last Backup colum on assessment db list. ( #20728 )
...
* remove Last Backup colum on assessment db list.
* column cleanup
2022-10-05 18:37:36 -07:00
Alex Ma
f59ed49b2a
[Loc] sql and sql-migration xlf updates ( #20744 )
2022-10-05 17:18:41 -07:00
Raymond Truong
5da4f449d4
[SQL Migration] Fix assessment UI issues ( #20733 )
...
* Clarify assessment results in card
* Fix incorrect number of dbs ready for migration without issues to MI
* Fix SQL DB assessment results incorrectly greying out dbs with MI blocking issues
* Update error banner for blocked databases
* Reword error message
2022-10-05 16:57:49 -07:00
Kim Santiago
1e89df8955
add 160 system dacpacs and update Azure master dacpac ( #20732 )
2022-10-05 14:57:03 -07:00
Charles Gagnon
7b05194e77
Add app quality to extension API ( #20731 )
...
* Add app quality to extension API
* Comment
* Special case rc1 to stable
2022-10-05 14:42:23 -07:00
Benjamin Russell
29daa72ef1
Give saveAsExcel its own config options ( #20647 )
...
Co-authored-by: Ben Russell <russellben@microsoft.com >
2022-10-05 09:40:00 -07:00
Charles Gagnon
60c1c8a89f
Update ads-extension-telemetry to 1.3.1 ( #20724 )
...
* Update ads-extension-telemetry to 1.3.0
* fix
2022-10-04 23:06:53 -07:00
Alex Ma
08341c70fd
[Loc] removed missing string in sql.xlf ( #20725 )
2022-10-04 16:54:10 -07:00
Charles Gagnon
7ebcb21879
Add query history telemetry ( #20722 )
...
* Add query history telemetry
* Update property name
* Only send on success
* Update name
2022-10-04 15:43:38 -07:00
Alex Ma
f511536a0f
[Loc] first xlf update of the day for 10-4 ( #20721 )
2022-10-04 11:07:36 -07:00
Alan Ren
2df3f1a161
Remove preview flag for table designer ( #20720 )
...
* remove the preview flag for table designer feature
* sqlproj
2022-10-04 10:58:44 -07:00
Alex Hsu
102888b964
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20221004153807318. ( #20719 )
2022-10-04 09:40:09 -07:00
Alex Hsu
6ef99bea69
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20221002155335272. ( #20706 )
...
Co-authored-by: Alex Ma <alma1@microsoft.com >
2022-10-04 09:39:39 -07:00
Alex Hsu
9fc285dd09
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20221001154740767. ( #20704 )
2022-10-04 09:31:23 -07:00
Lewis Sanchez
5e48cb99e1
Fixes bug around sorting equal and unequal properties ( #20702 )
...
* Fixes bug around sorting equal and unequal properties
* Uses deepClone to deepCopy objects
* Code review changes
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-10-03 23:10:45 -07:00
Alan Ren
16721cac00
fix web build ( #20718 )
...
* add logging
* new version with more logging
* fix downloader
* update more extensions
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-10-03 19:34:04 -07:00
brian-harris
66bb40c627
remove preview from sql db target references ( #20690 )
...
* remove preview from sql db target references
* update "Azure recommendations" label
* handle missing target tables
2022-10-03 18:39:43 -07:00
Charles Gagnon
3df9985aff
Add loading text to query history view ( #20717 )
...
* Add max entries to query history
* Update query history README
* Add loading text to query history view
* add comment
2022-10-03 18:21:40 -07:00
Charles Gagnon
266326252a
Update Query History README ( #20716 )
...
* Add max entries to query history
* Update query history README
2022-10-03 16:19:02 -07:00
Charles Gagnon
dd0e8fed2e
Fix query history context item ( #20714 )
2022-10-03 16:07:44 -07:00
Charles Gagnon
6322a37152
Add max entries to query history ( #20715 )
2022-10-03 15:42:44 -07:00
Charles Gagnon
4bd2befefe
Use ADS name for telemetry log ( #20713 )
2022-10-03 14:07:46 -07:00
Lewis Sanchez
f521d7cc63
Query Execution Plan Expensive Operator Highlighting ( #20579 )
...
* Boilerplate for new context menu options
* Enables checkmarks for expensive operator context menu actions
* Updates azdataGraph version to 0.0.44
* Adds clearing logic to actions and retrieves additional info from nodes
* Removes unnecessary actions that aren't supported by other providers
* Finishes setting up the rest of the context menu actions
* Corrects context menu action label
* Defines new widget type for finding expensive operations
* Adds TODO for class icon name
* Creates action to open the expensive operation widget
* Adds escape and enter key shortcuts to findExpensiveOperation widget
* Styles find expensive operation widget
* Corrects class name for finding expensive operator action
* Corrects import statement.
* Code clean up
* Bumps azdataGraph version to 0.0.45
* Adds an info box for when a metric doesn't find any nodes
* Adds label to find expensive operator widget
* Invokes dispose when widget controller removes widget
* Implements disposable in all execution plan widgets.
* Adds off action to clear highlighting
* Adds a default setting and default prompt for highlighting metric
* Fixes not all code paths return error
* Removes shortcut key from text for widget actions
* Adds enum description
* Removes added dictionary type, and renames class name
* Removes unnecessary null checks
* Removes cost metric dictionary and adds corresponding properties
* Code review changes
* Removes incorrectly implemented key down event for widget.
* Renames widget and action class names for highlighting expensive ops
* File rename
* Cleans up labels to better reflect highlight action
* Removes hardcoded button width style and sets it to auto
* More clean up
* Clean up import statement
* Code review changes
* Drop down list only shows available metrics
* Updates highlight expensive operation icon
* Update STS version
2022-10-03 12:32:39 -07:00
Christopher Suh
d0cab10cc9
revert redirect uri bc it is not used by us ( #20705 )
2022-10-03 02:03:21 -04:00
Alan Ren
1df976d79d
upgrade service downloader ( #20703 )
...
* use new service downloader
* update other extensions
* fix errors
2022-10-02 20:30:53 -07:00
Charles Gagnon
85dc506a3c
Add AuthenticationType enum to typings ( #20699 )
...
* Add AuthenticationType enum to typings
* fix
* const
* Add comments
* fix comment
* remove unused
2022-09-30 16:49:36 -07:00
Charles Gagnon
d6d75d8817
Add query history persistence ( #20700 )
...
* initial
* Fix and revert secret storage changes
* persist to file
* Add debounce and write on dispose
* Fix run
* No ext dependencies and show warning message
* Remove test stuff
* comments
* Fix tests and console logs
2022-09-30 16:48:55 -07:00
Cheena Malhotra
3aa416df6d
Fix default SQL Login prompts in SQL Servers under Azure Tree ( #20689 )
2022-09-30 12:31:34 -07:00
Alex Hsu
60d49511bc
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220930154803138. ( #20698 )
2022-09-30 11:07:28 -07:00
Aasim Khan
2a9c0a6935
Fixing filter stylings ( #20685 )
2022-09-30 10:00:13 -07:00
Christopher Suh
2a3e41e821
Update redirect-uri to localhost ( #20692 )
...
* wip
* change clientId
* change redirect-uri to localhost
* change clientId to staging env
* wip, using ppe endpoint
* management-preview
* change back management endpoint
* localhost/redirect
* wip
* route redirect
* change back to prod endpoints/clientId
* add error handling
2022-09-30 11:59:53 -04:00
Alan Ren
98320584a2
fix typos ( #20695 )
2022-09-29 20:58:11 -07:00
Alex Ma
337cadaf95
[Loc] added sql xlf update ( #20694 )
2022-09-29 16:31:03 -07:00
Lewis Sanchez
7c83739c25
Reorganized Execution Plan Comparison Properties View ( #20673 )
...
* Adds summary view to comparison properties view
* Equal rows are collapsed at the bottom of the properties view window
* Variable rename
* Variable rename
* Adds row header for equal properties.
* Adds middle column with diff icon to comparison properties table
* Resolves hygiene issue
* Code review changes
* Fixes undefined error bug
* Adds styles to less than and greater than codicon's
* Changes equivalent properties collapsed header
* Removes unnecessary check
* Integrates alphabetical and importance sorting to equivalency sorting
2022-09-29 13:53:10 -07:00
Hai Cao
69517b5ae0
bump STS to bring in table designer fixes ( #20686 )
2022-09-29 11:13:06 -07:00
Alex Hsu
c77caa343e
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220929154610286. ( #20691 )
2022-09-29 10:24:01 -07:00
Christopher Suh
791443ddb7
Improve the tenant logging ( #20688 )
...
* added tenant response logging
* add headers to logging
* throw error after tenant response failure
2022-09-28 22:27:02 -07:00
Alex Hsu
36dabcbd96
Juno: check in to lego/hb_04604851-bac4-4681-9f74-73de611d6e48_20220928153802150. ( #20683 )
2022-09-28 15:48:50 -07:00
Maddy
2214711445
add unstable tag ( #20684 )
2022-09-28 14:17:46 -07:00
Charles Gagnon
603ae9b94c
Fix queryDocument.connect ( #20682 )
...
* Fix queryEditor.connect
* Remove decorator
* undo
* fix test
* Use connectionProfile for comparison
* remove unused
* Remove helper method
2022-09-28 11:28:58 -07:00
Aasim Khan
02697105f5
Fixing row selection and styling in select column ( #20670 )
2022-09-27 15:55:55 -07:00
Alex Ma
8ea0e34751
[Loc] sql-migration update ( #20681 )
2022-09-27 15:36:17 -07:00