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
Charles Gagnon
27763c860c
Add option to not publish source maps ( #18683 )
...
* Test PR
* fix
2022-03-09 11:12:58 -08:00
Alex Ma
634b9f8d08
[Loc] update to sql-bindings xlf file ( #18685 )
2022-03-09 09:39:10 -08:00
Karl Burtram
3844638156
Turn off Windows Test step ( #18684 )
2022-03-09 09:33:49 -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
Charles Gagnon
025e0831e7
Add var to let smoke tests fail build ( #18677 )
...
* Add var to let smoke tests fail build
* force failure
* try another
* fix
* undo failure
* update titles
2022-03-08 13:44:57 -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
Cory Rivera
f013a88163
Only update active cell if the cell isn't currently in edit mode. ( #18672 )
2022-03-07 17:11:05 -08:00
Alex Ma
4f9d45335e
[Loc] added small fix to sql-bindings ( #18669 )
2022-03-07 15:25:16 -08:00
Vasu Bhog
fee8e78011
fix display name and description key ( #18666 )
2022-03-07 13:22:44 -08:00
Aditya Bist
1be5c926d3
added markdown renderer for publish dialog ( #18645 )
2022-03-07 10:57:37 -08:00
csigs
72632bc376
LEGO: check in for main to temporary branch. ( #18658 )
...
Co-authored-by: Alex Ma <alma1@microsoft.com >
2022-03-07 10:21:51 -08:00
csigs
9890cc79c0
LEGO: check in for main to temporary branch. ( #18656 )
2022-03-07 09:40:13 -08:00
csigs
b3107dc4b1
LEGO: check in for main to temporary branch. ( #18653 )
2022-03-07 09:40:01 -08:00
Cory Rivera
eccb77aca3
Preserve previous code cell's language when creating a new code cell from an existing context. ( #18646 )
2022-03-06 21:35:57 -08:00
Alex Ma
5d0f0afdc6
[Loc] Updates to sql files with changes ( #18648 )
2022-03-04 16:41:04 -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
Alex Ma
bc78f6a573
[Loc] fixed path for editableDropdown ( #18634 )
2022-03-04 10:29:24 -08:00
csigs
da076c152c
LEGO: check in for main to temporary branch. ( #18628 )
2022-03-04 09:57:56 -08:00
Aditya Bist
a2c39369c9
Add and move editable dropdown ( #18589 )
...
* add and move editable dropdown
* merge dropdowns
* merge dropdown cell factories
* add new column and hide in properties
* remove editable property
2022-03-03 20:23:20 -08:00
Alex Ma
be6b23eff0
[Loc] added small change to kernelRequiresConnection ( #18627 )
2022-03-03 16:25:26 -08:00
Cory Rivera
0ab4752643
Add new errorCode property to notebook errors to see if starting a notebook session failed. ( #18617 )
2022-03-03 14:05:54 -08:00
Charles Gagnon
10ff8aa116
Fix pinned app name ( #18623 )
...
* Fix pinned name on Windows
* fix distro
2022-03-03 12:43:28 -08:00
Neetu Singh
4f61be2495
Fixing telemetry ( #18616 )
...
* Fix Telemetry
* Removing unused imports
2022-03-03 11:39:52 -08:00
csigs
d5fa5fca3a
LEGO: check in for main to temporary branch. ( #18620 )
2022-03-03 09:43:28 -08:00
Barbara Valdez
8b543d1d12
check find widget is not focused ( #18506 )
...
* remove logic to check that the find widget is visible
2022-03-02 16:57:37 -08:00
Alex Ma
87f1e26e39
[Loc] added changes for sql xlf ( #18613 )
2022-03-02 14:49:43 -08:00
Karl Burtram
9990f7c8e2
Disable smoke tests ( #18611 )
2022-03-02 12:56:33 -08:00
dependabot[bot]
d6a08a60d9
Bump plist from 3.0.1 to 3.0.4 ( #18604 )
...
Bumps [plist](https://github.com/TooTallNate/node-plist ) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/TooTallNate/node-plist/releases )
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md )
- [Commits](https://github.com/TooTallNate/node-plist/commits )
---
updated-dependencies:
- dependency-name: plist
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 12:12:00 -08:00
csigs
628c8da716
LEGO: check in for main to temporary branch. ( #18609 )
2022-03-02 11:49:17 -08:00
Cory Rivera
79cda5cbe5
Add language picker to notebook cells. ( #18601 )
2022-03-02 10:25:55 -08:00
dependabot[bot]
c34de52a03
Bump plist from 3.0.1 to 3.0.4 in /build ( #18607 )
...
Bumps [plist](https://github.com/TooTallNate/node-plist ) from 3.0.1 to 3.0.4.
- [Release notes](https://github.com/TooTallNate/node-plist/releases )
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md )
- [Commits](https://github.com/TooTallNate/node-plist/commits )
---
updated-dependencies:
- dependency-name: plist
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 09:59:15 -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
Christopher Suh
84001139cc
Update CI to windows-2019 ( #18606 )
...
* Revert "Update CI for new windows-latest (#18585 )"
This reverts commit ebd4c6844b .
* update to windows-2019
2022-03-01 18:26:58 -08:00
Charles Gagnon
00f98457e8
Add a couple Notebook smoke tests for rendering links/imgs ( #18600 )
2022-03-01 13:14:19 -08:00
Christopher Suh
ebd4c6844b
Update CI for new windows-latest ( #18585 )
...
* change to windows-2019
* fix for windows-latest
2022-02-28 18:20:12 -08:00
Charles Gagnon
3b4800de51
Remove duplicate AzureResource enum ( #18501 )
...
* Remove duplicate AzureResource enum
* comment
2022-02-28 12:19:38 -08:00
Charles Gagnon
7b5117b185
Fix yarn.lock version resolution ( #18575 )
2022-02-28 11:50:39 -08:00
Alex Ma
d36b755d6d
[Loc] update to sql.xlf ( #18574 )
2022-02-28 10:18:26 -08:00
csigs
96729a4817
LEGO: check in for main to temporary branch. ( #18564 )
2022-02-28 09:50:09 -08:00
csigs
d8fd5b36f7
LEGO: check in for main to temporary branch. ( #18509 )
...
Co-authored-by: Alex Ma <alma1@microsoft.com >
2022-02-28 09:49:45 -08:00
Christopher Suh
dfa6799fcc
Add label instructions for Needs Logs - Azure ( #18559 )
...
* added instructions for Needs Logs - Azure label
* formatting fixes
2022-02-27 15:21:16 -08:00