Leila Lali
459fab256e
Sql Proj: Adding a new sqlproj template for SQL dbs ( #18636 )
2022-03-29 09:06:56 -07:00
Alex Ma
25b8137a45
[Loc] change to sql-database-project xlf ( #18848 )
2022-03-28 17:33:45 -07:00
Kim Santiago
2f825f8a97
add initial SDK-style project migration ( #18827 )
...
* add initial SDK-style project migration
* addressing comments
2022-03-28 16:29:14 -07:00
Leila Lali
aad20bc338
Chaning the name of server in deploy option if target is Azure ( #18828 )
2022-03-28 15:07:09 -07:00
Kim Santiago
893015010d
remove unused SchemaComparePublishChanges ( #18830 )
2022-03-28 10:54:53 -07:00
csigs
027bac766e
LEGO: check in for main to temporary branch. ( #18842 )
2022-03-28 09:06:55 -07:00
csigs
9d2e5ff93e
LEGO: check in for main to temporary branch. ( #18836 )
2022-03-28 09:06:45 -07:00
Lewis Sanchez
85b4bf13f9
Initial sets up of new execution plan comparison result endpoint ( #18813 )
...
* Initial sets up of new execution plan comparison result endpoint
* Makes query execution plan endpoint URI's more consistent.
2022-03-25 11:47:46 -07:00
Alex Ma
0d3cec074d
[Loc] added loading notebook message ( #18826 )
2022-03-25 10:29:48 -07:00
Cory Rivera
d9501ffc03
Enable loading spinner for notebook editor. ( #18810 )
2022-03-24 16:31:33 -07:00
Charles Gagnon
f325a2df08
Throw more detailed error when compilation fails ( #18783 )
...
* Throw more detailed error when compilation fails
* Add SQL edits
2022-03-24 13:20:18 -07:00
Nemanja Milovančević
5e68ff1dfe
Make mssql extension a module ( #18804 )
...
* Rebase from main branch
* import from module
* Add mssql module ref
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2022-03-24 11:09:55 -07:00
dependabot[bot]
ae8784e462
Bump minimist from 1.2.0 to 1.2.6 in /extensions/liveshare ( #18814 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.0 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.0...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
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-24 09:28:09 -07:00
dependabot[bot]
668f59ca2e
Bump minimist from 1.2.5 to 1.2.6 in /test/smoke ( #18812 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
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-24 09:25:21 -07:00
Alan Ren
b50c4fdb49
new service downloader version ( #18811 )
2022-03-23 21:46:42 -07:00
Raymond Truong
236db4d1b1
[SQL Migration] Show correct recommendation when viewing issues in assessment results ( #18801 )
2022-03-23 17:18:20 -07:00
Kim Santiago
c39b13a93e
cleanup sql database projects package.json ( #18794 )
2022-03-23 10:45:48 -07:00
Kim Santiago
5a87e552bc
move system dbs to bottom of the list in update project from db dialog ( #18791 )
2022-03-22 18:12:19 -07:00
Cory Rivera
1fa453f8f2
Add smoke tests for text cell toolbar actions. ( #18792 )
2022-03-22 12:51:56 -07:00
Vasu Bhog
783215c160
code owners for sql-bindings ( #18795 )
2022-03-22 12:23:38 -07:00
Charles Gagnon
bdf3261612
Disable broken tests ( #18793 )
2022-03-21 18:16:04 -07:00
Charles Gagnon
08b2d9668e
Fix and enable core unit test coverage ( #18781 )
...
* Fix and enable core unit test coverage
* switch
* Fix coverage mapping
* don't output marked
* Fix filter check
2022-03-21 15:15:07 -07:00
Kim Santiago
8a670a8baa
Add a few more properties for dacpac telemetry ( #18782 )
...
* add wizard page and selected operation for dacfx wizard cancel telemetry
* update name
* send version for extract
* pass version directly into function call
2022-03-21 14:27:09 -07:00
csigs
aaef400194
LEGO: check in for main to temporary branch. ( #18785 )
...
Co-authored-by: Alex Ma <alma1@microsoft.com >
2022-03-21 10:15:02 -07:00
csigs
e4a3ec1aac
LEGO: check in for main to temporary branch. ( #18784 )
2022-03-21 09:49:50 -07:00
Vasu Bhog
1a1556ca75
Use SQL input / output template instead ( #18768 )
...
* use sql input / output template instead
* workaround for storage wizard that is opened
2022-03-18 17:31:19 -07:00
Cory Rivera
7914fcf101
Fix issues with unknown notebook file types not opening as a default notebook. ( #18779 )
2022-03-18 16:59:22 -07:00
Maddy
23a69f9b69
Add test for last edit mode ( #18734 )
...
* add test for persisting last edit mode
* remove empty line
* address comments
* update comment
2022-03-18 16:13:58 -07:00
Kim Santiago
6263cc2f87
cleanup dacpac extension telemetry ( #18778 )
...
* cleanup dacpac extension telemetry
* Add helper function and missing action
2022-03-18 15:53:05 -07:00
Alan Ren
f2d4801634
change the trigger of inputbox commit event ( #18776 )
2022-03-18 13:16:43 -07:00
Charles Gagnon
301c6f24fe
Remove tslint from extensions ( #18775 )
2022-03-18 11:19:30 -07:00
Charles Gagnon
fc0721450d
Cleanup sql bindings test utils ( #18773 )
2022-03-18 11:18:59 -07:00
Charles Gagnon
a6d442bb3b
Consolidate extension typings files ( #18765 )
...
* Consolidate extension typings files
* fix
2022-03-18 09:24:22 -07:00
Alex Ma
b07266e8c2
[Loc] update to arc and sql XLFS ( #18769 )
2022-03-18 00:28:30 -07:00
Candice Ye
a786e63445
Arc bug fix: ADS Create DC wizard should prompt for Log Analytics workspace ID and access token similar to portal ( #18742 )
...
* Added monitor log-analytics workspace list to az api
* Made resource group and subscription optional for logs analytics workspace list
* Added dynamic fields for workspace names, id, primary key, based on value of auto-logs checkbox
* Hooked up the newly created source provider for log analytics workspaces. Dropdown now populates all workspace names.
* Added workspaceUtils.ts for a valueprovider. Now workspace name maps to id automatically.
* Replaced promise.all with promise.resolve
* Added workspace id and primary key as env variables in the notebook
* Removed extra space in package.json
* Made getOptions more concise and put azApi definition in function.
* Changed notebook to handle new Azure CLI command with param --clustername
2022-03-17 20:57:16 -07:00
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