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
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
Aditya Bist
d8a8107dc6
default to native credential service in linux ( #18716 )
2022-03-14 10:13:18 -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
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
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
Vasu Bhog
0c54c12772
Add SQL Binding Tests ( #18687 )
...
* add tests
2022-03-09 16:35:51 -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
Alan Ren
e50bded5d1
table designer new features ( #18682 )
...
* support graph tables
* ignore script compare
* ability to refresh view after edit
* reserve focus after refresh view
* primary key and default constraint
* bug fixes
* vbump sts
* comments
* update type
* fix issue
2022-03-09 14:17:01 -08:00
Vasu Bhog
eb77d86136
Refactor SQL Binding code over from sql-database-projects ( #18674 )
...
* add sql binding prompt / logic
* remove controller and move to extension
* remove unused dependencies
2022-03-09 01:02:37 -08:00
Kim Santiago
5bb35d4eed
update Microsoft.Build.Sql version to 0.1.3-preview in templates ( #18659 )
2022-03-07 17:34:30 -08:00
Vasu Bhog
fee8e78011
fix display name and description key ( #18666 )
2022-03-07 13:22:44 -08:00
Rachel Kim
33259764f7
[Sql Migration] Stabilize save and close logic and fix related ux bugs ( #18579 )
...
* add loadSavedInfo function in stateMachine; only open wizard if didLoadSavedInfo
* * add loadSavedInfo function in stateMachine; only open wizard if didLoadSavedInfo
* replaced savedInfo.miggrationServiceId string with sqlMigrationServer object
* selectDatbasesFromList helper function to check previously selected dbs in dbSelectorPage and sqlDatabaseTree
* * remove savedInfo references from targetSelectionPage, migrationModePage
* add selectDefaultDropdownValue helper to stateMachine to handle unify savedInfo selection logic
* add updateDropdownLoadingStatus to targetSelectionPage
* check if values exist before making api calls in statemachine
* removed savedInfo references from databaseBackupPage, integrationRuntimePage
* databaseBackupPage - targetDatabaseNames, networkShares, blobs need to rely on savedInfo as user may update the list of migrationdbs during the retry/saveAndClose
* re-add serverAssessments to savedInfo; only getAssessments if it does not exist or needs to be updated; fix networkShare type savedInfo
* rename _assessmentDbs to _databasesForAssessment; _migrationDbs to _databasesForMigration
* load blobs/networkshares savedinfo; move selectDefaultDropdownValue to utils
* fix selectDefaultDropdownValue; refreshDatabaseBackupPage when user changes target subscription or location
2022-03-04 16:00:44 -08:00
Vasu Bhog
c9aa3e9f4b
Boilerplate for SQL Bindings Extension ( #18624 )
...
* boilerplate for sql bindings extension
* edit gulpfile task as it was trying to find specific menus within package.json
2022-03-04 15:16:45 -08:00
Leila Lali
8e9957adbe
SQLProj: No docker image build needed for deploying a database to docker ( #18629 )
2022-03-04 14:32:43 -08:00
Charles Gagnon
442c16bc3c
Fix tempdb icon not showing on dev builds ( #18633 )
2022-03-04 13:10:46 -08:00
Charles Gagnon
1c83aa61d7
Fix error displayed when insights files can't be found and fix server-report insights in dev build ( #18635 )
...
* Fix error
* fix queries
2022-03-04 13:10:35 -08:00
Kim Santiago
9e3d678536
add learn more link for sdk style in create project from db dialog ( #18637 )
2022-03-04 13:00:21 -08:00
Charles Gagnon
9a944b614d
Fix some more images not loading ( #18632 )
2022-03-04 11:03:13 -08:00
Neetu Singh
4f61be2495
Fixing telemetry ( #18616 )
...
* Fix Telemetry
* Removing unused imports
2022-03-03 11:39:52 -08:00
dependabot[bot]
eb928e0b8f
Bump url-parse from 1.5.8 to 1.5.10 in /extensions/notebook ( #18608 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.8 to 1.5.10.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.8...1.5.10 )
---
updated-dependencies:
- dependency-name: url-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 09:56:51 -08:00
Charles Gagnon
7b5117b185
Fix yarn.lock version resolution ( #18575 )
2022-02-28 11:50:39 -08:00
Benjin Dubishar
c64655ae71
Benjin/project update bug ( #18532 )
...
* correct result.success
* shifting success message to actually check success
* keying on errorMessage rather than success
2022-02-25 16:59:28 -08:00
Cory Rivera
ffdefd3b52
Add notebook extension support for .NET Interactive. ( #18334 )
...
* Also updated kernel dropdown to only include SQL aliased kernels when using SQL notebook provider.
2022-02-25 11:58:59 -08:00
Charles Gagnon
9b3d65b1d4
Bump url-parse ( #18535 )
2022-02-23 07:22:26 -08:00
Alan Ren
e2b4dd5a79
define the color in theme files ( #18529 )
2022-02-22 16:03:58 -08:00
Candice Ye
ef100b8e82
Bumped versions of arc and azcli to 1.0.0 for GA ( #18516 )
...
* Changed versions in package.jsons
* Bumped azdata version requirements to 1.35
2022-02-22 13:56:50 -08:00
Kim Santiago
7b92c9eb65
only show confirmation message for apply all changes, not for view changes in schema compare ( #18520 )
2022-02-22 13:33:24 -08:00
Charles Gagnon
5547c2baba
Add AzureAccount service ( #18502 )
2022-02-22 09:00:07 -08:00
Kim Santiago
b33afe3efb
add back SDK style project template ( #18448 )
2022-02-18 09:54:10 -08:00
Neetu Singh
aaf174e85c
Update package.json with latest azdata version 1.35 ( #18462 )
...
* updating package.json with latest azdata version 1.35
* bump sql-migration version to 0.1.13
2022-02-17 20:33:01 -08:00
Alan Ren
13dd74efcc
fix a typo in table designer ( #18464 )
2022-02-17 18:24:24 -08:00
Christopher Suh
bafbca492b
Clear account tokens before refresh ( #18452 )
...
* clear account tokens on refresh
* update refresh button after refresh
2022-02-17 17:25:05 -08:00
Vasu Bhog
0f385b386f
Add SQL Binding Disconnected Scenario ( #18440 )
...
* disconnected scenario
* match parameters in mssql
2022-02-17 14:20:13 -08:00
Alan Ren
28ab7372d2
table designer validation support ( #18438 )
...
* table designer validation
* vbump sts
2022-02-17 13:07:19 -08:00
Candice Ye
83698a14b0
Fixed color contrast for error message in connect a dc window. ( #18411 )
...
* Fixed color contrast for error message in connect a dc window.
* Remove color check for error message
* Remove more unneeded checks
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-02-16 21:06:51 -08:00
Neetu Singh
8135867e06
Updating readme with new gif that includes SKU Recommendation ( #18432 )
2022-02-16 17:58:34 -08:00
Neetu Singh
80c8b06ec8
[SKU Recommendation] Adding telemetry for errors happening during data collection/ get recommendation and telemetry ( #18345 )
...
* Adding telemetry for errors happening during data collection/ telemetry for sku recommendation
* log and error happended during get sku recommendation
* Resolving comments from PR https://github.com/microsoft/azuredatastudio/pull/18252 . 1) Adding click and close events to dispoable collection to avoid leaks. 2) Adding readable constant for number representing minutes.
* Changes - 1) updating migration workflow strings, 2) adding more onclick events to disposable collection.
* Remove PaaS, IaaS terms from string
* Changes -
1) Renamed 'Saved assessment result' to 'saved session'.
2) Removed Title from 'saved session' page.
3) Added stop data collection on migration start.
2022-02-16 14:44:28 -08:00
Charles Gagnon
3dbd5ac2c1
Bump url-parse ( #18422 )
2022-02-16 13:09:19 -08:00
Kim Santiago
d24a289af5
fix SDK style projects not being able to find system dacpacs ( #18218 )
...
* fix SDK style projects not being able to find system dacpacs
* fix tests
2022-02-16 09:36:01 -08:00
Z Chen
9e574ae602
Database Projects - Add existing file ( #18066 )
...
* Add existing file to sqlproj
* Address PR comments
* Fix failing test
* Add convertSlashesForSqlProj to test failure
2022-02-14 15:04:57 -08:00
dependabot[bot]
1dd7e93063
Bump ajv from 6.12.0 to 6.12.6 in /extensions/mssql ( #18316 )
...
Bumps [ajv](https://github.com/ajv-validator/ajv ) from 6.12.0 to 6.12.6.
- [Release notes](https://github.com/ajv-validator/ajv/releases )
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.12.0...v6.12.6 )
---
updated-dependencies:
- dependency-name: ajv
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 14:19:33 -08:00
dependabot[bot]
13276cf52e
Bump follow-redirects from 1.14.7 to 1.14.8 in /extensions/azurecore ( #18350 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 11:59:27 -08:00
dependabot[bot]
baa6e4b380
Bump follow-redirects in /extensions/github-authentication ( #18348 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 11:59:07 -08:00
dependabot[bot]
0612a8ac35
Bump follow-redirects in /extensions/resource-deployment ( #18349 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-14 10:38:28 -08:00