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
Charles Gagnon
964ff0119e
Update aria label for modal dialog when title is updated ( #9492 )
2020-03-09 08:25:04 -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
Charles Gagnon
01db78f743
Add required property to checkbox and set it for deployment dialog ( #9392 )
2020-03-02 07:54:13 -08:00
Charles Gagnon
6383bc7ebd
Fix checks for checkbox height/width ( #9393 )
2020-03-02 07:53:59 -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
Charles Gagnon
a9056bbba5
Fix server group dialog open ( #9330 )
2020-02-25 15:14:32 -08:00
Amir Omidi
628fd8d74d
Separator component ( #9310 )
...
* Separator component
2020-02-24 16:53:42 -08:00
Aditya Bist
d7ea1123ef
fix azdata connection API for dashboard connections ( #9311 )
2020-02-24 16:32:38 -08:00
Anthony Dresser
de5f1eb780
Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40 ( #9279 )
...
* Merge from vscode 33a65245075e4d18908652865a79cf5489c30f40
* remove github
2020-02-21 23:42:19 -08:00
Alan Ren
c446cea3a0
fix the input width height issue ( #9273 )
...
* fix the input width height issue
* updates
2020-02-21 16:12:56 -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
Kim Santiago
2fc0e28e57
Remove required from dacpac wizard dropdowns ( #9200 )
...
* remove required from dropdowns
* set required for dropdown
* also set required for editable dropdown
* add back required for db and server dropdowns
* add back to required to databaseLoader
2020-02-20 11:49:26 -08:00
Charles Gagnon
c6bc68f399
Fix UI not selecting false options initially ( #9213 )
2020-02-20 07:36:56 -08:00
Anthony Dresser
ab6fb810f8
move update model for notebook save to the input ( #8995 )
2020-02-19 22:01:07 -08:00
Charles Gagnon
7eef23f232
Fix refreshing nodes in Azure view ( #9215 )
...
* Fix refreshing nodes in Azure view
* refactor
* Remove refreshNode from shim
* Add missing await
2020-02-19 16:55:17 -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
Charles Gagnon
48c3702c7a
Add null ref check for click handler ( #9190 )
2020-02-18 10:18:02 -08: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
Charles Gagnon
bbf6fcb0fc
Fix min/max ignoring 0 value ( #9137 )
2020-02-13 11:53:06 -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
Alex Ma
aa22466c0f
Fix for revert on pressing escape. ( #9090 )
...
* added working revert
* set currentEditCellValue to undefined
* Some consolidation
2020-02-07 14:24:29 -08:00
Charles Gagnon
fe9ffddd3b
Fix loading and clickable div screen reader issues ( #9088 )
...
* Fix loading and clickable div screen reader issues
* Change back to default clickable to false
2020-02-07 13:27:29 -08:00
Chris LaFreniere
b4e30e17af
Remove unnecessary code to sql-vnext extension ( #9027 )
2020-02-06 17:37:46 -08:00