Aasim Khan
b5479d0246
Migration wizard Refresh 11th Feb 2021 ( #14257 )
...
* Adding summary page,
Storing ongoing migrations,
localizing some string,
made changes to how dropdowns work
updated database backup page
* Moved classes into different files
Fixed a lot of typos
Fixed some UI margins
2021-02-11 21:18:44 -08:00
Karl Burtram
7739f25f7f
Turn back on Linux CI test validation ( #14241 )
...
* Turn on Linux CI test validation
* Add checks around a code block raising exceptions in unit tests
* Bump node version to 12
* Add check around classList add
2021-02-11 18:59:40 -08:00
Alan Ren
756454efa9
add support to accept visualization options ( #14254 )
...
* allow query provider to specify visual options
* make it reusable
* add comment
* fix error
* null check
2021-02-11 15:40:45 -08:00
Karl Burtram
c511d1a78f
Bump vscode version product.json ( #14262 )
...
The previous vscode merge brought our vscode compat level up to 1.51
2021-02-11 15:31:02 -08:00
Kim Santiago
5e168b0960
fix system db references going away when project target platform is changed ( #14255 )
...
* fix system db references going away when target platform is changed
* bump version
2021-02-11 14:00:07 -08:00
Charles Gagnon
d8438bd720
Add connect button to MIAA dashboard ( #14183 ) ( #14200 )
...
* Add connect button to MIAA dashboard
* PR comments
(cherry picked from commit da01c75dcf )
2021-02-11 10:04:17 -08:00
Charles Gagnon
49a989ac14
Remove AutomaticPortForwarding service ( #14248 )
...
* Remove AutomaticPortForwarding service
* fix hygiene
2021-02-11 07:27:32 -08:00
Chris LaFreniere
e4c5af2663
Fix notebook views ( #14249 )
2021-02-10 16:24:12 -08:00
Karl Burtram
6aafc252e6
Add additional electron bump metadata ( #14242 )
...
* Add additional electron bump metadata
* add yarn.lock
2021-02-10 14:48:29 -08:00
Charles Gagnon
e65a4ac13d
vBump arc and azdata extensions ( #14246 )
2021-02-10 14:08:02 -08:00
Charles Gagnon
45adb7d8d7
Add ability to pass in initial variable values to deployment wizards ( #14224 )
2021-02-10 13:55:16 -08:00
Kim Santiago
bb29ae00c9
Fix schema compare options reset ( #14225 )
...
* fix schema compare options reset not updating correctly
* bump version
2021-02-10 13:46:46 -08:00
Lucy Zhang
800cd2fa89
catch getpythonuserdir error ( #14193 )
2021-02-10 10:13:08 -08:00
dependabot[bot]
61f9da39fa
Bump stringstream from 0.0.5 to 0.0.6 in /build ( #14219 )
...
Bumps [stringstream](https://github.com/mhart/StringStream ) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases )
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 09:21:35 -08:00
Karl Burtram
ce69ecebc4
Update readme for 1.25.3 release ( #14232 )
2021-02-10 09:07:58 -08:00
Charles Gagnon
d78d89e326
Fix race condition in account management ( #14218 )
1.25.3
2021-02-09 22:40:46 -08:00
Karl Burtram
a226c75d8c
Fix typo in extension manager CSS file ( #14230 )
2021-02-09 20:38:00 -08:00
Karl Burtram
069e9f4fcb
Turn off Linux in CI build ( #14228 )
2021-02-09 18:53:32 -08:00
Karl Burtram
ca647ad9f9
Bump electron to 9.4.3 ( #14217 )
2021-02-09 18:41:56 -08:00
Karl Burtram
ce612a3d96
Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 ( #14050 )
...
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79
* Fix breaks
* Extension management fixes
* Fix breaks in windows bundling
* Fix/skip failing tests
* Update distro
* Add clear to nuget.config
* Add hygiene task
* Bump distro
* Fix hygiene issue
* Add build to hygiene exclusion
* Update distro
* Update hygiene
* Hygiene exclusions
* Update tsconfig
* Bump distro for server breaks
* Update build config
* Update darwin path
* Add done calls to notebook tests
* Skip failing tests
* Disable smoke tests
2021-02-09 16:15:05 -08:00
Charles Gagnon
6f192f9af5
Fix ModelView addItem/withItem ordering ( #14205 )
2021-02-09 08:37:30 -08:00
Charles Gagnon
13255f845b
Update azdata-test to official Microsoft org version ( #14203 )
2021-02-09 08:35:47 -08:00
Aasim Khan
b2eb0e6958
Adding notebooks to migration extension ( #14189 )
...
* Adding migration notebooks to extension
* Adding toast notification instead of printing error in the console
* removed localization info from the links in the notebook
* Removed localization info from the links 2
* Fixed comments, placeholder and letter cases.
2021-02-09 08:07:30 -08:00
Alan Ren
a3cddbc8aa
align with portal button style ( #14187 )
...
* align with portal button style
* fix welcome page
* image button
* more fixes
* use withProperties
* add comment back
* add border radius
2021-02-08 15:12:54 -08:00
nasc17
7a0ac71b98
Search function to be case insensitive ( #14196 )
...
* Search function does looks at all uppercase
* Add toUpperCase call only in filterParameters function
2021-02-08 14:09:11 -08:00
Lucy Zhang
c1bfed836b
add multi_connection_mode unit test ( #14195 )
2021-02-08 12:14:28 -08:00
Alan Ren
e45fb010d3
toolbar ( #14188 )
2021-02-08 10:52:43 -08:00
Charles Gagnon
da01c75dcf
Add connect button to MIAA dashboard ( #14183 )
...
* Add connect button to MIAA dashboard
* PR comments
2021-02-08 10:33:16 -08:00
Chris LaFreniere
b29c07adb3
Always use \n when passing to Jupyter ( #14185 )
2021-02-08 09:38:06 -08:00
Barbara Valdez
06bace1fcf
replace backlash when moving notebooks on windows ( #14186 )
2021-02-07 20:17:30 -08:00
Charles Gagnon
86aa24e198
Fix service dependency startup warning ( #14180 )
...
* Fix service dependency startup warning
* fix tests
2021-02-06 15:01:16 -08:00
Maddy
63f9be6b5f
Fix/navigating find results on html elements ( #14079 )
...
* highlight current range in the marked html
* find ranges on textContent not innerHtml
* add comment
* highlight all and mark the specific in orange
* register highlights in color themes
* fix the closure on the last style
* undo delete locproj file
* add comment
* undo format on locProj file
2021-02-05 20:50:01 -08:00
Barbara Valdez
467a34e878
Fix book editing issues ( #14177 )
...
* Fix issue moving a duplicated section to another book
2021-02-05 18:50:29 -08:00
Lucy Zhang
67829af0c5
Notebooks: add multi_connection field to notebook metadata ( #14097 )
...
* add multi_connection to nb metadata
* address PR comments
* pr comments
* adsd notebookmetadatakeys object
* pr comments
* use isUUID util method
2021-02-05 13:46:31 -08:00
Charles Gagnon
ac5ff2ec7f
Remove error message properties from events ( #14175 )
2021-02-05 12:28:07 -08:00
Charles Gagnon
ddd80b982c
Add display names to cache tasks in build ( #14176 )
...
* Add display names to cache tasks in build
* Undo changes to vs files
* Undo
2021-02-05 10:54:16 -08:00
Barbara Valdez
3c4ffd2a9c
Fix book tests on Windows. ( #14173 )
...
* fix tests
* fix reveal active item test
* show error message
* revert trusted book test back to original
2021-02-05 10:45:59 -08:00
Charles Gagnon
49fa56369c
Fixes for HDFS node expansion on BDC connections ( #14174 )
...
* Change cluster test connect to use endpoints route
* Add more logging
* More logging
* Only connect to controller if needed
* Add comments
2021-02-05 10:12:15 -08:00
Aasim Khan
1944813c4a
Adding help text for resourceTypes ( #14166 )
...
* Adding help text to arc resource deployment.
* Fixing null help text and agreement logic
* Made some types optional
Fixed a language specific link
2021-02-04 23:45:29 -08:00
Aasim Khan
71d9c91551
Removing other changes ( #14163 )
2021-02-04 18:47:59 -08:00
Charles Gagnon
350034cbb1
Fix arc dashboard component order error ( #14164 )
2021-02-04 15:53:29 -08:00
Charles Gagnon
c027ce4f00
Update ads-extensions-telemetry package ( #14162 )
2021-02-04 14:57:54 -08:00
nasc17
e99b4a7bed
Making the Postgres Properties Page Visible ( #14161 )
...
* Make properties page visible
* Set max length to text box
2021-02-04 12:39:51 -08:00
nasc17
814dfba338
Making the Postgres Parameters Page Visible ( #14156 )
...
* Having parameters page be visible and fixing information bubbles
* Added sessions to edit commands
* Fix table style
2021-02-04 09:52:39 -08:00
Charles Gagnon
6907c8edab
Use cryptography 3.2.1 for sparkmagic dependency ( #14154 )
...
* Use cryptography 3.2.1 for sparkmagic dependency
* pip -> conda
* fix typing
* fix tests
* prefix with required
2021-02-04 09:52:08 -08:00
Barbara Valdez
cce8a961ac
Fix decorations for modified notebooks in Books View ( #14152 )
...
* Tree item resource uri should be the root when it's a book and notebook path for notebooks
2021-02-03 18:17:08 -08:00
Charles Gagnon
3a89731036
Add version to azdata api ( #14155 )
2021-02-03 17:56:01 -08:00
Kim Santiago
bcc73dfbcf
fix intermittent sql project test failure ( #14148 )
2021-02-03 13:26:06 -08:00
Charles Gagnon
395dfd6c52
Add setFilter to DeclarativeTableComponent ( #14143 )
...
* Add setFilter to DeclarativeTableComponent
* fix tests
* Update param name
2021-02-03 12:18:36 -08:00
Charles Gagnon
dcf17cc08b
Remove async keyword from abstract functions ( #14150 )
2021-02-03 12:16:50 -08:00