Aditya Bist
a884f6a39d
Add ability to scroll horizontally in the server table ( #9308 )
...
* add to scroll horizontally in the server table
* respect workbench tree settings for connections
2020-03-18 12:20:07 -07:00
Anthony Dresser
0405658be7
fix issue with setting false ( #9611 )
2020-03-16 11:12:57 -07:00
Alan Ren
8a548c2b56
update elements order ( #9614 )
2020-03-13 13:52:57 -07:00
Charles Gagnon
1699dd0729
Check for valid uri/resource ( #9593 )
...
* Check for valid uri/resource
* Add a few other cases
2020-03-13 11:19:25 -07:00
Jorge Berumen
d5fdec5699
Introduce Trust Book in Book Viewlet ( #9414 )
2020-03-13 09:11:38 -07:00
Anthony Dresser
f7360771f0
change usage of view container ( #9591 )
2020-03-12 15:04:52 -07:00
Alan Ren
8196f86386
add azdata open extension command ( #9573 )
2020-03-12 10:14:51 -07:00
Anthony Dresser
ba0d5feca3
fix master compile ( #9557 )
...
* fix master compile
* fix tests
2020-03-11 13:31:49 -07:00
Anthony Dresser
dbc20c1f67
Query editor input titles ( #9512 )
...
* address untitled editor file name differences; remove feature for updating title for untitled to content
* add tests for new methods
* fix tests
* fix up tests
* remove unncessary await
* revert changes to title for content
2020-03-11 12:42:13 -07:00
ADS Merger
4c3e48773d
Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3
2020-03-11 04:19:23 +00:00
Alan Ren
de65cd84a9
fix collapse widget action icon ( #9537 )
2020-03-10 19:14:47 -07:00
Cory Rivera
0a117fbd00
Add separate dialog to notebook charts for specifying chart options. ( #9454 )
2020-03-10 14:10:34 -07:00
Chris LaFreniere
3a1cd98856
Add Internal Command for New Resource Deployment ( #9122 )
...
* Prevent check in openerService for cmdregistry
* Revert "Prevent check in openerService for cmdregistry"
This reverts commit c40079e6f38dcd379941474accc1a1e3b42f6103.
* Add internal command that calls extension command
* Add comment
2020-03-10 12:46:55 -07:00
Chris LaFreniere
80ed6131ce
Fix find highlight for multiple find occurrences ( #9518 )
2020-03-10 10:23:16 -07:00
Chris LaFreniere
1fb3faeda1
Notebooks: Fix Internal Links on Windows ( #9513 )
...
* Improve workbench file path detection
* Use fspath instead
2020-03-09 18:10:24 -07:00
Anthony Dresser
6e14f13753
fix sml formatting ( #9510 )
2020-03-09 15:49:47 -07:00
Aditya Bist
a93f5883b9
Fix updating step icon ( #9488 )
...
* fix updating data
* bump toolsservice and agent versions
* unbumo the version
2020-03-06 16:51:32 -08:00
Amir Omidi
20f7670b32
Stricter tslint rules ( #9352 )
2020-03-06 13:06:44 -08:00
Chris LaFreniere
0a9a0d3f46
Ensure Active File is Highlighted in Books Viewlet ( #9338 )
...
* Add Reveal in Books editor tab context option
* Select item in books viewlet automatically
* changes
* easier than i thought it'd be
* Merge from Feat/create book
* Undo Merge from Feat/create book
* Use fsPath instead of path
* PR comments
* Fix tests
Co-authored-by: Maddy <12754347+MaddyDev@users.noreply.github.com >
2020-03-05 23:43:22 -08:00
Aditya Bist
997e91f19c
Fix agent steps refresh when changing history ( #9446 )
...
* layering
* switch to events and emitters
* changed to self
2020-03-05 12:33:47 -08:00
Charles Gagnon
df5a8dcb6a
Revert "Hale test ( #9442 )" ( #9443 )
...
This reverts commit 837404b2d6 .
2020-03-04 16:11:15 -08:00
Hale Rankin
837404b2d6
Hale test ( #9442 )
...
* Test commit
* Test commit. Added new line to comment.
Co-authored-by: Hale Rankin <61754801+harankin@users.noreply.github.com >
2020-03-04 15:42:17 -08:00
Chris LaFreniere
0f9d98730e
Improve find by tracking actual rendered text ( #9419 )
...
* Improve find by tracking actual rendered text
* Fix tests, add notebook md render
2020-03-03 16:56:11 -08:00
Alex Ma
2448a109fc
Fix for table resizing ( #9117 )
...
* some optimization
* check for table
* fix table resizing
* Fix for sash crash
* Removed space
* small optimization
* small change in message
* small change
* changed wording
* removed timeout for onResize
* Removed onGridRendered
* fix isCellOnScreen
* small spacing fixes
* removed timeout in gridParentComponent
* fix for indexing
* reduced instances of "self"
* minor fixes for self and this
2020-02-27 12:52:35 -08:00
Anthony Dresser
d6b5d3c6b1
implement editor move and fix disposal error in query editor ( #9281 )
2020-02-26 21:11:48 -08:00
Amir Omidi
924815353d
Fix a few notebook promises ( #9315 )
...
* Fix a few notebook promises
* Add a _ before sessionDetails
* Change to onUnexpectedError
2020-02-26 11:58:56 -08:00
Cory Rivera
73d9b7f22a
Check if notebook model is undefined in setTrustForNewEditor. ( #9312 )
2020-02-26 11:17:56 -08:00
Cory Rivera
412214e193
Add charting functionality to SQL notebooks. ( #9306 )
2020-02-26 10:52:19 -08:00
Amir Omidi
628fd8d74d
Separator component ( #9310 )
...
* Separator component
2020-02-24 16:53:42 -08:00
Anthony Dresser
de5f1eb780
Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 ( #9279 )
...
* Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40
* remove github
2020-02-21 23:42:19 -08:00
Chris LaFreniere
41a90c01c3
Listen to escape key to close nb find widget ( #9247 )
2020-02-21 15:54:21 -08:00
Anthony Dresser
4c54b5dbac
Batch messages on the exthost to not freeze ads ( #8949 )
...
* batch messages on the exthost to not freeze ads
* clear out messages on query complete
2020-02-20 14:50:13 -08:00
Charles Gagnon
8fe0a13b61
Update release notes link ( #9191 )
2020-02-20 14:29:02 -08:00
Anthony Dresser
ab6fb810f8
move update model for notebook save to the input ( #8995 )
2020-02-19 22:01:07 -08:00
Anthony Dresser
1d0f76d26a
Setup files for workbench/services to be strict compiled ( #9168 )
...
* setup services to be strict compiled. fix some of the issues
* fix compile
* fix compile
* revert some undefined changes
2020-02-19 16:07:57 -08:00
Anthony Dresser
cec7753e3d
Final layering ( #9164 )
...
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* rip
* reworking results serializer
* move some files around
* move capabilities to platform wip
* implement capabilities register provider
* fix capabilities service
* fix usage of the regist4ry
* add contribution
* wip
* wip
* wip
* remove no longer good parts
* fix strict-nulls
* fix issues with startup
* another try
* fix startup
* fix imports
* fix tests
* fix tests
* fix more tests
* fix tests
* fix more tests
* fix broken test
* fix tabbing
* fix naming
* wip
* finished layering
* fix imports
* fix valid layers
* fix layers
* wip
* finish layering
* final layering
* finish layering
* fix spacing
2020-02-19 14:43:16 -08:00
ADS Merger
1e308639e5
Merge from vscode 9bc92b48d945144abb405b9e8df05e18accb9148
2020-02-19 03:11:35 +00:00
Anthony Dresser
506c6a5e5f
More Layering ( #9139 )
...
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* rip
* reworking results serializer
* move some files around
* move capabilities to platform wip
* implement capabilities register provider
* fix capabilities service
* fix usage of the regist4ry
* add contribution
* wip
* wip
* wip
* remove no longer good parts
* fix strict-nulls
* fix issues with startup
* another try
* fix startup
* fix imports
* fix tests
* fix tests
* fix more tests
* fix tests
* fix more tests
* fix broken test
* fix tabbing
* fix naming
* wip
* finished layering
* fix imports
* fix valid layers
* fix layers
2020-02-15 01:54:23 -06:00
Anthony Dresser
74b89a0a85
No console linting ( #9156 )
...
* add no-console linting and change to just using overrides for sql files
* whitespace
* fix tests
2020-02-14 21:13:16 -06:00
Alex Ma
6b0332b2d1
call refreshDatasets upon loading new dataset ( #9160 )
...
* call refreshDatasets upon loading new dataset
* readded space
2020-02-14 18:25:52 -08:00
Cory Rivera
dd5c0ce08f
Maintain notebook trust status after saving. ( #9127 )
2020-02-14 10:07:02 -08:00
Anthony Dresser
17bb895f7c
fix tests
2020-02-13 03:15:18 +00:00
Anthony Dresser
e257612e82
fix tests
2020-02-13 03:15:08 +00:00
ADS Merger
73ea8b79b2
Merge from vscode 1fbacccbc900bb59ba8a8f26a4128d48a1c97842
2020-02-13 02:56:02 +00:00
Anthony Dresser
9af1f3b0eb
More layering ( #9111 )
...
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* rip
* reworking results serializer
* move some files around
* move capabilities to platform wip
* implement capabilities register provider
* fix capabilities service
* fix usage of the regist4ry
* add contribution
* remove no longer good parts
* fix issues with startup
* another try
* fix startup
* fix imports
* fix tests
* fix tests
* fix more tests
* fix tests
* fix more tests
* fix broken test
* fix tabbing
* fix naming
2020-02-12 18:24:08 -06:00
ADS Merger
085752f111
Merge from vscode 8a997f7321ae6612fc0e6eb3eac4f358a6233bfb
2020-02-11 07:08:19 +00:00
Anthony Dresser
0f934081e1
More layering and strictness ( #9004 )
...
* move handling generated files to the serilization classes
* remove unneeded methods
* add more folders to strictire compile, add more strict compile options
* update ci
* wip
* add more layering and fix issues
* add more strictness
* remove unnecessary assertion
* add missing checks
* fix indentation
* wip
* remove jsdoc
* fix layering
* fix compile
* fix compile errors
* wip
* wip
* finish layering
* fix css
* more layering
* remove no longer good parts
* fix issues with startup
* another try
* fix startup
2020-02-11 00:47:17 -06:00
Cory Rivera
3a8b74a311
Set notebook as trusted after executing a cell. ( #9108 )
...
* Also set trusted by default when opening a notebook without any code cells.
2020-02-10 17:03:57 -08:00
ADS Merger
2af13c18d2
Merge from vscode 718331d6f3ebd1b571530ab499edb266ddd493d5
2020-02-08 04:50:58 +00:00
Alan Ren
8c61538a27
fix charting issue ( #9094 )
...
* fix charting issue
* fix charting issue 2
* revert version bump
2020-02-07 17:42:58 -08:00