Maddy
26a00696d4
Fix/prev next links issue ( #10523 )
...
* intital test code
* added tests
* remove commented code
* fix for failing tests
* reuse exported enum
* changes to address comments
* add back onVisibility highlight
* port highlight fix from Chris
* fix tests
2020-06-12 18:42:17 -07:00
Charles Gagnon
233646330e
Disable VS tests that fail randomly ( #10895 )
2020-06-12 17:06:45 -07:00
Amir Omidi
3608e132cb
Add close button ( #10898 )
...
* Add close button
* Change the localize key
2020-06-12 13:03:18 -07:00
Amir Omidi
83a8b13750
If the connectionProfile was undefined, then return undefined ( #10899 )
2020-06-12 12:46:34 -07:00
Anthony Dresser
535e9d012a
add getting started to contribution ( #10892 )
2020-06-12 12:21:04 -07:00
Anthony Dresser
46f72fef6a
change icon locations ( #10884 )
...
* change icon locations
* fix icon location
2020-06-11 17:10:29 -07:00
Charles Gagnon
8db272cea4
Fix deployment warnings to only show if no resources found ( #10878 )
2020-06-11 17:07:19 -07:00
Alan Ren
4322234d0b
use default row height and update button column ( #10885 )
2020-06-11 16:09:25 -07:00
Aasim Khan
bb244e4b91
Passing contained component required field to itemConfig ( #10858 )
2020-06-11 08:42:54 -07:00
Alan Ren
3f21caddb6
fix declarative table issue ( #10833 )
...
* fix declarative table issue
* check data
* comments
* comments and more fixes
2020-06-10 22:21:45 -07:00
Charles Gagnon
c6d494e160
Change "configure dashboard" icon ( #10856 )
2020-06-10 14:52:36 -07:00
Anthony Dresser
d849ed9357
Add more smoke tests and abstract more code ( #10799 )
...
* add more smoke tests and abstract more code
* fix missing imports
2020-06-10 12:12:35 -07:00
Hale Rankin
6c68d742a7
Fixed notebook toolbar icon issue in dark and hc-black themes. ( #10802 )
2020-06-09 13:52:47 -07:00
Cory Rivera
59575aa305
Wait for clientSession to become available before running a cell. ( #10796 )
2020-06-09 05:30:13 -07:00
Alan Ren
7687d6e22a
reset valid status ( #10813 )
2020-06-08 22:53:45 -07:00
Aasim Khan
75e3e4c8c9
Fix for "Run Current Query" keybind no longer behaving as expected ( #10538 ) ( #10557 )
...
* -"Run current" command runs the entire selection instead of only first statement in the selection
* -brought some logic back from the old code to correct the behavior
* -Added unit tests for runCurrent command
* -Fixed a comment
* - Added checks for run input parameters
* -Added some extra checks
* -Fixed some spacing issue
* Changed to using verify instead of a counter variable
2020-06-08 14:42:07 -07:00
Alan Ren
9ca17dbe7f
fix button column click issue ( #10788 )
2020-06-08 11:48:50 -07:00
Amir Omidi
d08a224550
Fixes #10734 , register a container for the view ( #10750 )
...
* Fixes #10734 , register a container for the view
* Remove unused fields
2020-06-08 11:06:04 -07:00
Charles Gagnon
193ecddb98
Fix error when cancelling out of VSIX dialog ( #10752 )
2020-06-08 07:38:37 -07:00
Hale Rankin
52a12f0d51
Removed style that was interfering with text selection within code cell. ( #10769 )
2020-06-05 17:51:23 -07:00
Hale Rankin
eafe659ec9
10712, 10677 - Fixed focus indicators for both main toolbar and cell … ( #10756 )
...
* 10712, 10677 - Fixed focus indicators for both main toolbar and cell toolbar.
* Removed duplicated line
2020-06-05 17:46:19 -07:00
Hale Rankin
4339b5b7d3
Switched order of the two dropdowns in main toolbar in preview. ( #10717 )
...
* Switched order of the two dropdowns in main toolbar in preview.
* Reverting this single line b/c it's out of scope for the PR.
2020-06-05 17:41:14 -07:00
Anthony Dresser
72b2d9ef72
rework some of some, add query to smoke ( #10591 )
2020-06-05 17:25:24 -07:00
Hale Rankin
cf0f3b0426
Reduced margin between notebook cells. Increased space at top of page. ( #10735 )
2020-06-05 17:17:19 -07:00
Chris LaFreniere
48ec8e6dd8
Bring back hover state setting on cell model ( #10758 )
2020-06-05 17:14:36 -07:00
Alan Ren
3500ce08cc
fix profiler not launch issue ( #10757 )
2020-06-05 15:41:29 -07:00
Alex Ma
1f519024db
Fix for edit data grid not showing ( #10737 )
...
* Added null check in getHorizontalSashWidth
* simplified using tertiary operator
* more simplification
2020-06-05 13:32:16 -07:00
Amir Omidi
70af4cbe42
Fixes the azure auth for postgresql ( #10662 )
2020-06-04 16:01:50 -07:00
Chris LaFreniere
258310ba81
Change markdown cell to text cell ( #10715 )
2020-06-04 12:38:30 -07:00
Chris LaFreniere
cc3554e987
Only show edit cell action for markdown cells ( #10719 )
2020-06-04 10:20:47 -07:00
Amir Omidi
ce17a73ede
Open connection dialog with URI ( #10700 )
...
* Add the openConnectionDialog code
* don't ignore case
2020-06-03 16:53:13 -07:00
Brian Bergeron
65a31de166
Add readOnly property to InputBoxComponent ( #10687 )
2020-06-03 14:59:54 -07:00
Anthony Dresser
a68e74527e
Merge branch 'ads-master-vscode-2020-05-31T19-47-47'
2020-06-03 14:05:57 -07:00
Amir Omidi
3860f07cab
Make azure portal work from server area ( #10699 )
2020-06-03 14:02:23 -07:00
Alan Ren
c4be667567
add custom width support for dialogs ( #10641 )
...
* add custom width support for dialogs
* comments
* fix test
2020-06-03 13:08:48 -07:00
Anthony Dresser
15d8e09491
Merge remote-tracking branch 'origin/master' into ads-master-vscode-2020-05-31T19-47-47
2020-06-03 12:35:26 -07:00
Hale Rankin
d247af6619
Adjusted + Cell element height to fix layout on Mac and Windows. ( #10681 )
2020-06-02 13:11:37 -07:00
Alan Ren
c057dddb25
show username for azure sql db ( #10679 )
2020-06-02 12:49:24 -07:00
Maddy
3088c73e2b
Feat/notebooks viewlet ( #10170 )
...
* clean up unsavedBooks to providedBooks
* added notebooks viewley contribution
* added notebookExporerAction context
* temp shortcut key B
* remove commenred code
* changes with master merge
* fix comments
* initial tests
* fix casing and description
* merged master and resolved errors
* remove extension point & add custom view container
* merge latest from master
* remove unused files
* move book images to common
* remove notebookExplorer contrib & move to notebook
* build fix
* remove explorer specific sryles from common
* vscode convention to define container actions
* rename notebooks/title
2020-06-01 15:47:56 -07:00
Aditya Bist
6816d2bd78
add icon for disabled triggers ( #10663 )
2020-06-01 14:10:06 -07:00
Anthony Dresser
8b0b0a029e
fix compile
2020-06-01 12:36:41 -07:00
Anthony Dresser
874717fee5
fix testing issues
2020-06-01 12:15:14 -07:00
Amir Omidi
534eb3a6f8
Add unused contribution point to workbench file ( #10594 )
...
* Remove unused file
* Revert "Remove unused file"
This reverts commit 788538aa01f4a146a08340a9890e0e2e6bd98d0d.
* Add to workbench
2020-06-01 11:25:57 -07:00
Anthony Dresser
7d53e744f3
fix imports
2020-05-31 13:08:12 -07:00
ADS Merger
28be33cfea
Merge from vscode 79a1f5a5ca0c6c53db617aa1fa5a2396d2caebe2
2020-05-31 19:47:51 +00:00
Amir Omidi
7d31239e64
Open in azure portal ( #10535 )
...
* initial commit to get it working
* Change configuration to use package.nls.json
* Make the necessary plumbing
* Support multi cloud
* Move the menu item to the bottom
* Fix failing tests
* Fix the tests
2020-05-29 19:59:29 -07:00
Hale Rankin
b2e0291a95
10551 - Notebook UI: Added cell toolbar component ( #10558 )
...
* 10551 - Notebook UI: Added cell toolbar component, actions scaffolding, styles and theme colors. Removed markup for legacy, hidden hover buttons. Updated instaces of icon class: mask to masked-icon.
* Uncommented lines for CellToggleMoreActions so we can see how the ellipses currently work.
* Added EditCellAction which toggles between two icons.
* Cleaned up comments and removed some unused code.
* Copied DeleteCellAction into celltoolbarActions
* Connecting model and cell model to toolbar component for necessary context.
* Pass in cell + nb model from notebook component
* Adding context for EditCellAction so we can activate a cell via icon.
* Removed my copy of AddCellAction and simply referred to the existing one.
* Fixes to propogate cell model edit mode changes
* Added onCellModeChanged event registration to code.component.
* Moved cellToggleMoreActions into cellToolbarActions. Suppressing ellipses in code and textCell components.
* Fix adding cells
* Copied and modified ToggleMoreWidgetAction for use in cellToolbarActions. Instantiating cellToggleMoreActions and adding to toolbar.
* Removed unused markup, code and styles. Moved cell toolbar template into compoent.
* Removed double-click from textCell. Changed message to indicate where content goes - without it the cell does not have dimension and cannot be found by the user.
* Removed unused code file.
* Fixing my boo boo
* Updated AddCellAction with null coalescer. Set Promise to type: void.
Co-authored-by: chlafreniere <hichise@gmail.com >
2020-05-29 18:27:36 -07:00
Alan Ren
1305743479
fix object filtering regression ( #10609 )
...
* fix object filtering regression
* add comments
2020-05-29 10:19:44 -07:00
Alan Ren
7e49eb85fb
table style clean up ( #10608 )
2020-05-29 10:19:09 -07:00
Charles Gagnon
107b3171f2
Add isBigDataCluster property to connection event ( #10606 )
2020-05-29 06:47:03 -07:00