Alan Ren
2aed4e76e3
error handling for browse azure resources ( #15291 )
...
* custom error for throttling
* remove unused imports
2021-04-29 17:06:16 -07:00
Kim Santiago
020bc738cc
fix DW project build ( #15287 )
2021-04-29 14:48:01 -07:00
Aasim Khan
e00d48c210
Adding telemetry framework to migration extension ( #15284 )
...
* Adding telemetry to sql-migration
* Adding some telemetry helper functions
* removing unncessary telemetry
* removing unncessary imports
* Changing name of telemetry sender methods and removing unused functions.
* Removing extra whitespace
* Fixing a typo
2021-04-29 14:00:44 -07:00
Alan Ren
8d482a06e8
fix smoke test failure ( #15276 )
...
* add logging
* fix
* remove logging
* comment out code and add comments
2021-04-29 11:36:42 -07:00
Kim Santiago
cbe128dd6c
bump version for schema compare and sql database projects ( #15285 )
2021-04-29 11:32:13 -07:00
Barbara Valdez
fd0a0ec2b0
replace notebook tab icon ( #15282 )
2021-04-29 11:31:45 -07:00
Hai Cao
a0bf5df79d
Use a different config name for connection sorting ( #15275 )
...
* use a different sort config name
2021-04-29 10:52:35 -07:00
Charles Gagnon
ddf092462d
Bump arc version ( #15283 )
2021-04-29 10:07:31 -07:00
Sakshi Sharma
e695a01538
Update Schema Compare dialog to start a new connection ( #15193 )
...
* Update SC dialog to start a new connection
* Functionally complete
* Fix target db to pick correct database
* Address comments
* Added test+fixed one missing scenario
* Address comments + add one more test
2021-04-29 09:53:38 -07:00
Alan Ren
e42da81005
connect dialog telemetry ( #15267 )
...
* add connection dialog telemetry
* reset source
* add to correct place
2021-04-28 14:44:31 -07:00
Charles Gagnon
659fa2f78d
Add back in documentdb dependency ( #15265 )
...
* Add back in documentdb dependency
* Use original version
2021-04-28 12:40:02 -07:00
Charles Gagnon
be8a55cef0
Add back open view keybindings ( #15264 )
2021-04-28 12:17:36 -07:00
Hai Cao
9bc1797e88
add sorting option for saved connections ( #15229 )
...
* add sort by name option for saved connections and groups
2021-04-28 11:41:09 -07:00
Karl Burtram
13ab2bc487
Bump SQL Tools Service to 3.0.0-release.97 ( #15258 )
2021-04-28 11:01:55 -07:00
Charles Gagnon
57cd25fab9
Fix dipose "method not implemented" errors in MainThread API classes ( #15257 )
2021-04-28 09:39:04 -07:00
Alan Ren
2cf15b51f9
add nowrap to tree label ( #15260 )
2021-04-28 00:10:48 -07:00
Kim Santiago
da37cf6ec6
Expose sql project apis ( #15239 )
...
* make project variables private and add getters
* expose project in sqlproj.d.ts
* add more comments
* change to ISqlProject
2021-04-27 17:35:27 -07:00
Charles Gagnon
f29d7308ff
bump distro ( #15249 )
2021-04-27 16:03:56 -07:00
Karl Burtram
867a963882
Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 ( #14883 )
...
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8
* Bump distro
* Upgrade GCC to 4.9 due to yarn install errors
* Update build image
* Fix bootstrap base url
* Bump distro
* Fix build errors
* Update source map file
* Disable checkbox for blocking migration issues (#15131 )
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
* Remove duplicate tsec command
* Default to off for tab color if settings not present
* re-skip failing tests
* Fix mocha error
* Bump sqlite version & fix notebooks search view
* Turn off esbuild warnings
* Update esbuild log level
* Fix overflowactionbar tests
* Fix ts-ignore in dropdown tests
* cleanup/fixes
* Fix hygiene
* Bundle in entire zone.js module
* Remove extra constructor param
* bump distro for web compile break
* bump distro for web compile break v2
* Undo log level change
* New distro
* Fix integration test scripts
* remove the "no yarn.lock changes" workflow
* fix scripts v2
* Update unit test scripts
* Ensure ads-kerberos2 updates in .vscodeignore
* Try fix unit tests
* Upload crash reports
* remove nogpu
* always upload crashes
* Use bash script
* Consolidate data/ext dir names
* Create in tmp directory
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: Christopher Suh <chsuh@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-27 14:01:59 -07:00
Lucy Zhang
7e1c0076ba
Try to make smoke tests more stable ( #15212 )
...
* make sure dialog buttons are not disabled
* use 'enter' to close connect dialog
* retry clikcing the Connect button
* wait for dialog gone after reclicking
* pr comments + add logging
* use debug to log
* close toasts before clicking dialog buttons
* await close notification toast call
* click python wizard buttons instead of enter
2021-04-27 13:53:17 -07:00
Vasu Bhog
c66a8ca171
fix parameterized notebook output ( #15233 )
2021-04-27 12:40:49 -07:00
Aasim Khan
c150f79eb4
Updating handle bars to 4.7.7 to fix a component governance issue ( #15246 )
2021-04-27 01:34:37 -07:00
Alan Ren
0ed2a5d431
fix result selection summary issues ( #15245 )
2021-04-26 23:07:55 -07:00
Charles Gagnon
a086ad6ff1
Update what-is link for linux installers ( #15242 )
2021-04-26 17:16:22 -07:00
Charles Gagnon
ef57812a95
Arc april updates ( #15237 )
...
* Enables being able to view and edit Coordinator node scheduling params (#15114 )
* Trying to save per role settings
* Updated spec
* Cleaning up
* Removed unneccessary code and comments
* Added separate type for { w?: string, c?: string}, PR fixes
* Added methods to refresh mr,ml,cr,cl versus per role
* Fixed spec
* Put back optional properties, removed passing empty string to reset scheduling params
* Spacing
* vBump arc
* Included roles in fake show output for testing (#15196 )
* Update arc specs (#15225 )
* Update azdata Arc specs to match April azdata
* vcores -> cpu
* fix spacing
* Consolidate types and update storage volumes
* Fix compile
* Update min azdata version
Co-authored-by: nasc17 <69922333+nasc17@users.noreply.github.com >
Co-authored-by: nasc17 <nasc@microsoft.com >
2021-04-26 16:20:27 -07:00
Alan Ren
1e42f0b923
enable inline actions for connection dialog's browse tab ( #15227 )
...
* enable inline actions
* comments
2021-04-26 14:01:00 -07:00
Vaggelis Sotiropoulos
3e4f687862
ISSUE10685 - Edits schemaCompareDialog to show connectionName if provided ( #15152 )
...
* ISSUE10685 - Edits schemaCompareDialog to show connectionName if provided
* ISSUE10685 - Edits to not show user if connectionName
* ISSUE10685 - Shows connection name is schema compare launched from db
* ISSUE10685 - Shows connection name in schema compare window
* ISSUE10685 - Edits utils tests
* ISSUE10685 - Edits schemaCompare test
* ISSUE10685 - Adds/Edits specs
* ISSUE10685 - Changes let to const
2021-04-26 11:11:43 -07:00
Aasim Khan
463ea0b46b
Fixing the disabled next button on migration wizard ( #15226 )
...
* Fixing the next button disabled on wizard
* vbump extension
2021-04-23 17:05:23 -07:00
Alan Ren
222d8e12f4
a couple more table filter improvements ( #15219 )
...
* a few more fixes
* revert sortcolumn
* fix hygiene error
* add comment
2021-04-23 15:24:07 -07:00
Christopher Suh
9fabf85fe2
Fix VM Page displaying MI assessment results ( #15190 )
...
* fix vm page displaying mi assessment results
* vm page fix
2021-04-23 12:07:17 -07:00
Maddy
f4d47e9675
undo carbon edit ( #15216 )
2021-04-23 10:26:50 -07:00
Charles Gagnon
1252544282
Fix welcome page enum descriptions ( #15215 )
...
* Fix welcome page enum descriptions
* Remove gettingStarted experience
* Add sql carbon edit
2021-04-22 16:35:50 -07:00
Alan Ren
228a5d8e20
Table Filter improvements ( #15207 )
...
* use virutualized list
* comments
2021-04-22 12:03:17 -07:00
Aasim Khan
37894c9e96
Migration extensions - UI fixes and vBump ( #15199 )
...
* Fixing Migration Cutover Dialog
Adding support for target file share
Fixing request body
Correcting localized strings
* Redesigned IR page
Adding additional details in migration status dialog
* vbump
* Fixed the perpetual loading
* Fixed duration logic
* Adding icon for migration extension
* Adding helper commenst to util function
localizing some strings
logging console errors
* enabling cutover buttons for ignored files
2021-04-22 10:19:36 -07:00
Maddy
fcaaf1cb29
fix the find highlight issues ( #15149 )
...
* register mode changes, remove cleanMarkdownLinks
* fixes
* test fixes and scroll to center change
2021-04-22 10:13:30 -07:00
Charles Gagnon
599a64c631
Add encoded path name tests for SQL kernel ( #15197 )
...
* Add encoded path name tests for SQL kernel
* Remove invocation count
2021-04-22 09:03:48 -07:00
Karl Burtram
2f02b0bb52
Update drop-down selected value in accessibility mode ( #15202 )
2021-04-21 12:56:54 -07:00
Vasu Bhog
6951bf3b90
Ability to see and edit links in split view/markdown mode ( #15150 )
...
* callout dialog selects link properly in split/markdown mode
* use regex for links
2021-04-20 23:33:14 -07:00
Charles Gagnon
a82be2f014
Fix URI encoding for connection provider calls ( #15177 )
...
* Fix URI encoding for connection provider calls
* Update distro
2021-04-20 11:40:32 -07:00
Alan Ren
556dd9d2b1
add padding to editable dropdown ( #15192 )
2021-04-19 23:46:23 -07:00
Charles Gagnon
e7e4828703
Fix 'nodebookInputFactory' name ( #15188 )
2021-04-19 15:18:26 -07:00
Charles Gagnon
cd6f584ed1
Notebook smoke test fixes ( #15178 )
...
* Notebook smoke test fixes
* Undo delay fixes
2021-04-19 14:26:47 -07:00
Charles Gagnon
2f04adb510
Fix crash when opening SQL diff input ( #15183 )
...
* Fix crash when opening SQL diff input
* fix compile
* Fix tests
2021-04-19 13:49:02 -07:00
Alan Ren
1914546553
fix filter not applied issue ( #15186 )
2021-04-19 13:46:17 -07:00
Hai Cao
e3ef4e1755
Onboarding pull request (caohai) ( #15184 )
2021-04-19 12:52:17 -07:00
Christopher Suh
dbcada5e30
Display "No Issues" Message ( #15176 )
...
* wip
* no warnings screen for dbs with no warnings
* cleanup
2021-04-19 10:01:46 -07:00
Christopher Suh
fe9d3bc63b
Disable checkbox for blocking migration issues ( #15131 )
...
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
2021-04-17 09:03:46 -07:00
Lucy Zhang
aa315ae19f
Update azuredatastudio-sqlite version ( #15174 )
...
* update ads-sqlite version
* update distro value
2021-04-16 13:49:47 -07:00
Charles Gagnon
ca701a7985
Remove copycat action ( #15172 )
2021-04-16 12:45:22 -07:00
Maddy
6d95b113d5
fix the logic to check the same level folders ( #15143 )
2021-04-16 11:35:51 -07:00