Karl Burtram
6e65063317
Remove duplicate Getting Started contributions ( #17465 )
2021-10-22 12:52:49 -07:00
Charles Gagnon
f57c41fead
Fix backups not restoring in correct editor ( #17466 )
2021-10-22 12:15:30 -07:00
Alex Ma
7a62f44441
[Loc] updates to loc for arc and sql-database ( #17467 )
2021-10-22 11:30:13 -07:00
csigs
e1d34c24a4
LEGO: check in for main to temporary branch. ( #17461 )
...
Co-authored-by: Karl Burtram <karlb@microsoft.com >
2021-10-22 10:19:54 -07:00
csigs
65e67e9a37
LEGO: check in for main to temporary branch. ( #17453 )
2021-10-22 10:05:30 -07:00
Benjin Dubishar
86320155ed
Correcting log messages during autorest execution selection ( #17434 )
...
* Correcting log messages during autorest execution choice
* Combining redundant strings
* Correcting icon + loc
* Fixing typo
2021-10-22 06:01:11 -07:00
Candice Ye
dc0651aef7
Added a dynamic Cost Summary section to SQL MIAA Deployment Wizard ( #17420 )
...
* Added valueprovider for pricing. Pushing this for troubleshooting help.
* Committing changes for troubleshooting help. Moved InputValueType to typings file.
* Add readonly inputs to list
* Fixed ordering of package.json merge items
* Estimated cost moved to input page, ValueProvider only takes in a triggerfields[] and not a single string, fixed pricing logic.
* Removed pricingModel.ts
* Reverted some comments and code changes that were used in debugging.
* Changed some values from localizedConstants to single-quote constants'
* Changed some values from localizedConstants to single-quote constants'
* Added copyright header to pricingUtils.ts
* Removed try catch in extension.ts valueproviders, made some values in PricingUtils.ts top-level instead of exporting.
* Minor changes, added some comments and localized USD.
* Changes pricingutils classes to be constants, and added disposable to Hookupvalueprovider
Co-authored-by: Candice Ye <canye@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-10-21 16:51:31 -07:00
Alan Ren
5fe569e864
fix scrolling issue ( #17443 )
2021-10-21 15:51:46 -07:00
Charles Gagnon
57130f2f2b
Fix URL protocol for non-insiders builds ( #17442 )
2021-10-21 15:42:27 -07:00
Alex Ma
0b994651d1
[Loc] Update to sql-database-projects and sql-migration xlfs ( #17445 )
2021-10-21 15:41:25 -07:00
Z Chen
2ed8aeb565
Warning when .NET 6 SDK is detected ( #17422 )
...
* Check for max supported version
* Separate dialog for downgrade warning
* Address PR comments
* Use markdown link
* Update warning message
2021-10-21 13:48:52 -07:00
Benjin Dubishar
6f65119166
Use correct string when checking "browse" option ( #17432 )
...
* Correct browse string match
* Deduping const
2021-10-21 13:24:35 -07:00
Maddy
a05be3912e
add path.posix while reading relative paths ( #17326 )
...
* path.posix
* add test for nested folders scenario
* update message and remove the redundant check
2021-10-21 12:47:01 -07:00
rajeshka
914ac2b09d
remove trailing line after the cursor ( #17431 )
...
* remove trailing line after the cursor
* Addressed PR
2021-10-21 11:04:31 -07:00
Rachel Kim
4b26be5742
Retry sql migration ( #17376 )
2021-10-21 10:06:10 -07:00
csigs
decad711c5
LEGO: check in for main to temporary branch. ( #17435 )
2021-10-21 09:09:13 -07:00
csigs
4715993726
LEGO: check in for main to temporary branch. ( #17430 )
2021-10-21 09:07:52 -07:00
rajeshka
d196588661
fixing the svg ( #17427 )
2021-10-20 19:11:13 -07:00
Cory Rivera
0bc8e54568
Fix quoted link failures by removing quotes from unescaped paths, rather than just the escaped paths. ( #17419 )
2021-10-20 18:12:39 -07:00
Alex Ma
6fb66e5de6
[Loc] added designer and spinner strings ( #17424 )
2021-10-20 15:38:29 -07:00
rajeshka
d251bbd1a1
Fix for Split Cell duplicates cell #17400 ( #17417 )
2021-10-20 14:47:58 -07:00
Lucy Zhang
8212eecec7
add listener for celltype change ( #17414 )
2021-10-20 13:51:27 -07:00
Alan Ren
c89aa26c0a
loading indicator for table designer ( #17407 )
...
* loading indicator for table designer
* fix layering error
* bug fix
2021-10-20 12:54:23 -07:00
Alan Ren
328ed83cb9
add disposeTableDesigner ( #17394 )
2021-10-19 14:28:56 -07:00
Charles Gagnon
ec8292adb7
Add initial developer guide for resource deployment ( #17395 )
...
* Add initial developer guide for resource deployment
* PR comments
2021-10-19 13:47:36 -07:00
Alex Ma
5238244380
[Loc] Addition to sql-database-projects xlf ( #17391 )
2021-10-19 11:01:28 -07:00
Alan Ren
569d5cf694
rename dataModel to viewModel ( #17387 )
2021-10-19 09:52:03 -07:00
Lewis Sanchez
e1a8885e43
New commit hash to use for distro after merging PR ( #17389 )
2021-10-19 09:08:58 -07:00
Lewis Sanchez
1fabd233e9
Add logging to ADS Web smoke tests, and skip failing tests. ( #17353 )
...
* Adds loggings to ADS pipeline
* Skips notebook smoke tests for ADS web.
* Skips failing create book dialog tests in web build
* Ignores import tests ADS web
* Groups related tests together for ADS Web and non-web
* Updates distro commit hash
2021-10-18 19:46:45 -07:00
Lucy Zhang
9a05d81215
use setContent instead of addElement ( #17386 )
2021-10-18 18:32:05 -07:00
Vasu Bhog
a8ee26ed89
Move split cell icon ( #17383 )
...
* move split cell icon before delete icon
2021-10-18 16:43:25 -07:00
csigs
dacfddc523
LEGO: check in for main to temporary branch. ( #17384 )
2021-10-18 13:40:07 -07:00
Benjin Dubishar
7f92d8bc19
Add prompt for autorest SQL project name ( #17365 )
...
* Adding prompt for project name
* Updating test
* PR feedback
* Fixing rename logic so that folder is also named according to project
* Updating autorest test to confirm rename
2021-10-17 07:53:22 -07:00
Benjin Dubishar
ecb7f9311a
Adding progress indicator for autorest generation ( #17371 )
2021-10-15 23:42:57 -07:00
Alex Ma
bb09e808a9
[Loc] update to english xlfs for 10/15/2021 ( #17377 )
2021-10-15 16:33:46 -07:00
Rachel Kim
4ed4e5f39c
Add DMS values to migration extension save and close feature ( #17375 )
2021-10-15 16:09:43 -07:00
brian-harris
2e677dbda6
add assessment error handling and bypass option ( #17369 )
...
* add assessment error handling and bypass option
* add desriptive text and results warnings
2021-10-15 15:15:52 -07:00
Alex Ma
59b43d8c67
update to langpack source files ( #17374 )
2021-10-15 13:32:01 -07:00
Benjin Dubishar
901b90317c
Prompts user for desired action when autorest is not installed ( #17305 )
...
* Giving user option to install autorest globally or run via npx
* Adds message for when no files are generated (no models in spec)
* Adding test
* Reinstating the rest of the test suite
* PR feedback
* Fixing tests to stub new prompt when test runner doesn't have autorest installed
* PR feedback
* fix typo
* fix typo
2021-10-15 13:26:58 -07:00
Alex Ma
7b66acd58b
Update to localized XLFS ( #17372 )
2021-10-15 12:53:28 -07:00
Vasu Bhog
c368fcab25
Add Markdown Keybindings ( #17359 )
...
* add markdown keybindings
* remove add link keybinding
* move files
* fix layering
2021-10-15 11:40:19 -07:00
Alan Ren
fbdb434f3a
designer pane separator ( #17366 )
...
* designer pane separator
* comments
2021-10-15 11:03:26 -07:00
csigs
6c4a0fea16
LEGO: check in for main to temporary branch. ( #17370 )
2021-10-15 09:47:41 -07:00
Lucy Zhang
e315115f00
Hide notebook toolbar icons in diff editor ( #17303 )
...
* hide notebook toolbar icons in diff editor
* move showActions to notebookInput
* make showActions readonly
2021-10-15 05:19:14 -07:00
csigs
58d5f317d3
LEGO: check in for main to temporary branch. ( #17368 )
2021-10-15 02:36:12 -07:00
Rachel Kim
340acd750f
fix typos in strings file ( #17364 )
2021-10-14 17:47:13 -07:00
Benjin Dubishar
69128c0689
Verbose output for autorest, displaying output pane on error ( #17308 )
2021-10-14 15:22:53 -07:00
Alex Ma
49b5630b54
[Loc] update to arc xlfs ( #17363 )
2021-10-14 14:11:26 -07:00
stuti149
5de8d82417
update extension to use new offlineConfiguratin and offline property names ( #17316 )
2021-10-14 14:08:24 -07:00
Alan Ren
af8611455c
use STS to process the requests ( #17358 )
2021-10-14 13:36:46 -07:00