Alan Ren
d6abcb892d
handle validation error ( #18766 )
2022-03-17 19:43:02 -07:00
Kim Santiago
3071a7b710
Add more telemetry for sql database projects ( #18751 )
...
* add more telemetry for sql database projects
* add publishToContainer events
* send target platform when publishing
* add duration for createProjectFromDb and updateProjectFromDb
2022-03-17 16:44:10 -07:00
Aasim Khan
6c51b934f9
Fixing clickable state of infobox not setting properly when initializing it. ( #18763 )
...
* Fixing clickable state of infobox not set when initializing it.
* Removing unnecessary calls to a method
2022-03-17 14:11:15 -07:00
Alan Ren
9f2940e8f8
add severity support for issues ( #18761 )
...
* add severity support for issues
* vbump STS
* pr comments
2022-03-17 14:09:02 -07:00
Rachel Kim
aeb4e87c1f
sql migration extension version bump 0.1.14 ( #18665 )
2022-03-17 14:01:49 -07:00
Alex Ma
85e1e01177
[Loc] update to sql-database-projects ( #18764 )
2022-03-17 13:03:13 -07:00
Vasu Bhog
d063355b1a
improve sql bindings extension ( #18757 )
2022-03-17 11:37:37 -07:00
Vasu Bhog
80007a72cc
Remove sql-bindings logic from sql-database-projects ( #18754 )
...
* remove sql-bindings logic from sql-database-projects
2022-03-17 11:36:28 -07:00
erpett
bdb81bc9b1
Updating Changelog with Hotfix notes ( #18760 )
1.35.1
2022-03-17 11:15:28 -07:00
Kim Santiago
023e10b496
Add preview and bump versions ( #18749 )
2022-03-17 10:47:50 -07:00
csigs
27cb693bd5
LEGO: check in for main to temporary branch. ( #18759 )
2022-03-17 10:29:37 -07:00
Barbara Valdez
80a9d94648
Update SQL Bindings API ( #18748 )
...
* refactor addSqlBindingQuickpick so they can be called using sql-bindings api
2022-03-17 00:21:49 -07:00
Alex Ma
6fad30bf3c
added changes to sql xlf ( #18753 )
2022-03-16 17:00:06 -07:00
Aasim Khan
a0c2dc199e
Adding Execution Plan Editor to ADS ( #18696 )
...
* Pushing Execution Plan Editor
* Renaming class
Handling error
* Awaiting for handlers to be registered
* Addressing some PR comments
* Fixing return type for provider
* Fixing editor id and removing unnecessary overrides
* Adding a namespace
* adding execution plan namespace
* Adding protocol comment
* Fixing if logic
* Fixing error message
* Cleaning up code
* cleanup code
* Adding help comments
* Fixing method call
* Using path.ts to get the base file name
* converting to lambda functions
* Adding comment for run action
* Fixing pr comments
* Fixing editor label
* Fixing doc comments
* Adding some more comments
* Fixign branding in comments
2022-03-16 15:07:29 -07:00
Cory Rivera
95980130c8
Correctly handle creating and saving untitled notebook .dib files. ( #18744 )
2022-03-16 14:37:21 -07:00
Alex Ma
8cc0fdfdc5
[Loc] update to data-workspace xlf ( #18747 )
2022-03-16 12:23:01 -07:00
csigs
f83605cbf4
LEGO: check in for main to temporary branch. ( #18746 )
2022-03-16 09:29:36 -07:00
Kim Santiago
90d6defa05
Add select target platform to new project quickpick ( #18731 )
...
* add step to choose target platform in new project quickpick
* add comment
* only splice if the default target platform index isn't -1
* change 3 to 5 in comment
2022-03-15 18:07:41 -07:00
Alan Ren
ca904ed380
Add comment for serialization provider api ( #18718 )
...
* promote serialization provider api
* Revert "promote serialization provider api"
This reverts commit df9bec3e58ff78dc611886ccda34381f365ef73e.
* update
* make dataType a string
2022-03-15 17:55:35 -07:00
Alan Ren
784a9270c8
fix the issue that chart axis's min/max value can't be zero ( #18743 )
...
* fix chart option issue
* pr comment
2022-03-15 17:55:16 -07:00
Vasu Bhog
d585e75706
Add rest of sql-bindings/azure funcs logic to sql bindings ext ( #18733 )
...
* refactor the rest of azure function and sql binding
* remove vscode-mssql typings that are moved to our sql-bindings ext
2022-03-15 15:10:42 -07:00
Alex Ma
01509de495
[Loc] small update to sql-migration xlf ( #18740 )
2022-03-15 12:19:24 -07:00
Raymond Truong
fa227c88c9
[SQL Migration] Add state check to target MI resource on target selection page ( #18673 )
...
* Add MI ready state check and error message
* Fix a typo
* Update error message logic
* Update '(Unavailable)' prefix to be localized string
* Show error messsage when non-Ready MI is initially selected (not just on Next button)
* Update error message with appropriate casing and actionable step
2022-03-15 10:45:43 -07:00
Alex Ma
cb607e34d7
[Loc] update to data-workspace and sql-bindings xlfs ( #18732 )
2022-03-14 17:20:28 -07:00
Kim Santiago
de9a4e02b1
add SDK style option to new project quickpick ( #18724 )
...
* add SDK style option to new project quickpick
* addressing comments
2022-03-14 16:10:51 -07:00
Alan Ren
820838fae8
vbump sts ( #18727 )
2022-03-14 15:49:27 -07:00
Alan Ren
85f1f3e0dc
vbump slickgrid to bring in an accessibility fix ( #18722 )
...
* vbump slickgrid
* include yarn.lock
* update remote folder
* yarn.lock for remote folder
* web
2022-03-14 14:20:48 -07:00
Vasu Bhog
2d1ffeb47c
Refactor vscode-mssql sql bindings logic to sql bindings ext ( #18725 )
...
* wip for refactor of mssql to sql-bindings
* remove STS dependency
* work to bring function over and setup with vscodeMsql APIs
* copy typings from vscode-mssql
2022-03-14 13:07:27 -07:00
Alex Ma
a86301312c
[Loc] update to data-workspace xlf and sql xlf ( #18726 )
2022-03-14 13:00:53 -07:00
Cory Rivera
206188f3ab
Add missing onNotebook:* activation event for VS Code notebook compatibility. ( #18710 )
2022-03-14 10:32:26 -07:00
Aditya Bist
d8a8107dc6
default to native credential service in linux ( #18716 )
2022-03-14 10:13:18 -07:00
Alex Ma
26e6cd28c2
Add account loading screen until provider accounts have finished loading ( #18692 )
...
* Added wait for accounts to be loaded to prevent premature loading
* revert changes
* WIP loading screen
* added work in progress emitter.
* added test event fire
* added test for accountDialogController emitter
* fixed test
* added event emitters inside accountDialog
* WIP changes to loading
* added fixed filter removed unnecessary emitters
* added working loading page
* fix for spaces
* added improvements
* fixed space
* added loading provider label xlf
* moved spinner = false to show views
* Added loadingSpinner
* removed additional localization
* removed change to css
* removed newline
* small changes
* fixed spaces
* fixed line positions
* removed loadingComplete
* added spinner container (so that account loading spinner appears on top)
* added small fix
* changed wording
* changed wording slightly
* removed comment
2022-03-14 09:44:09 -07:00
csigs
02093f8497
LEGO: check in for main to temporary branch. ( #18715 )
2022-03-14 09:25:17 -07:00
csigs
62a0bcc69f
LEGO: check in for main to temporary branch. ( #18713 )
2022-03-14 09:25:01 -07:00
Kim Santiago
7181d4c79e
Make SDK-style project a checkbox option instead of separate template ( #18698 )
...
* switch to using a checkbox instead of separate template for new SDK style project
* let project provider provide sdk learn more url
* Reorder
2022-03-11 16:54:53 -08:00
Alan Ren
4551329db0
table designer bug fixes ( #18701 )
...
* table designer bug fixes
* pr comments
* fix debounce issue
2022-03-11 12:14:51 -08:00
Alex Ma
5c14fe4f4c
[Loc] small update to sql-migration ( #18708 )
2022-03-11 10:09:22 -08:00
Raymond Truong
d1d6b229ce
[SQL Migration] Add more help text to database backup page ( #18671 )
...
* Add help text for backups with checksums and Azure storage accounts with private endpoints
* Update help text wording
2022-03-11 09:53:50 -08:00
Raymond Truong
94b4437a6a
[SQL Migration] Fix SKU recommendations not working for named (non-default) instances ( #18697 )
...
* WIP
* Change instance name from machine name to full instance name returned by assessment
* Get full instance name from source connection profile instead of relying on assessment result
* Combine correct machine name with correct instance name
2022-03-11 09:49:44 -08:00
csigs
ebdfea25ad
LEGO: check in for main to temporary branch. ( #18706 )
2022-03-11 09:30:37 -08:00
Kim Santiago
5f2d8b2bd5
remove sql server 2005 and 2008 as options for sql database projects ( #18664 )
...
* remove sql server 2005 and 2008 from target platforms
* also remove 2005 and 2008 from SqlTargetPlatform enum
* fix a windows test
2022-03-10 18:11:49 -08:00
Raymond Truong
85d6b2ef46
[SQL Migration] Fix overflow behavior on migration cutover dialog to avoid truncating backup file names ( #18679 )
2022-03-10 15:50:28 -08:00
Vasu Bhog
f424bea0de
Fixes issues with SQL Bindings vscode dev ( #18695 )
...
* fixes issues with vscode development
2022-03-10 15:37:23 -08:00
Charles Gagnon
364684c79e
Move some more azdata APIs to stable ( #18691 )
...
* Move some more apis to stable
* update
2022-03-10 11:01:11 -08:00
Alan Ren
4d7467a5d5
promote some APIs to stable api set. ( #18689 )
2022-03-09 19:29:06 -08:00
Aasim Khan
b299f7ed3f
Making infobox clickable ( #18676 )
...
* Making infobox clickable
* Making it accessible
* Moving API to proposed
* Matching styling from portal
* Fixing some styling
* Moving to proposed
* Removing extra spacing
* Registering and Unregistering listeners
* Fixing listeners
* Registering emitter only once.
* Changing emitter type from undefined to void
* Adding arialabel to clickable link
* Changing property name to suit its purpose
2022-03-09 18:43:39 -08:00
Vasu Bhog
0c54c12772
Add SQL Binding Tests ( #18687 )
...
* add tests
2022-03-09 16:35:51 -08:00
Alex Ma
65b4847874
[Loc] add table designer XLF ( #18688 )
2022-03-09 16:07:59 -08:00
Alex Ma
33d2735970
Added fix to sql-bindings nls file ( #18686 )
...
* Added fix to sql-bindings nls file
* small fix to text
2022-03-09 15:49:14 -08:00
Aditya Bist
822199c9be
add ability for md + text reports ( #18667 )
...
* add ability for md + text reports
* change report type
* re add types for ads
* match fields and add enum for mimetype
* rename preview report
* update type
* rename generate report type
* fix comment
2022-03-09 15:48:21 -08:00