erpett
0193f8a6dc
Updating Readme and Changelog for 1.35.0 release ( #18543 )
2022-02-24 14:46:25 -08:00
Charles Gagnon
23cbb98162
Fix Mac signing ( #18534 )
...
* Install .NET SDK for Mac signing
* Install runtime
* Specify 2.1.0
* Install SDK
2022-02-23 08:31:14 -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
Aasim Khan
19c7971630
Bringing back leftover changes ( #18527 )
2022-02-22 15:44:01 -08:00
Aasim Khan
5731366a1c
Fixing query editor smoke test ( #18515 )
...
* Fixing query editor smoke test
* Fixing notification toast for telemetry opt out
* Adding SQL Carbon edit
2022-02-22 14:15:12 -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
Alan Ren
40ee82ee3e
highlight problematic property in the designer when error is selected ( #18512 )
...
* navigate to property when selecting error message
* use list component
* highlight problematic property
* remove unnecessary call
* comment
* comment
2022-02-21 20:49:12 -08:00
csigs
3c84575755
LEGO: check in for main to temporary branch. ( #18503 )
2022-02-21 12:21:12 -08:00
Aditya Bist
696db01dc8
Fix opt out prompt behavior ( #18498 )
...
* fix header
* fix product name
2022-02-18 15:53:59 -08:00
Karl Burtram
e0cb88599d
Port - Restrict which sites out webview iframe can frame ( #18495 )
...
* protocol handler - normalize paths
* use `extUri` for normalizing paths
* :lipstick;
* Add content security policy to top level webview
This change hardens our webviews by adding a fairly restrictive csp to them. This CSP should only apply to the outer webview iframe, not to the inner iframe which is controlled by extensions
Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com >
Co-authored-by: Matt Bierner <matb@microsoft.com >
2022-02-18 15:12:21 -08:00
Aasim Khan
eff847f35a
Removing extra toUrl call ( #18492 )
2022-02-18 14:49:02 -08:00
Alex Ma
2da0428454
[Loc] small update to sql xlf with table designer ( #18489 )
2022-02-18 13:31:05 -08:00
Alex Ma
1b63fec4e5
removed max_memory as it should be dynamically managed by sqlserver ( #18481 )
2022-02-18 12:32:57 -08:00
Karl Burtram
f137174719
Add mxgraph to thirdyparty notices ( #18486 )
2022-02-18 12:09:07 -08:00
Barbara Valdez
75d9246f5e
Fix search experience in notebooks ( #18474 )
...
* fix search on notebooks
* keep focus on findwidget
2022-02-18 10:53:45 -08:00
Barbara Valdez
cbaffd0b0d
fix section markdown and html link ( #18478 )
...
* fix section markdown and html link
2022-02-18 10:08:33 -08:00
Kim Santiago
b33afe3efb
add back SDK style project template ( #18448 )
2022-02-18 09:54:10 -08:00
csigs
19f63ea88f
LEGO: check in for main to temporary branch. ( #18479 )
2022-02-18 09:30:14 -08:00
Charles Gagnon
a1a1793221
Add timeout delay to Notebook cell connect ( #18475 )
2022-02-18 09:05:13 -08:00
Charles Gagnon
8da49ff14e
Remove connection error popup notification ( #18476 )
...
* Remove connection error popup notification
* Fix compile
2022-02-18 09:04:13 -08:00
dependabot[bot]
f0ebc6ed60
Bump url-parse from 1.5.2 to 1.5.6 in /samples/sqlservices ( #18473 )
...
Bumps [url-parse](https://github.com/unshiftio/url-parse ) from 1.5.2 to 1.5.6.
- [Release notes](https://github.com/unshiftio/url-parse/releases )
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.2...1.5.6 )
---
updated-dependencies:
- dependency-name: url-parse
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-02-17 22:29:25 -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
Lewis Sanchez
3472e229f1
Adds a tooltip title prop to the diagram node. ( #18458 )
...
* Adds a tooltip title prop to the diagram node.
* Updates azdataGraph package version to 0.0.16
2022-02-17 16:18:49 -08:00
Charles Gagnon
3a04235001
Add option to disable running integration tests ( #18454 ) ( #18456 )
...
* Add option to disable running integration tests
* succeeded
(cherry picked from commit 932865ceee )
2022-02-17 15:26:22 -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
Alex Ma
e66192cbfd
[loc] changes to sql-migration and sql xlfs ( #18447 )
2022-02-17 11:11:41 -08:00
Lewis Sanchez
63cff7a5ab
Adds Operational Cost to Query Plan Vertex Labels. ( #18435 )
...
* Adds operational cost to graph node labels.
* Code clean up.
2022-02-17 10:09:24 -08:00
csigs
f1b23c96a9
LEGO: check in for main to temporary branch. ( #18443 )
2022-02-17 09:51:28 -08:00
Barbara Valdez
ede0937c2b
fix holding down key scrolling issue ( #18322 )
...
* Stop propagation + debounce scroll
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2022-02-17 00:25:01 -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
Charles Gagnon
2be1394748
Fix contributed icons for ModelView trees not showing ( #18430 )
...
* Fix contributed icons for ModelView trees not showing
* Use asCssUrl
2022-02-16 18:10:45 -08:00
Neetu Singh
8135867e06
Updating readme with new gif that includes SKU Recommendation ( #18432 )
2022-02-16 17:58:34 -08:00
Barbara Valdez
87d5da00bf
Fix on click edit mode states ( #18321 )
...
* fix click code cell
* modified editmode when updating active cell
2022-02-16 15:52:05 -08:00
Aasim Khan
678f2e3878
Fixing the height of the query plan ( #18409 )
...
* Fixing the height of the query plan
* Fixing layout issues
2022-02-16 15:44:33 -08:00
Aasim Khan
81e8eb9a82
Adding zoom button ( #18407 )
...
* Adding zoom button
* Fixing string
2022-02-16 15:26:14 -08:00
Aasim Khan
fe360afec7
Fixing context menu strings ( #18404 )
...
* Fixing context menu strings
* Fixing string
2022-02-16 15:21:35 -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
Alan Ren
7ff42eeb08
make sure the content is not undefined ( #18406 )
2022-02-16 13:51:50 -08:00
Charles Gagnon
3dbd5ac2c1
Bump url-parse ( #18422 )
2022-02-16 13:09:19 -08:00
csigs
3c321ee8b7
LEGO: check in for main to temporary branch. ( #18419 )
2022-02-16 12:22:32 -08:00
csigs
f6128d262b
LEGO: check in for main to temporary branch. ( #18417 )
2022-02-16 12:21:59 -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
Alan Ren
89cc59a2fd
avoid auto language detection for sql editor ( #18402 )
...
* avoid auto lang detection for sql editor
* update comment
2022-02-15 17:11:43 -08:00
Aasim Khan
25f563229f
Adding tooltips and fixing spacing ( #18400 )
2022-02-15 16:24:40 -08:00