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
b589abbea5
Add back in event properties ( #6659 )
...
* Add back in telemetry properties and remove user usage count stats
* More cleanup
* Add back in user count events
2019-08-09 10:21:36 -07:00
Aditya Bist
1dd3277985
add contribution for refresh action on scriptable objects ( #6645 )
2019-08-09 10:08:24 -07:00
Cory Rivera
1ff9a2ec4c
Clarify some error messages in deployment notebooks and python installation. ( #6658 )
2019-08-08 16:54:14 -07:00
Charles Gagnon
7adb8dd74b
Use VS Code iKey and modify event prefix ( #6656 )
...
* Use VS Code iKey and modify event prefix
* Move carbon edit lines to same line
2019-08-08 15:55:43 -07:00
Lucy Zhang
0362b5d058
Fix book unit tests ( #6633 )
...
* remove sync methods
* added assertion to log error
* create random folder
* change variable name to be more descriptive
* Update book.test.ts
* Update book.test.ts
2019-08-08 13:35:19 -07:00
Anthony Dresser
975e45061b
Change logic to not show results until there are results to show ( #6310 )
...
* change logic to not show results until there are results to show
* wip
* simplify code
* address feedback
2019-08-08 11:26:44 -07:00
Lucy Zhang
1113425aa9
revert changes ( #6636 )
2019-08-07 11:30:54 -07:00
Lucy Zhang
b6487e3d32
disable book tests ( #6634 )
2019-08-07 11:16:32 -07:00
Zbyněk Sailer
499ab4ee3d
LOC CHECKIN | Microsoft/azuredatastudio master | 20190718 ( #6407 )
...
* LOC CHECKIN | Microsoft/azuredatastudio master | 20190718
* LOC CHECKIN | Microsoft/azuredatastudio master | 20190805 update
2019-08-07 08:54:49 -07:00
Kim Santiago
fd73fba1a7
use previous file location if there was one ( #6625 )
2019-08-06 17:41:43 -07:00
Udeesha Gautam
8e36821c6b
update restore files when source changes ( #6622 )
2019-08-06 14:58:24 -07:00
Udeesha Gautam
4f72118140
Enable restore from server context only backup should be blocked ( #6620 )
2019-08-06 14:57:54 -07:00
Lucy Zhang
4fc062ffd7
fix booktreeview parameter ( #6621 )
2019-08-06 12:06:21 -07:00
Alan Ren
b6cdd06d66
fix viewlet ordering ( #6615 )
2019-08-06 11:01:04 -07:00
Lucy Zhang
0509234362
Added unit test for books getChildren() method ( #6602 )
...
* started unit tests for books
* added first unit test for getchildren()
* fixed dependencies and use tmpdir
* latest from master
2019-08-06 10:39:01 -07:00
Cory Rivera
308029c03c
Add buttons to Notebooks for creating new cells between other existing cells ( #6596 )
2019-08-06 10:31:46 -07:00
Lucy Zhang
a0163c8625
Find all books in workspace with multiple folders ( #6613 )
...
* find all books in workspace with multiple flolders
* fixed optional parameter
2019-08-06 10:20:57 -07:00
Karl Burtram
c3b7485e3f
Change 'Ok' to "OK" in schema compare UI ( #6610 )
2019-08-06 08:38:00 -07:00
Anthony Dresser
e8ccc6575c
fix edit id's on scripting actions ( #6603 )
2019-08-05 16:20:38 -07:00
Alan Ren
2bb8806da6
dialog assisted notebooks ( #6564 )
2019-08-05 16:01:34 -07:00
Kevin Cunnane
2431bb8e37
Fix #6576 Spark job submit fails from command palette ( #6580 )
...
- Fix spark job failing when 1 or more servers are connected
and listed in getActiveConnections
- If nothing is connected, prompts to choose a server
- Added option to dropdown when 1 or more server is connected
to support picking a different connection
Root bug was trying to access "host" not "server" in options bag, which no longer exists.
2019-08-05 15:48:14 -07:00
Charles Gagnon
0da17ee7e1
Fix connections when uriTransformer is undefined ( #6595 )
2019-08-05 13:29:10 -07:00
Anthony Dresser
66adfb6524
Revert "Remove references to query model service in query code ( #6513 )" ( #6591 )
...
This reverts commit 674351dc75 .
2019-08-05 11:42:54 -07:00
Charles Gagnon
65324f8bb3
Update SqlToolsService to latest version ( #6593 )
2019-08-05 11:20:02 -07:00
Anthony Dresser
db54bb874f
add uri transforms to query and connection ( #6586 )
2019-08-05 11:09:18 -07:00
Charles Gagnon
8a6dc02e5b
Change double-quote hygiene rule to tslint rule ( #6514 )
2019-08-05 09:46:22 -07:00
Aditya Bist
a5a37c97a9
possible fix for cms fail ( #6526 )
2019-08-05 09:23:51 -07:00
Anthony Dresser
f5184ba282
fix circular dependencies ( #6582 )
2019-08-03 10:57:36 -07:00
Anthony Dresser
674351dc75
Remove references to query model service in query code ( #6513 )
...
* remove references of query model service from query code
* fix tests
* clean up the code
2019-08-03 01:26:58 -07:00
Chris LaFreniere
62d2fb534d
Merge from vscode 709a07d51919d3266ca71699c6ddfb2d3547c0e1 ( #6575 )
2019-08-02 21:06:44 -07:00
Chris LaFreniere
402b50c03b
Notebooks: Use much faster json parser when loading notebook initially ( #6552 )
...
* Use much faster json parser
* fallback to old json parser
2019-08-02 17:23:49 -07:00
Anthony Dresser
7f5a72cdab
Integrate into asar ( #6563 )
...
* integrate into asar
* add sql carbon tag
* remove unnecessary edit
* add more ignores
2019-08-02 13:17:06 -07:00
Kim Santiago
605409635d
remove duplicate server connections and sort with most recent connections at the top ( #6565 )
2019-08-02 11:13:41 -07:00
Amir Omidi
5994269ca8
Label of DB update when remaking profile ( #6561 )
2019-08-02 10:00:58 -07:00
Amir Omidi
c4ab7f64e6
Adds a new colorbox element ( #6549 )
...
* Colorbox
* Finish colorbox work
* Change references to colorbox
* Typo
* Delete console.log
* Remove unnecessary code
* Remove css variables, define color in ts.
* Accessibility labels
2019-08-01 15:43:33 -07:00
ianyyu
3a3c0ce1d7
Chart and Visualizer Icon modifications ( #6536 )
...
* moditifed chart icons.
* correct the visualizer icon
* modified visualizer icons
* color change
2019-08-01 12:19:36 -07:00
Anthony Dresser
08e480cc46
Enable layering rules ( #6556 )
...
* enable layering tslint rules
* add comment
2019-08-01 11:51:08 -07:00
Anthony Dresser
a4134daa3e
Abstract scripting actions from oe ( #6550 )
...
* wip
* add rest of oe scripting
* remove linting
2019-08-01 11:15:17 -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
Candice Ye
161c182a56
Fixed telemetry events for visualizer recommendation prompts ( #6547 )
...
* Fixed telemetry events for visualizer recommendation prompts
* Added telemetry event for when Visualizer button in action bar is clicked and added respective telemetry keys
* Created TelemetryView and TelemetryAction and relocated new constants
2019-07-31 14:50:26 -07:00
Amir Omidi
22bd1fdc55
Allow copying from multiple columns ( #6509 )
...
* Allow copying from multiple columns
* Explicitly skip over undefined rows.
2019-07-31 13:26:05 -07:00
Karl Burtram
bc4b527de0
Add connection event listeners ( #6540 )
2019-07-31 11:52:58 -07:00
Charles Gagnon
2c79d49487
Add support for cancelling BDC Add Controller request ( #6546 )
...
* Add cancel support
* Add comment
2019-07-31 10:47:12 -07:00
Alan Ren
892a8b5ced
move api to azdata ( #6517 )
...
* move api to azdata
* comments
2019-07-30 19:06:46 -07:00
Charles Gagnon
3f5bdb86cd
Move CMS saved servers to be stored in memento instead of config ( #6535 )
...
* Move CMS saved servers to be stored in memento instead of config
* Add in code to port old servers into memento
2019-07-30 16:47:11 -07:00
Kim Santiago
06e9a6e684
Fix Schema compare recompare after options reset not using correct options ( #6539 )
...
* Fix incorrect options being used after reset
* bump version
2019-07-30 15:38:10 -07:00
Alan Ren
f68ed67e3a
Alanren/welcomepage ( #6537 )
...
* remove dependency on product.quality
* remove extra line
* comments
2019-07-30 14:55:32 -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
c99ce4de07
Move command line parsing to be a workbench contribution ( #6524 )
...
* move command line parsing to be a workbench contribution
* move to electron-browser
* update variable names
2019-07-30 12:44:15 -07:00