Anthony Dresser
5e3ec6ea39
moves notebooks code to browser ( #7313 )
2019-09-23 13:32:29 -07:00
Amir Omidi
aadc871124
Serializer ( #7309 )
2019-09-20 16:00:24 -07:00
Amir Omidi
bf23a52ba4
optional serialization service ( #7303 )
2019-09-19 22:14:10 -07:00
Anthony Dresser
aad9c0f965
Add more areas to strict null ( #7243 )
...
* add more areas to strict null
* fix compile errors
* fix tests
* fix checks
* address PR comments
2019-09-18 12:27:19 -07:00
Chris LaFreniere
141226332c
Add notebook grid actions ( #7181 )
...
* Add notebook grid actions
* pr comments
2019-09-17 14:16:35 -07:00
Anthony Dresser
823d136a00
No browser from common ( #7178 )
...
* no browser from common
* clean up some imports
2019-09-12 14:52:42 -07:00
Cory Rivera
d6950fa4b7
Skip URL parsing when rendering empty links in Notebooks. ( #6889 )
2019-08-23 14:51:01 -07:00
Anthony Dresser
8e070454c3
Global object linting ( #6857 )
...
* add more linting
* fix linting issues
2019-08-22 10:51:59 -07:00
Kevin Cunnane
fb7ece006d
Support Save As CSV/JSON/Excel/XML from Notebooks ( #6627 )
...
Updated existing serialization code so it actually supports serialization. Still needs work to replace the saveAs function when a QueryProvider doesn't support save as, but want to handle in separate PR.
Removed separate MainThread/ExtHostSerializationProvider code as the DataProtocol code is the right place to put this code
Plumbed support through the gridOutputComponent to use the new serialize method in the serialization provider
Refactored the resultSerializer so majority of code can be shared between both implementations (for example file save dialog -> save -> show file on completion)
* Update to latest SQLToolsService release
2019-08-09 11:37:53 -07:00
Charles Gagnon
8a6dc02e5b
Change double-quote hygiene rule to tslint rule ( #6514 )
2019-08-05 09:46:22 -07:00
Anthony Dresser
9bfe8813b1
More layering ( #6541 )
...
* layer unlayered code; fix layering
* readd os
* fix definition of recommended extensions
* protect against tests
2019-07-31 22:20:39 -07:00
Anthony Dresser
c1acf6ae93
More work around isolating node imports ( #6512 )
...
* more work around isolating node imports
* rewrite query plan input
* fix hygiene errors
* fix tests
* address feedback
* remove welcome page changes
2019-07-30 14:01:37 -07:00
Anthony Dresser
371504358d
refactor notebook to be fileservice based ( #6459 )
2019-07-26 22:19:13 -07:00
Anthony Dresser
c23738f935
Inital platform relayering ( #6385 )
...
* moving test files and inital refactoring
* relayer extension host code
* fix imports
* make insights work
* relayer dashboard
* relayer notebooks
* moveing more code around
* formatting
* accept angular as browser
* fix serializer
* add missing files
* remove declarations from extensions
* fix build errors
* more relayering
* change urls to relative to help code relayering
* remove layering to prep for merge
* fix hygiene errors
* fix hygiene errors
* fix tests
2019-07-18 17:29:17 -07:00