Alex Ma
167b262517
bump version of sqltoolsservice ( #17133 )
2021-09-22 14:24:42 -07:00
Kim Santiago
4e5c99df02
Add support for adding new setting in local.settings.json in add SQL binding quickpick ( #17093 )
...
* be able to add new setting in local.settings.json
* cleanup
* addressing comments
* remove todo comment
* addressing comments
* update some strings to uris
2021-09-22 14:12:01 -07:00
Charmaine Chan
56e9feba1b
Apply optional storage class settings in sql mi create command ( #17129 )
...
* Make storage classes optional
* Fix notebook to use storage class options
Co-authored-by: Charmaine Chan <chachan@microsoft.com >
2021-09-22 10:18:59 -07:00
Alex Ma
bf68ba9cc0
[Loc] update to sql migration, database projects and import extension strings ( #17130 )
2021-09-22 09:58:33 -07:00
brian-harris
155ea4c707
add error banner for failed migration cutover and cancel migration ( #17106 )
2021-09-21 23:31:36 -07:00
Daniel Grajeda
4a715e473a
Add guids to RunAll and RunCell events ( #17123 )
...
Add guids to RunAll and RunCell events
2021-09-21 20:56:46 -07:00
Hai Cao
0e4c67dc0c
Add AAD token expiration handling for query runner ( #17117 )
...
* Add AAD token refresh for notebook
* move token refresh to query management and remove previous refresh calls
2021-09-21 18:57:54 -07:00
Leila Lali
3ed611db66
sql proj - publish to docker improvements ( #17124 )
2021-09-21 16:47:06 -07:00
Monica Gupta
9bdb7f49b1
Change keybindings for copying query with Results ( #17127 )
...
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2021-09-21 15:43:29 -07:00
bnhoule
d3e163a1d7
Adding Derived Columns to ADS Flatfile Import ( #16795 )
...
* Adding derived column boilerplate
* brandan preliminary frontend changes
* empty commit
* added new param
* updating contracts, dialogue changes
* utils changes, saving timeout attempt
* pushing for aasim
* Cleaning up code and fixing the issue in theory
* changing button, did not solve independent scroll
* Fixing the scroll bar issue
* updating flat file service
* adding override keyword to overrriden method
* improving UI
* pushing changes associated with resolved comments
* localizing strings, editing comments
* all comments resolved
* Fixing a test
* updating import package
Updating azure MFA bug
* Clearing navigation validator
Fixing broken table name change
* fixed prose test
* removing unused code from tests
* Fixed PR comments
* Fixing some PR comments
* WIP
* Fixing transformation code and create derived column dialog styling
* removing unused code
* Adding comment for console log
* fixed table styling
* Adding some aria labels
* Fixed some code cleanup issues
* update import service
Co-authored-by: Aasim Khan <aasimkhan30@gmail.com >
Co-authored-by: bnhoule <t-bhoule@microsoft.com >
2021-09-21 15:11:00 -07:00
Karl Burtram
fad2963202
Add excludeFlags to extenson marketplace query ( #17121 )
...
* Add excludeFlags to extenson marketplace query
* Remove dead code
* Remove extraneous blank line
* Address code review feedback
2021-09-21 13:52:11 -07:00
dependabot[bot]
a648877446
Bump nth-check from 2.0.0 to 2.0.1 in /build ( #17115 )
...
Bumps [nth-check](https://github.com/fb55/nth-check ) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases )
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1 )
---
updated-dependencies:
- dependency-name: nth-check
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-21 12:08:56 -07:00
Alex Ma
a415cc9516
Add Null Shortcut and added NULL text for default NULL value. ( #17085 )
...
* added test key event
* added null function to tryHandleKeyEvent
* added null formatting
* added working null insert.
* added editDataGridPanel string null support
2021-09-21 11:38:48 -07:00
Alex Ma
51e37d4188
[Loc] Small change to generatingProjectFailed ( #17118 )
2021-09-20 18:50:38 -07:00
Karl Burtram
0d0ad1a8b9
Remove commented code block in git extension ( #17116 )
...
* Remove commented code block in git extension
* Add SQL CARBON EDIT tag
2021-09-20 17:58:56 -07:00
Kim Santiago
8eafc34194
Change recompare message after changing options to modal ( #17103 )
...
* Change recompare message to modal
* change options to yes and no
2021-09-20 16:35:55 -07:00
Benjin Dubishar
5feb660234
PR follow-up comments ( #17113 )
2021-09-20 15:46:34 -07:00
Justin M
dec5be6915
Set kernelAlias in startSession when isValidConnection is truthy ( #17102 )
2021-09-20 14:01:21 -07:00
Alex Ma
4ce25a88bf
added sql database projects strings ( #17100 )
2021-09-17 12:05:10 -07:00
csigs
ae257ca794
LEGO: check in for main to temporary branch. ( #17097 )
2021-09-17 11:35:10 -07:00
Benjin Dubishar
08e15bce99
Adds autorest-based SQL Project generation to SQL Database Projects extension ( #17078 )
...
* Initial changes
* checkpoint
* Constructing project with post deployment script
* Correcting to intentionally read from cached list of projects
* Adding activation event, fixing fresh workspace bug
* Convert netcoreTool and autorestHelper to share a helper class for streamed command
* Include npm package version to force update
* test checkpoint
* Unit tests
* Added contextual quickpicks for autorest dialogs
* Adding projectController test
* Added projectController test, some refactoring for testability
* Merge branch 'main' into benjin/autorest
* Fixing 'which' import
* PR feedback
* Fixing tests
* Adding additional information for when project provider tests fail
* Hopefully fixing failing tests (unable to repro locally)
* Adding Generate Project item to workspace menu
* PR feedback
2021-09-16 20:38:40 -07:00
csigs
0cf1abc7c2
LEGO: check in for main to temporary branch. ( #17091 )
...
Co-authored-by: kburtram <karlb@microsoft.com >
2021-09-16 14:34:02 -07:00
csigs
55057d49e4
LEGO: check in for main to temporary branch. ( #17089 )
2021-09-16 13:08:16 -07:00
Kim Santiago
cb8320ca83
Adding a few tests for Add SQL binding ( #17079 )
...
* initial changes
* add a couple more tests
2021-09-16 11:19:03 -07:00
csigs
eb9f8d2a34
LEGO: check in for main to temporary branch. ( #17081 )
2021-09-15 10:33:34 -07:00
Alex Ma
e4d2bf1919
[Loc] Fix for localization in constants and updated notebook and sql-database-projects ( #17080 )
2021-09-14 16:55:48 -07:00
csigs
0d42ad6e45
LEGO: check in for main to temporary branch. ( #17073 )
2021-09-14 14:18:19 -07:00
csigs
98ec2cecfe
LEGO: check in for main to temporary branch. ( #17072 )
2021-09-14 14:18:06 -07:00
csigs
936a29ec07
LEGO: check in for main to temporary branch. ( #17071 )
2021-09-14 14:17:42 -07:00
csigs
1b746c1496
LEGO: check in for main to temporary branch. ( #17070 )
2021-09-14 14:17:16 -07:00
csigs
00543ea3bc
LEGO: check in for main to temporary branch. ( #17069 )
2021-09-14 14:16:56 -07:00
Leila Lali
423cf8d3d5
SQL Proj - Added an option to deploy to docker to select the base image ( #17067 )
...
* Added an option to deploy to docker to select the base image
2021-09-14 13:49:57 -07:00
Aasim Khan
95e82d53e6
Adding lists support in text component ( #17065 )
...
* Adding lists support in text component
* Fixing get textType
* Code cleanup
* Combining values into value
2021-09-14 12:43:14 -07:00
csigs
32e6a24115
LEGO: check in for main to temporary branch. ( #17068 )
2021-09-14 11:51:41 -07:00
Barbara Valdez
ce13d01efb
Book Editing: Support adding new sections to a book ( #17074 )
...
* add a new section command
2021-09-14 11:31:43 -07:00
Rachel Kim
f92e6d24d4
Add sql-migration extension to recommendation list ( #17064 )
2021-09-13 17:57:32 -07:00
Leila Lali
4912faa966
SQL Project - deploy to docker publish option ( #17050 )
...
SQL Project - deploy to docker publish option
2021-09-13 14:12:53 -07:00
Alex Ma
90bb9c3c55
[Loc] Added defaultDropdownErrorMessage for localization ( #17060 )
2021-09-13 10:41:40 -07:00
Monica Gupta
ed9e0a6575
Change few default settings for adsweb ( #17029 )
...
* device auth,notebook default settings for adsweb
* Addressed comment
Co-authored-by: hhh <gfhg>
2021-09-13 10:23:07 -07:00
Barbara Valdez
08eee69bbc
only modify toc and move files if the target is a section or book ( #17054 )
2021-09-13 10:15:30 -07:00
Rachel Kim
ceaa3efebd
Add more telemetry props to sql migration extension ( #17026 )
2021-09-13 10:11:42 -07:00
dependabot[bot]
a12cdedb8e
Bump axios from 0.21.1 to 0.21.2 in /build/actions ( #17053 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-13 09:19:16 -07:00
csigs
8c66e264a0
LEGO: check in for main to temporary branch. ( #17055 )
2021-09-13 08:30:50 -07:00
csigs
5aee377e67
LEGO: check in for main to temporary branch. ( #17057 )
2021-09-13 08:30:17 -07:00
goyal-anjali
869f83f5a3
Update card styling on extension dashboard ( #17032 )
2021-09-12 01:24:07 +05:30
Lewis Sanchez
7fd72986d0
Enables smoke tests for ADS Web. ( #17014 )
...
* Adds smoketests for ADS web.
* Refines element selector for editor suggestion list
* Revert "Refines element selector for editor suggestion list"
This reverts commit 61b34cd07ab9fa16546d7aab5bce24c73559c6b0.
* Skip tests that timeout for not finding targeted DOM element
* Missed undoing a modification
* Reinstates skipped tests
* Removes unnecssary TODO
* Disables smoke tests for darwin
* Fixed indenting to resolve azure DevOps yaml error
* Updates server path based on setup doc
* Moves smoketests after extensions are built
* Corrects indentation
* Fixes indentation with bottom half of smoketests script
* Updates sqlite URL to latest release
* Yields correct ADS sqlite release version for web and non web
* removes accidental whitespace from previous commit
* Code review changes
* Additional review change
* update distro
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2021-09-10 16:51:38 -07:00
Kim Santiago
37e88f9fcd
Adding a couple telemetry points for sql bindings quickpick ( #16974 )
...
* adding a couple telemetry points for sql bindings quickpick
* addressing comments
2021-09-10 14:08:42 -07:00
Aasim Khan
2d609c9cbc
Adding error message and placeholder for dropdown ( #17012 )
...
* Adding error message and placeholder for dropdown
* Fixing default error message for empty required dropdown
* Fixing a small input value updating bug
* Fixed a commend
* Fixed a comment
* PR fixes
* Using codicon
* Fixed screen reader not reading error message
* Adding support for multiple dropdowns error message
* Adding error border
* Fixing error border styling.
* Added more specific classes for styling
* Making styling more specific
2021-09-10 13:40:25 -07:00
Alex Ma
3f0f977f3e
[Loc] added Add Account for sql migration strings ( #17046 )
2021-09-10 12:27:52 -07:00
Karl Burtram
296b71c0ff
Add Out of Scope label comment ( #17044 )
...
* Add Out of Scope label comment
* Add close/reopen actions
* Remove reopen clause
2021-09-10 10:50:59 -07:00