cssuh
0833de1e7c
Merge branch 'ads-main-vscode-2020-07-15T23-51-12' into main
2020-07-17 15:00:28 -04:00
Christopher Suh
48ef272c66
fix for dragged table name ( #11376 )
...
* fix for dragged table name
* escaped bracket characters
* fixed escaping brackets
* moved outer brackets
* using interpolated strings
2020-07-16 17:53:04 -04:00
Anthony Dresser
c013e3fc27
default theme to light ( #11358 )
2020-07-16 13:38:18 -07:00
ADS Merger
9d3f12d0b7
Merge from vscode 1b314ab317fbff7d799b21754326b7d849889ceb
2020-07-15 23:51:18 +00:00
Charles Gagnon
1e62030581
Revert to previous behavior for tree data providers getChildren ( #11308 )
...
* Revert to previous behavior for tree data providers without resolve support
* Add another sql carbon edit
2020-07-13 09:48:28 -07:00
Charles Gagnon
3db33de69f
Add new ViewContainerLocation for dialogs ( #11289 )
2020-07-10 14:09:16 -07:00
Charles Gagnon
0835d3ed0f
Only throw if releaseNotesUrl doesn't exist ( #11295 )
2020-07-10 12:31:55 -07:00
Maddy
9c0f415bd9
Feat/search in books ( #11117 )
...
* 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
* initial commit
* search view changes
* 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
* show collapsible search view separately
* style changes
* rename method
* code cleanup
* enable search on type
* merged master and resolved compile errors
* highlight fix
* code cleanup
* rename interface
* fix hygiene floating promises errors
* more hygiene errors
* avoid circular dependency
* new ids for notebookSearch actions
* reuse SearchSortOrder from search
* merged main and resolved compile errors
* reuse search code
* vscode merge regression on highlight
* extend searchView
* missed resoved files
* null to undefined
* make treeView readonly
* revert carbon edit
* address PR comments
* convert async
2020-07-09 13:13:36 -07:00
Anthony Dresser
a69032e317
fix issues with file menu commands ( #11254 )
2020-07-08 18:52:26 -07:00
Charles Gagnon
ae908530e2
Fix ModelView tree components to keep custom state ( #11239 )
...
* Fix ModelView tree components to keep custom state
* override postGetChildren
* deepClone
2020-07-08 13:05:54 -07:00
Karl Burtram
a4539daa62
Move account management icon to action bar ( #11173 )
2020-07-01 15:55:12 -07:00
ADS Merger
f6b44865cc
Merge from vscode b16b467d3e03e1a1ae05b5836e4e5a5af504e86d
2020-07-01 03:37:27 +00:00
AzureDataStudio
59b69311d7
fix hygiene, update sqlite
...
skip failing tests
2020-06-30 11:31:12 -07:00
ADS Merger
1388493cc1
Merge from vscode 2cd495805cf99b31b6926f08ff4348124b2cf73d
2020-06-30 11:31:11 -07:00
Anthony Dresser
93a88e38fe
Messages panel wordwrap ( #10970 )
...
* Add CodeQL Analysis workflow (#10195 )
* Add CodeQL Analysis workflow
* Fix path
* fix word wrap support in the message panel
* fix width on message treee
* fix import
* fix settings editor to reflect the changes in the settings ids
* fix tests
* add configuration upgrader
* make sure to maintian execution order
* make the compiler happy
* add tests for upgrader
Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com >
2020-06-29 16:25:11 -07:00
v-bbrady
17621e4df3
builds getting started tour ( #10546 )
...
* builds getting started tour
* reorganizes ts according to amirs comments
* Fix hygiene issues
* updates class names
* adds description to new configuration value
* uses core components
* PR fixes based on Charles comments
* formats css
* updates guided tour based on charles comments
* updates css formatting
* fixes read more link
* formats gettingStartedTour.ts
* updates copy
* Add CodeQL Analysis workflow (#10195 )
* Add CodeQL Analysis workflow
* Fix path
* updates pr based on pr comments
* removes unused decleration
* formatting
* reformats css document
* updates file path
* updates images
Co-authored-by: Amir Omidi <amomidi@microsoft.com >
Co-authored-by: Justin Hutchings <jhutchings1@users.noreply.github.com >
2020-06-23 18:59:02 -07:00
Charles Gagnon
bcbf08122f
Fix extension gallery query to use correct version ( #11040 )
...
* Fix extension gallery query to use correct version
* Only require one engine of either type
2020-06-23 09:31:51 -07:00
Charles Gagnon
99d26fb769
Add BDC create controller action ( #11019 )
2020-06-19 16:11:54 -07:00
AzureDataStudio
c4c23aa40d
remove unused workflows
...
fix tests
disable vscode integration tests
distro
bump smoke test extension
ensure we register language register
fix compile
2020-06-19 10:59:24 -07:00
ADS Merger
5e7071e466
Merge from vscode 4d91d96e5e121b38d33508cdef17868bab255eae
2020-06-19 10:59:23 -07:00
Christopher Suh
0c56e4a603
Column/Table Drag & Drop ( #10702 )
...
* able to drag objects from left pane
* changed scheme from file
* base functionality working
* extended functionality to tables
* added string literals and formatting
* cleanup
* cleanup
* added table/column parsing
* removed bad logic
* updated to use metadata
* cleanup and added sql carbon edit tags
* moved changes from vs into sql code base
* refactoring drag and drop
* cleanup
* cleanup
* cleanup
* added unit tests
* pr changes
* moved treeMock file
* fixed small bug
2020-06-15 23:52:46 -04:00
Anthony Dresser
ff8b03aa5e
fix edit data ( #10907 )
2020-06-15 11:17:42 -07:00
Charles Gagnon
233646330e
Disable VS tests that fail randomly ( #10895 )
2020-06-12 17:06:45 -07:00
Anthony Dresser
535e9d012a
add getting started to contribution ( #10892 )
2020-06-12 12:21:04 -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
Charles Gagnon
193ecddb98
Fix error when cancelling out of VSIX dialog ( #10752 )
2020-06-08 07:38:37 -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
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
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
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
Vladimir Chernov
8288360cc4
Assessment core extension ( #10154 )
2020-05-29 01:17:41 +03:00
Maddy
76c80943ba
set ignoreOverrides false for ipynb and sql files ( #10499 )
...
* set ignoreOverrides false for ipynb and sql files
* toLowerCase
* null checks added
2020-05-19 13:25:24 -07:00
Karl Burtram
d60b094e9b
Fix extension manager single-click ( #10473 )
...
* Fix extension manager single-click
* Port over additional change to fix same issue in git viewlet
* Remove unneeded param to match vscode source
2020-05-18 10:35:28 -07:00
Karl Burtram
ebf47224b7
Properly initialize scenario recommendations ( #10434 )
2020-05-15 11:38:15 -07:00
Karl Burtram
1d1e21b579
Turn-off file extension recommendations ( #10431 )
2020-05-15 11:05:24 -07:00
Charles Gagnon
e95650da89
Fix message branding VS Code -> ADS ( #10407 )
...
* Fix message branding VS Code -> ADS
* Add edit comment
2020-05-14 14:26:45 -07:00
ADS Merger
fa62ec1f34
Merge from vscode 7653d836944892f83ce9e1f95c1204bafa1aec31
2020-05-08 03:58:34 +00:00
ADS Merger
8420d9f04e
Merge from vscode bd0efff9e3f36d6b3e1045cee9887003af8034d7
2020-05-06 02:35:49 +00:00
Karl Burtram
db57eb9581
Fix hygine error ( #10255 )
2020-05-02 12:04:08 -07:00
Karl Burtram
8d46aef40c
Port/welcomeflag ( #10254 )
...
* Put new welcome page behind preview features flag (#10099 )
* import correct welcome page (#10117 )
Co-authored-by: Anthony Dresser <andresse@microsoft.com >
2020-05-02 10:27:47 -07:00
Anthony Dresser
cebbd04d10
Merge from vscode 2a36b7d0d527bf408bae4f96b8386db9d9455113 ( #10237 )
2020-04-30 23:41:35 -07:00
Charles Gagnon
0e6117f044
Only filter preview extensions when preview feat disabled ( #10212 )
...
* Filter database preview tabs
* Update comment
* Revert changes - just update comment
2020-04-30 10:46:16 -07:00
ADS Merger
93f35ca321
Merge from vscode 27ada910e121e23a6d95ecca9cae595fb98ab568
2020-04-30 00:53:43 +00:00
Charles Gagnon
750f6e6559
Fix properties container and overflow actionbar styles ( #10180 )
...
* Fix styles
* Undo bold
2020-04-28 16:27:07 -07:00
Charles Gagnon
9d2f772380
Change use of ctrl + alt default keybinding ( #10144 )
2020-04-27 16:41:23 -07:00
ADS Merger
7f1d8fc32f
Merge from vscode 2e5312cd61ff99c570299ecc122c52584265eda2
2020-04-24 14:03:37 -07:00
Anthony Dresser
dd6b958898
Removing some unnecessary differences ( #9495 )
...
* work on removing some unncessary differences
* fix compile
* skip another test
2020-04-17 23:53:33 -07:00
Kim Santiago
8ff53281f9
Dashboard toolbar overflow ( #9796 )
...
* initial changes for actionbar collapsing
* fix more not always all showing after resizing
* collapse toolbar if window size is already small when dashboard is opened
* make wrapping default behavior and collapse opt in
* fix so keyboard navigation works in overflow
* more keyboard fixing so that the actions in overflow get triggered
* change overflow background with theme
* change margin
* udpate more button
* use icon for ...
* addressing comments
* overflow css changes to match portal
* arrow navigation working
* handle tab and shift tab in overflow
* keep arrow navigation within overflow
* move reused code to helper methods
* set roles for overflow
* use actionsList instead of document.getElementById all the time
* move collapsible action bar to its own class
* renamve to overflowActionBar
* fix focus rectangle around more element
* hide overflow after an action is executed
* hide overflow when clicking an action
* hide overflow when focus leaves and loop focus within overflow when using arrow keys
* fix double down arrow to move focus in overflow
* update comment
* fix clicking more not hiding overflow
* add box-shadow for themes
* fix hygiene error
* fix hygiene error
* widen focused outline for overflow actions
2020-04-09 16:31:52 -07:00
Kim Santiago
238acb1468
Dashboard style updates to match mockups ( #9857 )
...
* widget formatting
* tab panel style
* breadcrumb padding
* dark theme colors
* Addressing comments
* move colors to theme.ts
* update properties widget colors
* update color names
2020-04-08 18:15:23 -07:00