Daniel Grajeda
bf21db99c4
Fix Gridstack DD import ( #15573 )
...
* Gridstack dd native import fix
* Add gridstack package to remote
* Include gridstack to workbench.html and workbench-dev.html
2021-05-27 14:14:32 -07:00
Vasu Bhog
730367494b
Run with Parameters learn more link to use correct format and kernels ( #15547 )
...
* indicate to users correct format and kernels
* add test for unsupported kernel
* replace with enum
2021-05-25 17:39:19 -07:00
Alan Ren
27b3904f2f
fix file compare issue ( #15551 )
2021-05-22 11:58:32 -07:00
Charles Gagnon
2ec720d5b9
Update server tree action contributions ( #15525 )
...
* Update server tree action contributions
* Fix test
2021-05-20 12:41:56 -07:00
Karl Burtram
2a0d37aee0
Enable docker build in CI pipeline ( #15476 )
...
* Update gulpfile.reh.js
* Update YAML files
* Bump distro
* Fix yaml file
* Another yaml typo
* Disable web publish step
* Update the build scripts
* YAML update
* Update distro
* Update yaml
* Increase step timeout
* Add comment for disabled code block
* Temp disable component detection task
* Renable comp gov teask
* Bump distro
* Update build scripts
* Fix typo
* Fix docker path
* Bump linux build timeout
* Change file name
2021-05-14 17:58:50 -07:00
Alan Ren
8ee8975f17
fix animated svg issue ( #15471 )
2021-05-13 19:15:57 -07:00
Hai Cao
8111c536e1
Fix link handling in viewPane ( #15458 )
2021-05-13 13:35:38 -07:00
Charles Gagnon
5f2fa391c4
Fix event prefix ( #15429 )
2021-05-12 10:16:48 -07:00
Alan Ren
ed40a0b91e
remove the filters not applicable to ads ( #15409 )
2021-05-11 13:57:20 -07:00
Charles Gagnon
c015338ed4
Fix dashboard icons ( #15400 )
...
* Fix dashboard icons
* Split out custom SQL menu items
* Put on same line
2021-05-11 12:41:45 -07:00
Christopher Suh
b13dc0cd03
fixed account icon loading... issue ( #15335 )
2021-05-05 17:10:44 -07:00
Alan Ren
0e7bd8a939
add ADS checks back to install extension workflow ( #15320 )
2021-05-03 20:27:47 -07:00
Charles Gagnon
587237673b
Remove settings sync output channel ( #15304 )
2021-04-30 15:07:57 -07:00
Alan Ren
5e39b1c7ed
fix secrets api issue ( #15300 )
2021-04-30 13:27:42 -07:00
Charles Gagnon
be8a55cef0
Add back open view keybindings ( #15264 )
2021-04-28 12:17:36 -07:00
Karl Burtram
867a963882
Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 ( #14883 )
...
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8
* Bump distro
* Upgrade GCC to 4.9 due to yarn install errors
* Update build image
* Fix bootstrap base url
* Bump distro
* Fix build errors
* Update source map file
* Disable checkbox for blocking migration issues (#15131 )
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
* Remove duplicate tsec command
* Default to off for tab color if settings not present
* re-skip failing tests
* Fix mocha error
* Bump sqlite version & fix notebooks search view
* Turn off esbuild warnings
* Update esbuild log level
* Fix overflowactionbar tests
* Fix ts-ignore in dropdown tests
* cleanup/fixes
* Fix hygiene
* Bundle in entire zone.js module
* Remove extra constructor param
* bump distro for web compile break
* bump distro for web compile break v2
* Undo log level change
* New distro
* Fix integration test scripts
* remove the "no yarn.lock changes" workflow
* fix scripts v2
* Update unit test scripts
* Ensure ads-kerberos2 updates in .vscodeignore
* Try fix unit tests
* Upload crash reports
* remove nogpu
* always upload crashes
* Use bash script
* Consolidate data/ext dir names
* Create in tmp directory
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: Christopher Suh <chsuh@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-27 14:01:59 -07:00
Charles Gagnon
1252544282
Fix welcome page enum descriptions ( #15215 )
...
* Fix welcome page enum descriptions
* Remove gettingStarted experience
* Add sql carbon edit
2021-04-22 16:35:50 -07:00
Charles Gagnon
2f865445a7
Disable workspace tags event ( #15168 )
2021-04-16 10:33:45 -07:00
Aditya Bist
e151668c81
Links handling in commands ( #15118 )
...
* format
* update external options type
* add command flag for command
* Allow commands in Notebooks
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-14 13:06:45 -07:00
Aditya Bist
b6bdb68596
add flag for proxy ( #15120 )
...
* add flag for proxy
* update distro hash
* Bump distro hash
* Bump distro
Co-authored-by: kburtram <karlb@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-14 00:36:39 -07:00
Aditya Bist
1b78008258
Remote CLI fixes ( #15117 )
...
* fixes from vscode
* update distro
* fix distro
* fix hygiene
* reorder hygiene
* Update distro
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-13 20:42:06 -07:00
Aditya Bist
90868bc0ad
fixed css for font family ( #15119 )
2021-04-13 18:37:55 -07:00
Alan Ren
c2d2cf5a82
limit the data size for chart rendering ( #14949 )
...
* limit the rows feed to charts
* add telemetry and option to hide
* fix typo
* updates
* comments
* notebook fix
2021-04-02 19:36:10 -07:00
Charles Gagnon
5151f337bc
Log full stack trace for editor opened errors ( #14932 )
...
* Log full stack trace for editor opened errors
* space
* Actually print name
2021-03-31 13:13:41 -07:00
Kim Santiago
af4ad1fcb1
fix revealFileInOS command ( #14913 )
2021-03-30 15:11:48 -07:00
Alan Ren
4c5a4215f8
fix maximum call stack size reached issue ( #14878 )
...
* fix maximum call stack size reached issue
* Revert "fix maximum call stack size reached issue"
This reverts commit 178675633032a508ddb5585d1adc4f83bb243f55.
* add a few array operations
* use new push
2021-03-29 12:07:23 -07:00
Alan Ren
45fd89d6da
radio button outline style ( #14811 )
2021-03-19 20:06:57 -07:00
Charles Gagnon
7ea09d3d17
Fix welcome page ( #14701 )
2021-03-12 11:17:19 -08:00
Charles Gagnon
1c671676bf
Disable auto sync service ( #14677 )
...
* Disable auto sync service
* skip tests
2021-03-11 17:28:01 -08:00
Aasim Khan
50ac3b0fdf
Fixing welcome page tour. ( #14640 )
...
* Fixing the icon names
* Fixing settings card position
* getting icon selectors from their source
* Changing var name from dataExplorer to dataExplorerId
2021-03-10 15:55:31 -08:00
Aditya Bist
46f805a8be
fix a few more tags ( #14648 )
2021-03-10 15:10:08 -08:00
Alan Ren
c05ba883c4
handle query gallery with tags ( #14633 )
...
* handle query gallery with tags
* fix typo
2021-03-09 19:19:48 -08:00
Charles Gagnon
c33116c625
Remove Online Services Settings option ( #14624 )
2021-03-09 17:20:07 -08:00
Hale Rankin
809d35f173
Manage Packages icon position fix ( #14528 )
...
* Added CSS to treat manage packages icon position.
* Wired up a rough concept showing how I propose to pass a masked-icon class, along with the icon name - derived from the action icon path - to the injected action prior to rendering. The end result is an injected action with an icon which behaves like the others in the notebook toolbar.
* Revert "Added CSS to treat manage packages icon position."
This reverts commit 215a67244a78224fe8fd2e6480b7e50d37a15dc0.
* Revert "Wired up a rough concept showing how I propose to pass a masked-icon class, along with the icon name - derived from the action icon path - to the injected action prior to rendering. The end result is an injected action with an icon which behaves like the others in the notebook toolbar."
This reverts commit 1e0cf116602192aa554334d564e855167b0e8bb6.
* Modified LabeledMenuItemActionItem to add masked-icon class to injected label element.
* Modified LabeledMenuItemActionItem to add masked-icon class and styles for injected label element.
* To prevent conflict with Dashboard, I duplicated the existing LabelMenuItemActionItem and odified it.
* Added comment to new method. Added non-prefixed mask-image style.
* Renamed method and modified comments.
2021-03-08 15:34:49 -08:00
Karl Burtram
1167e247af
Fix hover tooltips ( #14561 )
2021-03-04 17:38:59 -08:00
Alan Ren
99d46917e8
remove refreshNode method ( #14552 )
...
* remove refreshNode method
* fix issue with finding required node handles
2021-03-04 15:15:15 -08:00
Kim Santiago
9cfba8e8e0
Reload ADS when data-workspace extension opens a workspace ( #14540 )
...
* reload ADS when workspace is entered
* move reloading so that reload also happens for file save workspace as commands
* fix build error
2021-03-04 13:40:13 -08:00
Aditya Bist
2a125ee43b
normalize sql carbon tag ( #14445 )
2021-02-25 13:32:12 -08:00
Alan Ren
561242a0d9
implement styler for infobutton ( #14396 )
...
* implement styler for infobutton
* comments
* one more comment
2021-02-23 13:28:48 -08:00
Alan Ren
e266bbd562
fix the dashboard toolbar not load issue ( #14397 )
2021-02-23 09:43:04 -08:00
Chris LaFreniere
f528ffea9b
Hide Open in Editor for notebook search ( #14356 )
...
* Hide Open in Editor for notebook search
* Add type to new parameter
2021-02-19 11:05:02 -08:00
Charles Gagnon
56d2f6b497
Fix extension recommendations ( #14275 )
...
* Fix extension recommendations
* revert header
2021-02-12 13:00:48 -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
Charles Gagnon
49a989ac14
Remove AutomaticPortForwarding service ( #14248 )
...
* Remove AutomaticPortForwarding service
* fix hygiene
2021-02-11 07:27:32 -08:00
Karl Burtram
a226c75d8c
Fix typo in extension manager CSS file ( #14230 )
2021-02-09 20:38:00 -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
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
Charles Gagnon
79cb27898d
Fix issue reporter URLs for extensions ( #14077 )
...
* Fix issue reporter URLs for extensions
* Also clean up reporter URL
* sql carbon edit
2021-01-27 14:31:31 -08:00
Monica Gupta
397354ebc3
Copy clipboard command in ADS (html/plain text supported) ( #13527 )
...
* draft commit
* few changes
* Changes to copy query with results in plain and html formatting
* undo changes
* undo unintended change
* remove comments
* Addressed comments
* Some clean up
Co-authored-by: Monica Gupta <mogupt@microsoft.com >
2020-11-25 21:08:29 -08:00
Charles Gagnon
6cd2d6c942
Fix extension install version check ( #13436 )
2020-11-17 09:58:50 -08:00